2013-04-23  Filip Pizlo  <fpizlo@apple.com>

        DFG CFA filters CheckFunction in a really weird way, and assumes that the function's structure won't change
        https://bugs.webkit.org/show_bug.cgi?id=115077

        Reviewed by Oliver Hunt.
        
        This hilarious test fails prior to the rest of this patch.

        * fast/js/dfg-check-function-change-structure-expected.txt: Added.
        * fast/js/dfg-check-function-change-structure.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-check-function-change-structure.js: Added.
        (foo):
        (bar):

2013-04-23  Mihai Tica  <mitica@adobe.com>

        Add platform support for -webkit-background-blend-mode to CG context with background color
        https://bugs.webkit.org/show_bug.cgi?id=114412

        Reviewed by Darin Adler.

        Adding pixel tests for -webkit-background-blend-mode with bg-color
        effect-background-blend-mode-color.html uses accelerated compositing
        effect-background-blend-mode-color2.html uses software rendering

        * css3/compositing/effect-background-blend-mode-color-expected.txt: Added.
        * css3/compositing/effect-background-blend-mode-color.html: Added.
        * platform/mac/css3/compositing/effect-background-blend-mode-color-expected.png: Added.
        * css3/compositing/effect-background-blend-mode-color2-expected.txt: Added.
        * css3/compositing/effect-background-blend-mode-color2.html: Added.
        * platform/mac/css3/compositing/effect-background-blend-mode-color2-expected.png: Added.

2013-04-23  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Global constructors should be configurable and not enumerable
        https://bugs.webkit.org/show_bug.cgi?id=110573

        Reviewed by Geoffrey Garen.

        Add new tests to make sure that the global constructors have the
        right attributes and to check that they are 'Deletable'.

        * canvas/philip/tests/type.delete-expected.txt: Removed.
        * canvas/philip/tests/type.delete.html: Removed. It was checking that global constructor
        could NOT be deleted, which is no longer according to the Web IDL specification.
        * fast/dom/constructed-objects-prototypes-expected.txt:
        * fast/dom/script-tests/constructed-objects-prototypes.js: Update test to hardcode a few
        global constructors as they are no longer enumerable.
        * fast/js/getOwnPropertyDescriptor-expected.txt:
        * fast/js/global-constructors.html: Removed. It was relying on the global constructors
        to be 'Enumerable', which is not to the latest Web IDL specification.
        * fast/js/global-constructors-attributes-expected.txt: Added.
        * fast/js/global-constructors-attributes.html: Added.
        * fast/js/global-constructors-deletable-expected.txt: Added.
        * fast/js/global-constructors-deletable.html: Added.
        * fast/js/global-constructors-expected.txt: Removed.
        * fast/js/resources/getOwnPropertyDescriptor.js:
        * fast/js/script-tests/global-constructors-attributes.js: Added.
        * fast/js/script-tests/global-constructors-deletable.js: Added.
        * fast/js/script-tests/global-constructors.js: Removed.
        * platform/efl/fast/dom/constructed-objects-prototypes-expected.txt: Removed.
        * platform/efl/fast/js/global-constructors-expected.txt: Removed.
        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Removed.
        * platform/gtk/fast/js/global-constructors-expected.txt: Removed.
        * platform/mac/fast/js/global-constructors-expected.txt: Removed.
        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Removed.
        * platform/qt/fast/js/global-constructors-expected.txt: Removed.
        * platform/win/fast/dom/constructed-objects-prototypes-expected.txt: Removed.
        * platform/win/fast/js/global-constructors-expected.txt: Removed.

2013-04-23  Geoffrey Garen  <ggaren@apple.com>

        Filled out more cases of branch folding in bytecode when emitting expressions into a branching context
        https://bugs.webkit.org/show_bug.cgi?id=115057

        Reviewed by Filip Pizlo.

        Added a performance test for interesting branch types.

        * fast/js/regress/branch-fold-expected.txt: Added.
        * fast/js/regress/branch-fold.html: Added.
        * fast/js/regress/script-tests/branch-fold.js: Added.

2013-04-23  Simon Fraser  <simon.fraser@apple.com>

        Don't create compositing layers for sticky position unless using the ScrollingCoordinator
        https://bugs.webkit.org/show_bug.cgi?id=115060

        Reviewed by Tim Horton.
        
        Tests that we create layers for sticky position when in tiled drawing mode,
        and that we have no layers when not.

        * compositing/layer-creation/no-compositing-for-sticky-expected.txt: Added.
        * compositing/layer-creation/no-compositing-for-sticky.html: Added.
        * platform/mac-wk2/tiled-drawing/sticky/sticky-layers-expected.txt: Added.
        * platform/mac-wk2/tiled-drawing/sticky/sticky-layers.html: Added.

2013-04-23  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        'length' property of DOM bindings functions returns wrong value
        https://bugs.webkit.org/show_bug.cgi?id=110569

        Reviewed by Geoffrey Garen.

        Update fast/js/constructor-length.html test case now that only
        mandatory arguments are considered for the constructor length.

        Also add a new fast/js/function-length.html test to make sure
        that the 'length' property of Function objects from DOM
        bindings behaves according to the Web IDL specification as
        this was not covered by existing tests.

        * fast/files/blob-constructor-expected.txt: Rebaseline.
        * fast/files/script-tests/blob-constructor.js: Update test now that Blob constructor
        length is 0 instead of 2.
        * fast/js/constructor-length.html:
        * fast/js/function-length-expected.txt: Added.
        * fast/js/function-length.html: Added.
        * platform/blackberry/fast/js/constructor-length-expected.txt: Rebaseline.
        * platform/efl/TestExpectations: Unskip fast/js/constructor-length.html for EFL port.
        * platform/efl/fast/js/constructor-length-expected.txt: Copied from LayoutTests/platform/mac/fast/js/constructor-length-expected.txt.
        * platform/gtk/fast/js/constructor-length-expected.txt: Rebaseline.
        * platform/mac/fast/js/constructor-length-expected.txt: Rebaseline.
        * platform/qt/fast/js/constructor-length-expected.txt: Rebaseline.

2013-04-23  Jessie Berlin  <jberlin@apple.com>

        NRWT: confusing warning about a line being in a Skipped file when it is really just listed
        in _missing_symbol_to_skipped_tests in base.py
        https://bugs.webkit.org/show_bug.cgi?id=108884

        Reviewed by Tim Horton.

        Explicitly skip the mhtml tests on the Mac and Win ports.

        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:

2013-04-23  Dirk Schulze  <krit@webkit.org>

        Pick up color and mat values in custom shaders
        https://bugs.webkit.org/show_bug.cgi?id=115046

        Reviewed by Dean Jackson.

        Test that the CSS defined color values and mat2-4 functions get 
        set as uniforms in shader programs.

        * css3/filters/custom/custom-filter-color-expected.html: Added.
        * css3/filters/custom/custom-filter-color.html: Added.
        * css3/filters/custom/custom-filter-matN-expected.html: Added.
        * css3/filters/custom/custom-filter-matN.html: Added.

2013-04-23  Simon Fraser  <simon.fraser@apple.com>

        Tiled layers clipped inside nested transform/preserve-3d hierarchies
        https://bugs.webkit.org/show_bug.cgi?id=115044

        Reviewed by Dean Jackson.
        
        Testcase that dumps visible rects for tiled layers inside nested
        transformed/preserve-3d hierarchies.

        * compositing/visible-rect/flipped-preserve-3d-expected.txt: Added.
        * compositing/visible-rect/flipped-preserve-3d.html: Added.

2013-04-23  Claudio Saavedra  <csaavedra@igalia.com>

        Ctrl+Shift+Right in Windows should select the spacing after the word
        https://bugs.webkit.org/show_bug.cgi?id=110487

        Reviewed by Ryosuke Niwa.

        * editing/deleting/smart-editing-disabled-win-expected.txt: Added.
        * editing/deleting/smart-editing-disabled-win.html: Added.
        * editing/execCommand/query-command-state-expected.txt:
        * editing/execCommand/remove-format-multiple-elements-win-expected.txt: Added.
        * editing/execCommand/remove-format-multiple-elements-win.html: Added.
        * editing/execCommand/script-tests/query-command-state.js:
        (runTests): Update to reflect new editing behavior in Windows.
        * editing/execCommand/script-tests/remove-format-multiple-elements-win.js: Added.
        * editing/execCommand/script-tests/toggle-link-win.js: Added.
        * editing/execCommand/script-tests/toggle-unlink-win.js: Added.
        * editing/execCommand/toggle-link-win-expected.txt: Added.
        * editing/execCommand/toggle-link-win.html: Added.
        * editing/execCommand/toggle-unlink-win-expected.txt: Added.
        * editing/execCommand/toggle-unlink-win.html: Added.
        * editing/selection/extend-selection-enclosing-block-win-expected.txt: Added.
        * editing/selection/extend-selection-enclosing-block-win.html: Added.
        * editing/selection/resources/extend-selection.js:
        (extendSelectionWithinBlockWin): Method to test behavior in windows.
        (extendAndLogSelectionWithinBlock): Add test support for Windows.
        * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:
        Add test support for Windows editing behavior.
        * editing/style/make-text-writing-direction-inline-win-expected.txt: Added.
        * editing/style/make-text-writing-direction-inline-win.html: Added.
        * editing/style/push-down-font-styles-win-expected.txt: Added.
        * editing/style/push-down-font-styles-win.html: Added.
        * editing/style/push-down-implicit-styles-around-list-win-expected.txt: Added.
        * editing/style/push-down-implicit-styles-around-list-win.html: Added.
        * editing/style/script-tests/make-text-writing-direction-inline-win.js: Added.
        * editing/style/script-tests/push-down-font-styles-win.js: Added.
        * editing/style/script-tests/push-down-implicit-styles-around-list-win.js: Added.

2013-04-23  Zoltan Horvath  <zoltan@webkit.org>

        [Qt] REGRESSION (r148975) shape-inside-percentage.html and shape-inside-overflow-fixed-dimensions.html are failing after r148975
        https://bugs.webkit.org/show_bug.cgi?id=115053

        Unreviewed gardening.

        * platform/qt/TestExpectations: Skip failing tests.

2013-04-23  Seokju Kwon  <seokju.kwon@gmail.com>

        Remove fast/js/i18n-bindings-locale.html
        https://bugs.webkit.org/show_bug.cgi?id=115024

        Reviewed by Geoffrey Garen.

        Remove V8-i18n-extension test(r78095) from all ports.

        * fast/js/i18n-bindings-locale-expected.txt: Removed.
        * fast/js/i18n-bindings-locale.html: Removed.
        * fast/js/script-tests/i18n-bindings-locale.js: Removed.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-04-23  Zoltan Horvath  <zoltan@webkit.org>

        [CSS Exclusions] shape-inside overflow should be pushed to the outside of the content box
        https://bugs.webkit.org/show_bug.cgi?id=114526

        Reviewed by David Hyatt.

        Update and add tests for the new behavior.

        * fast/exclusions/resources/rounded-rectangle.js:
        (generateString): Modify the function to not generate overflow content.
        * fast/exclusions/shape-inside/shape-inside-bottom-edge-expected.html:
        * fast/exclusions/shape-inside/shape-inside-bottom-edge.html:
        * fast/exclusions/shape-inside/shape-inside-empty-expected.html:
        * fast/exclusions/shape-inside/shape-inside-empty.html:
        * fast/exclusions/shape-inside/shape-inside-overflow-expected.html:
        * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html: Added.
        * fast/exclusions/shape-inside/shape-inside-overflow.html:
        * fast/exclusions/shape-inside/shape-inside-percentage-expected.html:
        * fast/exclusions/shape-inside/shape-inside-percentage.html:
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html:
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html:
        * fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html:
        * fast/regions/shape-inside/shape-inside-on-additional-regions.html: This test is not intented to test the overflow behavior from
        shape-inside on regions, so I set the shape's height to the container's height.

2013-04-23  Robert Hogan  <robert@webkit.org>

        checkLayout() should error out if no data-expected* attributes were found
        https://bugs.webkit.org/show_bug.cgi?id=114900

        Reviewed by Ojan Vafai.

        If checkLayout() doesn't find any attributes checking the node's layout then error out
        instead of assuming the test has passed. This will ensure data-* attributes containing
        typos don't register as a pass.

        * fast/check-layout-error-no-attributes-expected.txt: Added.
        * fast/check-layout-error-no-attributes.html: Added.
        * resources/check-layout.js:
        (.):

2013-04-23  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>

        WebSocket: Return type of send() should be void if hybi-10 protocol is chosen
        https://bugs.webkit.org/show_bug.cgi?id=65850

        Reviewed by Alexey Proskuryakov.

        Update tests and test results because WebSocket.send() now returns undefined when
        the hybi WebSocket protocol is used.

        * http/tests/websocket/tests/hybi/bufferedAmount-after-close-expected.txt:
        * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy-expected.txt:
        * 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-after-close-on-unload-expected.txt:
        * http/tests/websocket/tests/hybi/send-after-close-on-unload.html:

2013-04-23  Andreas Kling  <akling@apple.com>

        Clear StyleResolver state before returning from styleForElement().
        <http://webkit.org/b/115035>

        Reviewed by Antti Koivisto.

        From Blink r148687 by <inferno@chromium.org>.

        * fast/css/reload-non-styled-element-crash-expected.txt: Added.
        * fast/css/reload-non-styled-element-crash.html: Added.

2013-04-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Baselines for fast/css/image-rendering.html

        Unreviewed gardening.

        * fast/css/image-rendering-expected.png: Added.
        * fast/css/image-rendering-expected.txt: Added.
        * platform/gtk-wk1/fast/css/image-rendering-expected.txt: Added.

2013-04-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Remove the text expecation again to force the bots to fail and generate png expectations.

        Unreviewed ungardening.

        * fast/css/image-rendering-expected.txt: Removed.

2013-04-23  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening. Rebaselining after r148944.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/table/giantRowspan-expected.txt:
        * platform/gtk/fast/table/giantRowspan2-expected.png:
        * platform/gtk/fast/table/giantRowspan2-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug133756-1-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug133756-2-expected.png:
        * platform/gtk/tables/mozilla/bugs/bug133756-2-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug220536-expected.png:
        * platform/gtk/tables/mozilla/bugs/bug220536-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug8858-expected.txt:
        * platform/gtk/tables/mozilla/core/bloomberg-expected.png:
        * platform/gtk/tables/mozilla/core/bloomberg-expected.txt:
        * platform/gtk/tables/mozilla/core/row_span-expected.png:
        * platform/gtk/tables/mozilla/core/row_span-expected.txt:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:

2013-04-23  Antoine Quint  <graouts@apple.com>

        Initial advance of text runs should be taken into account
        https://bugs.webkit.org/show_bug.cgi?id=114949

        Reviewed by Darin Adler.

        * fast/text/complex-initial-advance-expected.html: Added.
        * fast/text/complex-initial-advance.html: Added.

2013-04-23  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for two DOM4 constructors tests
        that started failing after enabling the subpixel layout due to LayoutUnit overflows.

2013-04-23  Jinwoo Song  <jinwoo7.song@samsung.com>

        [EFL] EFL gardening
        https://bugs.webkit.org/show_bug.cgi?id=115013

        Remove editing/selection/doubleclick-whitespace-crash.html and
        editing/selection/doubleclick-whitespace-img-crash.html from TestExpectations
        after r144221.

        Unreviewed, EFL gardening.

        * platform/efl-wk2/TestExpectations:

2013-04-23  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Changing failure mark to skip after r148948.

        * platform/qt/TestExpectations:

2013-04-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Respect image-rendering setting for determing image-rendering quality
        https://bugs.webkit.org/show_bug.cgi?id=113405

        Reviewed by Benjamin Poulain.

        Moved the two tests of image-rendering out of CSS3 since it was removed from the final recommendation.
        Added tests of the supported values, and upgraded one test to a reference test so that it now tests
        that -webkit-optimize-contrast gets converted to and treated as -webkit-crisp-edges.

        Baselines for fast/css/image-rendering.html will be uploaded later when the bots have generated them.

        * css3/images/optimize-contrast-image-expected.png: Removed.
        * css3/images/optimize-contrast-image-expected.txt: Removed.
        * fast/css/image-rendering-canvas-expected.png: Renamed from LayoutTests/css3/images/optimize-contrast-canvas-expected.png.
        * fast/css/image-rendering-canvas-expected.txt: Renamed from LayoutTests/css3/images/optimize-contrast-canvas-expected.txt.
        * fast/css/image-rendering-canvas.html: Renamed from LayoutTests/css3/images/optimize-contrast-canvas.html.
        * fast/css/image-rendering-expected.txt: Added.
        * fast/css/image-rendering-parsing-expected.txt: Added.
        * fast/css/image-rendering-parsing.html: Renamed from LayoutTests/fast/css/image-set-parsing.html.
        * fast/css/image-rendering.html: Added.
        * fast/css/optimize-contrast-image-expected.html: Added.
        * fast/css/optimize-contrast-image.html: Renamed from LayoutTests/css3/images/optimize-contrast-image.html.
        * fast/css/script-tests/image-rendering-parsing.js: Added.
        (testImageRendering):

2013-04-23  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations:

2013-04-23  Commit Queue  <rniwa@webkit.org>

        Unreviewed, rolling out r148923.
        http://trac.webkit.org/changeset/148923
        https://bugs.webkit.org/show_bug.cgi?id=115020

        The patch causes multiple failures in CSS, canvas tests
        (Requested by zdobersek on #webkit).

        * fast/canvas/script-tests/shadow-image.js: Removed.
        * fast/canvas/shadow-image-expected.txt: Removed.
        * fast/canvas/shadow-image.html: Removed.

2013-04-22  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Unskip several test cases that are no longer crashing after r148945.

        * platform/efl/TestExpectations:

2013-04-22  Suchit Agrawal  <a.suchit@samsung.com>

        table's text aligned on top instead of center because of rowspan
        https://bugs.webkit.org/show_bug.cgi?id=18092

        Reviewed by Beth Dakin.

        Added test cases, based on rowspan issue.
        * fast/table/Rowspan-value-more-than-number-of-rows-present-expected.txt: Added.
        * fast/table/Rowspan-value-more-than-number-of-rows-present.html: Added.

        Test cases need to do rebaseline in efl, gtk and mac platforms.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

        Test case results are updated in qt platform.
        * platform/qt/fast/table/giantRowspan-expected.png:
        * platform/qt/fast/table/giantRowspan-expected.txt:
        * platform/qt/fast/table/giantRowspan2-expected.png:
        * platform/qt/fast/table/giantRowspan2-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/bug220536-expected.png:
        * platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug8858-expected.txt:
        * platform/qt/tables/mozilla/core/bloomberg-expected.png:
        * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
        * platform/qt/tables/mozilla/core/row_span-expected.png:
        * platform/qt/tables/mozilla/core/row_span-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
        * tables/mozilla/core/bloomberg-expected.txt:
        * tables/mozilla/core/row_span-expected.txt:
        * tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
        * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:

2013-04-22  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] Region's float parent doesn't size according to region size but to content node size
        https://bugs.webkit.org/show_bug.cgi?id=111332

        Reviewed by David Hyatt.

        Added tests for intrinsic and preferred width computation for region.

        * fast/regions/intrinsic-sized-regions-expected.txt: Added.
        * fast/regions/intrinsic-sized-regions.html: Added.
        * fast/regions/region-with-float-parent-expected.txt: Added.
        * fast/regions/region-with-float-parent.html: Added.

2013-04-22  Jessie Berlin  <jberlin@apple.com>

        Remove references to the inspector/profiler/memory-instrumentation tests removed in r148921

        Rubber-stamped by Benjamin Poulain.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-04-22  Brady Eidson  <beidson@apple.com>

        REGRESSION (r141136): Wiki "Random article" function very broken.
        <rdar://problem/13229985> and https://bugs.webkit.org/show_bug.cgi?id=114480

        Reviewed by Alexey Proskuryakov.

        * http/tests/navigation/redirect-to-random-url-versus-memory-cache-expected.txt: Added.
        * http/tests/navigation/redirect-to-random-url-versus-memory-cache.html: Added.
        * http/tests/navigation/resources/randomredirects/0.php: Added.
        * http/tests/navigation/resources/randomredirects/1.php: Added.
        * http/tests/navigation/resources/randomredirects/2.php: Added.
        * http/tests/navigation/resources/randomredirects/3.php: Added.
        * http/tests/navigation/resources/randomredirects/4.php: Added.
        * http/tests/navigation/resources/randomredirects/5.php: Added.
        * http/tests/navigation/resources/randomredirects/6.php: Added.
        * http/tests/navigation/resources/randomredirects/7.php: Added.
        * http/tests/navigation/resources/randomredirects/8.php: Added.
        * http/tests/navigation/resources/randomredirects/9.php: Added.
        * http/tests/navigation/resources/randomredirects/randomredirect.php: Added.

2013-04-22  Rashmi Shyamasundar  <rashmi.s2@samsung.com>

        [Cairo] Canvas-shadow behavior is not being as expected
        https://bugs.webkit.org/show_bug.cgi?id=108897

        Reviewed by Martin Robinson.

        Test to verify the shadow of an image drawn on canvas. 
        This test uses an image whose size is smaller than,
        the size of the rectangle which should be filled with the image. 

        * fast/canvas/canvas-image-shadow-expected.txt: Added.
        * fast/canvas/canvas-image-shadow.html: Added.
        * fast/canvas/green.png: Added.
        * fast/canvas/script-tests/canvas-image-shadow.js: Added.
        (draw):

2013-04-22  Benjamin Poulain  <benjamin@webkit.org>

        Remove the memory instrumentation code
        https://bugs.webkit.org/show_bug.cgi?id=114931

        Reviewed by Andreas Kling.

        * inspector/profiler/memory-instrumentation-cached-images-expected.txt: Removed.
        * inspector/profiler/memory-instrumentation-cached-images.html: Removed.
        * inspector/profiler/memory-instrumentation-canvas-expected.txt: Removed.
        * inspector/profiler/memory-instrumentation-canvas.html: Removed.
        * inspector/profiler/memory-instrumentation-external-array-expected.txt: Removed.
        * inspector/profiler/memory-instrumentation-external-array.html: Removed.
        * inspector/profiler/memory-instrumentation-external-string-expected.txt: Removed.
        * inspector/profiler/memory-instrumentation-external-string.html: Removed.
        * inspector/profiler/memory-instrumentation-test.js: Removed.

2013-04-22  Bear Travis  <betravis@adobe.com>

        Do not reuse ExclusionShapeInsideInfo in a recursive region layout
        https://bugs.webkit.org/show_bug.cgi?id=114467

        Reviewed by David Hyatt.

        Test that for various types of inline containers do not reuse
        ExclusionShapeInsideInfo when laying out their children.

        * fast/regions/shape-inside/shape-inside-recursive-layout-expected.html: Added.
        * fast/regions/shape-inside/shape-inside-recursive-layout.html: Added.

2013-04-22  Jessie Berlin  <jberlin@apple.com>

        Fix r148773.

        * platform/mac-lion/TestExpectations:

2013-04-22  Bear Travis  <betravis@adobe.com>

        [css exclusions] shape-inside-recursive-layout.html should not yet test display: inline-grid
        https://bugs.webkit.org/show_bug.cgi?id=114986

        Reviewed by Dirk Schulze.

        Because the inline-grid value is not yet supported, the test case is falling back to
        display: block. This causes an incorrect layout, as block and inline content react to
        shape-inside differently.

        * fast/exclusions/shape-inside/shape-inside-recursive-layout-expected.html:
        * fast/exclusions/shape-inside/shape-inside-recursive-layout.html:

2013-04-22  Eric Carlson  <eric.carlson@apple.com>

        [Mac] "automatic" track selection should only select a track that matches user language
        https://bugs.webkit.org/show_bug.cgi?id=114976

        Reviewed by Jer Noble.

        * media/track/track-automatic-subtitles-expected.txt: Added.
        * media/track/track-automatic-subtitles.html: Added.
        * platform/mac/TestExpectations: Skip track-user-preferences.html, the logic is no longer
             correct for the Mac port.

2013-04-22  Andy Estes  <aestes@apple.com>

        Range.getClientRects() should not include rects for partially selected elements
        https://bugs.webkit.org/show_bug.cgi?id=76839

        Reviewed by Sam Weinig.

        * fast/dom/Range/getClientRects-expected.txt: Updated expected result.
        * fast/dom/Range/getClientRects.html: Added new test cases.

2013-04-22  Eric Carlson  <eric.carlson@apple.com>

        Unreviewed Mac gardening. Update a test and results now that forced text 
        tracks are supported.

        * media/track/track-in-band-expected.txt:
        * media/track/track-in-band.html:

2013-04-22  Yi Shen  <max.hong.shen@gmail.com>

        Crash on OS X when shift clicking outside of input
        https://bugs.webkit.org/show_bug.cgi?id=104058

        Reviewed by Chang Shu.

        Add test for shift click crash issue.

        * editing/selection/crash-on-shift-click-expected.txt: Added.
        * editing/selection/crash-on-shift-click.html: Added.

2013-04-22  Jessie Berlin  <jberlin@apple.com>

        Fix an incorrect rebaseline done in r148830.

        Instead of updating the cross platform wk2 results, r148830 should have added efl wk2
        specific results. Move the previous mac wk2 specific results into the mac wk2 platform
        directory.

        * platform/efl-wk2/loader/go-back-cached-main-resource-expected.txt: Renamed from LayoutTests/platform/wk2/loader/go-back-cached-main-resource-expected.txt.
        * platform/mac-wk2/loader/go-back-cached-main-resource-expected.txt: Downloaded from the mac-wk2 bots.

2013-04-22  Mario Sanchez Prada  <mario.prada@samsung.com>

        Update layout test verifying Tab behaves correctly after linking to fragment ID
        https://bugs.webkit.org/show_bug.cgi?id=114645

        Reviewed by Chris Fleizach.

        * fast/dom/fragment-activation-focuses-target.html: Updated test.
        * fast/dom/fragment-activation-focuses-target-expected.txt: Updated expectations.

2013-04-22  Mike Fenton  <mifenton@rim.com>

        [BlackBerry] Add additional datalist support.
        https://bugs.webkit.org/show_bug.cgi?id=114883

        Reviewed by Rob Buis.

        PR 210083.

        Fix results for fast/forms/datalist/input-list.

        Internally Reviewed by Otto Cheung.

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

2013-04-22  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Add tests for lists and counters
        https://bugs.webkit.org/show_bug.cgi?id=103975

        Reviewed by Andreas Kling.

        Lists and counters work correctly with regions since r148026 (http://trac.webkit.org/changeset/148026).
        This patch adds W3C formatted ref tests to our battery.

        * fast/regions/counters/extract-list-items-001-expected.html: Added.
        * fast/regions/counters/extract-list-items-001.html: Added.
        * fast/regions/counters/extract-list-items-002-expected.html: Added.
        * fast/regions/counters/extract-list-items-002.html: Added.
        * fast/regions/counters/extract-list-items-003-expected.html: Added.
        * fast/regions/counters/extract-list-items-003.html: Added.
        * fast/regions/counters/extract-list-items-004-expected.html: Added.
        * fast/regions/counters/extract-list-items-004.html: Added.
        * fast/regions/counters/extract-list-items-005-expected.html: Added.
        * fast/regions/counters/extract-list-items-005.html: Added.
        * fast/regions/counters/extract-list-items-006-expected.html: Added.
        * fast/regions/counters/extract-list-items-006.html: Added.
        * fast/regions/counters/extract-list-items-007-expected.html: Added.
        * fast/regions/counters/extract-list-items-007.html: Added.
        * fast/regions/counters/extract-list-items-008-expected.html: Added.
        * fast/regions/counters/extract-list-items-008.html: Added.
        * fast/regions/counters/extract-list-items-009-expected.html: Added.
        * fast/regions/counters/extract-list-items-009.html: Added.
        * fast/regions/counters/extract-list-items-010-expected.html: Added.
        * fast/regions/counters/extract-list-items-010.html: Added.
        * fast/regions/counters/extract-list-items-011-expected.html: Added.
        * fast/regions/counters/extract-list-items-011.html: Added.
        * fast/regions/counters/extract-list-items-012-expected.html: Added.
        * fast/regions/counters/extract-list-items-012.html: Added.
        * fast/regions/counters/extract-list-items-013-expected.html: Added.
        * fast/regions/counters/extract-list-items-013.html: Added.
        * fast/regions/counters/extract-list-items-014-expected.html: Added.
        * fast/regions/counters/extract-list-items-014.html: Added.
        * fast/regions/counters/extract-list-items-015-expected.html: Added.
        * fast/regions/counters/extract-list-items-015.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs-divs-001-expected.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs-divs-001.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs-divs-002-expected.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs-divs-002.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs-expected.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs.html: Added.
        * fast/regions/counters/extract-numbered-spans-display-only-some-expected.html: Added.
        * fast/regions/counters/extract-numbered-spans-display-only-some.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-001-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-001.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-002-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-002.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-003-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-003.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-001-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-001.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-002-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-002.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-003-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-003.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-004-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-004.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html: Added.
        * fast/regions/counters/extract-unordered-lists-in-regions-expected.html: Added.
        * fast/regions/counters/extract-unordered-lists-in-regions.html: Added.

2013-04-22  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed, gardening. css3-device-adaptation doesn't work for WK1 EFL properly.

        * platform/efl-wk1/TestExpectations: Added tests related to css3-device-adaptation.

2013-04-22  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark IndexedDB test as crashing in Release mode and fix duplicate line in
        TestExpectations.

        * platform/efl/TestExpectations:

2013-04-22  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed, EFL WK1 gardening. Skip pasteboard tests because EFL WK1 doesn't support it yet.

        * platform/efl-wk1/TestExpectations:

2013-04-22  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Skip several compositing test cases on EFL WK2 due to regression in
        r148748.

        * platform/efl-wk2/TestExpectations:

2013-04-22  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Add several regressions to TestExpectations to make the tree green.

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

2013-04-22  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Fix expected result for several test cases.

        * platform/efl/TestExpectations:

2013-04-22  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Unskipping the fast/sub-pixel layout tests.
        Removing failure expectations for tests that are passing after the subpixel layout was enabled.

2013-04-22  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skip a failing reftest after r148859.
        * platform/qt/fast/borders/rtl-border-04-expected.png: Update after r148791.
        * platform/qt/fast/borders/rtl-border-04-expected.txt: Update after r148791.

2013-04-22  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Unskip fast/exclusions tests after r148594.

        * platform/qt/TestExpectations:

2013-04-22  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] accessibility/language-attribute.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=112030

        Unreviewed, EFL gardening.

        Unskipping accessibility/language-attribute.html after r148737.

        * platform/efl-wk2/TestExpectations:

2013-04-22  Mihai Maerean  <mmaerean@adobe.com>

         [CSS Regions] Elements in a region should be assignable to a named flow
        https://bugs.webkit.org/show_bug.cgi?id=74144

         Reviewed by David Hyatt.

         * fast/regions/flow-body-in-html-expected.txt: Added.
        * fast/regions/flow-body-in-html.html: Added. To test the duplicate bug #103685.
        * fast/regions/region-content-flown-into-region-expected.txt: Added.
        * fast/regions/region-content-flown-into-region.html: Added.
        * fast/regions/universal-selector-children-to-the-same-region-expected.txt: Added.
        * fast/regions/universal-selector-children-to-the-same-region.html: Added. To test the duplicate bug #103685.

2013-04-22  Andrei Bucur  <abucur@adobe.com>

        Use DOM ordering for list counts
        https://bugs.webkit.org/show_bug.cgi?id=110352

        Reviewed by Elliott Sprehn.

        The fast/dom/shadow/shadow-and-list-elements-expected.html has changed because the list items
        inside the shadow tree no longer see the root <ol> element.
        The test fast/lists/positioned-count-crash.html has the correct rendering after changing
        the list counting to be in DOM order.

        * fast/dom/shadow/shadow-and-list-elements-expected.html:
        * fast/lists/positioned-count-crash-expected.txt:

2013-04-22  Seokju Kwon  <seokju.kwon@gmail.com>

        [GTK] Cleanup TestExpectations to pass --lint-test-files
        https://bugs.webkit.org/show_bug.cgi?id=114927

        Unreviewed gardening.

        * platform/gtk/TestExpectations:

2013-04-21  Carlos Garcia Campos  <cgarcia@igalia.com>

        [WebKit2] Plugins without a MIME Type fail to load
        https://bugs.webkit.org/show_bug.cgi?id=112834

        Reviewed by Benjamin Poulain.

        * platform/wk2/TestExpectations: Unskip
        plugins/no-mime-with-valid-extension.html.

2013-04-21  Carlos Garcia Campos  <cgarcia@igalia.com>

        Division by zero in CSSGradientValue::addStops()
        https://bugs.webkit.org/show_bug.cgi?id=114807

        Reviewed by Dean Jackson.

        * fast/gradients/css3-color-stop-invalid-expected.html: Added.
        * fast/gradients/css3-color-stop-invalid.html: Added.

2013-04-21  Commit Queue  <rniwa@webkit.org>

        Unreviewed, rolling out r148851.
        http://trac.webkit.org/changeset/148851
        https://bugs.webkit.org/show_bug.cgi?id=114935

        EFL Buildbot reports fail after gardening on r148851
        (Requested by gyuyoung on #webkit).

        * platform/efl/TestExpectations:

2013-04-21  Dirk Schulze  <krit@webkit.org>

        [Part 4] Parse the custom() function in -webkit-filter: parse the matN() functions
        https://bugs.webkit.org/show_bug.cgi?id=71444

        Reviewed by Dean Jackson.

        Added tests for mat2 to mat4 parameter functions on custom fiter function and
        parameter descriptor.

        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid-expected.txt:
        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid-expected.txt:
        * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid-expected.txt:
        * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid-expected.txt:
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-invalid.js:
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-valid.js:
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-invalid.js:
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-valid.js:

2013-04-21  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed, EFL gardening. Remove test cases which are expected failed, but passed now.

        * platform/efl/TestExpectations:

2013-04-21  Oliver Hunt  <oliver@apple.com>

        JS Lexer and Parser should be more informative when they encounter errors
        https://bugs.webkit.org/show_bug.cgi?id=114924

        Reviewed by Filip Pizlo.

        Update test results to cover improved error messages.

        * fast/js/kde/parse-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T1-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T10-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T2-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T3-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T4-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T5-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T6-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T7-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T8-expected.txt:
        * sputnik/Conformance/07_Lexical_Conventions/7.7_Punctuators/S7.7_A2_T9-expected.txt:
        * sputnik/Conformance/13_Function_Definition/S13_A7_T3-expected.txt:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Regression(r148672): fast/events/touch/frame-hover-update.html fails
        https://bugs.webkit.org/show_bug.cgi?id=114912

        Reviewed by Allan Sandfeld Jensen.

        Fix relative path to js-test-post.js in fast/events/touch/frame-hover-update.html.

        * fast/events/touch/frame-hover-update.html:

2013-04-20  Mark Lam  <mark.lam@apple.com>

        Rewrite fast/workers/dedicated-worker-lifecycle.html to verify that
        the GC is able to reclaim orphaned Workers on a timely basis.
        https://bugs.webkit.org/show_bug.cgi?id=114893.

        Reviewed by Geoffrey Garen.

        * fast/workers/resources/dedicated-worker-lifecycle.js:
        (orphanAllWorkers):
        (runTests.worker.onmessage):
        (runTests):
        (orphanedWorkerExited.worker.onmessage):
        (orphanedWorkerExited):
        * fast/workers/resources/worker-util.js:
        (waitUntilThreadCountMatchesCondition):
        (waitUntilThreadCountMatches):
        (waitUntilThreadCountDoesNotExceed):

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark css1/cascade/cascade_order.html as flaky.

        * platform/efl/TestExpectations:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark several webgl tests as flaky.
        Mark several ref tests as failing (started between r148032 and r148102).

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

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark websocket tests as flaky and webgl/conformance/rendering/gl-scissor-test.html
        as failing.

        * platform/efl-wk2/TestExpectations:

2013-04-12  Balazs Kelemen  <kbalazs@webkit.org>

        [GStreamer] Media attribute preload="none" is not honored
        https://bugs.webkit.org/show_bug.cgi?id=114357

        Reviewed by Philippe Normand.

        * http/tests/media/video-preload-expected.txt: Added.
        * http/tests/media/video-preload.html: Added.

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark several tests as failing on EFL port due to the bump to libsoup
        2.42.0.

        * platform/efl/TestExpectations:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark several test cases as failing on EFL port and filed bugs for them.

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

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark websocket tests as flaky on EFL WK2.

        * platform/efl-wk2/TestExpectations:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        fast/media/mq-resolution.html throws TypeError when calling setPageScaleFactor
        https://bugs.webkit.org/show_bug.cgi?id=114914

        Reviewed by Antonio Gomes.

        Update fast/media/mq-resolution.html to call setPageScaleFactor() method on
        window.internals instead of window.internals.settings. This method was moved
        out of settings in r136055.

        * fast/media/mq-resolution.html:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Rebaseline fast/forms/validation-message-appearance.html and fix expectation
        for editing/pasteboard/paste-text-004.html.

        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/validation-message-appearance-expected.png: Added.
        * platform/efl/fast/forms/validation-message-appearance-expected.txt:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark more compositing test cases as crashing due to r148433 for
        EFL port.

        * platform/efl/TestExpectations:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Regression(r148672): fast/events/touch/frame-hover-update.html fails
        https://bugs.webkit.org/show_bug.cgi?id=114912

        Reviewed by Allan Sandfeld Jensen.

        Fix relative path to js-test-pre.js in the test case.

        * fast/events/touch/frame-hover-update.html:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Rebaseline several test cases for EFL port.

        * platform/efl-wk2/http/tests/inspector/console-resource-errors-expected.txt:
        * platform/efl/fast/backgrounds/background-position-parsing-expected.png:
        * platform/efl/fast/backgrounds/background-position-parsing-expected.txt:
        * platform/wk2/loader/go-back-cached-main-resource-expected.txt:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Remove duplicate entry in EFL's TestExpectations for:
        inspector/debugger/dynamic-script-tag.html

        * platform/efl/TestExpectations:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark more compisiting / webgl tests as crashing due to r148433 for
        EFL port.

        * platform/efl/TestExpectations:

2013-04-21  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark several compositing test as crashing on EFL port due to
        r148433.

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

2013-04-21  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed, gardening. Remove duplicated tests.

        * platform/efl/TestExpectations:

2013-04-20  Dirk Schulze  <krit@webkit.org>

        [Part 5] Parse color value for custom() function parameters
        https://bugs.webkit.org/show_bug.cgi?id=114902

        Reviewed by Dean Jackson.

        Added tests for color parameters on custom fiter function and parameter descriptor.

        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid-expected.txt:
        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid-expected.txt:
        * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid-expected.txt:
        * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid-expected.txt:
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-invalid.js:
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-valid.js:
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-invalid.js:
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-valid.js:

2013-04-20  Glenn Adams  <glenn@skynav.com>

        Unreviewed gardening. Rebaseline after r148792. Fix mac-wk2 text.

        * platform/mac-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Removed.

2013-04-20  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Rebaseline #1 after enabling the subpixel layout, covering the animations, css1, fonts, fullscreen,
        transforms and transitions directories.

2013-04-20  Glenn Adams  <glenn@skynav.com>

        Unreviewed gardening. Rebaseline after r148791. Update text expectations.

        * platform/efl-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/efl-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/gtk-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/mac-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt.
        * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:

2013-04-20  Glenn Adams  <glenn@skynav.com>

        REGRESSION (r147588): Line breaks occur in the middle of Hebrew words at haaertz.co.il and other websites
        https://bugs.webkit.org/show_bug.cgi?id=114721

        Reviewed by Dean Jackson.

        * fast/text/line-break-after-empty-inline-hebrew-expected.txt: Added.
        * fast/text/line-break-after-empty-inline-hebrew.html: Added.
        * fast/text/line-break-after-inline-latin1-expected.txt: Added.
        * fast/text/line-break-after-inline-latin1.html: Added.
        * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Rebaseline.

2013-04-19  Bear Travis  <betravis@adobe.com>

        [css exclusions] Fix up shape-inside-recursive-layout test case
        https://bugs.webkit.org/show_bug.cgi?id=114890

        Reviewed by Dirk Schulze.

        The children of the old-flexbox, new-flexbox, and grid shape-inside  containers
        should have their display value set to -webkit-inline-box, -webkit-inline-flex,
        and -webkit-inline-grid respectively. These values should not be set for
        the containers themselves, as we are interested in the behavior of descendants
        of the shape-inside container.

        * fast/exclusions/shape-inside/shape-inside-recursive-layout-expected.html:
        * fast/exclusions/shape-inside/shape-inside-recursive-layout.html:

2013-04-19  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Implement empty segments for multiple-segment shape-insides
        https://bugs.webkit.org/show_bug.cgi?id=100049

        Reviewed by David Hyatt.

        Testing that shape-insides do not place content where it will not fit. Also
        fixing up some previous tests and expectations.

        * fast/exclusions/resources/multi-segment-polygon.js:
        (simulateWithText): Enable multi-line shape expectations using arrays.
        * fast/exclusions/resources/simple-rectangle.js:
        (createRectangleTest): Add overflow: break-word property to tests.
        (createRectangleTestResult): Ditto.
        * fast/exclusions/shape-inside/shape-inside-empty-expected.html: Adjust results
        for tests where content should be pushed down.
        * fast/exclusions/shape-inside/shape-inside-empty-segments-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-empty-segments.html: Added.
        * fast/exclusions/shape-inside/shape-inside-empty.html: Shapes with height but
        no width should still push content down below the shape.

2013-04-19  Jessie Berlin  <jberlin@apple.com>

        [Mac] [WK2] Layout Test fast/regions/fixed-pos-elem-in-region.html is flaky on Debug builders
        https://bugs.webkit.org/show_bug.cgi?id=114571

        * platform/mac-wk2/TestExpectations:
        The bots are also seeing image failures flakily, so add that expectation.

2013-04-19  Jessie Berlin  <jberlin@apple.com>

        [Mac Lion] media/W3C/video/events/event_canplay.html is flakey, sometimes times out
        https://bugs.webkit.org/show_bug.cgi?id=114889

        * platform/mac-lion/TestExpectations:
        Mark it as such.

2013-04-19  Joseph Pecoraro  <pecoraro@apple.com>

        Web Inspector: Backend should detect sourceMappingURLs in CSS Resources
        https://bugs.webkit.org/show_bug.cgi?id=114854

        Test a different ways we would expect to see a sourceMapURL for
        stylesheet resources.

        Reviewed by Timothy Hatcher.

        * http/tests/inspector/network/css-source-mapping-url-expected.txt: Added.
        * http/tests/inspector/network/css-source-mapping-url.html: Added.
        * http/tests/inspector/network/resources/source-map-test-style.css: Added.
        * http/tests/inspector/network/resources/source-map-test-style.css.map: Added.
        * http/tests/inspector/network/resources/source-map-test-style.scss: Added.

2013-04-19  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Unreviewed Gardening.

        * platform/efl/TestExpectations: Adding failure expectations for two tests
        which are failing on EFL bots.

2013-04-19  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Unreviewed Gardening.

        Marking compositing reftests added in r148172 as ImageOnlyFailure.
        Also, skip failing tests on EFL bots.

        * platform/efl/TestExpectations:
        * platform/efl/compositing/geometry/foreground-layer-expected.txt: Removed.

2013-04-19  Jessie Berlin  <jberlin@apple.com>

        Fix expectations added in r148720.

        * fast/js/stack-trace-expected.txt:

2013-04-19  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Added new baseline.

        * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt: Updated after r148594.
        * platform/qt/fast/sub-pixel/inline-block-with-padding-expected.txt: Added after r148604.
        * platform/qt/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added after r148604.
        * platform/qt/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added after r148604.

2013-04-19  Krzysztof Czech  <k.czech@samsung.com>

        [GTK][WK2] accessibility/language-attribute.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=106342

        Reviewed by Gyuyoung Kim.

        Unskipping accessibility/language-attribute.html.

        * platform/gtk-wk2/TestExpectations:

2013-04-19  Dan Beam  <dbeam@chromium.org>

        Remove unmaintained feature REQUEST_AUTOCOMPLETE
        https://bugs.webkit.org/show_bug.cgi?id=114846

        Reviewed by Kent Tamura.

        * fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Removed.
        * fast/events/constructors/autocomplete-error-event-constructor.html: Removed.
        * fast/events/event-creation.html: Remove AutocompleteErrorEvent test code.
        * fast/forms/form-request-autocomplete-expected.txt: Removed.
        * fast/forms/form-request-autocomplete.html: Removed.
        * fast/js/constructor-length.html: Remove AutocompleteErrorEvent test code.
        * fast/js/script-tests/global-constructors.js: Remove AutocompleteErrorEvent constructor.
        * platform/blackberry/fast/js/constructor-length-expected.txt: Remove test expectations.
        * platform/gtk/fast/js/constructor-length-expected.txt: Remove test expectations.
        * platform/mac/fast/js/constructor-length-expected.txt: Remove test expectations.
        * platform/qt/fast/js/constructor-length-expected.txt: Remove test expectations.

2013-04-18  Timothy Hatcher  <timothy@apple.com>

        Add CSS.setStyleText to the Web Inspector protocol.

        This provides a direct path for the Safari Web Inspector to live edit whole style rules.

        https://webkit.org/b/109340
        rdar://problem/13337211

        Reviewed by Joseph Pecoraro.

        * inspector/styles/styles-new-API-expected.txt: Updated.
        * inspector/styles/styles-new-API.html: Test CSSAgent.setStyleText.

2013-04-18  Jessie Berlin  <jberlin@apple.com>

        More cleaning up of skipped tests.

        * platform/mac-wk2/TestExpectations:
        Remove tests that now pass.
        * platform/mac/TestExpectations:
        Remove an entry for a bug that has been closed and whose test works just fine on both WK1
        and WK2.

2013-04-18  Oliver Hunt  <oliver@apple.com>

        StackFrame::column() returning bogus value
        https://bugs.webkit.org/show_bug.cgi?id=114840

        Reviewed by Gavin Barraclough.

        Update test result

        * fast/js/stack-trace-expected.txt:

2013-04-18  Mark Hahnenberg  <mhahnenberg@apple.com>

        Crash beneath JSC::JIT::privateCompileSlowCases @ stephenrdonaldson.com
        https://bugs.webkit.org/show_bug.cgi?id=114774

        Reviewed by Geoffrey Garen.

        We're not linking up all of the slow cases in the baseline JIT when compiling put_to_base.

        * fast/js/put-to-base-global-checked-expected.txt: Added.
        * fast/js/put-to-base-global-checked.html: Added.
        * fast/js/script-tests/put-to-base-global-checked.js: Added.
        (globalF):
        (warmup):
        (foo):

2013-04-18  Jessie Berlin  <jberlin@apple.com>

        More cleaning up of skipped WK2 tests.

        * platform/mac-wk2/TestExpectations:
        * platform/wk2/TestExpectations:

2013-04-18  Eric Carlson  <eric.carlson@apple.com>

        Forced subtitles never rendered
        https://bugs.webkit.org/show_bug.cgi?id=114818

        Update test to check that a forced cue is rendered.

        Reviewed by Jer Noble.

        * media/track/track-forced-subtitles-in-band-expected.txt:
        * media/track/track-forced-subtitles-in-band.html:

2013-04-18  Eric Carlson  <eric.carlson@apple.com>

        Flaky Test: media/track/track-mode.html
        https://bugs.webkit.org/show_bug.cgi?id=114361

        Unreviewed, fix a flaky test.

        * media/track/track-mode.html:

2013-04-18  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Unset :hover in inner documents
        https://bugs.webkit.org/show_bug.cgi?id=114446

        Reviewed by Antonio Gomes.

        Test expected effect of touch events on hover state.

        * fast/events/touch/frame-hover-update-expected.txt: Added.
        * fast/events/touch/frame-hover-update.html: Added.

2013-04-18  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        fast/sub-pixel/float-wrap-zoom.html fails
        https://bugs.webkit.org/show_bug.cgi?id=114800

        Unreviewed gardending.

        The test depends on pixel rounding in text painting.

        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-04-18  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updating png expected results after r148594.

        * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed-expected.png:
        * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/replaced-boundaries-3-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/select-box-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/background-position-parsing-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png:
        * platform/qt-5.0-wk2/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/qt-5.0-wk2/fast/events/pointer-events-2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/qt-5.0-wk2/fast/inline/continuation-outlines-expected.png: Added.
        * platform/qt-5.0-wk2/fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/whitespace/013-expected.png:
        * platform/qt-5.0-wk2/fast/text/whitespace/014-expected.png:
        * platform/qt-5.0-wk2/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/qt-5.0-wk2/svg/custom/image-parent-translation-expected.png:
        * platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/qt-5.0-wk2/svg/custom/js-update-image-and-display-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/text/whitespace/013-expected.png.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
        * platform/qt-5.0-wk2/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/qt-5.0-wk2/svg/text/remove-tspan-from-text-expected.png:
        * platform/qt-5.0-wk2/svg/text/text-deco-01-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/wicd/test-rightsizing-b-expected.png:
        * platform/qt-5.0-wk2/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-background-images-expected.png:
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug56563-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: Added.

2013-04-18  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Fix expectations for a couple of flaky tests.
        Adding aditional flaky and timeout expectations for the currently failing tests.

2013-04-17  Jaehun Lim  <ljaehun.lim@samsung.com>

        [css3-text] Rendering -webkit-hanging value for text-indent from css3-text
        https://bugs.webkit.org/show_bug.cgi?id=114663

        Reviewed by Beth Dakin.

        This patch is the rendering part to support hanging value for text-indent.
        "hanging" means "Inverts which lines are affected."
        It's prefixed and guarded by CSS3_TEXT flag.

        Spec: http://dev.w3.org/csswg/css-text/#text-indent

        Renamed and updated the existing testcases.
       
        * fast/css3-text/css3-text-indent/text-indent-each-line-hanging-expected.html: Renamed from LayoutTests/fast/css3-text/css3-text-indent/text-indent-each-line-expected.html
        * fast/css3-text/css3-text-indent/text-indent-each-line-hanging.html: Renamed from LayoutTests/fast/css3-text/css3-text-indent/text-indent-each-line.html.

2013-04-17  James Craig  <james@cookiecrook.com>

        AX: aria-level does not override implicit level on h1, h2, etc
        https://bugs.webkit.org/show_bug.cgi?id=114692

        Reviewed by Chris Fleizach.

        aria-level now works on headings without an explicit role="heading" defined. Updated existing test coverage.

        * accessibility/heading-level-expected.txt:
        * accessibility/heading-level.html:

2013-04-17  Chris Fleizach  <cfleizach@apple.com>

        AX: VoiceOver says everything that isn't a link is a "clickable" in Safari reader?
        https://bugs.webkit.org/show_bug.cgi?id=114687

        Reviewed by Tim Horton.

        * platform/mac/accessibility/press-action-not-exposed-when-body-is-click-handler-expected.txt: Added.
        * platform/mac/accessibility/press-action-not-exposed-when-body-is-click-handler.html: Added.

2013-04-17  Jessie Berlin  <jberlin@apple.com>

        Remove the mac-snowleopard LayoutTest directory.

        Reviewed by Sam Weinig.

        * platform/mac-snowleopard/TestExpectations: Removed.
        * platform/mac-snowleopard/animations/missing-values-first-keyframe-expected.png: Removed.
        * platform/mac-snowleopard/animations/missing-values-last-keyframe-expected.png: Removed.
        * platform/mac-snowleopard/animations/suspend-transform-animation-expected.png: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.inside2-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.inside3-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.outside1-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.line.cap.closed-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.line.miter.lineedge-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.enable.x-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.enable.y-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt: Removed.
        * platform/mac-snowleopard/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Removed.
        * platform/mac-snowleopard/compositing/color-matching/image-color-matching-expected.png: Removed.
        * platform/mac-snowleopard/compositing/direct-image-compositing-expected.png: Removed.
        * platform/mac-snowleopard/compositing/flat-with-transformed-child-expected.png: Removed.
        * platform/mac-snowleopard/compositing/framesets/composited-frame-alignment-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/clipping-foreground-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/composited-html-size-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/fixed-in-composited-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/foreground-layer-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/layer-due-to-layer-children-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/repaint-foreground-layer-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/root-layer-update-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/rtl-composited-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/video-fixed-scrolling-expected.png: Removed.
        * platform/mac-snowleopard/compositing/geometry/video-opacity-overlay-expected.png: Removed.
        * platform/mac-snowleopard/compositing/iframes/composited-iframe-scroll-expected.png: Removed.
        * platform/mac-snowleopard/compositing/iframes/iframe-content-flipping-expected.png: Removed.
        * platform/mac-snowleopard/compositing/images/content-image-change-expected.png: Removed.
        * platform/mac-snowleopard/compositing/images/direct-image-background-color-expected.png: Removed.
        * platform/mac-snowleopard/compositing/images/direct-pdf-image-expected.png: Removed.
        * platform/mac-snowleopard/compositing/images/direct-svg-image-expected.png: Removed.
        * platform/mac-snowleopard/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Removed.
        * platform/mac-snowleopard/compositing/layers-inside-overflow-scroll-expected.png: Removed.
        * platform/mac-snowleopard/compositing/masks/layer-mask-placement-expected.png: Removed.
        * platform/mac-snowleopard/compositing/masks/masked-ancestor-expected.png: Removed.
        * platform/mac-snowleopard/compositing/masks/simple-composited-mask-expected.png: Removed.
        * platform/mac-snowleopard/compositing/overflow/fixed-position-ancestor-clip-expected.png: Removed.
        * platform/mac-snowleopard/compositing/overflow/overflow-compositing-descendant-expected.png: Removed.
        * platform/mac-snowleopard/compositing/overflow/overflow-positioning-expected.png: Removed.
        * platform/mac-snowleopard/compositing/overflow/overflow-scroll-expected.png: Removed.
        * platform/mac-snowleopard/compositing/overflow/repaint-after-losing-scrollbars-expected.png: Removed.
        * platform/mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/become-simple-composited-reflection-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/compositing-change-inside-reflection-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/deeply-nested-reflections-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/masked-reflection-on-composited-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/nested-reflection-animated-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/nested-reflection-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/nested-reflection-mask-change-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/nested-reflection-on-overflow-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/nested-reflection-opacity-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/nested-reflection-size-change-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/nested-reflection-transformed-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/nested-reflection-transformed2-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/nested-reflection-transition-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/reflection-opacity-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/reflection-positioning-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/reflection-positioning2-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/remove-add-reflection-expected.png: Removed.
        * platform/mac-snowleopard/compositing/reflections/transform-inside-reflection-expected.png: Removed.
        * platform/mac-snowleopard/compositing/repaint/same-size-invalidation-expected.png: Removed.
        * platform/mac-snowleopard/compositing/scaling/tiled-layer-recursion-expected.png: Removed.
        * platform/mac-snowleopard/compositing/scrollbar-painting-expected.png: Removed.
        * platform/mac-snowleopard/compositing/self-painting-layers-expected.png: Removed.
        * platform/mac-snowleopard/compositing/shadows/shadow-drawing-expected.png: Removed.
        * platform/mac-snowleopard/compositing/tiling/constrained-layer-size-expected.png: Removed.
        * platform/mac-snowleopard/compositing/transitions/scale-transition-no-start-expected.png: Removed.
        * platform/mac-snowleopard/compositing/video/video-background-color-expected.png: Removed.
        * platform/mac-snowleopard/compositing/visibility/visibility-composited-expected.png: Removed.
        * platform/mac-snowleopard/compositing/visibility/visibility-simple-canvas2d-layer-expected.png: Removed.
        * platform/mac-snowleopard/compositing/visibility/visibility-simple-video-layer-expected.png: Removed.
        * platform/mac-snowleopard/compositing/visibility/visibility-simple-webgl-layer-expected.png: Removed.
        * platform/mac-snowleopard/compositing/webgl/webgl-background-color-expected.png: Removed.
        * platform/mac-snowleopard/compositing/webgl/webgl-no-alpha-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/border_bottom-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/border_left-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/border_right_inline-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/float_on_text_elements-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/margin_inline-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/margin_left-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/margin_right-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/padding_bottom_inline-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/padding_inline-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/padding_left-expected.png: Removed.
        * platform/mac-snowleopard/css1/box_properties/padding_right-expected.png: Removed.
        * platform/mac-snowleopard/css1/cascade/important-expected.png: Removed.
        * platform/mac-snowleopard/css1/classification/display-expected.png: Removed.
        * platform/mac-snowleopard/css1/color_and_background/background_image-expected.png: Removed.
        * platform/mac-snowleopard/css1/color_and_background/background_position-expected.png: Removed.
        * platform/mac-snowleopard/css1/color_and_background/background_repeat-expected.png: Removed.
        * platform/mac-snowleopard/css1/font_properties/font-expected.png: Removed.
        * platform/mac-snowleopard/css1/font_properties/font_family-expected.png: Removed.
        * platform/mac-snowleopard/css1/formatting_model/inline_elements-expected.png: Removed.
        * platform/mac-snowleopard/css1/pseudo/firstletter-expected.png: Removed.
        * platform/mac-snowleopard/css1/pseudo/firstline-expected.png: Removed.
        * platform/mac-snowleopard/css1/pseudo/multiple_pseudo_elements-expected.png: Removed.
        * platform/mac-snowleopard/css1/pseudo/pseudo_elements_in_selectors-expected.png: Removed.
        * platform/mac-snowleopard/css1/text_properties/text_decoration-expected.png: Removed.
        * platform/mac-snowleopard/css1/text_properties/text_transform-expected.png: Removed.
        * platform/mac-snowleopard/css1/units/urls-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-height-003-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-height-010-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-height-017-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-height-024-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-height-031-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-006-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-013-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-020-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-022-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-027-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-029-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-034-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-036-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-041-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-043-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-048-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-050-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-055-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-057-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-062-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-064-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-069-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-071-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/absolute-replaced-width-076-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/block-replaced-height-003-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/block-replaced-width-006-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/border-collapse-offset-002-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/border-conflict-style-079-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/border-conflict-style-088-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/border-spacing-applies-to-015-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/dynamic-top-change-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/dynamic-top-change-002-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/dynamic-top-change-003-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/dynamic-top-change-004-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/float-replaced-height-003-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/float-replaced-width-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/float-replaced-width-002-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/float-replaced-width-003-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/float-replaced-width-004-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/float-replaced-width-005-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/float-replaced-width-011-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/floating-replaced-height-008-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/height-width-inline-table-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/height-width-table-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/inline-block-replaced-height-003-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/inline-block-replaced-height-008-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/inline-block-replaced-width-006-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/inline-replaced-height-003-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/inline-replaced-height-008-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/inline-replaced-width-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/inline-replaced-width-006-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-002-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-003-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-004-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-005-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-006-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-007-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-008-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-009-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-010-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-012-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-013-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-014-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/margin-applies-to-015-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/outline-color-applies-to-008-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/outline-color-applies-to-008-expected.txt: Removed.
        * platform/mac-snowleopard/css2.1/20110323/table-caption-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/table-caption-002-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/table-caption-margins-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/table-caption-optional-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/table-caption-optional-002-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/20110323/width-replaced-element-001-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/t051201-c23-first-line-00-b-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/t1002-c5523-width-02-b-g-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/t1202-counter-09-b-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/t1202-counter-09-b-expected.txt: Removed.
        * platform/mac-snowleopard/css2.1/t1202-counters-09-b-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/t1202-counters-09-b-expected.txt: Removed.
        * platform/mac-snowleopard/css2.1/t1508-c527-font-01-b-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.txt: Removed.
        * platform/mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.png: Removed.
        * platform/mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.txt: Removed.
        * platform/mac-snowleopard/css3/filters/add-filter-rendering-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/crash-filter-change-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-blur-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-blur-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-brightness-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-brightness-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-combined-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-combined-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-contrast-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-contrast-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-drop-shadow-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-drop-shadow-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-grayscale-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-grayscale-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-hue-rotate-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-hue-rotate-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-invert-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-invert-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-opacity-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-opacity-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-saturate-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-saturate-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-sepia-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/effect-sepia-hw-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/filter-region-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/filter-repaint-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/filter-with-transform-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/filtered-compositing-descendant-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/multiple-filters-invalidation-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/nested-filter-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/regions-expanding-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/simple-filter-rendering-expected.png: Removed.
        * platform/mac-snowleopard/css3/flexbox/repaint-expected.png: Removed.
        * platform/mac-snowleopard/css3/flexbox/repaint-rtl-column-expected.png: Removed.
        * platform/mac-snowleopard/css3/images/cross-fade-background-size-expected.png: Removed.
        * platform/mac-snowleopard/css3/images/cross-fade-blending-expected.png: Removed.
        * platform/mac-snowleopard/css3/images/cross-fade-simple-expected.png: Removed.
        * platform/mac-snowleopard/css3/images/cross-fade-sizing-expected.png: Removed.
        * platform/mac-snowleopard/css3/images/cross-fade-tiled-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/html/css3-modsel-39-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/html/css3-modsel-39b-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/html/css3-modsel-39c-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/xhtml/css3-modsel-39-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/xhtml/css3-modsel-39a-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/xhtml/css3-modsel-39b-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/xhtml/css3-modsel-39c-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/xml/css3-modsel-39-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/xml/css3-modsel-39a-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/xml/css3-modsel-39b-expected.png: Removed.
        * platform/mac-snowleopard/css3/selectors3/xml/css3-modsel-39c-expected.png: Removed.
        * platform/mac-snowleopard/editing/input/devanagari-ligature-expected.png: Removed.
        * platform/mac-snowleopard/editing/input/devanagari-ligature-expected.txt: Removed.
        * platform/mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png: Removed.
        * platform/mac-snowleopard/editing/inserting/typing-at-end-of-line-expected.png: Removed.
        * platform/mac-snowleopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: Removed.
        * platform/mac-snowleopard/editing/pasteboard/paste-TIFF-expected.png: Removed.
        * platform/mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png: Removed.
        * platform/mac-snowleopard/editing/selection/unrendered-002-expected.png: Removed.
        * platform/mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png: Removed.
        * platform/mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png: Removed.
        * platform/mac-snowleopard/editing/unsupported-content/list-type-after-expected.png: Removed.
        * platform/mac-snowleopard/editing/unsupported-content/list-type-before-expected.png: Removed.
        * platform/mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png: Removed.
        * platform/mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png: Removed.
        * platform/mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png: Removed.
        * platform/mac-snowleopard/editing/unsupported-content/table-type-after-expected.png: Removed.
        * platform/mac-snowleopard/editing/unsupported-content/table-type-before-expected.png: Removed.
        * platform/mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Removed.
        * platform/mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Removed.
        * platform/mac-snowleopard/fast/backgrounds/size/backgroundSize18-expected.png: Removed.
        * platform/mac-snowleopard/fast/backgrounds/size/backgroundSize19-expected.png: Removed.
        * platform/mac-snowleopard/fast/backgrounds/size/backgroundSize21-expected.png: Removed.
        * platform/mac-snowleopard/fast/backgrounds/size/backgroundSize22-expected.png: Removed.
        * platform/mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
        * platform/mac-snowleopard/fast/block/basic/truncation-rtl-expected.png: Removed.
        * platform/mac-snowleopard/fast/block/float/020-expected.png: Removed.
        * platform/mac-snowleopard/fast/block/float/float-avoidance-expected.png: Removed.
        * platform/mac-snowleopard/fast/block/margin-collapse/103-expected.png: Removed.
        * platform/mac-snowleopard/fast/block/positioning/028-expected.png: Removed.
        * platform/mac-snowleopard/fast/block/positioning/031-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/border-image-massive-scale-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/border-image-outset-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/border-image-outset-in-shorthand-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/border-image-scale-transform-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/border-image-scaled-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/inline-mask-overlay-image-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/rtl-border-01-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/rtl-border-02-expected.png: Removed.
        * platform/mac-snowleopard/fast/borders/rtl-border-03-expected.png: Removed.
        * platform/mac-snowleopard/fast/canvas/canvas-composite-fill-repaint-expected.png: Removed.
        * platform/mac-snowleopard/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Removed.
        * platform/mac-snowleopard/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
        * platform/mac-snowleopard/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
        * platform/mac-snowleopard/fast/canvas/set-colors-expected.txt: Removed.
        * platform/mac-snowleopard/fast/canvas/shadow-offset-7-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/background-shorthand-invalid-url-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/bidi-override-in-anonymous-block-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/child-style-can-override-visited-style-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/clip-text-in-scaled-div-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/color-correction-on-background-image-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/continuationCrash-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/font-family-pictograph-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/font-family-pictograph-expected.txt: Removed.
        * platform/mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/outline-narrowLine-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/text-overflow-input-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/text-transform-select-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/transform-default-parameter-expected.png: Removed.
        * platform/mac-snowleopard/fast/css/value-list-out-of-bounds-crash-expected.png: Removed.
        * platform/mac-snowleopard/fast/dom/52776-expected.png: Removed.
        * platform/mac-snowleopard/fast/dom/52776-expected.txt: Removed.
        * platform/mac-snowleopard/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png: Removed.
        * platform/mac-snowleopard/fast/encoding/utf-16-big-endian-expected.png: Removed.
        * platform/mac-snowleopard/fast/encoding/utf-16-little-endian-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/001-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/basic-buttons-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/basic-inputs-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/basic-selects-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/basic-textareas-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/basic-textareas-quirks-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/box-shadow-override-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/button-align-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/button-cannot-be-nested-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/button-default-title-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/button-generated-content-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/button-inner-block-reuse-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/button-sizes-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/button-style-color-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/button-table-styles-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/button-text-transform-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/button-white-space-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/control-clip-overflow-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/control-restrict-line-height-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/disabled-select-change-index-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/fieldset-align-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/file/file-input-direction-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/file/input-file-re-render-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/form-element-geometry-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/form-hides-table-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/formmove-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/input-appearance-height-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/input-button-sizes-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/input-table-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/input-value-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/listbox-bidi-align-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/listbox-hit-test-zoomed-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/listbox-scrollbar-incremental-load-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/menulist-style-color-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/menulist-width-change-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/option-strip-whitespace-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/option-text-clip-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/placeholder-position-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/range/slider-padding-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/range/slider-thumb-shared-style-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/search-vertical-alignment-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-align-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-baseline-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-change-listbox-to-popup-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-disabled-appearance-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-initial-position-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-item-background-clip-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-selected-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-size-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-style-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-visual-hebrew-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-writing-direction-natural-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/select-writing-direction-natural-expected.txt: Removed.
        * platform/mac-snowleopard/fast/forms/textAreaLineHeight-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/textarea-align-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/textarea-scroll-height-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/textarea-scrollbar-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png: Removed.
        * platform/mac-snowleopard/fast/forms/textarea-width-expected.png: Removed.
        * platform/mac-snowleopard/fast/gradients/crash-on-zero-radius-expected.png: Removed.
        * platform/mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Removed.
        * platform/mac-snowleopard/fast/gradients/generated-gradients-expected.png: Removed.
        * platform/mac-snowleopard/fast/gradients/gradient-after-transparent-border-expected.png: Removed.
        * platform/mac-snowleopard/fast/gradients/simple-gradients-expected.png: Removed.
        * platform/mac-snowleopard/fast/images/color-jpeg-with-color-profile-expected.png: Removed.
        * platform/mac-snowleopard/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Removed.
        * platform/mac-snowleopard/fast/images/gray-scale-png-with-color-profile-expected.png: Removed.
        * platform/mac-snowleopard/fast/images/image-css3-content-data-expected.png: Removed.
        * platform/mac-snowleopard/fast/images/jpeg-with-color-profile-expected.png: Removed.
        * platform/mac-snowleopard/fast/images/paletted-png-with-color-profile-expected.png: Removed.
        * platform/mac-snowleopard/fast/images/pdf-as-background-expected.png: Removed.
        * platform/mac-snowleopard/fast/images/pdf-as-image-expected.png: Removed.
        * platform/mac-snowleopard/fast/images/png-with-color-profile-expected.png: Removed.
        * platform/mac-snowleopard/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Removed.
        * platform/mac-snowleopard/fast/inline/inline-borders-with-bidi-override-expected.png: Removed.
        * platform/mac-snowleopard/fast/inline/inline-box-background-long-image-expected.png: Removed.
        * platform/mac-snowleopard/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Removed.
        * platform/mac-snowleopard/fast/layers/scroll-with-transform-composited-layer-expected.png: Removed.
        * platform/mac-snowleopard/fast/layers/scroll-with-transform-layer-expected.png: Removed.
        * platform/mac-snowleopard/fast/lists/003-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/block-axis-horizontal-bt-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/block-axis-horizontal-tb-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/column-rules-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/column-rules-stacking-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/columns-shorthand-parsing-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/float-avoidance-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/float-multicol-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/float-paginate-complex-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/layers-in-multicol-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/nested-columns-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/overflow-across-columns-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/overflow-across-columns-percent-height-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/overflow-unsplittable-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/pagination-h-horizontal-bt-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/pagination-h-horizontal-tb-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/pagination-h-vertical-lr-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/pagination-h-vertical-rl-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/pagination-v-horizontal-bt-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/pagination-v-horizontal-tb-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/pagination-v-vertical-lr-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/pagination-v-vertical-rl-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/positioned-with-constrained-height-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/positive-leading-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/scrolling-overflow-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/shadow-breaking-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/single-line-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/generated-child-split-flow-crash-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/span-as-immediate-columns-child-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/span-as-nested-columns-child-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/span/span-margin-collapsing-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/vertical-lr/float-avoidance-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/vertical-rl/float-avoidance-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/vertical-rl/rule-style-expected.png: Removed.
        * platform/mac-snowleopard/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed.
        * platform/mac-snowleopard/fast/overflow/006-expected.png: Removed.
        * platform/mac-snowleopard/fast/overflow/overflow-focus-ring-expected.png: Removed.
        * platform/mac-snowleopard/fast/overflow/overflow-x-y-expected.png: Removed.
        * platform/mac-snowleopard/fast/parser/document-write-option-expected.png: Removed.
        * platform/mac-snowleopard/fast/preloader/document-write-2-expected.txt: Removed.
        * platform/mac-snowleopard/fast/preloader/document-write-expected.txt: Removed.
        * platform/mac-snowleopard/fast/preloader/script-expected.txt: Removed.
        * platform/mac-snowleopard/fast/reflections/reflection-direction-expected.png: Removed.
        * platform/mac-snowleopard/fast/reflections/reflection-masks-expected.png: Removed.
        * platform/mac-snowleopard/fast/reflections/reflection-masks-opacity-expected.png: Removed.
        * platform/mac-snowleopard/fast/reflections/reflection-masks-outset-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt: Removed.
        * platform/mac-snowleopard/fast/repaint/line-flow-with-floats-2-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/line-flow-with-floats-8-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/line-flow-with-floats-9-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/scale-page-shrink-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/scroll-inside-table-cell-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/text-shadow-expected.png: Removed.
        * platform/mac-snowleopard/fast/repaint/text-shadow-horizontal-expected.png: Removed.
        * platform/mac-snowleopard/fast/replaced/replaced-breaking-expected.png: Removed.
        * platform/mac-snowleopard/fast/replaced/width100percent-button-expected.png: Removed.
        * platform/mac-snowleopard/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Removed.
        * platform/mac-snowleopard/fast/selectors/166-expected.png: Removed.
        * platform/mac-snowleopard/fast/selectors/visited-descendant-expected.png: Removed.
        * platform/mac-snowleopard/fast/table/auto-100-percent-width-expected.png: Removed.
        * platform/mac-snowleopard/fast/table/dynamic-caption-add-before-child-expected.png: Removed.
        * platform/mac-snowleopard/fast/table/frame-and-rules-expected.png: Removed.
        * platform/mac-snowleopard/fast/table/height-percent-test-vertical-expected.png: Removed.
        * platform/mac-snowleopard/fast/table/multiple-captions-display-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/backslash-to-yen-sign-euc-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/capitalize-boundaries-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/capitalize-boundaries-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/complex-text-opacity-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/complex-text-opacity-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/fallback-traits-fixup-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/fallback-traits-fixup-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/hyphenate-character-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/hyphenate-limit-lines-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/hyphenate-limit-lines-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/hyphenate-locale-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/hyphens-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/arabic-justify-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/arabic-justify-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-CS-after-AN-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-CS-after-AN-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-menulist-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-neutral-run-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/bidi-neutral-run-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/international/bold-bengali-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/bold-bengali-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/international/hebrew-vowels-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/khmer-selection-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/international/khmer-selection-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/justify-ideograph-leading-expansion-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/justify-ideograph-leading-expansion-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/midword-break-after-breakable-char-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/midword-break-before-surrogate-pair-2-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/midword-break-before-surrogate-pair-2-expected.txt: Removed.
        * platform/mac-snowleopard/fast/text/stroking-decorations-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/stroking-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/text-letter-spacing-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/unicode-variation-selector-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/wbr-expected.png: Removed.
        * platform/mac-snowleopard/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Removed.
        * platform/mac-snowleopard/fast/writing-mode/border-image-horizontal-bt-expected.png: Removed.
        * platform/mac-snowleopard/fast/writing-mode/border-image-vertical-lr-expected.png: Removed.
        * platform/mac-snowleopard/fast/writing-mode/border-image-vertical-rl-expected.png: Removed.
        * platform/mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png: Removed.
        * platform/mac-snowleopard/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Removed.
        * platform/mac-snowleopard/fast/xsl/sort-locale-expected.txt: Removed.
        * platform/mac-snowleopard/fonts/cursive-expected.png: Removed.
        * platform/mac-snowleopard/fonts/default-expected.png: Removed.
        * platform/mac-snowleopard/fonts/fantasy-expected.png: Removed.
        * platform/mac-snowleopard/fonts/monospace-expected.png: Removed.
        * platform/mac-snowleopard/fonts/sans-serif-expected.png: Removed.
        * platform/mac-snowleopard/fonts/serif-expected.png: Removed.
        * platform/mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png: Removed.
        * platform/mac-snowleopard/http/tests/inspector/resource-har-conversion-expected.txt: Removed.
        * platform/mac-snowleopard/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Removed.
        * platform/mac-snowleopard/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Removed.
        * platform/mac-snowleopard/http/tests/xmlhttprequest/web-apps/012-expected.txt: Removed.
        * platform/mac-snowleopard/http/tests/xmlhttprequest/web-apps/013-expected.txt: Removed.
        * platform/mac-snowleopard/media/controls-layout-direction-expected.png: Removed.
        * platform/mac-snowleopard/media/controls-strict-expected.png: Removed.
        * platform/mac-snowleopard/media/controls-strict-expected.txt: Removed.
        * platform/mac-snowleopard/media/controls-styling-expected.txt: Removed.
        * platform/mac-snowleopard/media/controls-without-preload-expected.txt: Removed.
        * platform/mac-snowleopard/media/media-can-play-wav-audio-expected.txt: Removed.
        * platform/mac-snowleopard/media/media-document-audio-repaint-expected.png: Removed.
        * platform/mac-snowleopard/media/video-aspect-ratio-expected.png: Removed.
        * platform/mac-snowleopard/media/video-canvas-alpha-expected.png: Removed.
        * platform/mac-snowleopard/media/video-colorspace-yuv420-expected.png: Removed.
        * platform/mac-snowleopard/media/video-colorspace-yuv422-expected.png: Removed.
        * platform/mac-snowleopard/media/video-controls-rendering-expected.png: Removed.
        * platform/mac-snowleopard/media/video-controls-rendering-expected.txt: Removed.
        * platform/mac-snowleopard/media/video-display-toggle-expected.png: Removed.
        * platform/mac-snowleopard/media/video-display-toggle-expected.txt: Removed.
        * platform/mac-snowleopard/media/video-frame-accurate-seek-expected.png: Removed.
        * platform/mac-snowleopard/media/video-layer-crash-expected.png: Removed.
        * platform/mac-snowleopard/media/video-no-audio-expected.png: Removed.
        * platform/mac-snowleopard/media/video-no-audio-expected.txt: Removed.
        * platform/mac-snowleopard/media/video-playing-and-pause-expected.png: Removed.
        * platform/mac-snowleopard/media/video-size-intrinsic-scale-expected.txt: Removed.
        * platform/mac-snowleopard/media/video-zoom-expected.png: Removed.
        * platform/mac-snowleopard/platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt: Removed.
        * platform/mac-snowleopard/platform/mac/editing/selection/25228-expected.png: Removed.
        * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Removed.
        * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Removed.
        * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Removed.
        * platform/mac-snowleopard/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Removed.
        * platform/mac-snowleopard/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Removed.
        * platform/mac-snowleopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png: Removed.
        * platform/mac-snowleopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt: Removed.
        * platform/mac-snowleopard/platform/mac/fast/text/line-break-locale-expected.png: Removed.
        * platform/mac-snowleopard/platform/mac/fast/text/line-break-locale-expected.txt: Removed.
        * platform/mac-snowleopard/platform/mac/scrollbars/key-window-not-first-responder-expected.png: Removed.
        * platform/mac-snowleopard/plugins/mouse-click-plugin-clears-selection-expected.png: Removed.
        * platform/mac-snowleopard/printing/compositing-layer-printing-expected.png: Removed.
        * platform/mac-snowleopard/printing/media-queries-print-expected.png: Removed.
        * platform/mac-snowleopard/printing/page-rule-in-media-query-expected.png: Removed.
        * platform/mac-snowleopard/printing/return-from-printing-mode-expected.png: Removed.
        * platform/mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png: Removed.
        * platform/mac-snowleopard/scrollbars/scrollbars-on-positioned-content-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-object/embedded-svg-size-changes-expected.png: Removed.
        * platform/mac-snowleopard/svg/as-object/nested-embedded-svg-size-changes-expected.png: Removed.
        * platform/mac-snowleopard/svg/batik/paints/gradientLimit-expected.png: Removed.
        * platform/mac-snowleopard/svg/carto.net/button-expected.png: Removed.
        * platform/mac-snowleopard/svg/carto.net/colourpicker-expected.png: Removed.
        * platform/mac-snowleopard/svg/carto.net/combobox-expected.png: Removed.
        * platform/mac-snowleopard/svg/carto.net/scrollbar-expected.png: Removed.
        * platform/mac-snowleopard/svg/carto.net/selectionlist-expected.png: Removed.
        * platform/mac-snowleopard/svg/carto.net/slider-expected.png: Removed.
        * platform/mac-snowleopard/svg/carto.net/tabgroup-expected.png: Removed.
        * platform/mac-snowleopard/svg/carto.net/textbox-expected.png: Removed.
        * platform/mac-snowleopard/svg/carto.net/window-expected.png: Removed.
        * platform/mac-snowleopard/svg/clip-path/clip-path-pixelation-expected.png: Removed.
        * platform/mac-snowleopard/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Removed.
        * platform/mac-snowleopard/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed.
        * platform/mac-snowleopard/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/arrow-with-shadow-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/composite-shadow-text-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/css-box-min-width-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/group-with-shadow-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/path-gradient-stroke-shadow-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/rect-gradient-stroke-shadow-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/shadow-changes-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/shadow-with-large-radius-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/shadow-with-negative-offset-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/text-gradient-shadow-expected.png: Removed.
        * platform/mac-snowleopard/svg/css/text-shadow-multiple-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/SVGMatrix-interface-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/altglyph-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/baseval-animval-equality-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/bug45331-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/circle-move-invalidation-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/clip-path-referencing-use-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/clip-path-referencing-use2-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/clone-element-with-animated-svg-properties-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/container-opacity-clip-viewBox-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/convolution-crash-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/coords-relative-units-transforms-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/createImageElement-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/createImageElement2-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/dominant-baseline-hanging-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/dynamic-svg-document-creation-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/embedding-external-svgs-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/empty-clip-path-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/empty-merge-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/feDisplacementMap-01-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/fill-SVGPaint-interface-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/fill-fallback-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/focus-ring-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/font-face-cascade-order-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/font-face-simple-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/foreign-object-skew-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/foreignObject-crash-on-hover-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/getPresentationAttribute-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/getTransformToElement-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/getscreenctm-in-mixed-content-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-div-area-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/getsvgdocument-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/glyph-selection-arabic-forms-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/glyph-selection-lang-attribute-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/glyph-selection-non-bmp-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/gradient-cycle-detection-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/gradient-deep-referencing-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/gradient-rotated-bbox-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/gradient-stroke-width-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/gradient-with-1d-boundingbox-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/grayscale-gradient-mask-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/group-opacity-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/hit-test-path-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/hit-test-path-stroke-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/hit-test-unclosed-subpaths-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/hit-test-with-br-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/image-parent-translation-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/image-rescale-clip-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/image-rescale-scroll-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/image-small-width-height-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/image-with-prefix-in-webarchive-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/image-with-transform-clip-filter-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/invalid-fill-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/invalid-fill-hex-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/invalid-lengthlist-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/invalid-stroke-hex-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/invisible-text-after-scrolling-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/js-update-image-and-display-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/js-update-image-and-display2-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/js-update-image-and-display3-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/js-update-stop-linked-gradient-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/junk-data-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/linking-a-03-b-viewTarget-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/marker-opacity-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/marker-overflow-clip-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/mask-invalidation-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/missing-xlink-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-container-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-root-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/no-inherited-dashed-stroke-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/non-opaque-filters-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/non-scaling-stroke-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/object-sizing-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/path-bad-data-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/path-textPath-simulation-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pattern-cycle-detection-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pattern-deep-referencing-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pattern-incorrect-tiling-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pattern-rotate-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pattern-rotate-gaps-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/percentage-of-html-parent-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pointer-events-image-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pointer-events-path-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/pointer-events-text-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/recursive-clippath-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/recursive-filter-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/recursive-gradient-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/recursive-mask-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/recursive-pattern-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/relative-sized-content-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/relative-sized-content-with-resources-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/relative-sized-deep-shadow-tree-content-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/relative-sized-image-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/relative-sized-inner-svg-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/relative-sized-shadow-tree-content-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/relative-sized-use-on-symbol-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/rootmost-svg-xy-attrs-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/second-inline-text-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/shape-rendering-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/shapes-supporting-markers-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/simple-text-double-shadow-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/simpleCDF-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/stroke-fallback-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/stroke-width-large-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/stroked-pattern-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/style-attribute-font-size-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/svg-curve-with-relative-cordinates-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/svg-float-border-padding-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/svg-fonts-without-missing-glyph-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/svg-fonts-word-spacing-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/svg-overflow-types-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/text-decoration-visibility-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/text-dom-01-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/text-filter-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/text-image-opacity-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/text-linking-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/text-xy-updates-SVGList-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/text-xy-updates-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-clipped-hit-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.txt: Removed.
        * platform/mac-snowleopard/svg/custom/use-dynamic-append-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-elementInstance-event-target-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-elementInstance-methods-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-event-handler-on-referenced-element-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-event-handler-on-use-element-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-events-crash-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-font-face-crash-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-instanceRoot-event-bubbling-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-instanceRoot-event-listeners-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-on-symbol-inside-pattern-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-property-changes-through-dom-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/use-property-changes-through-svg-dom-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/viewport-em-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/visibility-override-filter-expected.png: Removed.
        * platform/mac-snowleopard/svg/custom/zero-path-square-cap-rendering2-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGPathSegList-appendItem-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGPathSegList-cloning-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGPathSegList-removeItem-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGPathSegList-replaceItem-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGPathSegList-segment-modification-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGPointList-basics-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGStringList-basics-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png: Removed.
        * platform/mac-snowleopard/svg/dom/css-transforms-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/animate-fill-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/big-sized-filter-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/big-sized-filter-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feColorMatrix-offset-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feColorMatrix-saturate-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feColorMatrix-values-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feComposite-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feConvolveFilter-y-bounds-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feDisplacementMap-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feDropShadow-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feGaussianBlur-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-late-indirect-update-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-multiple-targets-id-change-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-position-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-preserveAspectratio-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-reference-invalidation-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-reference-svg-primitive-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-subregions-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-add-to-document-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-changes-id-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-id-change-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-inline-style-change-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-property-change-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-reappend-to-document-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-remove-from-document-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feImage-target-style-change-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feLighting-crash-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feMerge-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feOffset-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/feTile-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filter-clip-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filter-on-tspan-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filter-placement-issue-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filter-refresh-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filter-rounding-issues-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filter-source-position-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filter-width-update-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filterRes-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filterRes1-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filterRes2-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filterRes3-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/filteredImage-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/parent-children-with-same-filter-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/shadow-on-filter-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/sourceAlpha-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/subRegion-in-userSpace-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/subRegion-one-effect-expected.png: Removed.
        * platform/mac-snowleopard/svg/filters/subRegion-two-effects-expected.png: Removed.
        * platform/mac-snowleopard/svg/foreignObject/fO-parent-display-changes-expected.png: Removed.
        * platform/mac-snowleopard/svg/foreignObject/filter-expected.png: Removed.
        * platform/mac-snowleopard/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Removed.
        * platform/mac-snowleopard/svg/foreignObject/svg-document-as-direct-child-expected.png: Removed.
        * platform/mac-snowleopard/svg/foreignObject/svg-document-in-html-document-expected.png: Removed.
        * platform/mac-snowleopard/svg/foreignObject/text-tref-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/data-types/002-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/error/002-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/error/012-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/error/013-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/intrinsic/001-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/intrinsic/002-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/intrinsic/003-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/mixed/003-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/mixed/006-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/mixed/007-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/mixed/008-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/mixed/009-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/mixed/010-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/mixed/011-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/perf/001-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/perf/002-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/perf/005-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/perf/006-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/perf/007-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/processing-model/003-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/processing-model/004-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/rendering-model/003-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/rendering-model/004-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/text/003-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/viewbox/001-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/viewbox/002-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Removed.
        * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Removed.
        * platform/mac-snowleopard/svg/in-html/circle-expected.png: Removed.
        * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Removed.
        * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Removed.
        * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Removed.
        * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Removed.
        * platform/mac-snowleopard/svg/repaint/filter-child-repaint-expected.png: Removed.
        * platform/mac-snowleopard/svg/repaint/filter-repaint-expected.png: Removed.
        * platform/mac-snowleopard/svg/repaint/image-with-clip-path-expected.png: Removed.
        * platform/mac-snowleopard/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/bidi-text-query-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/font-size-below-point-five-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/kerning-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/multichar-glyph-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
        * platform/mac-snowleopard/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-1-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-3-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-4-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-1-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-3-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-4-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-x-list-1-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-x-list-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-x-list-3-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-x-list-4-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-x-list-with-tspans-1-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-x-list-with-tspans-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-x-list-with-tspans-3-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/select-x-list-with-tspans-4-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/selection-background-color-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/selection-styles-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/small-fonts-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-align-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-align-02-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-align-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-align-04-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-align-05-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-align-06-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-altglyph-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-deco-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-fill-opacity-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-fonts-01-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-intro-05-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-intro-05-t-expected.txt: Removed.
        * platform/mac-snowleopard/svg/text/text-overflow-ellipsis-svgfont-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-path-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-repaint-rects-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-spacing-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-text-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-text-03-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-text-04-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-text-05-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-text-06-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-text-07-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-text-08-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-tselect-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-tselect-02-f-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-tspan-01-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-ws-01-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/text-ws-02-t-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/textPathBoundsBug-expected.png: Removed.
        * platform/mac-snowleopard/svg/text/tspan-dynamic-positioning-expected.png: Removed.
        * platform/mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png: Removed.
        * platform/mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
        * platform/mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
        * platform/mac-snowleopard/svg/webarchive/svg-cursor-subresources-expected.png: Removed.
        * platform/mac-snowleopard/svg/webarchive/svg-feimage-subresources-expected.png: Removed.
        * platform/mac-snowleopard/svg/wicd/rightsizing-grid-expected.png: Removed.
        * platform/mac-snowleopard/svg/wicd/test-rightsizing-a-expected.png: Removed.
        * platform/mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png: Removed.
        * platform/mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png: Removed.
        * platform/mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png: Removed.
        * platform/mac-snowleopard/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Removed.
        * platform/mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
        * platform/mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.
        * platform/mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.
        * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
        * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Removed.
        * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Removed.
        * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Removed.
        * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug10269-2-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug1055-1-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug1163-1-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug119786-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug1302-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug222846-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug2479-1-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug2479-4-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug29058-3-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug2947-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug3977-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug5797-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug5835-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug5838-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug625-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug6304-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug650-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug7112-1-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/bugs/bug7112-2-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/core/bloomberg-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/core/captions-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/core/cell_heights-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/core/col_widths_auto_fix-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/core/nested1-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/core/one_row-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/core/row_span-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/backgr_index-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/backgr_position-table-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/table_frame_border-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/table_frame_box-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/x_caption_class-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/x_caption_id-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/marvin/x_caption_style-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/other/cell_widths-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/other/nestedTables-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/other/test3-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/other/test6-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Removed.
        * platform/mac-snowleopard/tables/mozilla/other/wa_table_tr_align-expected.png: Removed.
        * platform/mac-snowleopard/transforms/2d/hindi-rotated-expected.png: Removed.
        * platform/mac-snowleopard/transforms/2d/transform-fixed-container-expected.png: Removed.
        * platform/mac-snowleopard/transforms/3d/general/perspective-units-expected.png: Removed.
        * platform/mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Removed.
        * platform/mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-expected.png: Removed.
        * platform/mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Removed.
        * platform/mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Removed.
        * platform/mac-snowleopard/webarchive/adopt-attribute-styled-body-webarchive-expected.png: Removed.
        * platform/mac-snowleopard/webarchive/test-css-url-resources-in-stylesheets-expected.png: Removed.
        * platform/mac-snowleopard/webarchive/test-link-rel-icon-beforeload-expected.png: Removed.

2013-04-17  Beth Dakin  <bdakin@apple.com>

        Content inside frames and scrollbars in overflow areas hit-tests incorrectly when 
        the WKView has a header
        https://bugs.webkit.org/show_bug.cgi?id=114769

        Reviewed by Simon Fraser.

        * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-in-frame-expected.txt: Added.
        * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-in-frame.html: Added.
        * platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html: Added.

2013-04-17  Jessie Berlin  <jberlin@apple.com>

        Unskip some tests for wk2 where the underlying cause of them being skipped has since been
        fixed or the original issue does not reproduce.

        * platform/wk2/TestExpectations:

2013-04-17  Jessie Berlin  <jberlin@apple.com>

        Remove more tests from the Skipped list that were skipped early on with a bunch of eventSender
        related tests and then not unskipped when various parts of eventSender got implemented in
        WebKitTestRunner.

        * platform/mac-wk2/TestExpectations:

2013-04-17  Jessie Berlin  <jberlin@apple.com>

        Remove some tests from the Skipped list that were skipped early on with a bunch of eventSender
        related tests and then not unskipped when various parts of eventSender got implemented in
        WebKitTestRunner.

        * platform/mac-wk2/TestExpectations:

2013-04-17  ChangSeok Oh  <shivamidow@gmail.com>

        Breaking Float: floated block level element following inline element in floated container breaks to next line
        https://bugs.webkit.org/show_bug.cgi?id=45274

        Reviewed by David Hyatt.

        * css2.1/20110323/floats-001-expected.html: Added.
        * css2.1/20110323/floats-001.html: Added.
        * css2.1/20110323/floats-102-expected.html: Added.
        * css2.1/20110323/floats-102.html: Added.

        Tests for whitespace around floating elements.
        Following test cases are provied by Joseph Pecoraro.
        See https://bugs.webkit.org/show_bug.cgi?id=58806

        * fast/exclusions/shape-outside-floats/shape-outside-floats-stacked.html: Updated to match new treatment of trailing space.
        * fast/inline-block/float-both-whitespace-expected.png: Added.
        * fast/inline-block/float-both-whitespace-expected.txt: Added.
        * fast/inline-block/float-both-whitespace.html: Added.
        * fast/inline-block/float-leading-whitespace-expected.png: Added.
        * fast/inline-block/float-leading-whitespace-expected.txt: Added.
        * fast/inline-block/float-leading-whitespace.html: Added.
        * fast/inline-block/float-no-whitespace-expected.png: Added.
        * fast/inline-block/float-no-whitespace-expected.txt: Added.
        * fast/inline-block/float-no-whitespace.html: Added.
        * fast/inline-block/float-trailing-whitespace-expected.png: Added.
        * fast/inline-block/float-trailing-whitespace-expected.txt: Added.
        * fast/inline-block/float-trailing-whitespace.html: Added.
        * fast/inline-block/multiple-floats-with-whitespace-expected.png: Added.
        * fast/inline-block/multiple-floats-with-whitespace-expected.txt: Added.
        * fast/inline-block/multiple-floats-with-whitespace.html: Added.

        Update the following tests so that wrapping happens as it
        did before. With this change the float:left div progressed
        and could fit on an earlier line when we position after
        collapsing whitespace. This moved the float a line earlier
        and changed the results of the test. By adding a character
        to the line, the float won't fit and goes back on to the
        line that it was on before this change.

        * fast/multicol/float-truncation.html:
        * fast/multicol/vertical-lr/float-truncation.html:
        * fast/multicol/vertical-rl/float-truncation.html:

2013-04-17  Chris Fleizach  <cfleizach@apple.com>

        When img@alt is undefined, WebKit should use @title as accessibility label if available
        https://bugs.webkit.org/show_bug.cgi?id=114535

        Reviewed by Tim Horton.

        * accessibility/empty-image-with-title-expected.txt: Added.
        * accessibility/empty-image-with-title.html: Added.

2013-04-17  Arpita Bahuguna  <a.bah@samsung.com>

        getAttribute does not behave correctly for mixed-case attributes on HTML elements
        https://bugs.webkit.org/show_bug.cgi?id=105713

        Reviewed by Andreas Kling.

        * fast/dom/Element/getAttribute-case-insensitivity-expected.txt: Added.
        * fast/dom/Element/getAttribute-case-insensitivity.html: Added.
        Layout test added for verifying that getAttribute() and getAttributeNode()
        APIs convert the passed attribute name to lowercase before comparing
        against the existing attributes.

2013-04-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updating png expected results after r148594.

        * platform/qt/compositing/direct-image-compositing-expected.png:
        * platform/qt/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/qt/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/qt/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/qt/compositing/reflections/nested-reflection-transformed-expected.png:
        * platform/qt/compositing/self-painting-layers-expected.png:
        * platform/qt/compositing/shadows/shadow-drawing-expected.png:
        * platform/qt/css1/basic/inheritance-expected.png:
        * platform/qt/css1/box_properties/acid_test-expected.png:
        * platform/qt/css1/box_properties/clear_float-expected.png:
        * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
        * platform/qt/css1/box_properties/margin_right-expected.png:
        * platform/qt/css1/box_properties/padding_right-expected.png:
        * platform/qt/css1/box_properties/width-expected.png:
        * platform/qt/css1/color_and_background/background_attachment-expected.png:
        * platform/qt/css1/font_properties/font_size-expected.png:
        * platform/qt/css1/font_properties/font_weight-expected.png:
        * platform/qt/css1/formatting_model/inline_elements-expected.png:
        * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
        * platform/qt/css1/text_properties/text_indent-expected.png:
        * platform/qt/css1/units/percentage_units-expected.png:
        * platform/qt/css2.1/20110323/empty-inline-002-expected.png:
        * platform/qt/css2.1/20110323/floating-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/inline-non-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/inline-non-replaced-width-002-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
        * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
        * platform/qt/css2.1/t09-c5526c-display-00-e-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
        * platform/qt/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
        * platform/qt/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
        * platform/qt/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/qt/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
        * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.png:
        * platform/qt/css2.1/t1508-c527-font-09-b-expected.png:
        * platform/qt/css3/filters/custom/custom-filter-clamp-css-color-matrix-expected.png: Copied from LayoutTests/platform/qt/printing/return-from-printing-mode-expected.png.
        * platform/qt/css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.png: Copied from LayoutTests/platform/qt/fast/block/float/overhanging-tall-block-expected.png.
        * platform/qt/css3/flexbox/auto-margins-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-25-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-70-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-25-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-70-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-25-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-70-expected.png:
        * platform/qt/editing/selection/replaced-boundaries-3-expected.png:
        * platform/qt/editing/selection/select-box-expected.png:
        * platform/qt/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/qt/fast/backgrounds/background-position-parsing-expected.png:
        * platform/qt/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/qt/fast/block/basic/001-expected.png:
        * platform/qt/fast/block/basic/011-expected.png:
        * platform/qt/fast/block/basic/014-expected.png:
        * platform/qt/fast/block/basic/015-expected.png:
        * platform/qt/fast/block/basic/016-expected.png:
        * platform/qt/fast/block/basic/019-expected.png:
        * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.png:
        * platform/qt/fast/block/float/002-expected.png:
        * platform/qt/fast/block/float/013-expected.png:
        * platform/qt/fast/block/float/017-expected.png:
        * platform/qt/fast/block/float/avoiding-float-centered-expected.png:
        * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
        * platform/qt/fast/block/float/float-avoidance-expected.png:
        * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.png:
        * platform/qt/fast/block/float/overhanging-tall-block-expected.png:
        * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
        * platform/qt/fast/block/margin-collapse/055-expected.png:
        * platform/qt/fast/block/margin-collapse/100-expected.png:
        * platform/qt/fast/block/margin-collapse/103-expected.png:
        * platform/qt/fast/block/positioning/047-expected.png:
        * platform/qt/fast/block/positioning/051-expected.png:
        * platform/qt/fast/borders/fieldsetBorderRadius-expected.png:
        * platform/qt/fast/borders/rtl-border-01-expected.png:
        * platform/qt/fast/borders/rtl-border-02-expected.png:
        * platform/qt/fast/borders/rtl-border-03-expected.png:
        * platform/qt/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/qt/fast/box-shadow/single-pixel-shadow-expected.png:
        * platform/qt/fast/box-sizing/box-sizing-expected.png:
        * platform/qt/fast/css-generated-content/011-expected.png:
        * platform/qt/fast/css-generated-content/013-expected.png:
        * platform/qt/fast/css-generated-content/014-expected.png:
        * platform/qt/fast/css-generated-content/inline-display-types-expected.png:
        * platform/qt/fast/css/004-expected.png:
        * platform/qt/fast/css/005-expected.png:
        * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/qt/fast/css/background-shorthand-invalid-url-expected.png:
        * platform/qt/fast/css/css1_forward_compatible_parsing-expected.png:
        * platform/qt/fast/css/empty-pseudo-class-expected.png:
        * platform/qt/fast/css/fieldset-display-row-expected.png:
        * platform/qt/fast/css/first-child-pseudo-class-expected.png:
        * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
        * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
        * platform/qt/fast/css/font-size-negative-expected.png:
        * platform/qt/fast/css/h1-in-section-elements-expected.png:
        * platform/qt/fast/css/hsl-color-expected.png:
        * platform/qt/fast/css/hsla-color-expected.png:
        * platform/qt/fast/css/inline-properties-important-expected.png:
        * platform/qt/fast/css/invalid-percentage-property-expected.png:
        * platform/qt/fast/css/last-child-pseudo-class-expected.png:
        * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
        * platform/qt/fast/css/line-height-negative-expected.png:
        * platform/qt/fast/css/only-child-pseudo-class-expected.png:
        * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
        * platform/qt/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
        * platform/qt/fast/css/rgb-float-expected.png:
        * platform/qt/fast/css/text-align-expected.png:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
        * platform/qt/fast/css/text-transform-select-expected.png:
        * platform/qt/fast/css/transform-default-parameter-expected.png:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
        * platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.png:
        * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
        * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
        * platform/qt/fast/events/pointer-events-2-expected.png:
        * platform/qt/fast/flexbox/011-expected.png:
        * platform/qt/fast/flexbox/flex-hang-expected.png:
        * platform/qt/fast/forms/004-expected.png:
        * platform/qt/fast/forms/006-expected.png:
        * platform/qt/fast/forms/007-expected.png:
        * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png:
        * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png:
        * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png:
        * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png:
        * platform/qt/fast/forms/basic-inputs-expected.png:
        * platform/qt/fast/forms/basic-selects-expected.png:
        * platform/qt/fast/forms/basic-textareas-quirks-expected.png:
        * platform/qt/fast/forms/box-shadow-override-expected.png:
        * platform/qt/fast/forms/button-default-title-expected.png:
        * platform/qt/fast/forms/button-generated-content-expected.png:
        * platform/qt/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/qt/fast/forms/datalist/input-appearance-range-with-transform-expected.png:
        * platform/qt/fast/forms/disabled-select-change-index-expected.png:
        * platform/qt/fast/forms/fieldset-align-expected.png:
        * platform/qt/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
        * platform/qt/fast/forms/fieldset-with-float-expected.png:
        * platform/qt/fast/forms/float-before-fieldset-expected.png:
        * platform/qt/fast/forms/formmove-expected.png:
        * platform/qt/fast/forms/indeterminate-expected.png:
        * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
        * platform/qt/fast/forms/listbox-bidi-align-expected.png:
        * platform/qt/fast/forms/option-strip-whitespace-expected.png:
        * platform/qt/fast/forms/option-text-clip-expected.png:
        * platform/qt/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/qt/fast/forms/range/input-appearance-range-expected.png:
        * platform/qt/fast/forms/select-align-expected.png:
        * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png:
        * platform/qt/fast/forms/select-disabled-appearance-expected.png:
        * platform/qt/fast/forms/select-initial-position-expected.png:
        * platform/qt/fast/forms/select-selected-expected.png:
        * platform/qt/fast/gradients/radial-centered-expected.png:
        * platform/qt/fast/html/details-marker-style-expected.png:
        * platform/qt/fast/html/details-replace-summary-child-expected.png:
        * platform/qt/fast/html/details-writing-mode-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/qt/fast/inline-block/002-expected.png:
        * platform/qt/fast/inline-block/inline-block-vertical-align-expected.png:
        * platform/qt/fast/inline/continuation-outlines-expected.png:
        * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
        * platform/qt/fast/inline/inline-box-background-expected.png:
        * platform/qt/fast/inline/inline-box-background-long-image-expected.png:
        * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png:
        * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png:
        * platform/qt/fast/invalid/010-expected.png:
        * platform/qt/fast/invalid/012-expected.png:
        * platform/qt/fast/invalid/014-expected.png:
        * platform/qt/fast/invalid/nestedh3s-expected.png:
        * platform/qt/fast/line-grid/line-align-left-edges-expected.png:
        * platform/qt/fast/lists/008-expected.png:
        * platform/qt/fast/lists/008-vertical-expected.png:
        * platform/qt/fast/lists/list-marker-before-content-table-expected.png:
        * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.png:
        * platform/qt/fast/multicol/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/column-count-with-rules-expected.png:
        * platform/qt/fast/multicol/column-rules-expected.png:
        * platform/qt/fast/multicol/column-rules-stacking-expected.png:
        * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
        * platform/qt/fast/multicol/float-multicol-expected.png:
        * platform/qt/fast/multicol/float-paginate-complex-expected.png:
        * platform/qt/fast/multicol/layers-in-multicol-expected.png:
        * platform/qt/fast/multicol/max-height-columns-block-expected.png:
        * platform/qt/fast/multicol/nested-columns-expected.png:
        * platform/qt/fast/multicol/overflow-across-columns-expected.png:
        * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.png:
        * platform/qt/fast/multicol/overflow-unsplittable-expected.png:
        * platform/qt/fast/multicol/positive-leading-expected.png:
        * platform/qt/fast/multicol/shadow-breaking-expected.png:
        * platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
        * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
        * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
        * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
        * platform/qt/fast/multicol/table-vertical-align-expected.png:
        * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/qt/fast/parser/bad-xml-slash-expected.png:
        * platform/qt/fast/parser/document-write-option-expected.png:
        * platform/qt/fast/parser/style-script-head-test-expected.png:
        * platform/qt/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png:
        * platform/qt/fast/regions/overflow-in-uniform-regions-expected.png: Added.
        * platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/qt/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
        * platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png:
        * platform/qt/fast/regions/top-overflow-out-of-second-region-expected.png:
        * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-1-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-10-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-2-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-3-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-4-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-6-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-7-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-8-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-9-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
        * platform/qt/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/qt/fast/replaced/border-radius-clip-content-edge-expected.png:
        * platform/qt/fast/replaced/width100percent-radio-expected.png:
        * platform/qt/fast/ruby/ruby-block-style-not-updated-expected.png:
        * platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png:
        * platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.png:
        * platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png:
        * platform/qt/fast/ruby/ruby-inline-table-expected.png:
        * platform/qt/fast/runin/runin-generated-before-content-expected.png:
        * platform/qt/fast/selectors/032-expected.png:
        * platform/qt/fast/selectors/166-expected.png:
        * platform/qt/fast/selectors/unqualified-hover-quirks-expected.png:
        * platform/qt/fast/table/009-expected.png:
        * platform/qt/fast/table/035-expected.png:
        * platform/qt/fast/table/035-vertical-expected.png:
        * platform/qt/fast/table/041-expected.png:
        * platform/qt/fast/table/absolute-table-at-bottom-expected.png:
        * platform/qt/fast/table/border-collapsing/004-expected.png:
        * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.png:
        * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.png:
        * platform/qt/fast/table/nested-percent-height-table-expected.png:
        * platform/qt/fast/table/percent-heights-expected.png:
        * platform/qt/fast/table/table-before-child-style-update-expected.png:
        * platform/qt/fast/table/table-display-types-strict-expected.png:
        * platform/qt/fast/table/table-row-before-child-style-update-expected.png:
        * platform/qt/fast/table/table-row-style-not-updated-expected.png:
        * platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.png:
        * platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.png:
        * platform/qt/fast/table/table-style-not-updated-expected.png:
        * platform/qt/fast/text/atsui-kerning-and-ligatures-expected.png:
        * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
        * platform/qt/fast/text/basic/012-expected.png:
        * platform/qt/fast/text/basic/013-expected.png:
        * platform/qt/fast/text/basic/generic-family-reset-expected.png:
        * platform/qt/fast/text/cg-vs-atsui-expected.png:
        * platform/qt/fast/text/line-breaks-expected.png:
        * platform/qt/fast/text/should-use-atsui-expected.png:
        * platform/qt/fast/text/whitespace/007-expected.png:
        * platform/qt/fast/text/whitespace/013-expected.png:
        * platform/qt/fast/text/whitespace/014-expected.png:
        * platform/qt/fast/text/whitespace/018-expected.png:
        * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/qt/fast/transforms/bounding-rect-zoom-expected.png:
        * platform/qt/fast/writing-mode/fieldsets-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png:
        * platform/qt/printing/return-from-printing-mode-expected.png:
        * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
        * platform/qt/svg/as-border-image/svg-as-border-image-2-expected.png:
        * platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
        * platform/qt/svg/batik/text/textEffect-expected.png:
        * platform/qt/svg/batik/text/textEffect3-expected.png:
        * platform/qt/svg/custom/bug45331-expected.png:
        * platform/qt/svg/custom/image-parent-translation-expected.png:
        * platform/qt/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.png:
        * platform/qt/svg/custom/js-late-clipPath-creation-expected.png:
        * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/qt/svg/custom/js-late-gradient-creation-expected.png:
        * platform/qt/svg/custom/junk-data-expected.png:
        * platform/qt/svg/custom/missing-xlink-expected.png:
        * platform/qt/svg/custom/object-sizing-expected.png:
        * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
        * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
        * platform/qt/svg/custom/path-bad-data-expected.png:
        * platform/qt/svg/custom/repaint-shadow-expected.png:
        * platform/qt/svg/custom/rootmost-svg-xy-attrs-expected.png:
        * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/qt/svg/custom/svg-fonts-in-html-expected.png:
        * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.png:
        * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.png:
        * platform/qt/svg/custom/use-font-face-crash-expected.png:
        * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/qt/svg/hixie/error/003-expected.png:
        * platform/qt/svg/hixie/error/012-expected.png:
        * platform/qt/svg/hixie/perf/003-expected.png:
        * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
        * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/qt/svg/text/remove-tspan-from-text-expected.png:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
        * platform/qt/svg/text/small-fonts-in-html5-expected.png:
        * platform/qt/svg/transforms/svg-css-transforms-clip-path-expected.png:
        * platform/qt/svg/transforms/svg-css-transforms-expected.png:
        * platform/qt/svg/wicd/rightsizing-grid-expected.png:
        * platform/qt/svg/wicd/test-rightsizing-a-expected.png:
        * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
        * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/qt/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.png:
        * platform/qt/svg/zoom/page/zoom-background-images-expected.png:
        * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
        * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
        * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * 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-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10296-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1055-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug106816-expected.png:
        * platform/qt/tables/mozilla/bugs/bug11384s-expected.png:
        * platform/qt/tables/mozilla/bugs/bug126742-expected.png:
        * platform/qt/tables/mozilla/bugs/bug131020-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
        * platform/qt/tables/mozilla/bugs/bug139524-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug159108-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17130-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17130-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug18359-expected.png:
        * platform/qt/tables/mozilla/bugs/bug19061-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug19061-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug215629-expected.png:
        * platform/qt/tables/mozilla/bugs/bug24200-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
        * platform/qt/tables/mozilla/bugs/bug28928-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2997-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3309-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug33855-expected.png:
        * platform/qt/tables/mozilla/bugs/bug39209-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3977-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4382-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4527-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46480-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46480-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5538-expected.png:
        * platform/qt/tables/mozilla/bugs/bug6304-expected.png:
        * platform/qt/tables/mozilla/bugs/bug69187-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7112-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7112-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8032-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8381-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9271-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9271-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug96334-expected.png:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
        * platform/qt/tables/mozilla/core/margins-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_index-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/marvin/tables_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_align_center-expected.png:
        * platform/qt/tables/mozilla/other/test3-expected.png:
        * platform/qt/tables/mozilla/other/test6-expected.png:
        * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/standards1-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_layers-show-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:

2013-04-17  Seokju Kwon  <seokju.kwon@gmail.com>

        [Qt] Remove fast/regions/counters/extract-list-items-013.html from TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=114724

        Unreviewed gardening.

        * platform/qt/TestExpectations: Removed after r148289

2013-04-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Ureviewed gardening. Cleaning up after r148596.

        * platform/qt-5.0-wk2/fast/backgrounds/background-position-parsing-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.txt: Removed.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
        * platform/qt/TestExpectations: Skip two reftest.

2013-04-17  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed Gardening.

        Marking compositing reftests added in r148172 as failing.

        * platform/efl/TestExpectations:

2013-04-17  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Unskip tests requiring SUBPIXEL_LAYOUT 

        Unreviewed Qt gardening.

        * platform/qt/TestExpectations:

2013-04-17  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Mark various tests as flaky or failing.

2013-04-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Cleaning up unneeded expecteds after r148596.

        * platform/qt-5.0-wk1/compositing/direct-image-compositing-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/direct-image-compositing-expected.txt: 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/editing/selection/select-box-expected.png: Removed.
        * platform/qt-5.0-wk2/editing/selection/select-box-expected.txt: Removed.
        * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png: Removed.
        * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt: Removed.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
        * platform/qt-5.0/editing/selection/select-box-expected.png: Removed.
        * platform/qt-5.0/editing/selection/select-box-expected.txt: Removed.
        * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.png: Removed.
        * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.txt: Removed.
        * platform/qt-5.0/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Removed.
        * platform/qt-5.0/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Removed.
        * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Removed.
        * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Removed.
        * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Removed.
        * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Removed.
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
        * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png: Removed.
        * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt: Removed.
        * platform/qt-5.0/fast/forms/selectlist-minsize-expected.png: Removed.
        * platform/qt-5.0/fast/forms/selectlist-minsize-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
        * platform/qt-5.0/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
        * platform/qt-5.0/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.

2013-04-17  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed Gardening.

        Marking some more WebGL/CoordinatedGraphics related failures
        as crashes after r148433, needs to be looked at in bug 114731.

        * platform/efl/TestExpectations:

2013-04-17  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed Gardening.

        Marking a lot of WebGL/CoordinatedGraphics related failures
        as crashes after r148433, needs to be looked at in bug 114731.

        * platform/efl/TestExpectations:

2013-04-17  Claudio Saavedra  <csaavedra@igalia.com>

        execCommand("RemoveFormat") might remove format after the selection
        https://bugs.webkit.org/show_bug.cgi?id=112240

        Reviewed by Ryosuke Niwa.

        * editing/execCommand/remove-format-multiple-elements-mac-expected.txt: Updated.
        * editing/execCommand/script-tests/remove-format-multiple-elements-mac.js:
        (selectFirstLine): Add this method to check that RemoveFormat works when
        a whole line is selected.

2013-04-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaselining text expected results after r148594.

        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
        * platform/qt/compositing/direct-image-compositing-expected.txt:
        * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
        * platform/qt/compositing/overflow/theme-affects-visual-overflow-expected.txt:
        * platform/qt/compositing/shadows/shadow-drawing-expected.txt:
        * platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/qt/css1/basic/inheritance-expected.txt:
        * platform/qt/css1/box_properties/acid_test-expected.txt:
        * platform/qt/css1/box_properties/clear_float-expected.txt:
        * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
        * platform/qt/css1/box_properties/margin-expected.txt:
        * platform/qt/css1/box_properties/margin_bottom-expected.txt:
        * platform/qt/css1/box_properties/margin_right-expected.txt:
        * platform/qt/css1/box_properties/margin_top-expected.txt:
        * platform/qt/css1/box_properties/padding-expected.txt:
        * platform/qt/css1/box_properties/padding_bottom-expected.txt:
        * platform/qt/css1/box_properties/padding_left-expected.txt:
        * platform/qt/css1/box_properties/padding_right-expected.txt:
        * platform/qt/css1/box_properties/padding_top-expected.txt:
        * platform/qt/css1/box_properties/width-expected.txt:
        * platform/qt/css1/color_and_background/background_attachment-expected.txt:
        * platform/qt/css1/font_properties/font-expected.txt:
        * platform/qt/css1/font_properties/font_size-expected.txt:
        * platform/qt/css1/font_properties/font_weight-expected.txt:
        * platform/qt/css1/formatting_model/floating_elements-expected.txt:
        * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
        * platform/qt/css1/formatting_model/inline_elements-expected.txt:
        * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
        * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
        * platform/qt/css1/text_properties/text_indent-expected.txt:
        * platform/qt/css1/text_properties/vertical_align-expected.txt:
        * platform/qt/css1/units/percentage_units-expected.txt:
        * platform/qt/css1/units/rounding-expected.txt: Added.
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-005-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-007-expected.txt:
        * platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/block-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/floating-replaced-height-008-expected.txt:
        * 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.txt:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
        * platform/qt/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-height-008-expected.txt:
        * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
        * 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.txt:
        * platform/qt/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
        * 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.txt:
        * platform/qt/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
        * platform/qt/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
        * platform/qt/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
        * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
        * platform/qt/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
        * 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.txt:
        * platform/qt/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
        * platform/qt/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
        * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
        * platform/qt/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
        * platform/qt/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.txt:
        * platform/qt/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
        * platform/qt/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
        * platform/qt/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/qt/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
        * platform/qt/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
        * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
        * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
        * 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.txt:
        * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt:
        * platform/qt/css3/flexbox/flexbox-baseline-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-25-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-70-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-25-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-70-expected.txt:
        * platform/qt/editing/inserting/editing-empty-divs-expected.txt:
        * platform/qt/editing/pasteboard/4641033-expected.txt:
        * platform/qt/editing/pasteboard/4944770-1-expected.txt:
        * platform/qt/editing/pasteboard/4944770-2-expected.txt:
        * platform/qt/editing/selection/3690703-2-expected.txt:
        * platform/qt/editing/selection/3690703-expected.txt:
        * platform/qt/editing/selection/3690719-expected.txt:
        * platform/qt/editing/selection/5354455-2-expected.txt:
        * platform/qt/editing/selection/caret-before-select-expected.txt:
        * platform/qt/editing/selection/caret-ltr-2-expected.txt:
        * platform/qt/editing/selection/caret-ltr-2-left-expected.txt:
        * platform/qt/editing/selection/caret-ltr-expected.txt:
        * platform/qt/editing/selection/caret-ltr-right-expected.txt:
        * platform/qt/editing/selection/caret-rtl-2-expected.txt:
        * platform/qt/editing/selection/caret-rtl-2-left-expected.txt:
        * platform/qt/editing/selection/caret-rtl-expected.txt:
        * platform/qt/editing/selection/caret-rtl-right-expected.txt:
        * platform/qt/editing/selection/drag-start-event-client-x-y-expected.txt: Added.
        * platform/qt/editing/selection/replaced-boundaries-3-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-2-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-3-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/qt/editing/selection/select-box-expected.txt:
        * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt:
        * platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/editing/style/block-style-005-expected.txt: Added.
        * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
        * platform/qt/fast/backgrounds/background-position-parsing-expected.txt:
        * platform/qt/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
        * platform/qt/fast/block/basic/001-expected.txt:
        * platform/qt/fast/block/basic/011-expected.txt:
        * platform/qt/fast/block/basic/014-expected.txt:
        * platform/qt/fast/block/basic/015-expected.txt:
        * platform/qt/fast/block/basic/016-expected.txt:
        * platform/qt/fast/block/basic/019-expected.txt:
        * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
        * platform/qt/fast/block/float/004-expected.txt:
        * platform/qt/fast/block/float/005-expected.txt:
        * platform/qt/fast/block/float/006-expected.txt:
        * platform/qt/fast/block/float/013-expected.txt:
        * platform/qt/fast/block/float/016-expected.txt:
        * platform/qt/fast/block/float/025-expected.txt:
        * platform/qt/fast/block/float/027-expected.txt:
        * platform/qt/fast/block/float/032-expected.txt:
        * platform/qt/fast/block/float/avoiding-float-centered-expected.txt:
        * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.txt:
        * platform/qt/fast/block/float/float-avoidance-expected.txt:
        * platform/qt/fast/block/float/float-in-float-painting-expected.txt:
        * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
        * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:
        * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
        * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
        * platform/qt/fast/block/margin-collapse/030-expected.txt:
        * platform/qt/fast/block/margin-collapse/037-expected.txt:
        * platform/qt/fast/block/margin-collapse/038-expected.txt:
        * platform/qt/fast/block/margin-collapse/055-expected.txt:
        * platform/qt/fast/block/margin-collapse/100-expected.txt:
        * platform/qt/fast/block/margin-collapse/103-expected.txt:
        * platform/qt/fast/block/positioning/047-expected.txt:
        * platform/qt/fast/block/positioning/051-expected.txt:
        * platform/qt/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
        * platform/qt/fast/borders/bidi-002-expected.txt:
        * platform/qt/fast/borders/bidi-009a-expected.txt:
        * platform/qt/fast/borders/bidi-012-expected.txt:
        * platform/qt/fast/borders/fieldsetBorderRadius-expected.txt: Added.
        * platform/qt/fast/borders/rtl-border-01-expected.txt:
        * platform/qt/fast/borders/rtl-border-02-expected.txt:
        * platform/qt/fast/borders/rtl-border-03-expected.txt:
        * platform/qt/fast/box-sizing/box-sizing-expected.txt:
        * platform/qt/fast/clip/overflow-border-radius-composited-expected.txt:
        * platform/qt/fast/clip/overflow-border-radius-transformed-expected.txt:
        * platform/qt/fast/css-generated-content/011-expected.txt:
        * platform/qt/fast/css-generated-content/012-expected.txt:
        * platform/qt/fast/css-generated-content/013-expected.txt:
        * platform/qt/fast/css-generated-content/014-expected.txt:
        * platform/qt/fast/css-generated-content/015-expected.txt:
        * platform/qt/fast/css-generated-content/inline-display-types-expected.txt:
        * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Added.
        * platform/qt/fast/css/003-expected.txt:
        * platform/qt/fast/css/004-expected.txt:
        * platform/qt/fast/css/005-expected.txt:
        * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
        * platform/qt/fast/css/background-shorthand-invalid-url-expected.txt:
        * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt:
        * platform/qt/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added.
        * platform/qt/fast/css/continuationCrash-expected.txt:
        * platform/qt/fast/css/css1_forward_compatible_parsing-expected.txt:
        * platform/qt/fast/css/css2-system-fonts-expected.txt:
        * platform/qt/fast/css/empty-inline-003-quirksmode-expected.txt:
        * platform/qt/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt:
        * platform/qt/fast/css/empty-pseudo-class-expected.txt:
        * platform/qt/fast/css/fieldset-display-row-expected.txt:
        * platform/qt/fast/css/first-child-pseudo-class-expected.txt:
        * platform/qt/fast/css/first-line-text-decoration-expected.txt:
        * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
        * platform/qt/fast/css/first-of-type-pseudo-class-expected.txt:
        * platform/qt/fast/css/font-size-negative-expected.txt:
        * platform/qt/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Added.
        * platform/qt/fast/css/h1-in-section-elements-expected.txt:
        * platform/qt/fast/css/hsl-color-expected.txt:
        * platform/qt/fast/css/hsla-color-expected.txt: Added.
        * platform/qt/fast/css/inline-properties-important-expected.txt:
        * platform/qt/fast/css/input-search-padding-expected.txt:
        * platform/qt/fast/css/invalid-percentage-property-expected.txt:
        * platform/qt/fast/css/last-child-pseudo-class-expected.txt:
        * platform/qt/fast/css/last-of-type-pseudo-class-expected.txt:
        * platform/qt/fast/css/line-height-negative-expected.txt:
        * platform/qt/fast/css/non-standard-checkbox-size-expected.txt:
        * platform/qt/fast/css/only-child-pseudo-class-expected.txt:
        * platform/qt/fast/css/only-of-type-pseudo-class-expected.txt:
        * platform/qt/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
        * platform/qt/fast/css/rgb-float-expected.txt:
        * platform/qt/fast/css/selector-set-attribute-expected.txt:
        * platform/qt/fast/css/text-align-expected.txt:
        * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
        * platform/qt/fast/css/text-overflow-input-expected.txt:
        * platform/qt/fast/css/text-transform-select-expected.txt:
        * platform/qt/fast/css/transform-default-parameter-expected.txt:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
        * platform/qt/fast/css/word-space-extra-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
        * platform/qt/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
        * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
        * platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.txt:
        * platform/qt/fast/dom/clone-node-dynamic-style-expected.txt:
        * platform/qt/fast/dynamic/012-expected.txt:
        * platform/qt/fast/dynamic/anchor-lock-expected.txt:
        * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/qt/fast/events/document-elementFromPoint-expected.txt: Added.
        * platform/qt/fast/events/pointer-events-2-expected.txt:
        * platform/qt/fast/flexbox/011-expected.txt:
        * platform/qt/fast/flexbox/flex-hang-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_label06-expected.txt:
        * platform/qt/fast/forms/HTMLOptionElement_label07-expected.txt:
        * platform/qt/fast/forms/basic-inputs-expected.txt:
        * platform/qt/fast/forms/basic-selects-expected.txt:
        * platform/qt/fast/forms/basic-textareas-quirks-expected.txt:
        * platform/qt/fast/forms/box-shadow-override-expected.txt:
        * platform/qt/fast/forms/button-default-title-expected.txt:
        * platform/qt/fast/forms/button-generated-content-expected.txt:
        * platform/qt/fast/forms/button-inner-block-reuse-expected.txt:
        * platform/qt/fast/forms/button-sizes-expected.txt:
        * platform/qt/fast/forms/control-clip-overflow-expected.txt:
        * platform/qt/fast/forms/control-restrict-line-height-expected.txt:
        * platform/qt/fast/forms/disabled-select-change-index-expected.txt:
        * platform/qt/fast/forms/fieldset-align-expected.txt:
        * 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-disabled-expected.txt:
        * platform/qt/fast/forms/float-before-fieldset-expected.txt:
        * platform/qt/fast/forms/form-element-geometry-expected.txt:
        * platform/qt/fast/forms/formmove-expected.txt:
        * platform/qt/fast/forms/formmove2-expected.txt:
        * platform/qt/fast/forms/indeterminate-expected.txt:
        * platform/qt/fast/forms/input-button-sizes-expected.txt:
        * platform/qt/fast/forms/input-text-word-wrap-expected.txt:
        * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
        * platform/qt/fast/forms/menulist-clip-expected.txt:
        * platform/qt/fast/forms/menulist-deselect-update-expected.txt:
        * platform/qt/fast/forms/menulist-style-color-expected.txt:
        * platform/qt/fast/forms/minWidthPercent-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.txt:
        * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
        * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
        * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
        * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt:
        * platform/qt/fast/forms/search-rtl-expected.txt:
        * platform/qt/fast/forms/search-styled-expected.txt:
        * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
        * platform/qt/fast/forms/select-align-expected.txt:
        * platform/qt/fast/forms/select-baseline-expected.txt:
        * platform/qt/fast/forms/select-change-listbox-to-popup-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-initial-position-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/select/optgroup-rendering-expected.txt:
        * platform/qt/fast/forms/selectlist-minsize-expected.txt:
        * platform/qt/fast/forms/stuff-on-my-optgroup-expected.txt:
        * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
        * platform/qt/fast/gradients/radial-centered-expected.txt:
        * platform/qt/fast/html/details-add-child-1-expected.txt:
        * platform/qt/fast/html/details-add-child-2-expected.txt:
        * platform/qt/fast/html/details-add-details-child-1-expected.txt:
        * platform/qt/fast/html/details-add-details-child-2-expected.txt:
        * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-1-expected.txt:
        * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-10-expected.txt:
        * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-2-expected.txt:
        * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-3-expected.txt:
        * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-4-expected.txt:
        * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-5-expected.txt:
        * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-6-expected.txt:
        * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-7-expected.txt:
        * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-8-expected.txt:
        * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-9-expected.txt:
        * platform/qt/fast/html/details-add-summary-child-1-expected.txt:
        * platform/qt/fast/html/details-add-summary-child-2-expected.txt:
        * platform/qt/fast/html/details-marker-style-expected.txt:
        * platform/qt/fast/html/details-nested-1-expected.txt:
        * platform/qt/fast/html/details-nested-2-expected.txt:
        * platform/qt/fast/html/details-no-summary1-expected.txt:
        * platform/qt/fast/html/details-no-summary2-expected.txt:
        * platform/qt/fast/html/details-no-summary3-expected.txt:
        * platform/qt/fast/html/details-no-summary4-expected.txt:
        * platform/qt/fast/html/details-open-javascript-expected.txt:
        * platform/qt/fast/html/details-open1-expected.txt:
        * platform/qt/fast/html/details-open2-expected.txt:
        * platform/qt/fast/html/details-open3-expected.txt:
        * platform/qt/fast/html/details-open4-expected.txt:
        * platform/qt/fast/html/details-open5-expected.txt:
        * platform/qt/fast/html/details-open6-expected.txt:
        * platform/qt/fast/html/details-position-expected.txt:
        * platform/qt/fast/html/details-remove-child-1-expected.txt:
        * platform/qt/fast/html/details-remove-child-2-expected.txt:
        * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-1-expected.txt:
        * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-2-expected.txt:
        * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-3-expected.txt:
        * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-4-expected.txt:
        * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-5-expected.txt:
        * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-6-expected.txt:
        * platform/qt/fast/html/details-remove-summary-child-1-expected.txt:
        * platform/qt/fast/html/details-remove-summary-child-2-expected.txt:
        * platform/qt/fast/html/details-replace-summary-child-expected.txt:
        * platform/qt/fast/html/details-replace-text-expected.txt:
        * platform/qt/fast/html/details-writing-mode-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.txt:
        * platform/qt/fast/images/zoomed-img-size-expected.txt: Added.
        * platform/qt/fast/inline-block/002-expected.txt:
        * platform/qt/fast/inline-block/inline-block-vertical-align-expected.txt:
        * platform/qt/fast/inline/002-expected.txt:
        * platform/qt/fast/inline/continuation-outlines-expected.txt:
        * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt:
        * platform/qt/fast/inline/inline-box-background-expected.txt:
        * platform/qt/fast/inline/inline-box-background-long-image-expected.txt:
        * platform/qt/fast/inline/inline-box-background-repeat-x-expected.txt:
        * platform/qt/fast/inline/inline-box-background-repeat-y-expected.txt:
        * platform/qt/fast/inline/outline-continuations-expected.txt:
        * platform/qt/fast/inline/positionedLifetime-expected.txt:
        * platform/qt/fast/invalid/010-expected.txt:
        * platform/qt/fast/invalid/014-expected.txt:
        * platform/qt/fast/invalid/nestedh3s-expected.txt:
        * platform/qt/fast/line-grid/line-align-left-edges-expected.txt: Added.
        * platform/qt/fast/lists/003-expected.txt:
        * platform/qt/fast/lists/003-vertical-expected.txt:
        * platform/qt/fast/lists/008-expected.txt:
        * platform/qt/fast/lists/008-vertical-expected.txt:
        * platform/qt/fast/lists/list-marker-before-content-table-expected.txt:
        * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
        * platform/qt/fast/multicol/break-properties-expected.txt: Added.
        * platform/qt/fast/multicol/client-rects-expected.txt:
        * platform/qt/fast/multicol/column-break-with-balancing-expected.txt:
        * platform/qt/fast/multicol/float-multicol-expected.txt:
        * platform/qt/fast/multicol/float-paginate-complex-expected.txt:
        * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
        * platform/qt/fast/multicol/nested-columns-expected.txt:
        * platform/qt/fast/multicol/overflow-across-columns-expected.txt:
        * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.txt:
        * platform/qt/fast/multicol/overflow-unsplittable-expected.txt:
        * platform/qt/fast/multicol/scrolling-overflow-expected.txt:
        * platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
        * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.txt:
        * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
        * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/qt/fast/multicol/span/clone-flexbox-expected.txt:
        * platform/qt/fast/multicol/span/clone-summary-expected.txt:
        * 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.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt:
        * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
        * platform/qt/fast/multicol/table-vertical-align-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/break-properties-expected.txt: Added.
        * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/break-properties-expected.txt: Added.
        * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.txt:
        * platform/qt/fast/overflow/007-expected.txt:
        * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
        * platform/qt/fast/parser/bad-xml-slash-expected.txt:
        * platform/qt/fast/parser/document-write-option-expected.txt:
        * platform/qt/fast/parser/entity-comment-in-style-expected.txt:
        * platform/qt/fast/parser/style-script-head-test-expected.txt: Added.
        * platform/qt/fast/reflections/reflection-with-zoom-expected.txt:
        * platform/qt/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
        * platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/qt/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
        * platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
        * platform/qt/fast/regions/top-overflow-out-of-second-region-expected.txt:
        * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
        * platform/qt/fast/repaint/control-clip-expected.txt:
        * platform/qt/fast/repaint/delete-into-nested-block-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-1-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-10-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-2-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-3-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-4-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-5-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-6-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-7-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-8-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-9-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
        * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
        * platform/qt/fast/repaint/search-field-cancel-expected.txt:
        * platform/qt/fast/repaint/transform-translate-expected.txt:
        * platform/qt/fast/replaced/007-expected.txt:
        * platform/qt/fast/replaced/replaced-breaking-expected.txt:
        * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
        * platform/qt/fast/replaced/table-percent-height-expected.txt:
        * platform/qt/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
        * platform/qt/fast/replaced/three-selects-break-expected.txt:
        * platform/qt/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/qt/fast/replaced/width100percent-radio-expected.txt:
        * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/qt/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
        * platform/qt/fast/ruby/ruby-block-style-not-updated-expected.txt:
        * platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt:
        * platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.txt:
        * platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt:
        * platform/qt/fast/ruby/ruby-inline-table-expected.txt:
        * platform/qt/fast/runin/runin-generated-before-content-expected.txt:
        * platform/qt/fast/selectors/032-expected.txt:
        * platform/qt/fast/selectors/166-expected.txt:
        * platform/qt/fast/selectors/unqualified-hover-quirks-expected.txt:
        * platform/qt/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Added.
        * platform/qt/fast/table/009-expected.txt:
        * platform/qt/fast/table/014-expected.txt:
        * platform/qt/fast/table/035-expected.txt:
        * platform/qt/fast/table/035-vertical-expected.txt:
        * platform/qt/fast/table/040-expected.txt:
        * platform/qt/fast/table/040-vertical-expected.txt:
        * platform/qt/fast/table/041-expected.txt:
        * platform/qt/fast/table/absolute-table-at-bottom-expected.txt:
        * platform/qt/fast/table/border-collapsing/004-expected.txt:
        * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
        * platform/qt/fast/table/frame-and-rules-expected.txt:
        * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
        * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
        * platform/qt/fast/table/nested-percent-height-table-expected.txt:
        * platform/qt/fast/table/overflowHidden-expected.txt:
        * platform/qt/fast/table/percent-heights-expected.txt:
        * platform/qt/fast/table/table-before-child-style-update-expected.txt:
        * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.txt:
        * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.txt:
        * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.txt:
        * platform/qt/fast/table/table-display-types-strict-expected.txt:
        * platform/qt/fast/table/table-row-before-after-content-around-block-expected.txt:
        * platform/qt/fast/table/table-row-before-after-content-around-table-expected.txt:
        * platform/qt/fast/table/table-row-before-child-style-update-expected.txt:
        * platform/qt/fast/table/table-row-style-not-updated-expected.txt:
        * platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.txt:
        * platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.txt:
        * platform/qt/fast/table/table-style-not-updated-expected.txt:
        * platform/qt/fast/table/tableInsideCaption-expected.txt:
        * platform/qt/fast/text/basic/012-expected.txt:
        * platform/qt/fast/text/basic/013-expected.txt:
        * platform/qt/fast/text/basic/generic-family-reset-expected.txt:
        * platform/qt/fast/text/line-breaks-expected.txt:
        * platform/qt/fast/text/textIteratorNilRenderer-expected.txt:
        * 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/017-expected.txt:
        * platform/qt/fast/text/whitespace/018-expected.txt:
        * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
        * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt:
        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt:
        * platform/qt/fast/transforms/transforms-with-zoom-expected.txt:
        * platform/qt/fast/writing-mode/fieldsets-expected.txt:
        * platform/qt/http/tests/misc/acid3-expected.txt:
        * platform/qt/http/tests/misc/iframe404-expected.txt:
        * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
        * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
        * 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.txt:
        * platform/qt/printing/return-from-printing-mode-expected.txt:
        * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/svg/as-border-image/svg-as-border-image-2-expected.txt:
        * platform/qt/svg/as-border-image/svg-as-border-image-expected.txt:
        * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
        * platform/qt/svg/as-image/svg-non-integer-scaled-image-expected.txt: Copied from LayoutTests/platform/qt/fast/reflections/reflection-with-zoom-expected.txt.
        * platform/qt/svg/batik/filters/feTile-expected.txt:
        * platform/qt/svg/batik/filters/filterRegions-expected.txt:
        * platform/qt/svg/batik/masking/maskRegions-expected.txt:
        * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
        * platform/qt/svg/batik/text/smallFonts-expected.txt:
        * platform/qt/svg/batik/text/textAnchor-expected.txt:
        * platform/qt/svg/batik/text/textAnchor2-expected.txt:
        * platform/qt/svg/batik/text/textAnchor3-expected.txt:
        * platform/qt/svg/batik/text/textEffect-expected.txt:
        * platform/qt/svg/batik/text/textEffect3-expected.txt:
        * platform/qt/svg/batik/text/textFeatures-expected.txt:
        * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
        * platform/qt/svg/batik/text/textLayout-expected.txt:
        * platform/qt/svg/batik/text/textLayout2-expected.txt:
        * platform/qt/svg/batik/text/textLength-expected.txt:
        * platform/qt/svg/batik/text/textOnPath-expected.txt:
        * platform/qt/svg/batik/text/textOnPath2-expected.txt:
        * platform/qt/svg/batik/text/textOnPath3-expected.txt:
        * platform/qt/svg/batik/text/textOnPathSpaces-expected.txt:
        * platform/qt/svg/batik/text/textPCDATA-expected.txt:
        * platform/qt/svg/batik/text/textPosition2-expected.txt:
        * platform/qt/svg/batik/text/textProperties-expected.txt:
        * platform/qt/svg/batik/text/textStyles-expected.txt:
        * platform/qt/svg/batik/text/verticalText-expected.txt:
        * platform/qt/svg/batik/text/verticalTextOnPath-expected.txt:
        * platform/qt/svg/batik/text/xmlSpace-expected.txt:
        * platform/qt/svg/carto.net/button-expected.txt:
        * platform/qt/svg/carto.net/colourpicker-expected.txt:
        * platform/qt/svg/carto.net/scrollbar-expected.txt:
        * platform/qt/svg/carto.net/selectionlist-expected.txt:
        * platform/qt/svg/carto.net/slider-expected.txt:
        * platform/qt/svg/carto.net/textbox-expected.txt:
        * platform/qt/svg/carto.net/window-expected.txt:
        * platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
        * platform/qt/svg/css/group-with-shadow-expected.txt:
        * platform/qt/svg/css/text-shadow-multiple-expected.txt:
        * platform/qt/svg/custom/bug45331-expected.txt:
        * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Added.
        * platform/qt/svg/custom/dominant-baseline-hanging-expected.txt:
        * platform/qt/svg/custom/dominant-baseline-modes-expected.txt:
        * platform/qt/svg/custom/font-face-cascade-order-expected.txt:
        * platform/qt/svg/custom/font-face-simple-expected.txt:
        * platform/qt/svg/custom/fractional-rects-expected.txt: Added.
        * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
        * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
        * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
        * platform/qt/svg/custom/glyph-setting-d-attribute-expected.txt:
        * platform/qt/svg/custom/image-parent-translation-expected.txt:
        * platform/qt/svg/custom/image-small-width-height-expected.txt:
        * platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt:
        * platform/qt/svg/custom/invalid-css-expected.txt:
        * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
        * platform/qt/svg/custom/js-late-clipPath-creation-expected.txt:
        * platform/qt/svg/custom/js-late-gradient-creation-expected.txt:
        * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.txt:
        * platform/qt/svg/custom/js-late-pattern-creation-expected.txt:
        * platform/qt/svg/custom/js-update-container-expected.txt: Added.
        * platform/qt/svg/custom/junk-data-expected.txt:
        * platform/qt/svg/custom/linking-uri-01-b-expected.txt:
        * platform/qt/svg/custom/missing-xlink-expected.txt:
        * platform/qt/svg/custom/mouse-move-on-svg-root-expected.txt:
        * platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
        * platform/qt/svg/custom/object-sizing-expected.txt:
        * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
        * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
        * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
        * platform/qt/svg/custom/path-bad-data-expected.txt:
        * platform/qt/svg/custom/path-textPath-simulation-expected.txt:
        * platform/qt/svg/custom/pointer-events-text-css-transform-expected.txt:
        * platform/qt/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
        * platform/qt/svg/custom/rootmost-svg-xy-attrs-expected.txt:
        * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/qt/svg/custom/stroked-pattern-expected.txt:
        * platform/qt/svg/custom/svg-fonts-in-html-expected.txt:
        * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
        * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
        * platform/qt/svg/custom/text-hit-test-expected.txt:
        * platform/qt/svg/custom/text-letter-spacing-expected.txt:
        * platform/qt/svg/custom/text-rotated-gradient-expected.txt:
        * platform/qt/svg/custom/text-rotation-expected.txt:
        * platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
        * platform/qt/svg/custom/text-tref-03-b-change-href-expected.txt:
        * platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
        * platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.txt:
        * platform/qt/svg/custom/text-whitespace-handling-expected.txt:
        * platform/qt/svg/custom/text-x-dx-lists-expected.txt:
        * platform/qt/svg/custom/text-x-override-in-tspan-child-expected.txt:
        * platform/qt/svg/custom/tref-own-content-removal-expected.txt:
        * platform/qt/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
        * platform/qt/svg/custom/use-detach-expected.txt:
        * platform/qt/svg/custom/use-font-face-crash-expected.txt:
        * platform/qt/svg/custom/use-instanceRoot-modifications-expected.txt:
        * platform/qt/svg/custom/use-modify-container-in-target-expected.txt:
        * platform/qt/svg/custom/use-modify-target-container-expected.txt:
        * platform/qt/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/qt/svg/custom/use-on-g-containing-symbol-expected.txt:
        * platform/qt/svg/custom/use-on-g-containing-use-expected.txt:
        * platform/qt/svg/custom/use-on-g-expected.txt:
        * platform/qt/svg/custom/use-on-rect-expected.txt:
        * platform/qt/svg/custom/use-on-symbol-expected.txt:
        * platform/qt/svg/custom/use-on-text-expected.txt:
        * platform/qt/svg/custom/use-on-use-expected.txt:
        * platform/qt/svg/custom/use-recursion-1-expected.txt:
        * platform/qt/svg/custom/use-recursion-2-expected.txt:
        * platform/qt/svg/custom/use-recursion-3-expected.txt:
        * platform/qt/svg/custom/use-recursion-4-expected.txt:
        * platform/qt/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
        * platform/qt/svg/custom/use-transform-expected.txt:
        * platform/qt/svg/custom/viewBox-hit-expected.txt: Added.
        * platform/qt/svg/custom/viewbox-syntax-expected.txt:
        * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
        * platform/qt/svg/hixie/error/012-expected.txt:
        * platform/qt/svg/hixie/perf/003-expected.txt:
        * platform/qt/svg/hixie/perf/004-expected.txt:
        * platform/qt/svg/hixie/perf/005-expected.txt:
        * platform/qt/svg/hixie/perf/006-expected.txt:
        * platform/qt/svg/hixie/text/001-expected.txt:
        * platform/qt/svg/hixie/text/003-expected.txt:
        * platform/qt/svg/hixie/text/003a-expected.txt:
        * platform/qt/svg/hixie/text/003b-expected.txt:
        * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
        * platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
        * platform/qt/svg/text/append-text-node-to-tspan-expected.txt:
        * platform/qt/svg/text/font-size-below-point-five-2-expected.txt:
        * platform/qt/svg/text/font-size-below-point-five-expected.txt:
        * platform/qt/svg/text/modify-text-node-in-tspan-expected.txt:
        * platform/qt/svg/text/remove-text-node-from-tspan-expected.txt:
        * platform/qt/svg/text/remove-tspan-from-text-expected.txt:
        * platform/qt/svg/text/scaled-font-expected.txt:
        * 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-squeeze-1-expected.txt:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-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:
        * platform/qt/svg/text/selection-tripleclick-expected.txt:
        * platform/qt/svg/text/small-fonts-2-expected.txt:
        * platform/qt/svg/text/small-fonts-3-expected.txt:
        * platform/qt/svg/text/small-fonts-expected.txt:
        * platform/qt/svg/text/small-fonts-in-html5-expected.txt:
        * platform/qt/svg/text/text-align-01-b-expected.txt:
        * platform/qt/svg/text/text-align-02-b-expected.txt:
        * platform/qt/svg/text/text-align-03-b-expected.txt:
        * platform/qt/svg/text/text-align-04-b-expected.txt:
        * platform/qt/svg/text/text-align-05-b-expected.txt:
        * platform/qt/svg/text/text-align-06-b-expected.txt:
        * platform/qt/svg/text/text-altglyph-01-b-expected.txt:
        * platform/qt/svg/text/text-deco-01-b-expected.txt:
        * platform/qt/svg/text/text-hkern-expected.txt:
        * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
        * platform/qt/svg/text/text-path-01-b-expected.txt:
        * platform/qt/svg/text/text-path-middle-align-expected.txt:
        * platform/qt/svg/text/text-spacing-01-b-expected.txt:
        * platform/qt/svg/text/text-text-01-b-expected.txt:
        * platform/qt/svg/text/text-text-03-b-expected.txt:
        * platform/qt/svg/text/text-text-04-t-expected.txt:
        * platform/qt/svg/text/text-text-05-t-expected.txt:
        * platform/qt/svg/text/text-text-06-t-expected.txt:
        * platform/qt/svg/text/text-text-07-t-expected.txt:
        * platform/qt/svg/text/text-text-08-b-expected.txt:
        * platform/qt/svg/text/text-tref-01-b-expected.txt:
        * platform/qt/svg/text/text-tselect-01-b-expected.txt:
        * platform/qt/svg/text/text-tspan-01-b-expected.txt:
        * platform/qt/svg/text/text-viewbox-rescale-expected.txt:
        * platform/qt/svg/text/text-ws-01-t-expected.txt:
        * platform/qt/svg/text/text-ws-02-t-expected.txt:
        * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.txt:
        * platform/qt/svg/transforms/svg-css-transforms-clip-path-expected.txt:
        * platform/qt/svg/transforms/svg-css-transforms-expected.txt:
        * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
        * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
        * platform/qt/svg/wicd/sizing-flakiness-expected.txt:
        * platform/qt/svg/wicd/test-rightsizing-a-expected.txt:
        * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
        * platform/qt/svg/wicd/test-scalable-background-image2-expected.txt:
        * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.txt:
        * platform/qt/svg/zoom/page/zoom-background-images-expected.txt:
        * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
        * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
        * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
        * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
        * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
        * 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: Copied from LayoutTests/platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt.
        * platform/qt/svg/zoom/page/zoom-svg-as-image-expected.txt: Copied from LayoutTests/platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt.
        * platform/qt/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
        * platform/qt/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Copied from LayoutTests/platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt.
        * 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.txt:
        * 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: Added.
        * 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.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
        * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
        * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
        * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
        * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug10296-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug106816-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug113235-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug113424-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug11384q-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug11384s-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug126742-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug131020-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug13118-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug139524-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug159108-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug17130-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug17130-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug17138-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug19061-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug19061-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug26553-expected.txt: Added.
        * platform/qt/tables/mozilla/bugs/bug2886-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug29326-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug30692-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3309-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug33137-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug33855-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug39209-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug42187-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46480-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46480-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug5538-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug6304-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug67915-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug69187-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug73321-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug8032-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug83786-expected.txt: Added.
        * platform/qt/tables/mozilla/bugs/bug8381-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug9271-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug9271-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
        * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
        * platform/qt/tables/mozilla/core/margins-expected.txt:
        * platform/qt/tables/mozilla/core/misc-expected.txt:
        * platform/qt/tables/mozilla/dom/tableDom-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_align_center-expected.txt:
        * platform/qt/tables/mozilla/other/test3-expected.txt:
        * platform/qt/tables/mozilla/other/test6-expected.txt:
        * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
        * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
        * 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.txt:
        * 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.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
        * platform/qt/transforms/2d/zoom-menulist-expected.txt:
        * platform/qt/transforms/svg-vs-css-expected.txt:

2013-04-16  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] polygon shape-inside layout fails
        https://bugs.webkit.org/show_bug.cgi?id=114402

        Verify that subsequent polygon shape-inside lines are vertically adjacent.

        Reviewed by Dirk Schulze.

        * fast/exclusions/shape-inside/shape-inside-polygon-layout-expected.txt: Added.
        * fast/exclusions/shape-inside/shape-inside-polygon-layout.html: Added.

2013-04-16  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] Add a test with a vertex, fragment shader pair that compiles but don't link
        https://bugs.webkit.org/show_bug.cgi?id=114636

        Added a test to check that unavailable varyings in fragment shaders
        don't lead to unexpected crashes due to linking errors.
        The current implementation does not crash, and this makes sure it
        won't in future.

        Reviewed by Dean Jackson.

        * css3/filters/custom/custom-filter-unavailable-varying-expected.html: Added.
        * css3/filters/custom/custom-filter-unavailable-varying.html: Added.
        * css3/filters/resources/unavailable-varying.fs: Added.

2013-04-16  Jessie Berlin  <jberlin@apple.com>

        [Mac] compositing/background-color/background-color-change-to-text.html fails on some bots
        https://bugs.webkit.org/show_bug.cgi?id=106186

        * platform/mac/TestExpectations:
        Mark 7 other tests that fall under this category as flakey.

2013-04-16  James Craig  <james@cookiecrook.com>

        dfn element should be exposed as AXGroup:AXDefinition
        https://bugs.webkit.org/show_bug.cgi?id=108980

        Reviewed by Chris Fleizach.

        dfn element now exposed as AXGroup:AXDefinition

        * platform/mac/accessibility/role-subrole-roledescription-expected.txt:
        * platform/mac/accessibility/role-subrole-roledescription.html:

2013-04-16  Jochen Eisinger  <jochen@chromium.org>

        Flaky Test: http/tests/security/cookies/third-party-cookie-blocking-user-action.html
        https://bugs.webkit.org/show_bug.cgi?id=114511

        Clear the test cookie at the beginning of the test to avoid failing if
        the cookie is still around from a previous test.

        Reviewed by Alexey Proskuryakov.

        * http/tests/security/cookies/third-party-cookie-blocking-user-action.html:

2013-04-16  Robert Hogan  <robert@webkit.org>

        Float at exact multiple of line-height affects too many lines
        https://bugs.webkit.org/show_bug.cgi?id=112744

        Reviewed by David Hyatt.

        * fast/block/float/float-with-fractional-height-expected.html: Added.
        * fast/block/float/float-with-fractional-height-vertical-lr-expected.html: Added.
        * fast/block/float/float-with-fractional-height-vertical-lr.html: Added.
        * fast/block/float/float-with-fractional-height.html: Added.
        * platform/mac/fast/backgrounds/background-position-parsing-expected.txt:

2013-04-16  Chris Fleizach  <cfleizach@apple.com>

        AX: aria-valuetext is not exposed on OS X.
        https://bugs.webkit.org/show_bug.cgi?id=114628

        Reviewed by Tim Horton.

        * platform/mac/accessibility/aria-valuetext-on-native-slider-expected.txt: Added.
        * platform/mac/accessibility/aria-valuetext-on-native-slider.html: Added.

2013-04-16  Pan Deng  <pan.deng@intel.com>

        Web Inspector: [Network] Cover the type of preflight xhr.
        https://bugs.webkit.org/show_bug.cgi?id=113471.

        Reviewed by Vsevolod Vlasov.

        Add the Network resource type test to make sure the xhr-preflight is "xhr".

        * http/tests/inspector/network-preflight-options-expected.txt:
        * http/tests/inspector/network-preflight-options.html:

2013-04-16  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skipped a failing test after r148203. Unskip now passing test after r147619.

2013-04-15  Timothy Hatcher  <timothy@apple.com>

        Web Inspector: Make var and function declarations work again in the Console.

        https://webkit.org/b/114534
        rdar://problem/13614477

        Reviewed by Oliver Hunt.

        * inspector/console/command-line-api-expected.txt:
        * inspector/console/console-eval-syntax-error-expected.txt:
        * inspector/extensions/extensions-eval-expected.txt:
        * platform/mac/http/tests/inspector/console-resource-errors-expected.txt:
        Updated test results.

2013-04-15  James Craig  <james@cookiecrook.com>

        WebKit should not expose AXSubrole:AXDescriptionList on Mountain Lion as it causes a regression in VoiceOver behavior
        https://bugs.webkit.org/show_bug.cgi?id=113975

        Reviewed by Chris Fleizach.

        Serve NSAccessibilityDescriptionListSubrole or NSAccessibilityDefinitionListSubrole
        depending on platform. Updated existing test coverage.

        * platform/mac/accessibility/lists-expected.txt:
        * platform/mac/accessibility/role-subrole-roledescription-expected.txt:
        * platform/mac/accessibility/role-subrole-roledescription.html:

2013-04-15  Anders Carlsson  <andersca@apple.com>

        plugins/get-url-beforeunload-destroys-plugin.html crashes in WebKit1
        https://bugs.webkit.org/show_bug.cgi?id=114653

        Reviewed by Sam Weinig.

        Move this test back now that it passes in WK1.

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

2013-04-15  Chris Fleizach  <cfleizach@apple.com>

        activating a focused link to an in-page fragment ID should transfer focus to the target of the link when possible
        https://bugs.webkit.org/show_bug.cgi?id=17450

        Reviewed by Maciej Stachowiak.

        * fast/dom/fragment-activation-focuses-target.html: Added.

2013-04-15  Robert Hogan  <robert@webkit.org>

        An inline element with an absolutely positioned child does not correctly calculate/render padding and margin
        https://bugs.webkit.org/show_bug.cgi?id=47554

        Reviewed by David Hyatt.

        * fast/inline/padding-before-leading-positioned-element-contributes-width-expected.txt: Added.
        * fast/inline/padding-before-leading-positioned-element-contributes-width.html: Added.

2013-04-15  Alexey Proskuryakov  <ap@apple.com>

        Flaky Test: http/tests/ssl/ping-with-unsafe-redirect.html
        https://bugs.webkit.org/show_bug.cgi?id=114616

        Land expected results for the test.

        * http/tests/ssl/ping-with-unsafe-redirect-expected.txt: Added.

2013-04-15  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r147829 and r148136.

2013-04-15  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r148236.

2013-04-15  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt/TestExpectations:

2013-04-15  Rune Lillesveen  <rune@opera.com>

        color-index media feature not supported
        https://bugs.webkit.org/show_bug.cgi?id=114468

        Reviewed by Kenneth Rohde Christiansen.

        Added testcases for checking support and handling invalid values for
        the color-index media feature.

        * fast/media/mq-color-index-01-expected.html: Added.
        * fast/media/mq-color-index-01.html: Added.
        * fast/media/mq-color-index-02-expected.txt: Added.
        * fast/media/mq-color-index-02.html: Added.

2013-04-15  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] Unskip some inspector tests related to styles
        https://bugs.webkit.org/show_bug.cgi?id=114609

        Unreviewed gardening.

        * platform/efl-wk2/TestExpectations: Old issues. Fixed on the latest codebase.
        * platform/efl/TestExpectations: Fixed by r128637.

2013-04-15  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        Unreviewed EFL gardening.

        spelling-with-whitespace-selection.html passes after r148282.

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

2013-04-15  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] inspector/styles/styles-history.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=98777

        Unreviewed gardening.

        Unskip inspector/styles/styles-history.html as it was fixed by r131895.

        * platform/efl/TestExpectations:

2013-04-15  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] Remove inspector/styles/paste-property-expected.txt from efl-wk2
        https://bugs.webkit.org/show_bug.cgi?id=114604

        Unreviewed gardening.

        Remove an improper file after r147420.

        * platform/efl-wk2/inspector/styles/paste-property-expected.txt: Removed.

2013-04-15  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Rebaseline fast/js/global-constructors.html for EFL port due to
        addition of MutationRecordConstructor.

        * platform/efl/fast/js/global-constructors-expected.txt:

2013-04-14  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Rebaseline several SVG tests for EFL port.

        * platform/efl-wk2/svg/css/group-with-shadow-expected.png:
        * platform/efl-wk2/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/efl/svg/css/arrow-with-shadow-expected.png:
        * platform/efl/svg/css/arrow-with-shadow-expected.txt: Removed.
        * platform/efl/svg/css/circle-in-mask-with-shadow-expected.txt: Removed.
        * platform/efl/svg/css/clippath-with-shadow-expected.txt: Removed.
        * platform/efl/svg/css/composite-shadow-example-expected.png:
        * platform/efl/svg/css/composite-shadow-example-expected.txt:
        * platform/efl/svg/css/composite-shadow-with-opacity-expected.png:
        * platform/efl/svg/css/composite-shadow-with-opacity-expected.txt:
        * platform/efl/svg/css/group-with-shadow-expected.txt:
        * platform/efl/svg/css/path-with-shadow-expected.txt:
        * platform/efl/svg/css/shadow-and-opacity-expected.txt:
        * platform/efl/svg/css/shadow-with-large-radius-expected.txt: Removed.
        * platform/efl/svg/css/shadow-with-negative-offset-expected.txt: Removed.
        * platform/efl/svg/css/text-gradient-shadow-expected.txt:
        * platform/efl/svg/css/text-shadow-multiple-expected.txt:
        * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.txt: Removed.
        * platform/efl/transitions/svg-text-shadow-transition-expected.txt:

2013-04-14  Jaehun Lim  <ljaehun.lim@samsung.com>

        [css3-text] Parsing -webkit-hanging value for text-indent from css3-text
        https://bugs.webkit.org/show_bug.cgi?id=113680

        "hanging" is added for text-indent in CSS3.
        http://dev.w3.org/csswg/css3-text/#hanging

        Reviewed by Andreas Kling.

        * fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt:
        * fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent.js:
        (valueSettingTest):

2013-04-14  Andreas Kling  <akling@apple.com>

        Re-skip editing/spelling/spelling-changed-text.html on Mac/WK1.

        * platform/mac/TestExpectations:

2013-04-13  Sukolsak Sakshuwong  <sukolsak@gmail.com>

        Selection direction is not preserved when applying styles
        https://bugs.webkit.org/show_bug.cgi?id=110979

        Reviewed by Ryosuke Niwa.

        Add a test, based on the work by Shezan Baig

        * editing/style/preserve-selection-direction-expected.txt: Added.
        * editing/style/preserve-selection-direction.html: Added.

2013-03-04  Robert Hogan  <robert@webkit.org>

        Whitespace between nowrap elements ignored after collapsed trailing space in a text run
        https://bugs.webkit.org/show_bug.cgi?id=17705

        Reviewed by Ryosuke Niwa.

        * fast/text/whitespace/inline-whitespace-wrapping-5-expected.html: Added.
        * fast/text/whitespace/inline-whitespace-wrapping-5.html: Added.
        * fast/text/whitespace/inline-whitespace-wrapping-6-expected.html: Added.
        * fast/text/whitespace/inline-whitespace-wrapping-6.html: Added.

2013-04-13  Ryosuke Niwa  <rniwa@webkit.org>

        Update Mac WebKit2 test expectations for flaky and failing tests.

        * platform/mac-wk2/TestExpectations:

2013-04-13  Antoine Quint  <graouts@apple.com>

        Width of last of consecutive tabs may be incorrect with "white-space: pre-wrap"
        https://bugs.webkit.org/show_bug.cgi?id=114562

        Reviewed by Dan Bernstein.

        * fast/text/tab-last-word-in-renderer-pre-wrap-expected.html: Added.
        * fast/text/tab-last-word-in-renderer-pre-wrap.html: Added.

2013-04-12  Alexey Proskuryakov  <ap@apple.com>

        <rdar://problem/13277362> REGRESSION (r141981): Crash when closing a Google Docs document
        https://bugs.webkit.org/show_bug.cgi?id=114541

        Reviewed by Brady Eidson.

        * http/tests/ssl/ping-with-unsafe-redirect.html: Added.
        * http/tests/ssl/resources/ping-with-unsafe-redirect-frame.html: Added.
        * http/tests/ssl/resources/redirect-ping-to-http.php: Added.

2013-04-12  Ryosuke Niwa  <rniwa@webkit.org>

        Unreviewed. Don't forget to skip the test in WebKit2 for now.

        * platform/mac-wk2/TestExpectations:

2013-04-12  Ryosuke Niwa  <rniwa@webkit.org>

        [Mac] REGRESSION: Auto substitution strips new lines
        https://bugs.webkit.org/show_bug.cgi?id=114537

        Reviewed by Enrica Casucci.

        Added a regression test. Unfortunately, we can't setup text substituion in DumpRenderTree
        so use NSSpellChecker to exercise the relevant code path.

        * platform/mac/editing/spelling/autocorrection-with-multi-line-text-expected.txt: Added.
        * platform/mac/editing/spelling/autocorrection-with-multi-line-text.html: Added.

2013-04-12  Commit Queue  <rniwa@webkit.org>

        Unreviewed, rolling out r147942, r148026, and r148092.
        http://trac.webkit.org/changeset/147942
        http://trac.webkit.org/changeset/148026
        http://trac.webkit.org/changeset/148092
        https://bugs.webkit.org/show_bug.cgi?id=114521

        "r147942 is buggy. Rollback all the patches depending on it."
        (Requested by abucur on #webkit).

        * fast/dom/MutationObserver/added-out-of-order-expected.txt:
        * fast/dom/MutationObserver/added-out-of-order.html:
        * fast/dom/Range/range-remove-children-event-expected.txt: Removed.
        * fast/dom/Range/range-remove-children-event.html: Removed.
        * fast/dom/containerNode-expected.txt: Added.
        * fast/dom/containerNode.html: Added.
        * fast/dom/shadow/shadow-and-list-elements-expected.html:
        * fast/events/mutation-during-innerHTML-expected.txt: Removed.
        * fast/events/mutation-during-innerHTML.html: Removed.
        * fast/lists/positioned-count-crash-expected.txt:
        * fast/regions/counters/extract-list-items-001-expected.html: Removed.
        * fast/regions/counters/extract-list-items-001.html: Removed.
        * fast/regions/counters/extract-list-items-002-expected.html: Removed.
        * fast/regions/counters/extract-list-items-002.html: Removed.
        * fast/regions/counters/extract-list-items-003-expected.html: Removed.
        * fast/regions/counters/extract-list-items-003.html: Removed.
        * fast/regions/counters/extract-list-items-004-expected.html: Removed.
        * fast/regions/counters/extract-list-items-004.html: Removed.
        * fast/regions/counters/extract-list-items-005-expected.html: Removed.
        * fast/regions/counters/extract-list-items-005.html: Removed.
        * fast/regions/counters/extract-list-items-006-expected.html: Removed.
        * fast/regions/counters/extract-list-items-006.html: Removed.
        * fast/regions/counters/extract-list-items-007-expected.html: Removed.
        * fast/regions/counters/extract-list-items-007.html: Removed.
        * fast/regions/counters/extract-list-items-008-expected.html: Removed.
        * fast/regions/counters/extract-list-items-008.html: Removed.
        * fast/regions/counters/extract-list-items-009-expected.html: Removed.
        * fast/regions/counters/extract-list-items-009.html: Removed.
        * fast/regions/counters/extract-list-items-010-expected.html: Removed.
        * fast/regions/counters/extract-list-items-010.html: Removed.
        * fast/regions/counters/extract-list-items-011-expected.html: Removed.
        * fast/regions/counters/extract-list-items-011.html: Removed.
        * fast/regions/counters/extract-list-items-012-expected.html: Removed.
        * fast/regions/counters/extract-list-items-012.html: Removed.
        * fast/regions/counters/extract-list-items-013-expected.html: Removed.
        * fast/regions/counters/extract-list-items-013.html: Removed.
        * fast/regions/counters/extract-list-items-014-expected.html: Removed.
        * fast/regions/counters/extract-list-items-014.html: Removed.
        * fast/regions/counters/extract-list-items-015-expected.html: Removed.
        * fast/regions/counters/extract-list-items-015.html: Removed.
        * fast/regions/counters/extract-numbered-paragraphs-divs-001-expected.html: Removed.
        * fast/regions/counters/extract-numbered-paragraphs-divs-001.html: Removed.
        * fast/regions/counters/extract-numbered-paragraphs-divs-002-expected.html: Removed.
        * fast/regions/counters/extract-numbered-paragraphs-divs-002.html: Removed.
        * fast/regions/counters/extract-numbered-paragraphs-expected.html: Removed.
        * fast/regions/counters/extract-numbered-paragraphs.html: Removed.
        * fast/regions/counters/extract-numbered-spans-display-only-some-expected.html: Removed.
        * fast/regions/counters/extract-numbered-spans-display-only-some.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-001-expected.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-001.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-002-expected.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-002.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-003-expected.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-003.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-001-expected.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-001.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-002-expected.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-002.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-003-expected.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-003.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-004-expected.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-004.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005-expected.html: Removed.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html: Removed.
        * fast/regions/counters/extract-unordered-lists-in-regions-expected.html: Removed.
        * fast/regions/counters/extract-unordered-lists-in-regions.html: Removed.

2013-04-12  Jer Noble  <jer.noble@apple.com>

        TimeRanges::nearest() returns incorrect results.
        https://bugs.webkit.org/show_bug.cgi?id=114483

        Reviewed by Eric Carlson.

        * media/timeranges-nearest-expected.txt: Added.
        * media/timeranges-nearest.html: Added.

2013-04-12  Eric Carlson  <eric.carlson@apple.com>

        Support "forced" subtitles
        https://bugs.webkit.org/show_bug.cgi?id=114460

        Reviewed by Jer Noble.

        * media/content/CC+Subtitles.m4v: Added.
        * media/track/track-forced-subtitles-in-band-expected.txt: Added.
        * media/track/track-forced-subtitles-in-band.html: Added.
        * media/trackmenu-test.js:

        * platform/efl/TestExpectations: Skip new test.
        * platform/gtk/TestExpectations: Ditto.
        * platform/mac/TestExpectations: Ditto.
        * platform/qt/TestExpectations: Ditto.
        * platform/win/TestExpectations: Ditto.

2013-04-12  Ryosuke Niwa  <rniwa@webkit.org>

        [Mac] Enable spellchecking tests added in r141471
        https://bugs.webkit.org/show_bug.cgi?id=108525

        Reviewed by Darin Adler.

        Updated the tests not to assume spelling correction suggestions were listed in a context menu since
        only Chromium port did this.

        * editing/spelling/resources/util.js:
        (initSpellTest): Disable automatic text replacements.

        * editing/spelling/spelling-with-underscore-selection-expected.txt: Removed.
        * editing/spelling/spelling-with-underscore-selection.html: Removed.

        This test erroneously assumed a specific word breaking behavior that doesn't include the underscore
        when selecting a word especially since Chromium was the only port that was running these tests.

        * editing/spelling/spelling-double-clicked-word-with-underscores-expected.txt: Removed.
        * editing/spelling/spelling-double-clicked-word-with-underscores.html: Removed.

        Ditto.

        * editing/spelling/spelling-should-select-single-word-expected.txt: Removed.
        * editing/spelling/spelling-should-select-single-word.html: Removed.

        Removed since this test doesn't do anything useful without the assertion for the context menu.

        * editing/spelling/spelling-double-clicked-word-expected.txt:
        * editing/spelling/spelling-double-clicked-word.html:
        * editing/spelling/spelling-exactly-selected-word-expected.txt:
        * editing/spelling/spelling-exactly-selected-word.html:
        * editing/spelling/spelling-with-punctuation-selection-expected.txt:
        * editing/spelling/spelling-with-punctuation-selection.html:
        * editing/spelling/spelling-with-whitespace-selection-expected.txt:
        * editing/spelling/spelling-with-whitespace-selection.html:

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

2013-04-12  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations:
        * platform/qt/fast/js/global-constructors-expected.txt: Rebaselining after r148236.

2013-04-11  Shezan Baig  <sbaig1@bloomberg.net>

        Selection gaps don't repaint correctly with transforms
        https://bugs.webkit.org/show_bug.cgi?id=111000

        Reviewed by Simon Fraser.

        * fast/repaint/selection-gap-absolute-child-expected.txt: Added.
        * fast/repaint/selection-gap-absolute-child.html: Added.
        * fast/repaint/selection-gap-fixed-child-expected.txt: Added.
        * fast/repaint/selection-gap-fixed-child.html: Added.
        * fast/repaint/selection-gap-flipped-absolute-child-expected.txt: Added.
        * fast/repaint/selection-gap-flipped-absolute-child.html: Added.
        * fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
        * fast/repaint/selection-gap-flipped-fixed-child.html: Added.
        * fast/repaint/selection-gap-transformed-absolute-child-expected.txt: Added.
        * fast/repaint/selection-gap-transformed-absolute-child.html: Added.
        * fast/repaint/selection-gap-transformed-fixed-child-expected.txt: Added.
        * fast/repaint/selection-gap-transformed-fixed-child.html: Added.

2013-04-11  Ryosuke Niwa  <rniwa@webkit.org>

        Remove passing test expectations for ietestcenter/css3/grid/grid-items-003.htm since it started failing on
        Mountain Lion WebKit2 bots after a slave reboot as well.

        * platform/mac-wk2/TestExpectations:

2013-04-11  Sukolsak Sakshuwong  <sukolsak@gmail.com>

        Unable to paste twice in input field when specific CSS present
        https://bugs.webkit.org/show_bug.cgi?id=108675

        Reviewed by Ryosuke Niwa.

        * editing/inserting/insert-text-into-text-field-expected.txt: Added.
        * editing/inserting/insert-text-into-text-field.html: Added.

2013-04-11  Brendan Long  <b.long@cablelabs.com>

        TextTrackList's .onremovetrack is missing from IDL
        https://bugs.webkit.org/show_bug.cgi?id=103421

        Reviewed by Eric Carlson.

        * media/track/opera/interfaces/TextTrackList/onremovetrack-expected.txt: Added.

2013-04-11  Sukolsak Sakshuwong  <sukolsak@gmail.com>

        MutationRecord is not exposed
        https://bugs.webkit.org/show_bug.cgi?id=114288

        Reviewed by Darin Adler.

        This test is copied from a patch by Adam Klein.
        https://codereview.chromium.org/13861028
        The test expectation of "typeof MutationRecord" is changed from
        "function" to "object". (See bug 114457)

        * fast/dom/MutationObserver/mutation-record-constructor-expected.txt: Added.
        * fast/dom/MutationObserver/mutation-record-constructor.html: Added.

2013-04-11  Dirk Schulze  <krit@webkit.org>

        [CSS Shaders] Parse parameters descriptor
        https://bugs.webkit.org/show_bug.cgi?id=114455

        Reviewed by Dean Jackson.

        Tests for the 'parameters' descriptor on @filter rule.

        * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid.html: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid.html: Added.
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-invalid.js: Added.
        (testInvalidParametersProperty):
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-valid.js: Added.
        (testParametersProperty):

2013-04-11  Robert Hogan  <robert@webkit.org>

        REGRESSION (142152): ensure we skip past out-of-flow objects when detecting whitespace to ignore after leading empty inlines
        https://bugs.webkit.org/show_bug.cgi?id=114311

        Reviewed by Emil A Eklund.

        * fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline-expected.txt: Added.
        * fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline.html: Added.

2013-04-11  Ryosuke Niwa  <rniwa@webkit.org>

        Autocorrected text doesn't have a marker of type autocorrected
        https://bugs.webkit.org/show_bug.cgi?id=114337

        Reviewed by Darin Adler.

        Updated tests to assert the existence of "autocorrected" markers.

        * platform/mac/editing/spelling/click-autocorrected-word-expected.png:
        * platform/mac/editing/spelling/click-autocorrected-word-expected.txt:
        * platform/mac/editing/spelling/click-autocorrected-word.html:
        * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png:
        * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.txt:
        * platform/mac/editing/spelling/delete-into-autocorrected-word.html:
        * platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.png:
        * platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.txt:
        * platform/mac/editing/spelling/forward-delete-into-autocorrected-word.html:
        * platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.png:
        * platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.txt:
        * platform/mac/editing/spelling/move-cursor-to-autocorrected-word.html:
        * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png:
        * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt:
        * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word.html:

2013-04-11  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] Parse the geometry descriptor
        https://bugs.webkit.org/show_bug.cgi?id=110815

        Positive and negative parsing tests for the "geometry" descriptor as
        per specification:
        https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#geometry

        Reviewed by Dirk Schulze.

        * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid.html: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid.html: Added.
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-geometry-property-invalid.js: Added.
        (testInvalidGeometryProperty):
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-geometry-property-valid.js: Added.
        (testGeometryProperty):

2013-04-11  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Removing expectations for a bunch of tests that are passing.

2013-04-10  Brady Eidson  <beidson@apple.com>

        Web/Plugin process deadlock initializing async plugins.
        <rdar://problem/13525232> and https://bugs.webkit.org/show_bug.cgi?id=114217

        Rubberstamped by Anders Carlsson.

        Rollout r147953 and r147968 as we identified other causes for this.

        * platform/mac-wk2/TestExpectations:

2013-04-11  Arunprasad Rajkumar  <arunprasadr@nds.com>

        [WK2] Run toString & valueOf LayoutTests for WebKit2 also
        https://bugs.webkit.org/show_bug.cgi?id=114433

        Reviewed by Anders Carlsson.

        * platform/wk2/TestExpectations:

2013-04-11  Brian Holt  <brian.holt@samsung.com>

        [Gtk] Combo boxes should be arrow-out-of-able similar to list boxes when caret-browsing is enabled.
        https://bugs.webkit.org/show_bug.cgi?id=76796

        Reviewed by Chris Fleizach.

        Adding a new test to verify that it is possible to arrow out of
        combo boxes when caret browsing is enabled. Updated failing tests
        to reflect changed accessibility events in the DRT.

        * platform/gtk/accessibility/aria-slider-required-attributes-expected.txt: Updated.
        * platform/gtk/accessibility/caret-browsing-select-focus-expected.txt: Added.
        * platform/gtk/accessibility/caret-browsing-select-focus.html: Added.
        * platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Updated.

2013-04-11  Dirk Schulze  <krit@webkit.org>

        [CSS Shaders] Parse mix descriptor
        https://bugs.webkit.org/show_bug.cgi?id=114414

        Reviewed by Antti Koivisto.

        Tests for the 'mix' descriptor on @filter rule.

        * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid.html: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid.html: Added.
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-mix-property-invalid.js: Added.
        (testInvalidMixProperty):
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-mix-property-valid.js: Added.
        (testMixProperty):

2013-04-11  Zalan Bujtas  <zalan@apple.com>

        Parent box with background-size auto and gradient image does not get properly repainted when child box is resized. 
        https://bugs.webkit.org/show_bug.cgi?id=114424

        Reviewed by Antti Koivisto.

        * fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt:
        * fast/repaint/background-shorthand-with-gradient-and-height-changes.html:

2013-04-11  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Remove platform specific expected after r148195.

        * platform/qt/fast/events/backspace-navigates-back-expected.txt: Removed.

2013-04-11  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardending. Greening bots.

        * platform/qt-5.0-wk1/loader/go-back-cached-main-resource-expected.txt: Rebaselining after r148182.
        * platform/qt-5.0-wk2/loader/go-back-cached-main-resource-expected.txt: Rebaselining after r148182.
        * platform/qt/TestExpectations:

2013-04-11  Rune Lillesveen  <rune@opera.com>

        Incorrect evaluation of resolution media queries
        https://bugs.webkit.org/show_bug.cgi?id=114029

        Reviewed by Kenneth Rohde Christiansen.

        Modified tests to change CSS resolution instead of physical resolution.

        * fast/media/mq-resolution.html:

2013-04-11  Manuel Rego Casasnovas  <rego@igalia.com>

        FrameLoaderClient::assignIdentifierToInitialRequest() not called for the main resource when loaded from the memory cache
        https://bugs.webkit.org/show_bug.cgi?id=112418

        Reviewed by Darin Adler.

        * loader/go-back-cached-main-resource-expected.txt: Added.
        * loader/go-back-cached-main-resource.html: Added.
        * loader/resources/first-page.html: Added.
        * loader/resources/other-page.html: Added.
        * platform/gtk-wk1/loader/go-back-cached-main-resource-expected.txt: Added.
        * platform/wk2/loader/go-back-cached-main-resource-expected.txt: Added.

2013-04-10  No'am Rosenthal  <noam@webkit.org>

        Allow direct compositing of background images
        https://bugs.webkit.org/show_bug.cgi?id=108203

        Reviewed by Simon Fraser.

        Added several ref-tests as preparation for supporting direct compositing of background 
        images.

        * compositing/patterns/direct-pattern-compositing-add-text-expected.html: Added.
        * compositing/patterns/direct-pattern-compositing-add-text.html: Added.
        * compositing/patterns/direct-pattern-compositing-change-expected.html: Added.
        * compositing/patterns/direct-pattern-compositing-change.html: Added.
        * compositing/patterns/direct-pattern-compositing-contain-expected.html: Added.
        * compositing/patterns/direct-pattern-compositing-contain.html: Added.
        * compositing/patterns/direct-pattern-compositing-cover-expected.html: Added.
        * compositing/patterns/direct-pattern-compositing-cover.html: Added.
        * compositing/patterns/direct-pattern-compositing-expected.html: Added.
        * compositing/patterns/direct-pattern-compositing-load-expected.html: Added.
        * compositing/patterns/direct-pattern-compositing-load.html: Added.
        * compositing/patterns/direct-pattern-compositing-padding-expected.html: Added.
        * compositing/patterns/direct-pattern-compositing-padding.html: Added.
        * compositing/patterns/direct-pattern-compositing-position-expected.html: Added.
        * compositing/patterns/direct-pattern-compositing-position.html: Added.
        * compositing/patterns/direct-pattern-compositing-size-expected.html: Added.
        * compositing/patterns/direct-pattern-compositing-size.html: Added.
        * compositing/patterns/direct-pattern-compositing.html: Added.

2013-04-10  Benjamin Poulain  <bpoulain@apple.com>

        Mass remove all the empty directories

        Rubberstamped by Ryosuke Niwa.

        * css2.1/reference: Removed.
        * css3/flexbox/script-tests: Removed.
        * css3/viewport-relative-lengths: Removed.
        * editing/deleting/resources: Removed.
        * editing/inserting/resources: Removed.
        * editing/style/resources: Removed.
        * editing/text-iterator/resources: Removed.
        * fast/dom/CSSStyleDeclaration/resources: Removed.
        * fast/dom/EntityReference/resources: Removed.
        * fast/dom/HTMLFontElement/resources: Removed.
        * fast/dom/HTMLFormElement/resources: Removed.
        * fast/dom/HTMLSelectElement/resources: Removed.
        * fast/dom/HTMLTableElement/resources: Removed.
        * fast/dom/HTMLTableRowElement/resources: Removed.
        * fast/dom/HTMLTableSectionElement/resources: Removed.
        * fast/dom/MediaStream/script-tests: Removed.
        * fast/dom/Node/resources: Removed.
        * fast/dom/Proximity: Removed.
        * fast/dom/Selection/resources: Removed.
        * fast/dom/Text/resources: Removed.
        * fast/events/spatial-navigation/resources: Removed.
        * fast/events/transformaction: Removed.
        * fast/forms/script-tests: Removed.
        * fast/loading/resources: Removed.
        * fast/mutation: Removed.
        * fast/regex/resources: Removed.
        * fast/speech/script-tests: Removed.
        * fast/xhtmlmp: Removed.
        * http/tests/inspector/resources/compiler-source-mapping-provider: Removed.
        * http/tests/media/media-source/webm: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5: Removed.
        * http/tests/w3c/webperf/submission/resource-timing/html: Removed.
        * http/tests/w3c/webperf/submission/user-timing: Removed.
        * http/tests/xhtmlmp: Removed.
        * http/tests/xmlhttprequest/web-apps/recursion: Removed.
        * inspector/performance/resources: Removed.
        * inspector/protocol/resources: Removed.
        * inspector/resources: Removed.
        * media/track/captions: Removed.
        * platform/efl-wk1/dom/xhtml/level3/core: Removed.
        * platform/efl-wk1/fast/dom/DOMException: Removed.
        * platform/efl-wk1/mathml/presentation: Removed.
        * platform/efl-wk1/svg/dynamic-updates: Removed.
        * platform/efl-wk2/dom/xhtml/level3/core: Removed.
        * platform/efl-wk2/fast/block/basic: Removed.
        * platform/efl-wk2/fast/dom/DOMException: Removed.
        * platform/efl-wk2/fast/frames: Removed.
        * platform/efl-wk2/http/tests/loading: Removed.
        * platform/efl/fast/css3-text-decoration/repaint: Removed.
        * platform/efl/fast/dom/HTMLTemplateElement: Removed.
        * platform/efl/fast/files: Removed.
        * platform/efl/fast/forms/mailto: Removed.
        * platform/efl/fast/innerHTML: Removed.
        * platform/efl/fast/viewport: Removed.
        * platform/efl/inspector/editor: Removed.
        * platform/gtk/css3/calc: Removed.
        * platform/gtk/editing/pasteboard/resources: Removed.
        * platform/gtk/fast/innerHTML: Removed.
        * platform/gtk/fast/js/regress: Removed.
        * platform/gtk/fast/viewport: Removed.
        * platform/gtk/http/tests/webarchive: Removed.
        * platform/gtk/http/tests/websocket/tests: Removed.
        * platform/gtk/ietestcenter/css3/grid: Removed.
        * platform/gtk/platform/gtk/fonts: Removed.
        * platform/gtk/sputnik/Unicode/Unicode_510: Removed.
        * platform/gtk/svg/hittest: Removed.
        * platform/gtk/tables/hittesting: Removed.
        * platform/mac-future/accessibility: Removed.
        * platform/mac-lion/animations: Removed.
        * platform/mac-lion/compositing/visible-rect: Removed.
        * platform/mac-lion/css1/units: Removed.
        * platform/mac-lion/css3/selectors3: Removed.
        * platform/mac-lion/editing/execCommand: Removed.
        * platform/mac-lion/editing/inserting: Removed.
        * platform/mac-lion/editing/pasteboard: Removed.
        * platform/mac-lion/fast/block/float: Removed.
        * platform/mac-lion/fast/block/margin-collapse: Removed.
        * platform/mac-lion/fast/frames: Removed.
        * platform/mac-lion/fast/inline: Removed.
        * platform/mac-lion/fast/layers: Removed.
        * platform/mac-lion/fast/lists: Removed.
        * platform/mac-lion/fast/overflow: Removed.
        * platform/mac-lion/fast/text/basic: Removed.
        * platform/mac-lion/ietestcenter/css3: Removed.
        * platform/mac-lion/tables/mozilla: Removed.
        * platform/mac-lion/transforms: Removed.
        * platform/mac-snowleopard/css3/filters/custom: Removed.
        * platform/mac-snowleopard/fast/canvas/webgl: Removed.
        * platform/mac-snowleopard/fast/html: Removed.
        * platform/mac-snowleopard/fast/loader: Removed.
        * platform/mac-snowleopard/fast/regions: Removed.
        * platform/mac-snowleopard/http/tests/media: Removed.
        * platform/mac-snowleopard/mathml/presentation: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510: Removed.
        * platform/mac-snowleopard/svg/batik/filters: Removed.
        * platform/mac-snowleopard/svg/batik/masking: Removed.
        * platform/mac-snowleopard/svg/batik/text: Removed.
        * platform/mac-wk2/compositing/geometry: Removed.
        * platform/mac-wk2/compositing/iframes: Removed.
        * platform/mac-wk2/css3/filters/custom: Removed.
        * platform/mac-wk2/fast/css: Removed.
        * platform/mac-wk2/fast/dynamic: Removed.
        * platform/mac-wk2/fast/harness: Removed.
        * platform/mac-wk2/fast/multicol/vertical-rl: Removed.
        * platform/mac-wk2/http/tests/appcache: Removed.
        * platform/mac-wk2/http/tests/inspector: Removed.
        * platform/mac-wk2/http/tests/misc: Removed.
        * platform/mac-wk2/mathml: Removed.
        * platform/mac-wk2/media: Removed.
        * platform/mac-wk2/platform/mac/accessibility: Removed.
        * platform/mac-wk2/tables/mozilla: Removed.
        * platform/mac/css3/calc: Removed.
        * platform/mac/css3/filters/custom: Removed.
        * platform/mac/dom/xhtml/level2/html: Removed.
        * platform/mac/fast/dom/shadow: Removed.
        * platform/mac/fast/files: Removed.
        * platform/mac/fast/forms/label: Removed.
        * platform/mac/fast/innerHTML: Removed.
        * platform/mac/fast/inspector: Removed.
        * platform/mac/http/tests/xmlhttprequest/web-apps: Removed.
        * platform/mac/inspector/console: Removed.
        * platform/mac/inspector/debugger: Removed.
        * platform/mac/inspector/extensions: Removed.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background: Removed.
        * platform/mac/platform/mac-wk2/tiled-drawing/sticky: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510: Removed.
        * platform/mac/svg/animations: Removed.
        * platform/mac/tables/mozilla/images: Removed.
        * platform/mac/tiled-drawing/fixed: Removed.
        * platform/mac/tiled-drawing/fixed-background: Removed.
        * platform/mac/tiled-drawing/sticky: Removed.
        * platform/qt-5.0-wk1/compositing/backing: Removed.
        * platform/qt-5.0-wk1/compositing/filters: Removed.
        * platform/qt-5.0-wk1/compositing/images: Removed.
        * platform/qt-5.0-wk1/compositing/masks: Removed.
        * platform/qt-5.0-wk1/compositing/rtl: Removed.
        * platform/qt-5.0-wk1/compositing/tiling: Removed.
        * platform/qt-5.0-wk1/compositing/visibility: Removed.
        * platform/qt-5.0-wk1/css3/filters: Removed.
        * platform/qt-5.0-wk1/editing/inserting: Removed.
        * platform/qt-5.0-wk1/fast/dom/Window: Removed.
        * platform/qt-5.0-wk2/compositing/backing: Removed.
        * platform/qt-5.0-wk2/compositing/shadows: Removed.
        * platform/qt-5.0-wk2/css1/basic: Removed.
        * platform/qt-5.0-wk2/css1/box_properties: Removed.
        * platform/qt-5.0-wk2/fast/block/basic: Removed.
        * platform/qt-5.0-wk2/fast/block/float: Removed.
        * platform/qt-5.0-wk2/fast/block/margin-collapse: Removed.
        * platform/qt-5.0-wk2/fast/block/positioning/auto: Removed.
        * platform/qt-5.0-wk2/fast/dom/HTMLHeadElement: Removed.
        * platform/qt-5.0-wk2/fast/dom/HTMLTableElement: Removed.
        * platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement: Removed.
        * platform/qt-5.0-wk2/fast/dom/Window: Removed.
        * platform/qt-5.0-wk2/fast/dynamic: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist: Removed.
        * platform/qt-5.0-wk2/fast/forms/mailto: Removed.
        * platform/qt-5.0-wk2/fast/forms/number: Removed.
        * platform/qt-5.0-wk2/fast/frames: Removed.
        * platform/qt-5.0-wk2/fast/html: Removed.
        * platform/qt-5.0-wk2/fast/images/png-suite: Removed.
        * platform/qt-5.0-wk2/fast/inline: Removed.
        * platform/qt-5.0-wk2/fast/lists: Removed.
        * platform/qt-5.0-wk2/fast/multicol/span: Removed.
        * platform/qt-5.0-wk2/fast/multicol/vertical-lr: Removed.
        * platform/qt-5.0-wk2/fast/parser: Removed.
        * platform/qt-5.0-wk2/fast/text/international: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen: Removed.
        * platform/qt-5.0-wk2/http/tests/websocket/test/hybi: Removed.
        * platform/qt-5.0-wk2/platform/qt/plugins: Removed.
        * platform/qt-5.0-wk2/svg/dom: Removed.
        * platform/qt-5.0/animations: Removed.
        * platform/qt-5.0/css1/text_properties: Removed.
        * platform/qt-5.0/css2.1/20110323: Removed.
        * platform/qt-5.0/editing/deleting: Removed.
        * platform/qt-5.0/editing/inserting: Removed.
        * platform/qt-5.0/editing/pasteboard: Removed.
        * platform/qt-5.0/fast/borders: Removed.
        * platform/qt-5.0/fast/css: Removed.
        * platform/qt-5.0/fast/dom/DeviceMotion: Removed.
        * platform/qt-5.0/fast/dom/DeviceOrientation: Removed.
        * platform/qt-5.0/fast/dom/HTMLProgressElement: Removed.
        * platform/qt-5.0/fast/dom/HTMLTextAreaElement: Removed.
        * platform/qt-5.0/fast/dynamic: Removed.
        * platform/qt-5.0/fast/html: Removed.
        * platform/qt-5.0/fast/inline: Removed.
        * platform/qt-5.0/fast/js: Removed.
        * platform/qt-5.0/fast/multicol: Removed.
        * platform/qt-5.0/fast/parser: Removed.
        * platform/qt-5.0/fast/repaint: Removed.
        * platform/qt-5.0/fast/replaced: Removed.
        * platform/qt-5.0/fast/table/border-collapsing: Removed.
        * platform/qt-5.0/fast/writing-mode: Removed.
        * platform/qt-5.0/fast/xsl: Removed.
        * platform/qt-5.0/svg/as-background-image: Removed.
        * platform/qt-5.0/svg/custom: Removed.
        * platform/qt-5.0/svg/hixie/intrinsic: Removed.
        * platform/qt-5.0/svg/text: Removed.
        * platform/qt-5.0/svg/wicd: Removed.
        * platform/qt-5.0/svg/zoom/page: Removed.
        * platform/qt-5.0/tables/mozilla/bugs: Removed.
        * platform/qt-5.0/transitions: Removed.
        * platform/qt-arm/fast/block: Removed.
        * platform/qt-arm/fast/dom: Removed.
        * platform/qt-arm/transforms: Removed.
        * platform/qt-linux/fast/css: Removed.
        * platform/qt-mac/editing: Removed.
        * platform/qt-mac/fast/block/float: Removed.
        * platform/qt-mac/plugins: Removed.
        * platform/qt-win/fast/events: Removed.
        * platform/qt.5-0/fast/text/whitespace: Removed.
        * platform/qt/compositing/tiling: Removed.
        * platform/qt/fast/css/dumpAsText: Removed.
        * platform/qt/fast/encoding/dumpAsText: Removed.
        * platform/qt/fast/forms/mailto: Removed.
        * platform/qt/fast/innerHTML: Removed.
        * platform/qt/fast/inspector: Removed.
        * platform/qt/fast/js/regress: Removed.
        * platform/qt/fast/media/w3c: Removed.
        * platform/qt/http/tests/plugins: Removed.
        * platform/qt/http/tests/security/aboutBlank: Removed.
        * platform/qt/http/tests/security/cookies: Removed.
        * platform/qt/http/tests/security/mixedContent: Removed.
        * platform/qt/http/tests/security/xssAuditor: Removed.
        * platform/qt/http/tests/xmlhttprequest/workers: Removed.
        * platform/qt/inspector/console: Removed.
        * platform/qt/inspector/debugger: Removed.
        * platform/qt/inspector/extensions: Removed.
        * platform/qt/mathml/presentation: Removed.
        * platform/qt/scrollingcoordinator: Removed.
        * platform/qt/svg/hixie/error/dumpAsText: Removed.
        * platform/qt/tables/mozilla/images: Removed.
        * platform/qt/traversal: Removed.
        * platform/win-7sp0/fast/harness: Removed.
        * platform/win-wk2/css2.1: Removed.
        * platform/win-wk2/editing/deleting: Removed.
        * platform/win-wk2/editing/selection: Removed.
        * platform/win-wk2/fast/css: Removed.
        * platform/win-wk2/fast/forms: Removed.
        * platform/win-wk2/fast/repaint: Removed.
        * platform/win-wk2/fast/ruby: Removed.
        * platform/win-wk2/fast/text/international: Removed.
        * platform/win-wk2/http/tests/inspector-enabled: Removed.
        * platform/win-wk2/http/tests/security: Removed.
        * platform/win-wk2/http/tests/uri: Removed.
        * platform/win-wk2/media: Removed.
        * platform/win-wk2/platform/win/inverted-colors: Removed.
        * platform/win-wk2/platform/win/plugins: Removed.
        * platform/win-wk2/plugins/npruntime: Removed.
        * platform/win-wk2/svg/W3C-I18N: Removed.
        * platform/win-wk2/svg/W3C-SVG-1.1-SE: Removed.
        * platform/win-wk2/svg/text: Removed.
        * platform/win-wk2/svg/zoom/page: Removed.
        * platform/win/canvas/philip/tests: Removed.
        * platform/win/compositing/geometry: Removed.
        * platform/win/compositing/overflow: Removed.
        * platform/win/editing/style: Removed.
        * platform/win/editing/undo: Removed.
        * platform/win/fast/block/basic: Removed.
        * platform/win/fast/css/getComputedStyle: Removed.
        * platform/win/fast/css3-text-decoration/getComputedStyle: Removed.
        * platform/win/fast/dom/Element: Removed.
        * platform/win/fast/dom/HTMLTextAreaElement: Removed.
        * platform/win/fast/dom/Window: Removed.
        * platform/win/fast/events/resources: Removed.
        * platform/win/fast/frames/seamless: Removed.
        * platform/win/fast/layers: Removed.
        * platform/win/fast/loader: Removed.
        * platform/win/fast/overflow: Removed.
        * platform/win/fast/parser: Removed.
        * platform/win/fast/table: Removed.
        * platform/win/fast/transforms: Removed.
        * platform/win/inspector/debugger: Removed.
        * platform/win/platform/win/accessibility: Removed.
        * platform/win/tables/mozilla/bugs: Removed.
        * platform/win/tables/mozilla/other: Removed.
        * platform/win/tables/mozilla_expected_failures/bugs: Removed.
        * platform/wk2/tables/mozilla/bugs: Removed.
        * pointer-lock/resources: Removed.
        * storage/indexeddb/script-tests: Removed.
        * svg/dom/SVGStyleElement/resources: Removed.
        * webintents/resources: Removed.

2013-04-10  Mark Hahnenberg  <mhahnenberg@apple.com>

        JSObject::getOwnNonIndexPropertyNames calculates numCacheableSlots incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=114235

        Reviewed by Filip Pizlo.

        If the object doesn't have any properties but the prototype does, we'll assume those prototype properties are 
        accessible in the base object's backing store, which is bad.

        * fast/js/get-by-pname-only-prototype-properties-expected.txt: Added.
        * fast/js/get-by-pname-only-prototype-properties.html: Added.
        * fast/js/script-tests/get-by-pname-only-prototype-properties.js: Added.
        (foo):

2013-04-10  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Zoom causes shape-inside to fail when shape-padding is specified
        https://bugs.webkit.org/show_bug.cgi?id=113730

        Reviewed by Dirk Schulze.

        Verify that content lays out within a padded shape-inside polygon when the
        document has been zoomed.

        * fast/exclusions/shape-inside/shape-inside-polygon-zoom-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-polygon-zoom.html: Added.

2013-04-10  Chris Fleizach  <cfleizach@apple.com>

        when ARIA button contains a link, label text is ignored (affects main buttons on m.facebook.com)
        https://bugs.webkit.org/show_bug.cgi?id=113906

        Reviewed by Tim Horton.

        The static-text-role-uses-text-under-element.html relies on similar logic to this bug.

        I realized that it was verifying the wrong thing and if we had looked closely at this layout test
        we would have caught this regression earlier most likely.

        * accessibility/link-inside-button-accessible-text-expected.txt: Added.
        * accessibility/link-inside-button-accessible-text.html: Added.
        * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt:
        * platform/mac/accessibility/static-text-role-uses-text-under-element.html:

2013-04-10  Xabier Rodriguez Calvar  <calvaris@igalia.com>

        Clicking on the volume slider of HTML5 elements is pausing sometimes
        https://bugs.webkit.org/show_bug.cgi?id=112548

        Reviewed by Eric Carlson.

        Added test.

        * media/click-volume-bar-not-pausing-expected.txt: Added.
        * media/click-volume-bar-not-pausing.html: Added.

2013-04-10  Michael Saboff  <msaboff@apple.com>

        DFG: Negative size for new Array() interpreted as large unsigned int
        https://bugs.webkit.org/show_bug.cgi?id=114366

        Reviewed by Oliver Hunt.

        New test to make sure DFG generated code for new Array() with a
        computed negative size throws an exception.

        * fast/js/dfg-negative-array-size-expected.txt: Added.
        * fast/js/dfg-negative-array-size.html: Added.
        * fast/js/script-tests/dfg-negative-array-size.js: Added.

2013-04-10  Robert Hogan  <robert@webkit.org>

        Empty inline continuations should only get lineboxes if the padding applies to their side of the inline
        https://bugs.webkit.org/show_bug.cgi?id=113896

        Reviewed by David Hyatt.

        * fast/inline/inline-with-empty-inline-continuations-expected.txt: Added.
        * fast/inline/inline-with-empty-inline-continuations.html: Added.

2013-04-10  Zoltan Horvath  <zoltan@webkit.org>

        [CSS Exclusions] Increasing padding does not correctly layout child blocks
        https://bugs.webkit.org/show_bug.cgi?id=112929

        Reviewed by David Hyatt.

        If a child block has changed dimension inside a shape and it has affected the block siblings
        we need to relayout the content inside the shape.

        * fast/exclusions/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout.html: Added.

2013-04-10  Alexandru Chiculita  <achicu@adobe.com>

        Layers with opacity and blur filters are reported as opaque to the compositor
        https://bugs.webkit.org/show_bug.cgi?id=114295

        Reviewed by Simon Fraser.

        Added test to check for blur and opacity filters drawn in software mode which needs 
        to force the layer report non-opaque to the compositor.

        * compositing/contents-opaque/filter-expected.txt: Added.
        * compositing/contents-opaque/filter.html: Added.

2013-04-10  Noam Rosenthal  <noam@webkit.org>

        [Texmap] In certain situations nested blending with overflow:hidden displays clipped results
        https://bugs.webkit.org/show_bug.cgi?id=114290

        Reviewed by Allan Sandfeld Jensen.

        Added a ref-test that exposes an issue with TextureMapper overlap blending when composited.
        This ref-test does not show correct results on Mac, skipped in TestExpectations and created a bug.

        * compositing/overlap-blending/nested-overlap-overflow-expected.html: Added.
        * compositing/overlap-blending/nested-overlap-overflow.html: Added.
        * platform/mac/TestExpectations: Skipped new tests and created bug.

2013-04-10  Victor Costan  <costan@gmail.com>

        Blob content type normalization.
        https://bugs.webkit.org/show_bug.cgi?id=111380

        Reviewed by Alexey Proskuryakov.

        * http/tests/fast/files/script-tests/blob-constructor.js: added/updated test cases for Blob type normalization
        * http/tests/fast/files/blob-constructor-expected.txt: added/updated test cases for Blob type normalization
        * http/tests/fileapi/xhr-send-form-data-filename-escaping-expected.txt: Added.
        * http/tests/fileapi/xhr-send-form-data-filename-escaping.html: Added.
        * http/tests/fileapi/xhr-send-form-data-mimetype-normalization-expected.txt: Added.
        * http/tests/fileapi/xhr-send-form-data-mimetype-normalization.html: Added.
        * http/tests/local/formdata/resources/send-form-data-common.js:
        (dumpResponse): return the HTTP response text so it can be used in JS test code
        (sendFormData): passthrough the HTTP response text returned by dumpResponse()
        (testSendingFormData): passthrough the HTTP response text returned by dumpResponse()
        * http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt: updated expectation for invalid Content-Type
        * http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt: updated expectation for invalid Content-Type
        * http/tests/xmlhttprequest/post-blob-content-type-tests.js: updated expectation for invalid Content-Type

2013-04-10  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline four tiled drawing tests affeted by r148049.
        
        Move results from platform/mac/platform/mac-wk2/tiled-drawing to  platform/mac-wk2/tiled-drawing

        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt:
        * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt:
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Removed.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Removed.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Removed.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Removed.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Removed.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Removed.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Removed.
        * platform/mac/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Removed.

2013-04-10  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Add tests for lists and counters
        https://bugs.webkit.org/show_bug.cgi?id=103975

        Reviewed by Antti Koivisto.

        Lists and counters work correctly with regions since r148026 (http://trac.webkit.org/changeset/148026).
        This patch adds W3C formatted ref tests to our battery.

        * fast/regions/counters/extract-list-items-001-expected.html: Added.
        * fast/regions/counters/extract-list-items-001.html: Added.
        * fast/regions/counters/extract-list-items-002-expected.html: Added.
        * fast/regions/counters/extract-list-items-002.html: Added.
        * fast/regions/counters/extract-list-items-003-expected.html: Added.
        * fast/regions/counters/extract-list-items-003.html: Added.
        * fast/regions/counters/extract-list-items-004-expected.html: Added.
        * fast/regions/counters/extract-list-items-004.html: Added.
        * fast/regions/counters/extract-list-items-005-expected.html: Added.
        * fast/regions/counters/extract-list-items-005.html: Added.
        * fast/regions/counters/extract-list-items-006-expected.html: Added.
        * fast/regions/counters/extract-list-items-006.html: Added.
        * fast/regions/counters/extract-list-items-007-expected.html: Added.
        * fast/regions/counters/extract-list-items-007.html: Added.
        * fast/regions/counters/extract-list-items-008-expected.html: Added.
        * fast/regions/counters/extract-list-items-008.html: Added.
        * fast/regions/counters/extract-list-items-009-expected.html: Added.
        * fast/regions/counters/extract-list-items-009.html: Added.
        * fast/regions/counters/extract-list-items-010-expected.html: Added.
        * fast/regions/counters/extract-list-items-010.html: Added.
        * fast/regions/counters/extract-list-items-011-expected.html: Added.
        * fast/regions/counters/extract-list-items-011.html: Added.
        * fast/regions/counters/extract-list-items-012-expected.html: Added.
        * fast/regions/counters/extract-list-items-012.html: Added.
        * fast/regions/counters/extract-list-items-013-expected.html: Added.
        * fast/regions/counters/extract-list-items-013.html: Added.
        * fast/regions/counters/extract-list-items-014-expected.html: Added.
        * fast/regions/counters/extract-list-items-014.html: Added.
        * fast/regions/counters/extract-list-items-015-expected.html: Added.
        * fast/regions/counters/extract-list-items-015.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs-divs-001-expected.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs-divs-001.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs-divs-002-expected.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs-divs-002.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs-expected.html: Added.
        * fast/regions/counters/extract-numbered-paragraphs.html: Added.
        * fast/regions/counters/extract-numbered-spans-display-only-some-expected.html: Added.
        * fast/regions/counters/extract-numbered-spans-display-only-some.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-001-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-001.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-002-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-002.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-003-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-003.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-001-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-001.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-002-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-002.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-003-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-003.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-004-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-004.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005-expected.html: Added.
        * fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html: Added.
        * fast/regions/counters/extract-unordered-lists-in-regions-expected.html: Added.
        * fast/regions/counters/extract-unordered-lists-in-regions.html: Added.

2013-04-10  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt][WK2] Unreviewed gardening. Rebaselining after r148049.

        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:

2013-04-10  Noam Rosenthal  <noam@webkit.org>

        [Texmap] Hierarchy of layers with opacity may result in wrong blending.
        https://bugs.webkit.org/show_bug.cgi?id=113732

        Reviewed by Allan Sandfeld Jensen.

        Added two ref-tests for nested composited overlaps.
        This ref-test does not work on Mac due to a slight mismatch opacity value on CoreAnimation.
        A new bug has been posted, and TestExpectations has been updated.

        * compositing/overlap-blending/nested-non-overlap-clipping-expected.html: Added.
        * compositing/overlap-blending/nested-non-overlap-clipping.html: Added.
        * compositing/overlap-blending/nested-overlap-expected.html: Added.
        * compositing/overlap-blending/nested-overlap.html: Added.
        * platform/mac/TestExpectations: Skipped new tests and created bug.

2013-04-10  Antti Koivisto  <antti@apple.com>

        Create fewer tiles when page is loading
        https://bugs.webkit.org/show_bug.cgi?id=114294

        Reviewed by Anders Carlsson.
        
        Reduced initial tile counts and new tests for speculative tiles.

        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt:
        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt: Added.
        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative.html: Added.
        * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
        * platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt: Added.
        * platform/mac-wk2/tiled-drawing/tile-coverage-speculative.html: Added.
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
        * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt:

2013-04-10  Anton Obzhirov  <a.obzhirov@samsung.com>

        [GTK] Add support for Page Visibility
        https://bugs.webkit.org/show_bug.cgi?id=97324

        Reviewed by Sam Weinig.

        * platform/gtk/TestExpectations:

2013-04-10  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaselining after r148049.

        * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: Removed.
        * platform/qt/compositing/iframes/page-cache-layer-tree-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk1/compositing/iframes/page-cache-layer-tree-expected.txt.
        * platform/qt/fast/multicol/shadow-breaking-expected.txt:
        * platform/qt/svg/css/composite-shadow-text-expected.png:
        * platform/qt/svg/css/composite-shadow-text-expected.txt:
        * platform/qt/svg/css/group-with-shadow-expected.txt:
        * platform/qt/svg/css/path-with-shadow-expected.txt:
        * platform/qt/svg/css/shadow-and-opacity-expected.txt:
        * platform/qt/svg/css/shadow-breaking-expected.png: Added.
        * platform/qt/svg/css/text-shadow-multiple-expected.txt:
        * platform/qt/transitions/svg-text-shadow-transition-expected.txt:

2013-04-10  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening. Rebaselining after r148049.

        * platform/gtk/fast/multicol/shadow-breaking-expected.txt:
        * platform/gtk/svg/css/composite-shadow-text-expected.txt:
        * platform/gtk/svg/css/group-with-shadow-expected.txt:
        * platform/gtk/svg/css/path-with-shadow-expected.txt:
        * platform/gtk/svg/css/shadow-and-opacity-expected.txt:
        * platform/gtk/svg/css/shadow-changes-expected.txt:
        * platform/gtk/svg/css/text-gradient-shadow-expected.txt:
        * platform/gtk/svg/css/text-shadow-multiple-expected.txt:
        * platform/gtk/svg/custom/transform-with-shadow-and-gradient-expected.txt:
        * platform/gtk/transitions/svg-text-shadow-transition-expected.txt:

2013-04-09  Philippe Normand  <pnormand@igalia.com>

        [GStreamer] playbin uri getter is invalid
        https://bugs.webkit.org/show_bug.cgi?id=113884

        Reviewed by Martin Robinson.

        New test for Quicktime reference movie redirect
        support.

        * http/tests/media/resources/redirect-to-counting-captioned.mov: Added.
        * http/tests/media/video-redirect-expected.txt: Added.
        * http/tests/media/video-redirect.html: Added.

2013-04-09  Geoffrey Garen  <ggaren@apple.com>

        [JSC] Script run from an isolated world should bypass a page's CSP
        https://bugs.webkit.org/show_bug.cgi?id=100815

        Reviewed by Oliver Hunt.

        Enabled these tests, now that they pass.

        I removed all the nonsense in these tests about setting an isolated world's
        CSP and origin manually, since we have no use for those features.

        * http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt:
        * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-expected.txt:
        * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr.html:
        * http/tests/security/isolatedWorld/bypass-main-world-csp.html:
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2013-04-09  Adam Klein  <adamk@chromium.org>

        Update Document's event listener type bitfield when adopting a Node
        https://bugs.webkit.org/show_bug.cgi?id=114322

        Reviewed by Darin Adler.

        * fast/events/event-listener-moving-documents-expected.txt: Added.
        * fast/events/event-listener-moving-documents.html: Added.

2013-04-09  Dongwoo Joshua Im  <dw.im@samsung.com>

        [CSS3] Parsing the property, text-justify.
        https://bugs.webkit.org/show_bug.cgi?id=100058

        Reviewed by Andreas Kling.

        This patch implements the parsing side of the "text-justify" property specified
        in CSS3 working draft, with "-webkit-" prefix, under ENABLE_CSS3_TEXT flag.
        Specification link : http://www.w3.org/TR/css3-text/#text-justify

        * fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-expected.txt: Added.
        * fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited-expected.txt: Added.
        * fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify-inherited.html: Added.
        * fast/css3-text/css3-text-justify/getComputedStyle/getComputedStyle-text-justify.html: Added.
        * fast/css3-text/css3-text-justify/getComputedStyle/script-tests/getComputedStyle-text-justify-inherited.js: Added.
        (testComputedStyle):
        (ownValueTest):
        (inheritanceTest):
        * fast/css3-text/css3-text-justify/getComputedStyle/script-tests/getComputedStyle-text-justify.js: Added.
        (testElementStyle):
        (testComputedStyle):
        (valueSettingTest):
        (invalidValueSettingTest):
        * platform/mac/TestExpectations: ditto
        * platform/qt-4.8/TestExpectations: ditto
        * platform/qt-mac/TestExpectations: ditto
        * platform/qt/TestExpectations: ditto

2013-04-09  Simon Fraser  <simon.fraser@apple.com>

        r148048 revealed that compositing/plugins/invalidate_rect.html was
        only succeeded through chance, and cannot work as designed because
        plugin painting is async on some platforms. Mark it as flakey.

        * platform/mac/TestExpectations:

2013-04-09  Commit Queue  <rniwa@webkit.org>

        Unreviewed, rolling out r148010.
        http://trac.webkit.org/changeset/148010
        https://bugs.webkit.org/show_bug.cgi?id=114310

        Causes problems with focus rings (Requested by anttik on
        #webkit).

        * fast/borders/border-width-less-then-a-unit-of-pt-expected.html: Removed.
        * fast/borders/border-width-less-then-a-unit-of-pt.html: Removed.
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
        * tables/mozilla_expected_failures/bugs/bug89315-expected.txt:

2013-04-09  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline tests affected by r148049 or r148048.

        * compositing/layer-creation/rotate3d-overlap-expected.txt:
        * compositing/repaint/resize-repaint-expected.txt:
        * compositing/repaint/resize-repaint.html: Allow the test to run
        outside WTR/DRT.

2013-04-09  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] Properly position multiple stacked floats with non rectangular shape outside
        https://bugs.webkit.org/show_bug.cgi?id=110372

        Reviewed by Dean Jackson.

        Tests demonstrating stacked floats properly working with shape-outside.

        * fast/exclusions/shape-outside-floats/shape-outside-floats-stacked-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-stacked.html: Added.

2013-04-09  Eric Carlson  <eric.carlson@apple.com>

        [Mac] user caption styles not applied to correct element
        https://bugs.webkit.org/show_bug.cgi?id=114230

        Reviewed by Jer Noble.

        * media/track/track-css-user-override-expected.txt: Added.
        * media/track/track-css-user-override.html: Added.
        * media/track/track-cue-container-rendering-position-expected.txt:
        * media/track/track-cue-container-rendering-position.html:
        * media/track/track-cue-rendering-expected.txt:
        * media/track/track-cue-rendering.html: Font size is not applied instantly when a video element is
            resized, so check after a very short delay.

2013-04-09  Simon Fraser  <simon.fraser@apple.com>

        Repaint rect too small on elements with shadows
        https://bugs.webkit.org/show_bug.cgi?id=114225

        Reviewed by Darin Alder.
        
        New test for invalidation with box-shadow. Update test results affected
        by shadow extent.

        * compositing/geometry/foreground-layer-expected.txt:
        * compositing/iframes/composited-parent-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * compositing/iframes/connect-compositing-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe2-expected.txt:
        * compositing/iframes/connect-compositing-iframe3-expected.txt:
        * compositing/iframes/enter-compositing-iframe-expected.txt:
        * compositing/iframes/iframe-resize-expected.txt:
        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * compositing/iframes/overlapped-iframe-expected.txt:
        * compositing/iframes/page-cache-layer-tree-expected.txt:
        * compositing/iframes/scrolling-iframe-expected.txt:
        * compositing/visible-rect/iframe-and-layers-expected.txt:
        * fast/box-shadow/shadow-repaint-expected.txt: Added.
        * fast/box-shadow/shadow-repaint.html: Added.
        * platform/mac/fast/multicol/shadow-breaking-expected.png:
        * platform/mac/fast/multicol/shadow-breaking-expected.txt:
        * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt:
        * platform/mac/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/mac/fast/repaint/moving-shadow-on-path-expected.txt:
        * platform/mac/svg/css/arrow-with-shadow-expected.png:
        * platform/mac/svg/css/circle-in-mask-with-shadow-expected.png:
        * platform/mac/svg/css/clippath-with-shadow-expected.png:
        * platform/mac/svg/css/composite-shadow-example-expected.png:
        * platform/mac/svg/css/composite-shadow-example-expected.txt:
        * platform/mac/svg/css/composite-shadow-text-expected.txt:
        * platform/mac/svg/css/composite-shadow-with-opacity-expected.png:
        * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt:
        * platform/mac/svg/css/group-with-shadow-expected.png:
        * platform/mac/svg/css/group-with-shadow-expected.txt:
        * platform/mac/svg/css/mask-with-shadow-expected.png:
        * platform/mac/svg/css/path-with-shadow-expected.png:
        * platform/mac/svg/css/path-with-shadow-expected.txt:
        * platform/mac/svg/css/shadow-and-opacity-expected.png:
        * platform/mac/svg/css/shadow-and-opacity-expected.txt:
        * platform/mac/svg/css/shadow-changes-expected.png:
        * platform/mac/svg/css/shadow-changes-expected.txt:
        * platform/mac/svg/css/shadow-with-large-radius-expected.png:
        * platform/mac/svg/css/shadow-with-negative-offset-expected.png:
        * platform/mac/svg/css/stars-with-shadow-expected.png:
        * platform/mac/svg/css/stars-with-shadow-expected.txt:
        * platform/mac/svg/css/text-gradient-shadow-expected.png:
        * platform/mac/svg/css/text-gradient-shadow-expected.txt:
        * platform/mac/svg/css/text-shadow-multiple-expected.png:
        * platform/mac/svg/custom/repaint-shadow-expected.png:
        * platform/mac/svg/custom/transform-with-shadow-and-gradient-expected.txt:
        * svg/css/arrow-with-shadow-expected.txt:
        * svg/css/circle-in-mask-with-shadow-expected.txt:
        * svg/css/clippath-with-shadow-expected.txt:
        * svg/css/mask-with-shadow-expected.txt:
        * svg/css/shadow-with-large-radius-expected.txt:
        * svg/css/shadow-with-negative-offset-expected.txt:
        * svg/css/text-shadow-multiple-expected.txt:
        * svg/custom/repaint-shadow-expected.txt:
        * svg/filters/shadow-on-rect-with-filter-expected.txt:
        * svg/repaint/repaint-webkit-svg-shadow-container-expected.txt:

2013-04-09  Benjamin Poulain  <bpoulain@apple.com>

        Mark mouse-events-scaled-iframe.html as flaky

        * platform/mac-wk2/TestExpectations:

2013-04-09  Chris Fleizach  <cfleizach@apple.com>

        AX: The bounding paths should be made available through accessibility
        https://bugs.webkit.org/show_bug.cgi?id=113817

        Reviewed by David Kilzer.

        Add new tests for Mac and iOS to verify that path output works.
        Modify existing tests to indicate that there is a new AXAttribute, AXPath.

        * platform/iphone-simulator/accessibility/element-paths-expected.txt: Added.
        * platform/iphone-simulator/accessibility/element-paths.html: Added.
        * platform/mac/accessibility/document-links-expected.txt:
        * platform/mac/accessibility/element-paths-expected.txt: Added.
        * platform/mac/accessibility/element-paths.html: Added.
        * platform/mac/accessibility/image-map2-expected.txt:

2013-04-09  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        Whitespace in particular source code changes rendering; does not in Firefox
        https://bugs.webkit.org/show_bug.cgi?id=100943

        Reviewed by Darin Adler.

        * fast/text/whitespace/trailing-space-before-empty-span-1-expected.html: Added.
        * fast/text/whitespace/trailing-space-before-empty-span-1.html: A test
            with a span whose text ends with a single span. A following span
            is empty but requires a line box (because it has some padding).
            The second span should be rendered.
        * fast/text/whitespace/trailing-space-before-empty-span-2-expected.html: Added.
        * fast/text/whitespace/trailing-space-before-empty-span-2.html: Same
            test as trailing-space-before-empty-span-1.html except that second
            span contains whitespace only text.

2013-04-09  Andrei Bucur  <abucur@adobe.com>

        Use DOM ordering for list counts
        https://bugs.webkit.org/show_bug.cgi?id=110352

        Reviewed by Elliott Sprehn.

        The fast/dom/shadow/shadow-and-list-elements-expected.html has changed because the list items
        inside the shadow tree no longer see the root <ol> element.
        The test fast/lists/positioned-count-crash.html has the correct rendering after changing
        the list counting to be in DOM order.

        * fast/dom/shadow/shadow-and-list-elements-expected.html:
        * fast/lists/positioned-count-crash-expected.txt:

2013-04-09  Rafael Brandao  <rafael.lobo@openbossa.org>

        [CoordinatedGraphics] serviceScriptedAnimations expects time in seconds
        https://bugs.webkit.org/show_bug.cgi?id=112582

        Reviewed by Andreas Kling.

        Add test to measure if the time interval is coherent with the unit
        of DOMTimeStamp (milliseconds) by comparing it with Date.now() interval.

        * fast/animation/request-animation-frame-time-unit-expected.txt: Added.
        * fast/animation/request-animation-frame-time-unit.html: Added.
        * fast/animation/script-tests/request-animation-frame-time-unit.js: Added.

2013-04-09  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>

        [WebSocket] Ignore incoming message in CLOSING state
        https://bugs.webkit.org/show_bug.cgi?id=85934

        Reviewed by Kent Tamura.

        * http/tests/websocket/tests/hybi/client-close-expected.txt: Rebaseline.
        * http/tests/websocket/tests/hybi/client-close.html: Change expected results.
        * http/tests/websocket/tests/hybi/client-close_wsh.py: Embed message in close frame
        instead of using regular message sending call.
        * http/tests/websocket/tests/hybi/fragmented-frames.html: Call WebSocket.close()
        only after receiving all messages from server.
        * http/tests/websocket/tests/hybi/unmasked-frames.html: Remove extra
        WebSocket.close() call that caused regression.

2013-04-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Move tables/mozilla_expected_failures/bugs/bug89315.html's expectations to efl/.

        There is no point in keeping the rebaselined results WK2-only. While
        here, actually unskip the test and provide a more accurate pixel result
        (the previous one was fine, but this one passes with --tolerance=0).

        * platform/efl-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.png: Removed.
        * platform/efl-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:

2013-04-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening.

        Now unskip a few compositing-related tests which are not failing
        anymore.

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

2013-04-09  Suchit Agrawal  <a.suchit@samsung.com>

        Table border doesn't show up
        https://bugs.webkit.org/show_bug.cgi?id=13709

        Reviewed by Antti Koivisto.

        This test file have border width, outline offset, outline width, border
        spacing and column rule width properties test cases.
        * fast/borders/border-width-less-then-a-unit-of-pt-expected.html: Added.
        * fast/borders/border-width-less-then-a-unit-of-pt.html: Added.

        Test case table/mozilla_expected_failures/bug89315.html need to do rebaseline
        in efl, gtk and mac.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

        Updated the test result for table/mozilla_expected_failures/bug89315.html
        Border is expected for table in test table/mozilla_expected_failures/bug89315.html
        * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
        * tables/mozilla_expected_failures/bugs/bug89315-expected.txt:

2013-04-09  Seokju Kwon  <seokju.kwon@gmail.com>

        [Qt] Unskip and update inspector tests
        https://bugs.webkit.org/show_bug.cgi?id=114263

        Unreviewed gardening.

        Removed fast/events/autoscroll.html after r147830.
        Unskip inspector/timeline/timeline-animation-frame.html that is now passing.

        * platform/qt/TestExpectations:

2013-04-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] More gardening.

        Unskip some tests which have stopped crashing after r147759,
        147933 and others.

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

2013-04-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening. Unskip some tests that have been passing for a while.

        * platform/efl/TestExpectations:

2013-04-09  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for two a11y tests that regressed with r147719.

2013-04-09  Commit Queue  <rniwa@webkit.org>

        Unreviewed, rolling out r147995.
        http://trac.webkit.org/changeset/147995
        https://bugs.webkit.org/show_bug.cgi?id=114261

        Wrong gardening. (Requested by gyuyoung on #webkit).

        * platform/efl/TestExpectations:

2013-04-09  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Marking a bunch of CSS layout tests as flaky timeouts,
        most likely due to libsoup dependency bump.

2013-04-09  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/js/dom-static-property-for-in-iteration-expected.txt: Added.
        * platform/gtk/fast/js/exception-linenums-in-html-3-expected.png: Removed.
        * platform/gtk/fast/js/missing-style-end-tag-js-expected.png: Removed.
        * platform/gtk/fast/text/international/003-expected.png:
        * platform/gtk/fast/text/international/003-expected.txt:
        * platform/gtk/fast/text/international/text-combine-image-test-expected.png: Added.
        * platform/gtk/fast/text/international/text-combine-image-test-expected.txt:

2013-04-09  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed, gardening.

        fast/dom/shadow/selections-in-shadow.html is passed on EFL layout test now.

        * platform/efl/TestExpectations:

2013-04-09  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION: Autocorrection doesn't work in DumpRenderTree
        https://bugs.webkit.org/show_bug.cgi?id=113846

        Reviewed by Alexey Proskuryakov.

        Removed failing expectations from tests that require "mesage" to be corrected to "message".

        Also modified to dynamically assert the marker positions so that we may catch regressions
        without pixel results (we still dump pixel results via dumpAsText(true) for sanity check).

        * platform/mac/TestExpectations:
        * platform/mac/editing/spelling/autocorrection-contraction-expected.png:
        * platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
        * platform/mac/editing/spelling/click-autocorrected-word-expected.png:
        * platform/mac/editing/spelling/click-autocorrected-word-expected.txt:
        * platform/mac/editing/spelling/click-autocorrected-word.html:
        * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png:
        * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.txt:
        * platform/mac/editing/spelling/delete-into-autocorrected-word.html:
        * platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.png:
        * platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.txt:
        * platform/mac/editing/spelling/forward-delete-into-autocorrected-word.html:
        * platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.png:
        * platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.txt:
        * platform/mac/editing/spelling/move-cursor-to-autocorrected-word.html:
        * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png:
        * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt:
        * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word.html:
        * platform/mac-wk2/TestExpectations:

2013-04-08  Mihai Maerean  <mmaerean@adobe.com>

        Rollout r147756: performance regression
        https://bugs.webkit.org/show_bug.cgi?id=114176

        Reviewed by Alexis Menard.

        * fast/regions/flow-body-in-html-expected.txt: Removed.
        * fast/regions/flow-body-in-html.html: Removed.
        * fast/regions/region-content-flown-into-region-expected.html: Removed.
        * fast/regions/region-content-flown-into-region.html: Removed.
        * fast/regions/universal-selector-children-to-the-same-region-expected.txt: Removed.
        * fast/regions/universal-selector-children-to-the-same-region.html: Removed.

2013-04-08  Benjamin Poulain  <benjamin@webkit.org>

        Remove HTML Notification
        https://bugs.webkit.org/show_bug.cgi?id=114231

        Reviewed by Ryosuke Niwa.

        * fast/notifications/notifications-with-permission-expected.txt:
        * fast/notifications/notifications-with-permission.html:

2013-04-08  Benjamin Poulain  <bpoulain@apple.com>

        [Mac][WebKit2] destroy-during-async-npp-new.html does not crash anymore

        * platform/mac-wk2/TestExpectations:
        The test destroy-during-async-npp-new.html has not crashed in a long time. Re-enable
        it to see how the bots like it.

2013-04-08  Benjamin Poulain  <bpoulain@apple.com>

        [Mac] Fix test expectations for ietestcenter/css3/grid/grid-items-003.htm

        Unreviewed.

        * platform/mac-wk2/TestExpectations: The test pass on WebKit2 Mountain Lion Release builds.
        * platform/mac/TestExpectations: The test is flaky on Mountain Lion Release builds.

2013-04-08  Benjamin Poulain  <bpoulain@apple.com>

        [Mac][WebKit2] fast/css/sticky/sticky-top-zoomed.html is flaky on Mountain Lion

        Unreviewed.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
        The test is flaky on MountainLion for WebKit1 and WebKit2. It fails systematically
        in Debug or on older OS X.

2013-04-08  Steve Block  <steveblock@chromium.org>

        Tests for exceptions of type DOMException.TYPE_ERR in encrypted-media-syntax.html are broken
        https://bugs.webkit.org/show_bug.cgi?id=113119

        Renames testException() to testDOMException() and tweaks the check.
        Also adds a new testException() helper for checking non-DOM exceptions.

        Reviewed by Darin Adler.

        * media/encrypted-media/encrypted-media-not-loaded.html:
        * media/encrypted-media/encrypted-media-syntax-expected.txt:
        * media/encrypted-media/encrypted-media-syntax.html:
        * media/encrypted-media/encrypted-media-v2-syntax.html:
        * media/media-fullscreen.js:
        (buttonClickHandler):
        (canplaythrough):
        * media/track/track-add-remove-cue.html:
        * media/track/track-addtrack-kind.html:
        * media/track/track-cue-mutable.html:
        * media/video-buffered.html:
        * media/video-play-require-user-gesture.html:
        * media/video-seek-no-src-exception.html:
        * media/video-seekable.html:
        * media/video-test.js:
        (testDOMException):
        * media/video-volume.html:

2013-04-08  Brady Eidson  <beidson@apple.com>

        Skip async plugin test while fixing the failure.
        https://bugs.webkit.org/show_bug.cgi?id=114217

        * platform/mac-wk2/TestExpectations:

2013-04-08  Filip Pizlo  <fpizlo@apple.com>

        DFG should be able to inline string equality comparisons
        https://bugs.webkit.org/show_bug.cgi?id=114224

        Reviewed by Oliver Hunt.

        * fast/js/regress/script-tests/string-equality.js: Added.
        (foo):
        * fast/js/regress/string-equality-expected.txt: Added.
        * fast/js/regress/string-equality.html: Added.

2013-04-08  Benjamin Poulain  <bpoulain@apple.com>

        [Mac][WebKit2] The test images-enabled-unset-can-block-image-and-can-reload-in-place.html passes

        Unreviewed.

        * platform/mac-wk2/TestExpectations:
        This test have been passing reliably for many revisions and pass locally.

2013-04-08  Benjamin Poulain  <bpoulain@apple.com>

        Update the Mac WebKit2 TestExpectations for http/tests/canvas/canvas-slow-font-loading.html

        * platform/mac-wk2/TestExpectations: The test is flaky in release. Mark it as such.

2013-04-08  Arunprasad Rajkumar  <arunprasadr@nds.com>

        Call Netscape Plugin's toString() and valueOf() instead of providing default implementation
        https://bugs.webkit.org/show_bug.cgi?id=113139

        Reviewed by Anders Carlsson.

        * platform/qt-mac/TestExpectations:
        * platform/wk2/TestExpectations:
        * plugins/npruntime/tostring-expected.txt: Added.
        * plugins/npruntime/tostring.html: Added.
        * plugins/npruntime/valueof-expected.txt: Added.
        * plugins/npruntime/valueof.html: Added.

2013-04-08  Tim Horton  <timothy_horton@apple.com>

        REGRESSION (r138858): Crash in WebCore::FrameLoader::~FrameLoader() when opening page in a background tab
        https://bugs.webkit.org/show_bug.cgi?id=109935
        <rdar://problem/13225963>

        Reviewed by Brady Eidson.

        Adjust a test which depended on slow-redirects going
        into the page cache (which will no longer happen)
        to instead click on a link.

        * fast/history/timed-refresh-in-cached-frame.html:

2013-04-08  Jer Noble  <jer.noble@apple.com>

        Unreviewed gardening. Remove expected results added by r147824.

        * platform/mac-future/accessibility/press-action-is-first-expected.txt: Removed.

2013-04-08  Andrei Bucur  <abucur@adobe.com>

        Simplify ContainerNode::removeChildren
        https://bugs.webkit.org/show_bug.cgi?id=113517

        Reviewed by Darin Adler.

        The patch is based on the work made by Elliott Sprehn. He kindly agreed
        for me to finalize the last bits and pieces of the fix.

        Remove containerNode.html test since it was checking for an infinite
        loop when adding DOM nodes inside a DOMNodeRemoved mutation event
        handler, but we actually do want to allow an infinite loop here for
        correctness and compatability with other browsers.

        Also added mutation-during-innerHTML which checks that all nodes
        are notified of being removed even if they were added during the
        DOMNodeRemoved notification.

        There's a new test range-remove-children-event that verifies the
        ranges modified inside a mutation event handler remain consistent.

        * fast/dom/MutationObserver/added-out-of-order-expected.txt:
        * fast/dom/MutationObserver/added-out-of-order.html:
        * fast/dom/Range/range-remove-children-event-expected.txt: Added.
        * fast/dom/Range/range-remove-children-event.html: Added.
        * fast/dom/containerNode-expected.txt: Removed.
        * fast/dom/containerNode.html: Removed.
        * fast/events/mutation-during-innerHTML-expected.txt: Added.
        * fast/events/mutation-during-innerHTML.html: Added.

2013-04-08  Robert Hogan  <robert@webkit.org>

        Unreviewed, rolling out r147850.
        http://trac.webkit.org/changeset/147850
        https://bugs.webkit.org/show_bug.cgi?id=113706

        Changeset crossed paths with 147505, which is the same fix.

        * fast/inline/inline-with-empty-inline-children-expected.txt:
        * fast/inline/inline-with-empty-inline-children.html:

2013-04-08  Max Vujovic  <mvujovic@adobe.com>

        REGRESSION (r147502): Animations of CA filters broken
        https://bugs.webkit.org/show_bug.cgi?id=114067

        Reviewed by Dean Jackson.

        Revert r147502 [1] because it broke CA filter animations.
        
        [1]: http://trac.webkit.org/changeset/147502

        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
        * css3/filters/composited-layer-bounds-after-sw-blur-animation-expected.txt: Removed.
        * css3/filters/composited-layer-bounds-after-sw-blur-animation.html: Removed.
        * css3/filters/composited-layer-bounds-with-composited-blur-expected.txt: Removed.
        * css3/filters/composited-layer-bounds-with-composited-blur.html: Removed.
        * css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt: Removed.
        * css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change.html: Removed.
        * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow-expected.txt: Removed.
        * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow.html: Removed.
        * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow-expected.txt: Removed.
        * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow.html: Removed.
        * css3/filters/filter-change-repaint-composited-expected.png:
        * css3/filters/filter-change-repaint-composited.html:
        * platform/qt/TestExpectations:

2013-04-08  Filip Pizlo  <fpizlo@apple.com>

        REGRESSION(r146669): Assertion hit in JSC::DFG::SpeculativeJIT::fillSpeculateCell() running webgl tests
        https://bugs.webkit.org/show_bug.cgi?id=114129 and https://bugs.webkit.org/show_bug.cgi?id=90649
        <rdar://problem/13594898> and <rdar://problem/11815727>

        Reviewed by Darin Adler.
        
        Unskip these tests because they give us DFG coverage and they are now passing.

        * platform/mac/TestExpectations:

2013-04-08  Yi Shen  <max.hong.shen@gmail.com>

        Counter still gets incremented when counter-increment is set to none
        https://bugs.webkit.org/show_bug.cgi?id=84985

        Reviewed by Darin Adler.

        When the counter-increment is set to none, no counters are incremented.

        * fast/css/counters/counter-increment-tests-expected.txt: Added new test cases.
        * fast/css/counters/counter-increment-tests.htm: Added new test cases.

2013-04-08  Douglas Stockwell  <dstockwell@chromium.org>

        Crash in WebCore::ElementRuleCollector::collectMatchingRulesForList
        https://bugs.webkit.org/show_bug.cgi?id=113458

        Reviewed by Darin Adler.

        * fast/css/style-element-invalidation-crash-expected.txt: Added.
        * fast/css/style-element-invalidation-crash.html: Added.
        * fast/css/stylesheet.innerHTML-calls-didmutate.html: Removed.
        * fast/css/stylesheet.innerHTML-calls-didmutate-expected.txt: Removed.

2013-04-08  Antoine Quint  <graouts@apple.com>

        Stop skipping first part of test in LayoutTests/media/track/opera/interfaces/TextTrack/cues.html
        https://bugs.webkit.org/show_bug.cgi?id=104255

        Updated test to match the one hosted by W3C which has corrected the reported error.

        Reviewed by Eric Carlson.

        * media/track/opera/interfaces/TextTrack/cues-expected.txt:
        * media/track/opera/interfaces/TextTrack/cues.html:

2013-04-08  Youenn Fablet  <youennf@gmail.com>

        [GTK][EFL] HEAD requests changed to GET after 303 redirection
        https://bugs.webkit.org/show_bug.cgi?id=110127

        Reviewed by Martin Robinson.

        Added tests checking HEAD redirection.
        Redirected HEAD requests are expected to remain HEAD requests.
        (http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-21#section-7.4)

        * http/tests/xmlhttprequest/head-redirection-expected.txt: Added.
        * http/tests/xmlhttprequest/head-redirection.html: Added.
        * http/tests/xmlhttprequest/resources/get_method.php: Added.
        * http/tests/xmlhttprequest/resources/redirect_methods.php: Added.
        * platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt: Added.

2013-04-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Marked a few tests as failing.

        * platform/efl/TestExpectations:

2013-04-08  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk1/fast/loader/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Added after r147829.
        * platform/qt/TestExpectations:

2013-04-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark fast/forms/select/popup-closes-on-blur.html as failing for EFL port.

        * platform/efl/TestExpectations:

2013-04-08  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] Move some inspector tests to efl-wk1/TestExpectation
        https://bugs.webkit.org/show_bug.cgi?id=114147

        Unreviewed EFL gardening.

        Some inspector tests fail on only EFL-WK1 since it does not support plugins yet.

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

2013-04-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed gardening.

        Skip fast/harness/use-page-cache.html for WK2 as WKTR does not support
        overriding WebKitUsesPageCachePreferenceKey yet.

        * platform/wk2/TestExpectations:

2013-04-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark new accessibility test introduced in r147801 as failing for EFL.

        * platform/efl/TestExpectations:

2013-04-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark several ref tests as failure for EFL port.

        * platform/efl/TestExpectations:

2013-04-08  Benjamin Poulain  <benjamin@webkit.org>

        Regression(r147893) Caused several editing tests to fail
        https://bugs.webkit.org/show_bug.cgi?id=114143

        Unreviewed.

        * editing/deleting/delete-ligature-003-expected.txt:
        * editing/deleting/delete-ligature-003.html:
        * editing/selection/context-menu-text-selection-expected.txt:
        * editing/selection/context-menu-text-selection.html:

2013-04-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Regression(r147893) Caused several editing tests to fail
        https://bugs.webkit.org/show_bug.cgi?id=114143

        Reviewed by Benjamin Poulain.

        r147893 removed some Android code from WebCore but failed to update the
        layout tests accordingly. This patch remove Android-specific tests from
        several editing layout tests.

        * editing/deleting/paragraph-in-preserveNewline-expected.txt:
        * editing/deleting/paragraph-in-preserveNewline.html:
        * editing/deleting/whitespace-pre-1-expected.txt:
        * editing/deleting/whitespace-pre-1.html:
        * editing/execCommand/script-tests/toggle-compound-styles.js:
        * editing/execCommand/toggle-compound-styles-expected.txt:
        * editing/selection/5354455-1-expected.txt:
        * editing/selection/5354455-1.html:
        * editing/selection/click-in-margins-inside-editable-div-expected.txt:
        * editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt:
        * editing/selection/extend-after-mouse-selection-expected.txt:
        * editing/selection/extend-after-mouse-selection.html:
        * editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt:
        * editing/selection/programmatic-selection-on-mac-is-directionless.html:
        * editing/selection/script-tests/click-in-margins-inside-editable-div.js:
        * editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js:
        * editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt:
        * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:

2013-04-07  Benjamin Poulain  <benjamin@webkit.org>

        Remove the android part of editing/selection/rtl-move-selection-right-left.html
        https://bugs.webkit.org/show_bug.cgi?id=114137

        Reviewed by Anders Carlsson.

        * editing/selection/rtl-move-selection-right-left-expected.txt:
        * editing/selection/rtl-move-selection-right-left.html:

2013-04-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Marked another webaudio test as flaky.

        * platform/efl/TestExpectations:

2013-04-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed gardening.

        Rebaseline several test cases that have line number information after r147872.

        * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt:
        * http/tests/security/window-onerror-exception-in-iframe-expected.txt:
        * inspector/console/alert-toString-exception-expected.txt:
        * storage/indexeddb/exception-in-event-aborts-expected.txt:
        * storage/websql/sql-error-codes-expected.txt:
        * storage/websql/statement-error-callback-expected.txt:
        * storage/websql/transaction-callback-exception-crash-expected.txt:

2013-04-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Skip a few test failing due to missing Quota API support.

        * platform/efl/TestExpectations:

2013-04-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark a few tests as crashing on EFL port.

        * platform/efl/TestExpectations:

2013-04-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Generate missing baselines.

        * platform/efl/editing/pasteboard/paste-text-004-expected.png: Added.
        * platform/efl/svg/filters/feDropShadow-zero-deviation-expected.png: Added.
        * platform/efl/svg/filters/feDropShadow-zero-deviation-expected.txt: Added.
        * platform/efl/svg/filters/feGaussianBlur-zero-deviation-expected.png: Added.
        * platform/efl/svg/filters/feGaussianBlur-zero-deviation-expected.txt: Added.

2013-04-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Rebaseline several test cases.

        * platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/efl/fast/forms/datalist/input-list-expected.txt:
        * platform/efl/fast/forms/search-display-none-cancel-button-expected.png:
        * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
        * platform/efl/fast/js/dom-static-property-for-in-iteration-expected.txt: Added.
        * platform/efl/fast/js/global-constructors-expected.txt:
        * platform/efl/http/tests/inspector/console-websocket-error-expected.txt:

2013-04-07  Oliver Hunt  <oliver@apple.com>

        Inspector should display information about non-object exceptions
        https://bugs.webkit.org/show_bug.cgi?id=114123

        Reviewed by Adele Peterson.

        All these tests throw primitives as exceptions, and now they have source
        and line number information

        * fast/dom/exception-getting-event-handler-expected.txt:
        * fast/dom/javascript-url-exception-isolation-expected.txt:
        * fast/dom/nested-script-exceptions-expected.txt:
        * fast/events/onerror-no-constructor-expected.txt:
        * fast/events/window-onerror13-expected.txt:
        * fast/events/window-onerror16-expected.txt:
        * fast/events/window-onerror2-expected.txt:
        * fast/events/window-onerror8-expected.txt:
        * fast/js/uncaught-exception-line-number-expected.txt:
        * fast/sub-pixel/inline-block-with-padding-expected.txt:
        * platform/mac/fast/AppleScript/001-expected.txt:

2013-04-07  Robert Hogan  <robert@webkit.org>

        table element may get larger when its contents are recreated
        https://bugs.webkit.org/show_bug.cgi?id=111342

        Reviewed by Darin Adler.

        * fast/table/anonymous-table-section-removed-expected.txt: Added.
        * fast/table/anonymous-table-section-removed.html: Added.

2013-04-06  Timothy Hatcher  <timothy@apple.com>

        Remove InjectedScriptHost.evaluateReturnsEvalFunction.

        https://webkit.org/b/114099

        Reviewed by Joseph Pecoraro.

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

2013-04-06  Robert Hogan  <robert@webkit.org>

        REGRESSION(r142152): Text wraps in menu
        https://bugs.webkit.org/show_bug.cgi?id=113706

        Reviewed by David Hyatt.

        * fast/inline/inline-with-empty-inline-children-expected.txt:
        * fast/inline/inline-with-empty-inline-children.html:

2013-04-05  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Add support for the simple case of shape-margin polygonal shape-outside
        https://bugs.webkit.org/show_bug.cgi?id=113726

        Reviewed by Dirk Schulze.

        Verify that shape-outside layout works correctly on floats, when shape-margin is specifed.

        * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-left-margin-polygon-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-left-margin-polygon.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-right-margin-polygon-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-right-margin-polygon.html: Added.

2013-04-05  Benjamin Poulain  <bpoulain@apple.com>

        Modernize fast/events/autoscroll.html
        https://bugs.webkit.org/show_bug.cgi?id=112508

        Reviewed by Jer Noble.

        The test fast/events/autoscroll.html was introduced in
        https://bugs.webkit.org/show_bug.cgi?id=12331 (r19102) to verify the page
        does not scroll when the text is selected.

        It seems reasonable to test the use case with a text dump instead of a pixel test.
        This should reduces the maintenance needed to keep the test useful.

        * fast/events/autoscroll.html: Removed.
        * fast/events/no-scroll-on-input-text-selection-expected.txt: Added.
        * fast/events/no-scroll-on-input-text-selection.html: Added.
        * platform/efl/fast/events/autoscroll-expected.png: Removed.
        * platform/efl/fast/events/autoscroll-expected.txt: Removed.
        * platform/gtk/fast/events/autoscroll-expected.png: Removed.
        * platform/gtk/fast/events/autoscroll-expected.txt: Removed.
        * platform/mac-wk2/TestExpectations:
        * platform/mac/fast/events/autoscroll-expected.png: Removed.
        * platform/mac/fast/events/autoscroll-expected.txt: Removed.

2013-04-05  Andy Estes  <aestes@apple.com>

        Returning NULL from willSendRequest should cancel a load from the memory cache
        https://bugs.webkit.org/show_bug.cgi?id=114075

        Reviewed by Darin Adler.

        * fast/loader/resources/cached-image.html: Added.
        * fast/loader/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Added.
        * fast/loader/willsendrequest-returns-null-for-memory-cache-load.html: Added.
        * platform/wk2/TestExpectations: Expect the test to fail in WKTR due to <http://webkit.org/b/114074>.

2013-04-05  Chris Fleizach  <cfleizach@apple.com>

        AX: VoiceOver can't press on items
        https://bugs.webkit.org/show_bug.cgi?id=114071

        Reviewed by Tim Horton.

        * platform/mac-future/accessibility: Added.
        * platform/mac-future/accessibility/press-action-is-first-expected.txt: Added.
        * platform/mac/accessibility/press-action-is-first-expected.txt:

2013-04-05  Benjamin Poulain  <bpoulain@apple.com>

        Change css1/basic/comments-expected.html to be a ref-test
        https://bugs.webkit.org/show_bug.cgi?id=113996

        Reviewed by Jer Noble.

        The test css1/basic/comments.html verifies the handling
        of comments inside a CSS declaration.

        The test is changed to a ref-test by simply defining the style
        directly on each element on the reference.

        * css1/basic/comments-expected.html: Added.
        * platform/efl/css1/basic/comments-expected.png: Removed.
        * platform/efl/css1/basic/comments-expected.txt: Removed.
        * platform/gtk/css1/basic/comments-expected.txt: Removed.
        * platform/mac/css1/basic/comments-expected.png: Removed.
        * platform/mac/css1/basic/comments-expected.txt: Removed.
        * platform/qt/css1/basic/comments-expected.png: Removed.
        * platform/qt/css1/basic/comments-expected.txt: Removed.

2013-04-05  Mark Hahnenberg  <mhahnenberg@apple.com>

        tryCacheGetByID sets StructureStubInfo accessType to an incorrect value
        https://bugs.webkit.org/show_bug.cgi?id=114068

        Reviewed by Geoffrey Garen.

        In the case where we have a non-Value cacheable property, we set the StructureStubInfo accessType to 
        get_by_id_self, but then we don't patch self and instead patch in a get_by_id_self_fail. This leads to 
        incorrect profiling data so when the DFG compiles the function, it uses a GetByOffset rather than a GetById, 
        which leads to loading a GetterSetter directly out of an object.

        * fast/js/jit-set-profiling-access-type-only-for-get-by-id-self-expected.txt: Added.
        * fast/js/jit-set-profiling-access-type-only-for-get-by-id-self.html: Added.
        * fast/js/script-tests/jit-set-profiling-access-type-only-for-get-by-id-self.js: Added.

2013-04-05  Chris Fleizach  <cfleizach@apple.com>

        AX: Make SVG Group containers accessible elements
        https://bugs.webkit.org/show_bug.cgi?id=113939

        Reviewed by Simon Fraser.

        * accessibility/svg-group-element-with-title-expected.txt: Added.
        * accessibility/svg-group-element-with-title.html: Added.
        * platform/iphone-simulator/accessibility/svg-group-element-with-title-expected.txt: Added.
        * platform/iphone-simulator/accessibility/svg-group-element-with-title.html: Added.

2013-04-05  Chris Fleizach  <cfleizach@apple.com>

        WebSpeech: event.elapsedTime is always 1364484608
        https://bugs.webkit.org/show_bug.cgi?id=114045

        Reviewed by Tim Horton.

        * platform/mac/fast/speechsynthesis/speech-synthesis-elapsed-time-expected.txt: Added.
        * platform/mac/fast/speechsynthesis/speech-synthesis-elapsed-time.html: Added.

2013-04-05  Chris Fleizach  <cfleizach@apple.com>

        WebSpeech: crash at WebCore::SpeechSynthesis::speak
        https://bugs.webkit.org/show_bug.cgi?id=113937

        Reviewed by Tim Horton.

        * platform/mac/fast/speechsynthesis/speech-synthesis-crash-on-bad-utterance-expected.txt: Added.
        * platform/mac/fast/speechsynthesis/speech-synthesis-crash-on-bad-utterance.html: Added.

2013-04-05  Rijubrata Bhaumik  <rijubrata.bhaumik@intel.com>

        [EFL] Enable indexed database
        https://bugs.webkit.org/show_bug.cgi?id=107248

        Reviewed by Alexis Menard.

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

2013-04-05  Bem Jones-Bey  <bjonesbe@adobe.com>

        [regression] Security: Heap-use-after-free in WebCore::RenderBlock::logicalRightOffsetForLine
        https://bugs.webkit.org/show_bug.cgi?id=111594

        Reviewed by David Hyatt.

        Add test to verify that the use-after-free is fixed. Note that it will
        only crash when run under a memory checking tool like ASAN.

        * fast/ruby/float-object-doesnt-crash-expected.txt: Added.
        * fast/ruby/float-object-doesnt-crash.html: Added.

2013-04-05  Bear Travis  <betravis@adobe.com>

        [css exclusions] Dynamically removing shape-inside should cause relayout of child blocks' inline content
        https://bugs.webkit.org/show_bug.cgi?id=111029

        Reviewed by David Hyatt.

        Test that removed shape-insides correctly cause relayout in their blocks'
        inline content.

        * fast/exclusions/shape-inside/shape-inside-dynamic-nested-expected.html:
        * fast/exclusions/shape-inside/shape-inside-dynamic-nested.html:

2013-04-05  Mihai Maerean  <mmaerean@adobe.com>

        [CSS Regions] Elements in a region should be assignable to a named flow
        https://bugs.webkit.org/show_bug.cgi?id=74144

        Reviewed by David Hyatt.

        * fast/regions/flow-body-in-html-expected.txt: Added.
        * fast/regions/flow-body-in-html.html: Added. To test the duplicate bug #103685.
        * fast/regions/region-content-flown-into-region-expected.html: Added.
        * fast/regions/region-content-flown-into-region.html: Added.
        * fast/regions/universal-selector-children-to-the-same-region-expected.txt: Added.
        * fast/regions/universal-selector-children-to-the-same-region.html: Added. To test the duplicate bug #103685.

2013-04-05  Aivo Paas  <aivopaas@gmail.com>

        Updating mouse cursor on style changes without emitting fake mousemove event
        https://bugs.webkit.org/show_bug.cgi?id=101857
        Changing CSS cursor should work no matter is mouse button is pressed or not
        https://bugs.webkit.org/show_bug.cgi?id=53341

        Reviewed by Allan Sandfeld Jensen.

        Added tests for changing cursor on mousemove, mousedown, mouseup and mousemove
        while mouse button being held down. Also added test to verify that a mousemove
        event is not fired for changing cursor when mouse is not moving.

        * fast/events/mouse-cursor-change-expected.txt: Added.
        * fast/events/mouse-cursor-change.html: Added.
        * fast/events/mouse-cursor-no-mousemove-expected.txt: Added.
        * fast/events/mouse-cursor-no-mousemove.html: Added.
        * platform/mac/TestExpectations:

2013-04-05  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Removing a couple of expectations for tests that are now passing.

2013-04-05  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] New baseline for accessibility/aria-option-role.html
        https://bugs.webkit.org/show_bug.cgi?id=114006

        Unreviewed, EFL gardening.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/accessibility/aria-option-role-expected.txt: Added.

2013-04-04  Benjamin Poulain  <bpoulain@apple.com>

        Change class_as_selector-expected.html to be a ref-test
        https://bugs.webkit.org/show_bug.cgi?id=113970

        Reviewed by Geoffrey Garen.

        The test checks style can be applied to text with a CSS class.
        The reference is done by applying a style attribute directly
        on each element.

        * css1/basic/class_as_selector-expected.html: Added.
        * platform/efl/css1/basic/class_as_selector-expected.png: Removed.
        * platform/efl/css1/basic/class_as_selector-expected.txt: Removed.
        * platform/gtk/css1/basic/class_as_selector-expected.txt: Removed.
        * platform/mac/css1/basic/class_as_selector-expected.png: Removed.
        * platform/mac/css1/basic/class_as_selector-expected.txt: Removed.
        * platform/qt/css1/basic/class_as_selector-expected.png: Removed.
        * platform/qt/css1/basic/class_as_selector-expected.txt: Removed.

2013-04-04  Benjamin Poulain  <bpoulain@apple.com>

        Unskip 3 backface-visibility tests on OS X

        * platform/mac/TestExpectations:
        The 3 pixel tests pass on WebKit1 and WebKit2.

2013-04-04  Simon Fraser  <simon.fraser@apple.com>

        Page content missing when flipping from an empty layer to a tiled layer
        https://bugs.webkit.org/show_bug.cgi?id=113977
        <rdar://problem/13444219>

        Reviewed by Tim Horton.
        
        Ref test that adds visible content to a larger layer.

        * compositing/tiling/empty-to-tiled-expected.html: Added.
        * compositing/tiling/empty-to-tiled.html: Added.

2013-04-04  Eric Carlson  <eric.carlson@apple.com>

        Unreviewed, fix a test and some results missed in r147675

        * media/media-captions-expected.txt:
        * media/video-controls-captions-trackmenu-localized.html:
        * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:

2013-04-04  Dave Michael  <dmichael@chromium.org>

        Make fast/events/tabindex-focus-blur-all.html disallow Java so the test runs the same regardless of platform/port
        https://bugs.webkit.org/show_bug.cgi?id=113950

        Reviewed by Jer Noble.

        This hopefully fixes the test failure seen on Apple Mountain Lion WK2:
        http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r147640%20(7636)/results.html
        that was introduced in https://bugs.webkit.org/show_bug.cgi?id=32292

        * fast/events/resources/tabindex-focus-blur-all.js: Make the test disallow Java execution. Otherwise, <applet> is focusible on platforms that support Java by default and not focusible elsewhere.

2013-04-04  Eric Carlson  <eric.carlson@apple.com>

        [Mac] add "automatic" text track menu item
        https://bugs.webkit.org/show_bug.cgi?id=113822

        Reviewed by Jer Noble.

        * media/media-captions.html: Opportunistic fix - don't look at state until we get the 'canplaythrough'
            event because the media engine state may not have been processed until that time.
        * media/track/track-cue-container-rendering-position.html: Don't assume that a cue has been 
            rendered immediately when the 'canplaythrough' event comes through.
        * media/track/track-cue-rendering-mode-changed.html: Ditto.
        * media/track/track-in-band-expected.txt: Don't check if cues have loaded, it doesn't matter
            for this test.
        * media/track/track-in-band.html: Ditto.
        * media/track/track-user-preferences-expected.txt: Changed name of utility function from 
            menuIndexForLanguage to indexOfMenuItemBeginningWith.
        * media/track/track-user-preferences.html: Move menuIndexForLanguage to trackmenu-test.js and
            change name to indexOfMenuItemBeginningWith. Clarify the message logged when a track loads
            but it should not.
        * media/trackmenu-test.js: Move some functions here from track-user-preferences.html
        (trackMenuList):
        (indexOfMenuItemBeginningWith):
        (selectCaptionMenuItem):
        * media/video-controls-captions-trackmenu-sorted.html: Update for new menu item.
        * media/video-controls-captions-trackmenu.html: Ditto.
        * platform/mac/media/video-controls-captions-trackmenu-expected.txt: Ditto.
        * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: Ditto.

2013-04-04  Glenn Adams  <glenn@skynav.com>

        [EFL] Unreviewed gardening. Rebaseline after r147588. Remove overridden pixel results.

        * platform/efl/fast/text/international/003-expected.png: Removed.
        * platform/efl/fast/text/international/text-combine-image-test-expected.png: Removed.
        * platform/efl/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed.

2013-04-04  Glenn Adams  <glenn@skynav.com>

        [EFL] Unreviewed gardening. Rebaseline after r147588. Update pixel expectations.

        * platform/efl-wk1/fast/text/international/003-expected.png: Added.
        * platform/efl-wk1/fast/text/international/text-combine-image-test-expected.png: Added.
        * platform/efl-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
        * platform/efl-wk2/fast/text/international/003-expected.png: Added.
        * platform/efl-wk2/fast/text/international/text-combine-image-test-expected.png: Added.
        * platform/efl-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.

2013-04-04  Oliver Hunt  <oliver@apple.com>

        Exception stack unwinding doesn't handle inline callframes correctly
        https://bugs.webkit.org/show_bug.cgi?id=113952

        Reviewed by Geoffrey Garen.

        Yay tests!

        * fast/js/js-correct-exception-handler-expected.txt: Added.
        * fast/js/js-correct-exception-handler.html: Added.
        * fast/js/script-tests/js-correct-exception-handler.js: Added.
        (throwEventually):
        (f.g):
        (f):
        (test):

2013-04-04  Glenn Adams  <glenn@skynav.com>

        [EFL] Unreviewed gardening. Rebaseline after r147588.

        * platform/efl-wk1/fast/text/international: Added.
        * platform/efl-wk1/fast/text/international/003-expected.txt: Added.
        * platform/efl-wk1/fast/text/international/text-combine-image-test-expected.txt: Added.
        * platform/efl-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
        * platform/efl-wk2/fast/text/international/003-expected.txt: Added.
        * platform/efl-wk2/fast/text/international/text-combine-image-test-expected.txt: Added.
        * platform/efl-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
        * platform/efl/fast/text/international/003-expected.txt: Removed.
        * platform/efl/fast/text/international/text-combine-image-test-expected.txt: Removed.
        * platform/efl/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Removed.

2013-04-04  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r147662.
        http://trac.webkit.org/changeset/147662
        https://bugs.webkit.org/show_bug.cgi?id=113955

        The change r147662  breaks fast/regions/fixed-pos-elem-in-
        region.html (Requested by benjaminp on #webkit).

        * fast/inline/inline-with-empty-inline-children-expected.txt:
        * fast/inline/inline-with-empty-inline-children.html:

2013-04-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. AppleWin port gardening.

        * platform/win/TestExpectations:

2013-04-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. AppleWin port gardening.

        * platform/win/TestExpectations:
        * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:

2013-04-04  Robert Hogan  <robert@webkit.org>

        REGRESSION(r142152): Text wraps in menu
        https://bugs.webkit.org/show_bug.cgi?id=113706

        Reviewed by David Hyatt.

        * fast/inline/inline-with-empty-inline-children-expected.txt:
        * fast/inline/inline-with-empty-inline-children.html:

2013-04-04  Chris Fleizach  <cfleizach@apple.com>

        AX:File upload button has wrong label
        https://bugs.webkit.org/show_bug.cgi?id=113924

        Reviewed by David Kilzer.

        * platform/iphone-simulator/accessibility/file-upload-button-expected.txt: Added.
        * platform/iphone-simulator/accessibility/file-upload-button.html: Added.

2013-04-04  Emil A Eklund  <eae@chromium.org>

        Change RenderFrameSet::computeEdgeInfo to use m-rows/m_cols directly
        https://bugs.webkit.org/show_bug.cgi?id=113825
        
        Reviewed by Eric Seidel.
        
        Add test for accessing an invalid frame.

        * fast/frames/invalid-frameset-compute-edge-expected.html: Added.
        * fast/frames/invalid-frameset-compute-edge.html: Added.

2013-04-04  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        [Cairo] Fix canvas drawing of SVG-based patterns and remove NativeImageCairo
        https://bugs.webkit.org/show_bug.cgi?id=113929

        Reviewed by Martin Robinson.

        Add EFL / GTK pixels results for svg/canvas/canvas-pattern-svg.html now that
        the test passes for cairo-based ports.

        * platform/efl/svg/canvas/canvas-pattern-svg-expected.png: Added.
        * platform/gtk/svg/canvas/canvas-pattern-svg-expected.png: Added.

2013-04-04  Xidorn Quan  <quanxunzhen@gmail.com>

        REGRESSION (r145870): Can't get insertion point to appear in some input and textareas on wordpress
        https://bugs.webkit.org/show_bug.cgi?id=113591

        Reviewed by Simon Fraser.

        * fast/borders/border-radius-child-expected.txt: Added.
        * fast/borders/border-radius-child.html: Added.

2013-04-04  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Regression(r142765) Broke Custom SVG cursors and SVG canvas drawing for Chromium
        https://bugs.webkit.org/show_bug.cgi?id=113420

        Reviewed by Stephen White.

        Add layout test to check that drawing canvas patterns containing SVG images works.

        * platform/chromium-linux/svg/canvas/canvas-pattern-svg-expected.png: Added.
        * svg/canvas/canvas-pattern-svg-expected.txt: Added.
        * svg/canvas/canvas-pattern-svg.html: Added.

2013-04-04  Seokju Kwon  <seokju.kwon@gmail.com>

        [SOUP] inspector/timeline/timeline-receive-response-event.html fails
        https://bugs.webkit.org/show_bug.cgi?id=113860

        Reviewed by Xan Lopez.

        Copy the results of inspector/timeline/timeline-receive-response-event.html
        to the efl and gtk platform dir.
        Because test files are bigger than buffer size of ResourceHandleSoup.

        * platform/efl/TestExpectations:
        * platform/efl/inspector/timeline/timeline-receive-response-event-expected.txt: Added.
        * platform/gtk/TestExpectations:
        * platform/gtk/inspector/timeline/timeline-receive-response-event-expected.txt: Added.

2013-04-04  Jochen Eisinger  <jochen@chromium.org>

        [EFL][Qt] The layout test fast/loader/url-selected-user-gesture.html is failing.
        https://bugs.webkit.org/show_bug.cgi?id=113930

        Reviewed by Antti Koivisto.

        * fast/loader/url-selected-user-gesture.html:

2013-04-04  Seokju Kwon  <seokju.kwon@gmail.com>

        [Qt] WebSocket errors should be logged to console
        https://bugs.webkit.org/show_bug.cgi?id=113842

        Reviewed by Jocelyn Turcotte.

        * platform/qt/TestExpectations:
        * platform/qt/http/tests/inspector/console-websocket-error-expected.txt: Added.

2013-04-04  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skipped some failing tests.
        * platform/qt/fast/borders/rtl-border-04-expected.png: Updated after r147588.
        * platform/qt/fast/borders/rtl-border-04-expected.txt: Updated after r147588.

2013-04-04  Glenn Adams  <glenn@skynav.com>

        [Mac] Unreviewed gardening. Rebaseline after r147588.

        * platform/mac-lion/fast/text/international/text-combine-image-test-expected.png:
        * platform/mac-lion/fast/text/international/text-combine-image-test-expected.txt:
        * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
        * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/mac-wk2/fast/text: Added.
        * platform/mac-wk2/fast/text/international: Added.
        * platform/mac-wk2/fast/text/international/003-expected.png: Added.
        * platform/mac-wk2/fast/text/international/text-combine-image-test-expected.png: Added.
        * platform/mac-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
        * platform/mac/fast/text/international/003-expected.png:
        * platform/mac/fast/text/international/003-expected.txt:
        * platform/mac/fast/text/international/text-combine-image-test-expected.png: Added.
        * platform/mac/fast/text/international/text-combine-image-test-expected.txt:
        * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:

2013-04-03  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        [EFL] Add a decoration image to search input field
        https://bugs.webkit.org/show_bug.cgi?id=113552

        Reviewed by Laszlo Gombos.

        Rebaseline related to input search field.

        * platform/efl/fast/css/input-search-padding-expected.png:
        * platform/efl/fast/css/input-search-padding-expected.txt:
        * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/efl/fast/css/text-overflow-input-expected.png:
        * platform/efl/fast/css/text-overflow-input-expected.txt:
        * platform/efl/fast/forms/box-shadow-override-expected.png:
        * platform/efl/fast/forms/box-shadow-override-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/input-appearance-height-expected.png:
        * platform/efl/fast/forms/input-appearance-height-expected.txt:
        * platform/efl/fast/forms/placeholder-position-expected.png:
        * platform/efl/fast/forms/placeholder-position-expected.txt:
        * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png:
        * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt:
        * platform/efl/fast/forms/searchfield-heights-expected.png:
        * platform/efl/fast/forms/searchfield-heights-expected.txt:
        * platform/efl/fast/repaint/search-field-cancel-expected.png:
        * platform/efl/fast/repaint/search-field-cancel-expected.txt:
        * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
        * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:

2013-04-03  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed gardening. Below tests aren't related to bug 87619. It just needs to do rebaseline.

        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
        * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
        * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
        * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:

2013-04-03  Kent Tamura  <tkent@chromium.org>

        Input value/placeholder is not redrawn when the input height grows
        https://bugs.webkit.org/show_bug.cgi?id=113845

        Reviewed by Ojan Vafai.

        * fast/forms/text/text-height-grow-expected.html: Added.
        * fast/forms/text/text-height-grow.html: Added.

2013-04-03  Glenn Adams  <glenn@skynav.com>

        [GTK] Unreviewed gardening. Rebaseline after r147588.

        * platform/gtk-wk1/fast/writing-mode: Added.
        * platform/gtk-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.

2013-04-03  Glenn Adams  <glenn@skynav.com>

        [Chromium] Unreviewed gardening. Rebaseline after r147588.

        * platform/chromium-mac-lion/fast/text/international/003-expected.png:
        * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.png:
        * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.txt:
        * platform/chromium-mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-mac/fast/text/international/003-expected.png:
        * platform/chromium-mac/fast/text/international/003-expected.txt: Added.
        * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
        * platform/chromium-mac/fast/text/international/text-combine-image-test-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-win/fast/text/international/003-expected.png:
        * platform/chromium-win/fast/text/international/003-expected.txt:
        * platform/chromium-win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/text/international/003-expected.txt: Removed.

2013-04-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed. AppleWin port gardening.

        * platform/win/TestExpectations:
        * platform/win/fast/lists/inlineBoxWrapperNullCheck-expected.txt: Added.

2013-04-03  Dave Michael  <dmichael@chromium.org>

        Unable to focus on embedded plugins such as Flash via javascript focus()
        https://bugs.webkit.org/show_bug.cgi?id=32292

        Reviewed by Ryosuke Niwa.

        Add/update testing to ensure embed, object, and applet tags now support
        focus except when plugin content did not load.

        * fast/events/resources/tabindex-focus-blur-all-frame1.html: Change embed and object
            elements to reference an invalid plugin, to be consistent with applet. These
            element types are not focusable when there is valid plugin content.
        * fast/events/resources/tabindex-focus-blur-all-frame2.html: Same as above.
        * fast/events/resources/tabindex-focus-blur-all-iframe1.html: Same as above.
        * fast/events/resources/tabindex-focus-blur-all-iframe2.html: Same as above.
        * java/focus-expected.txt: Added.
        * java/focus.html: Added.
        * plugins/focus-expected.txt: Added.
        * plugins/focus.html: Added.

2013-04-03  Glenn Adams  <glenn@skynav.com>

        Element boundaries prevent Japanese line break opportunities
        https://bugs.webkit.org/show_bug.cgi?id=105692

        Reviewed by Darin Adler.

        * fast/text/line-break-between-text-nodes-cjk-expected.html: Added.
        * fast/text/line-break-between-text-nodes-cjk.html: Added.
        * fast/text/line-break-between-text-nodes-latin1-expected.html: Added.
        * fast/text/line-break-between-text-nodes-latin1.html: Added.
        * platform/chromium-linux/fast/text/international/003-expected.png: Rebaselined.
        * platform/chromium-linux/fast/text/international/003-expected.txt: Rebaselined.
        * platform/chromium-linux/fast/text/international/text-combine-image-test-expected.png: Rebaselined.
        * platform/chromium-linux/fast/text/international/text-combine-image-test-expected.txt: Added (previously missing).
        * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Rebaselined.
        * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Rebaselined.

2013-04-03  Mark Hahnenberg  <mhahnenberg@apple.com>

        get_by_pname can become confused when iterating over objects with static properties
        https://bugs.webkit.org/show_bug.cgi?id=113831

        Reviewed by Jer Noble.

        Improving the test results to make it more obvious why something failed. Also removed 
        absolute paths from the test.

        * fast/js/dom-static-property-for-in-iteration-expected.txt:
        * fast/js/dom-static-property-for-in-iteration.html:

2013-04-03  David Vest  <davve@opera.com>

        ASSERTION FAILED: resultAnimationElement->m_animatedType
        https://bugs.webkit.org/show_bug.cgi?id=93528

        Reviewed by Philip Rogers.

        * svg/animations/animation-dependency-crash-expected.txt: Added.
        * svg/animations/animation-dependency-crash.html: Added.

2013-04-03  Max Vujovic  <mvujovic@adobe.com>

        Compositing tests failing after http://trac.webkit.org/changeset/147502
        https://bugs.webkit.org/show_bug.cgi?id=113838

        Reviewed by Dean Jackson.

        Add (contentsOpaque 1) to the DRT text output in some expectations files due to bug 70634
        "Mark GraphicsLayers as opaque when possible" [1]. The expectations in the guilty changeset
        weren't updated after bug 70634 landed.

        [1]: https://bugs.webkit.org/show_bug.cgi?id=70634

        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
        * platform/mac/TestExpectations:

2013-04-02  Mark Hahnenberg  <mhahnenberg@apple.com>

        get_by_pname can become confused when iterating over objects with static properties
        https://bugs.webkit.org/show_bug.cgi?id=113831

        Reviewed by Geoffrey Garen.

        get_by_pname doesn't take static properties into account when using a JSPropertyNameIterator to directly 
        access an object's backing store. One way to fix this is to not cache any properties when iterating over 
        objects with static properties. This patch fixes the bug that was originally reported on swisscom.ch.

        * fast/js/dom-static-property-for-in-iteration-expected.txt: Added.
        * fast/js/dom-static-property-for-in-iteration.html: Added.

2013-04-03  Felipe Zimmerle  <felipe@zimmerle.org>

        CSP blocks inline style when cloning a node
        https://bugs.webkit.org/show_bug.cgi?id=112270

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects.html: Added.

2013-04-03  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updated platform specific expected files after r147492.

        * platform/qt/TestExpectations:
        * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.png:
        * platform/qt/fast/dom/HTMLImageElement/image-alt-text-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/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/forms/input-value-expected.png: Added.
        * platform/qt/fast/forms/input-value-expected.txt:
        * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.png:
        * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:

2013-04-03  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>

        Should close select popup when the element loses focus
        https://bugs.webkit.org/show_bug.cgi?id=113220

        Reviewed by Kent Tamura.

        * fast/forms/select/popup-closes-on-blur-expected.txt: Added.
        * fast/forms/select/popup-closes-on-blur.html: Added.
        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:

2013-04-03  Antoine Quint  <graouts@apple.com>

        Web Inspector: crash in WebCore::InspectorLayerTreeAgent::buildObjectForLayer if a layer is created for an anonymous RenderObject (:first-letter)
        https://bugs.webkit.org/show_bug.cgi?id=113768

        Reviewed by Timothy Hatcher.

        * inspector-protocol/layers/layers-anonymous-expected.txt: Added.
        * inspector-protocol/layers/layers-anonymous.html: Added.
        New test for layers created for CSS anonymous boxes or blocks.

        * inspector-protocol/layers/layers-generated-content.html:
        Update test to use the "pseudoElement" property instead of "pseudoClass"
        which was the previous, less accurate name.

2013-04-03  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaselining after r147530.

        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:

2013-04-03  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] accessibility/ignore-spacer-elements.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=112001

        Reviewed by Gyuyoung Kim.

        Fixed failing test. The reason of failure is different expectation of childrenCount.

        * accessibility/ignore-spacer-elements.html:
        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:

2013-04-03  Takashi Sakamoto  <tasak@google.com>

        With borders of differing alpha, the corners become squared off
        https://bugs.webkit.org/show_bug.cgi?id=113744

        Reviewed by Simon Fraser.

        * fast/borders/border-left-right-same-bottom-different-color-expected.txt: Added.
        * fast/borders/border-left-right-same-bottom-different-color.html: Added.
        * platform/chromium-linux/fast/borders/border-left-right-same-bottom-different-color-expected.png: Added.

2013-04-03  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updated platform specific expected files.

        * platform/qt/TestExpectations: Skipped failing reftest.
        * platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added after r147502.
        * platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added after r147502.
        * platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added after r147502.
        * platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added after r147502.

2013-04-03  Mike West  <mkwst@chromium.org>

        X-Frame-Options: Blocked frames should not inherit their parent's SecurityOrigin.
        https://bugs.webkit.org/show_bug.cgi?id=112903

        Reviewed by Adam Barth.

        * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny.html:
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:

2013-04-03  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r147409.
        http://trac.webkit.org/changeset/147409
        https://bugs.webkit.org/show_bug.cgi?id=113856

        The baselines should be reverted after r147450. (Requested by
        kadam on #webkit).

        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
        * platform/qt/TestExpectations:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:

2013-04-03  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed. Rebaseline several tests for Chromium that have better output after
        r147492.

        * platform/chromium-linux/editing/selection/select-missing-image-expected.png:
        * platform/chromium-linux/fast/block/float/002-expected.png:
        * platform/chromium-linux/fast/block/float/017-expected.png:
        * platform/chromium-linux/fast/dom/HTMLImageElement/image-alt-text-expected.png:
        * platform/chromium-linux/fast/dom/HTMLInputElement/input-image-alt-text-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/flexbox/023-expected.png:
        * platform/chromium-linux/fast/flexbox/024-expected.png:
        * platform/chromium-linux/fast/forms/input-value-expected.png:
        * platform/chromium-linux/fast/forms/input-value-expected.txt:
        * platform/chromium-linux/fast/invalid/012-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png:
        * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
        * platform/chromium-mac-lion/fast/block/float/002-expected.png:
        * platform/chromium-mac-lion/fast/block/float/017-expected.png:
        * platform/chromium-mac-lion/fast/dom/HTMLImageElement/image-alt-text-expected.png:
        * platform/chromium-mac-lion/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
        * platform/chromium-mac-lion/fast/encoding/utf-16-big-endian-expected.png:
        * platform/chromium-mac-lion/fast/encoding/utf-16-little-endian-expected.png:
        * platform/chromium-mac-lion/fast/flexbox/023-expected.png:
        * platform/chromium-mac-lion/fast/flexbox/024-expected.png:
        * platform/chromium-mac-lion/fast/forms/005-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-value-expected.png:
        * platform/chromium-mac-lion/fast/invalid/012-expected.png:
        * platform/chromium-mac-lion/fast/parser/comment-in-script-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2997-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/float/002-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/float/017-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLImageElement/image-alt-text-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
        * platform/chromium-mac-snowleopard/fast/encoding/utf-16-big-endian-expected.png:
        * platform/chromium-mac-snowleopard/fast/encoding/utf-16-little-endian-expected.png:
        * platform/chromium-mac-snowleopard/fast/flexbox/023-expected.png:
        * platform/chromium-mac-snowleopard/fast/flexbox/024-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
        * platform/chromium-mac-snowleopard/fast/invalid/012-expected.png:
        * platform/chromium-mac-snowleopard/fast/parser/comment-in-script-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2997-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
        * platform/chromium-mac/fast/block/float/002-expected.png:
        * platform/chromium-mac/fast/block/float/017-expected.png:
        * platform/chromium-mac/fast/dom/HTMLImageElement/image-alt-text-expected.png:
        * platform/chromium-mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt: Renamed from LayoutTests/platform/chromium/fast/dom/HTMLImageElement/image-alt-text-expected.txt.
        * platform/chromium-mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
        * platform/chromium-mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Renamed from LayoutTests/platform/chromium/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt.
        * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.png:
        * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.png:
        * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/chromium-mac/fast/flexbox/023-expected.png:
        * platform/chromium-mac/fast/flexbox/024-expected.png:
        * platform/chromium-mac/fast/forms/005-expected.png:
        * platform/chromium-mac/fast/forms/input-value-expected.png:
        * platform/chromium-mac/fast/forms/input-value-expected.txt:
        * platform/chromium-mac/fast/invalid/012-expected.png:
        * platform/chromium-mac/fast/parser/comment-in-script-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2997-expected.png:
        * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: Renamed from LayoutTests/platform/chromium/tables/mozilla/collapsing_borders/bug41262-3-expected.txt.
        * platform/chromium-win/editing/selection/select-missing-image-expected.png:
        * platform/chromium-win/fast/block/float/002-expected.png:
        * platform/chromium-win/fast/block/float/017-expected.png:
        * platform/chromium-win/fast/dom/HTMLImageElement/image-alt-text-expected.png:
        * platform/chromium-win/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
        * platform/chromium-win/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
        * platform/chromium-win/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
        * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.png:
        * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.png:
        * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/chromium-win/fast/flexbox/023-expected.png:
        * platform/chromium-win/fast/flexbox/024-expected.png:
        * platform/chromium-win/fast/forms/input-value-expected.png:
        * platform/chromium-win/fast/forms/input-value-expected.txt:
        * platform/chromium-win/fast/invalid/012-expected.png:
        * platform/chromium-win/fast/parser/comment-in-script-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug2997-expected.png:
        * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
        * platform/chromium/TestExpectations:

2013-04-03  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed, rebaseline several tests cases for GTK that have better results
        after r147492.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/HTMLImageElement/image-alt-text-expected.png:
        * platform/gtk/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
        * platform/gtk/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
        * platform/gtk/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
        * platform/gtk/fast/encoding/utf-16-big-endian-expected.png:
        * platform/gtk/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/gtk/fast/encoding/utf-16-little-endian-expected.png:
        * platform/gtk/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/gtk/fast/forms/input-value-expected.png:
        * platform/gtk/fast/forms/input-value-expected.txt:
        * platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:

2013-04-02  Jaehun Lim  <ljaehun.lim@samsung.com>

        Update expectations for fast/css3-text/css3-text-indent/text-indent-each-line.html
        https://bugs.webkit.org/show_bug.cgi?id=113848

        Mark as [ Failure ImageOnlyFailure ] for fast/css3-text/css3-text-indent/.

        Unreviewed gardening.

        * platform/mac/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-04-02  James Craig  <james@cookiecrook.com>

        AXRoleDescripton for DL is "list"; should be "description list"
        https://bugs.webkit.org/show_bug.cgi?id=111665

        Reviewed by Chris Fleizach.

        Updating expectation strings for DL role description.

        * platform/mac/accessibility/lists-expected.txt:
        * platform/mac/accessibility/role-subrole-roledescription-expected.txt:
        * platform/mac/accessibility/role-subrole-roledescription.html:

2013-04-02  Jer Noble  <jer.noble@apple.com>

        Unreviewed gardening; rebaseline mac expected results after r147470.

        * platform/mac/css3/filters/effect-reference-composite-expected.png: Added.
        * platform/mac/css3/filters/effect-reference-composite-expected.txt: Added.
        * platform/mac/css3/filters/effect-reference-composite-hw-expected.png: Added.
        * platform/mac/css3/filters/effect-reference-composite-hw-expected.txt: Added.

2013-04-02  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] Unskip and update inspector tests
        https://bugs.webkit.org/show_bug.cgi?id=113840

        Unreviewed gardening.

        * platform/efl/TestExpectations:
        * platform/efl/http/tests/inspector/console-websocket-error-expected.txt: Added.

2013-04-02  Benjamin Poulain  <bpoulain@apple.com>

        Unskip filter-fallback-to-software.html on Mac WK2 Release

        * platform/mac-wk2/TestExpectations:
        The test seems to pass in Release. Let's see how the bots feel about that.

2013-04-02  Jaehun Lim  <ljaehun.lim@samsung.com>

        [css3-text] Rendering -webkit-each-line value for text-indent from css3-text
        https://bugs.webkit.org/show_bug.cgi?id=113259
        
        CSS3 TEXT introduces new value, "each-line" for text-indent.
        Indentation affects the first line of the block container as well as each line
        after a forced line break, but does not affect lines after a soft wrap break.

        Reviewed by Levi Weintraub.

        * fast/css3-text/css3-text-indent/text-indent-each-line-expected.html: Added.
        * fast/css3-text/css3-text-indent/text-indent-each-line.html: Added.
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-04-02  Dean Jackson  <dino@apple.com>

        Compositing tests failing after http://trac.webkit.org/changeset/147502
        https://bugs.webkit.org/show_bug.cgi?id=113838

        Temporarily marking as failing.

        * platform/mac/TestExpectations:

2013-04-02  Emil A Eklund  <eae@chromium.org>

        Padding applied twice for empty generated RenderInlines
        https://bugs.webkit.org/show_bug.cgi?id=113800

        Reviewed by Levi Weintraub.
        
        Add test for empty generated content with padding.

        * fast/css-generated-content/margin-empty-content-expected.html: Added.
        * fast/css-generated-content/margin-empty-content.html: Added.

2013-04-02  Levi Weintraub  <leviw@chromium.org>

        InlineIterator needs to be updated when RenderCombineText shrinks at a line break
        https://bugs.webkit.org/show_bug.cgi?id=113732

        Reviewed by Emil A Eklund.

        * fast/text/international/combine-at-line-break-crash-expected.txt: Added.
        * fast/text/international/combine-at-line-break-crash.html: Added.

2013-04-02  Jochen Eisinger  <jochen@chromium.org>

        Use cross-port testRunner methods in fast/loader/url-selected-user-gesture.html
        https://bugs.webkit.org/show_bug.cgi?id=113827

        Reviewed by Benjamin Poulain.

        * fast/loader/url-selected-user-gesture-expected.txt:
        * fast/loader/url-selected-user-gesture.html:

2013-04-02  Max Vujovic  <mvujovic@adobe.com>

        [CSS Filters] Filter outsets clipped on composited layers when filter is applied after first layout
        https://bugs.webkit.org/show_bug.cgi?id=109098

        Reviewed by Dean Jackson.

        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:

            The above tests needed rebaselining because we're now using smaller layers on Safari.
            We aren't inflating layers for filter outsets since CoreAnimation does it for us
            already.

        * css3/filters/composited-layer-bounds-after-sw-blur-animation-expected.txt: Added.
        * css3/filters/composited-layer-bounds-after-sw-blur-animation.html: Added.
        * css3/filters/composited-layer-bounds-with-composited-blur-expected.txt: Added.
        * css3/filters/composited-layer-bounds-with-composited-blur.html: Added.
        * css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt: Added.
        * css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change.html: Added.
        * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow-expected.txt: Added.
        * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow.html: Added.
        * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow-expected.txt: Added.
        * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow.html: Added.

            The above tests are all new. They mostly test edge cases with filter render mode
            changes, filter outset changes, and composited layer promotion due to overlap.

            Before this patch, composited-layer-bounds-after-sw-blur-animation.html breaks
            visibly on Safari WebKit nightly. The blur filter in the test appears clipped before
            this patch. The other tests render the same before and after this patch, but now their
            layer sizes are smaller.

        * css3/filters/filter-change-repaint-composited-expected.png:
        * css3/filters/filter-change-repaint-composited.html:

            This test has been expanded with two more cases, including the original reproduction of
            this bug. The test needs rebaselining on Chromium Linux and Win.

        * platform/chromium-win/css3/filters/filter-change-repaint-composited-expected.png: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
        * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
        * platform/chromium/css3/filters/composited-layer-bounds-after-sw-blur-animation-expected.txt: Added.
        * platform/chromium/css3/filters/composited-layer-bounds-with-composited-blur-expected.txt: Added.
        * platform/chromium/css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt: Added.
        * platform/chromium/css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow-expected.txt: Added.
        * platform/chromium/css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow-expected.txt: Added.

            We need different expectations for Chromium for the new tests because layer bounds
            include filter outsets on Chromium but not on Safari.

        * platform/chromium/css3/filters/filter-change-repaint-composited-expected.png: Added.
        * platform/qt/TestExpectations:

            Note that we need baselines on Qt for the new and updated tests.

2013-04-02  Benjamin Poulain  <benjamin@webkit.org>

        Unreviewed, rolling out r147423.

        The change r147402 was reverted by r147450.
        The rebaseline introduced by r147423 needs to be reverted.

        * platform/mac-wk2/http/tests/security/XFrameOptions: Removed.
        * platform/mac-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.
        * platform/mac/http/tests/security/XFrameOptions: Removed.
        * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Removed.
        * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Removed.
        * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.

2013-04-02  Nate Chapin  <japhet@chromium.org>

        Unreviewed, chromium gardening.

        * platform/chromium-linux/css3/filters/effect-reference-composite-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-composite-expected.txt: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.txt: Removed.
        * platform/chromium-mac/css3/filters/effect-reference-composite-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-reference-composite-expected.txt: Added.
        * platform/chromium-mac/css3/filters/effect-reference-composite-hw-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-reference-composite-hw-expected.txt: Added.
        * platform/chromium-win/css3/filters/effect-reference-composite-expected.png: Added.
        * platform/chromium-win/css3/filters/effect-reference-composite-expected.txt: Added.
        * platform/chromium-win/css3/filters/effect-reference-composite-hw-expected.png: Added.
        * platform/chromium-win/css3/filters/effect-reference-composite-hw-expected.txt: Added.
        * platform/chromium/TestExpectations:

2013-04-02  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        fast/dom/HTMLImageElement/image-alt-text.html and fast/dom/HTMLInputElement/input-image-alt-text.html are failing
        https://bugs.webkit.org/show_bug.cgi?id=94198

        Reviewed by Darin Adler.

        Rebaseline several test cases that have better result now and add those
        tests to TestExpectations for other ports since they will need a
        rebaseline.

        * platform/chromium/TestExpectations:
        * platform/efl/fast/block/float/002-expected.png:
        * platform/efl/fast/block/float/017-expected.png:
        * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.png:
        * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
        * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
        * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
        * platform/efl/fast/encoding/utf-16-big-endian-expected.png:
        * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/efl/fast/encoding/utf-16-little-endian-expected.png:
        * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/efl/fast/flexbox/023-expected.png:
        * platform/efl/fast/flexbox/024-expected.png:
        * platform/efl/fast/forms/input-value-expected.png:
        * platform/efl/fast/forms/input-value-expected.txt:
        * platform/efl/fast/invalid/012-expected.png:
        * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.png:
        * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
        * platform/efl/fast/parser/comment-in-script-expected.png:
        * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2997-expected.png:
        * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2013-04-02  Benjamin Poulain  <bpoulain@apple.com>

        Rebaseline overflowHidden.html's test results after r147245.

        Unreviewed.

        The patch r147245 (https://bugs.webkit.org/show_bug.cgi?id=106143) updated results for

        Reviewed by Tony Chang.
        Chromium, but not for the other platforms.

        The new results on Mac, EFL and Win match the common reference.

        * platform/efl/fast/table/overflowHidden-expected.txt: Removed.
        * platform/mac/fast/table/overflowHidden-expected.txt: Removed.
        * platform/win-7sp0/fast/table: Removed.
        * platform/win-7sp0/fast/table/overflowHidden-expected.txt: Removed.

2013-04-02  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Remove font-smoothing from fast/regions/region-style-inline-background-color.html
        https://bugs.webkit.org/show_bug.cgi?id=113814

        Reviewed by James Robinson.

        The test uses font smoothing and makes the test fail on Chromium Mountain Lion. This happens
        because of how regions handle overflow and clipping. For now, disable the font smoothing in
        the test.

        * fast/regions/region-style-inline-background-color-expected.html:
        * fast/regions/region-style-inline-background-color.html:

2013-04-02  Philip Rogers  <pdr@google.com>

        Rebaseline svg/as-image/image-respects-pageScaleFactor expectations

        Unreviewed rebaseline of test expectations.

        * platform/chromium-linux/svg/as-image/image-respects-pageScaleFactor-expected.png:
        * platform/chromium-mac-lion/svg/as-image/image-respects-pageScaleFactor-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/image-respects-pageScaleFactor-expected.png:
        * platform/chromium-mac/svg/as-image/image-respects-pageScaleFactor-expected.png:
        * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.png:
        * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.txt:

2013-04-02  Nate Chapin  <japhet@chromium.org>

        Unreviewed, chromium expectations update.

        * platform/chromium/TestExpectations:

2013-04-02  Beth Dakin  <bdakin@apple.com>

        Viewport constrained elements should work properly with headers and footers
        https://bugs.webkit.org/show_bug.cgi?id=113743

        Reviewed by Simon Fraser.

        * platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer-expected.txt: Added.
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer.html: Added.

2013-04-02  Stephen White  <senorblanco@chromium.org>

        [Skia] Enable GPU-accelerated Skia path for FEComposite filter.
        https://bugs.webkit.org/show_bug.cgi?id=113797

        Reviewed by Adrienne Walker.

        * css3/filters/effect-reference-composite-hw.html: Added.
        * css3/filters/effect-reference-composite.html: Added.
        * platform/chromium-linux/css3/filters/effect-reference-composite-expected.png: Added.
        * platform/chromium-linux/css3/filters/effect-reference-composite-expected.txt: Added.
        * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.png: Added.
        * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.txt: Added.

2013-04-02  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: [Timeline] warning markers are not propagated to coalesced records
        https://bugs.webkit.org/show_bug.cgi?id=113789

        Reviewed by Pavel Feldman.

        * inspector/timeline/timeline-coalescing-expected.txt: Added.
        * inspector/timeline/timeline-coalescing.html: Added.

2013-04-02  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: memory instrumentation for external strings is broken
        https://bugs.webkit.org/show_bug.cgi?id=113788

        Test that native memory snapshot contains information about extenral strings.

        Reviewed by Pavel Feldman.

        * inspector/profiler/memory-instrumentation-external-string-expected.txt: Added.
        * inspector/profiler/memory-instrumentation-external-string.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2013-04-02  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: memory instrumentation for external arrays is broken
        https://bugs.webkit.org/show_bug.cgi?id=113790

        Test that JS external resources size includes size of JS external arrays
        created in the inspected page.

        Reviewed by Pavel Feldman.

        * inspector/profiler/memory-instrumentation-external-array-expected.txt: Added.
        * inspector/profiler/memory-instrumentation-external-array.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2013-04-02  Bem Jones-Bey  <bjonesbe@adobe.com>

        [css exclusions] overflow:hidden undoes shape-outside offsets
        https://bugs.webkit.org/show_bug.cgi?id=110349

        Reviewed by Julien Chaffraix.

        Add a test to make sure the float is properly positioned with
        overflow: hidden.

        * fast/exclusions/shape-outside-floats/shape-outside-floats-overflow-hidden-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-overflow-hidden.html: Added.

2013-04-02  Jochen Eisinger  <jochen@chromium.org>

        Check whether popups are allowed before creating a new window
        https://bugs.webkit.org/show_bug.cgi?id=113782

        Reviewed by Adam Barth.

        * fast/loader/url-selected-user-gesture-expected.txt: Added.
        * fast/loader/url-selected-user-gesture.html: Added.

2013-04-02  Jochen Eisinger  <jochen@chromium.org>

        When computing the percentage of the logical height, use the logical top and bottom
        https://bugs.webkit.org/show_bug.cgi?id=113761

        Reviewed by Ojan Vafai.

        * fast/writing-mode/percentage-height-orthogonal-writing-modes-expected.txt:
        * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:

2013-04-02  Nate Chapin  <japhet@chromium.org>

        Unreviewed, rolling out r147402.
        http://trac.webkit.org/changeset/147402
        https://bugs.webkit.org/show_bug.cgi?id=112903

        * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny.html:
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:

2013-04-02  Julien Chaffraix  <jchaffraix@webkit.org>

        webkit fails IETC grid-column-002
        https://bugs.webkit.org/show_bug.cgi?id=83907

        Unreviewed Mac test expectation fix.

        * platform/mac/TestExpectations:
        Removed grid-column-002.htm here too.

2013-04-02  Nate Chapin  <japhet@chromium.org>

        Unreviewed, chromium expectations update.

        * platform/chromium/TestExpectations: Mark svg/as-image/image-respects-pageScaleFactor.html as flaky.

2013-04-02  Adam Klein  <adamk@chromium.org>

        HTML parser should consistently inspect the namespace of elements on the stack of open elements
        https://bugs.webkit.org/show_bug.cgi?id=113723

        Reviewed by Adam Barth.

        * html5lib/generated/run-namespace-sensitivity-data-expected.txt: Added.
        * html5lib/generated/run-namespace-sensitivity-data.html: Added.
        * html5lib/generated/run-namespace-sensitivity-write-expected.txt: Added.
        * html5lib/generated/run-namespace-sensitivity-write.html: Added.
        * html5lib/resources/namespace-sensitivity.dat: Added.

2013-04-02  Andrei Bucur  <abucur@adobe.com>

        [Chromium] Unreviewed.

        Enable fast/regions/region-style-inline-background-color.html on Mountain Lion as it started to pass.

        * platform/chromium/TestExpectations:

2013-04-02  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        New results for effect-reference-hw, due to slight pixel differences from http://src.chromium.org/viewvc/chrome?view=rev&revision=191067

        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium/TestExpectations:

2013-04-02  David Vest  <davve@opera.com>

        Hang when calling setCurrentTime on SVG with cyclic animation dependency chain
        https://bugs.webkit.org/show_bug.cgi?id=113485

        Reviewed by Stephen Chenney.

        * svg/animations/animation-dependency-hang-expected.txt: Added.
        * svg/animations/animation-dependency-hang.html: Added.

2013-04-02  Julien Chaffraix  <jchaffraix@webkit.org>

        webkit fails IETC grid-column-002
        https://bugs.webkit.org/show_bug.cgi?id=83907

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
        * fast/css-grid-layout/grid-item-column-row-get-set.html:
        Extended our testing to cover setting grid-{start|end|before|after} to 0.

        * ietestcenter/css3/grid/grid-column-002.htm:
        * ietestcenter/css3/grid/testRunnerEnableGrid.js: Added.
        Needed to dynamically enable CSS Grid Layout for the test to pass. The file
        hosts the boiler-plate code which will be common to all tests.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:
        Removed grid-column-002.htm from the test expectations.

2013-04-02  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl-wk2/TestExpectations:
        * platform/efl-wk2/fast/repaint/caret-with-transformation-expected.png: Added.
        * platform/efl-wk2/fast/repaint/caret-with-transformation-expected.txt: Added.
        * platform/efl-wk2/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
        * platform/efl-wk2/fast/repaint/moving-shadow-on-path-expected.txt: Removed.
        * platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
        * platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
        * platform/efl-wk2/svg/css/composite-shadow-example-expected.txt: Removed.
        * platform/efl-wk2/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
        * platform/efl/TestExpectations:

2013-04-02  Seokju Kwon  <seokju.kwon@gmail.com>

        Web Inspector: Update test expectation for console-cross-origin-iframe-logging.html
        https://bugs.webkit.org/show_bug.cgi?id=113756

        Reviewed by Pavel Feldman.

        Simplified errors by not including the whole URL after r145692.

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

2013-04-02  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Nested auto-height regions don't layout correctly
        https://bugs.webkit.org/show_bug.cgi?id=111969

        Reviewed by David Hyatt.

        These tests cover various combinations of dependencies between flows and regions with
        or without auto-height.

        * fast/regions/autoheight-mixed-nested-complex-regions-expected.txt: Added.
        * fast/regions/autoheight-mixed-nested-complex-regions.html: Added.
        * fast/regions/autoheight-mixed-nested-regions-expected.txt: Added.
        * fast/regions/autoheight-mixed-nested-regions.html: Added.
        * fast/regions/autoheight-mixed-parallel-regions-expected.txt: Added.
        * fast/regions/autoheight-mixed-parallel-regions.html: Added.
        * fast/regions/autoheight-nested-regions-expected.txt: Added.
        * fast/regions/autoheight-nested-regions.html: Added.

2013-04-02  Dmitry Zvorygin  <zvorygin@chromium.org>

        Web Inspector: add tests for grouped messages filtration in console.
        https://bugs.webkit.org/show_bug.cgi?id=113766

        Added console groups to console filter test. Fixed minor bugs in other tests.

        Reviewed by Pavel Feldman.

        * inspector/console/console-filter-test-expected.txt:
        * inspector/console/console-filter-test.html:
        * inspector/console/console-preserve-log.html:
        * inspector/console/console-tests-expected.txt:
        * inspector/console/console-tests.html:

2013-04-02  Mike West  <mkwst@chromium.org>

        [Mac] Unreviewed gardening.
        https://bugs.webkit.org/show_bug.cgi?id=113775

        Tests need platform-specific rebaselines after r147402. :(

        * platform/mac-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
        * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
        * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
        * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.

2012-03-29  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: display the number of dirty render objects in Layout timeline event
        https://bugs.webkit.org/show_bug.cgi?id=95331

        Reviewed by Pavel Feldman.

        * inspector/timeline/timeline-layout-expected.txt: rebaselined to include new properties;

2013-04-02  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl-wk2/TestExpectations:
        * platform/efl-wk2/compositing/contents-opaque/control-layer-expected.txt: Added.
        * platform/efl-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
        * platform/efl-wk2/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
        * platform/efl-wk2/compositing/rtl/rtl-overflow-scrolling-expected.png: Added.
        * platform/efl-wk2/compositing/rtl/rtl-overflow-scrolling-expected.txt: Added.
        * platform/efl-wk2/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/efl-wk2/css3/flexbox/flexbox-baseline-expected.txt: Added.
        * platform/efl-wk2/editing/pasteboard/copy-paste-content-starting-and-ending-canvas-expected.txt: Added.
        * platform/efl-wk2/editing/pasteboard/pasting-into-p-should-not-nest-p-expected.txt: Added.
        * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt: Removed.
        * platform/efl-wk2/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt: Added.
        * platform/efl-wk2/fast/dom/icon-url-property-expected.txt: Added.
        * platform/efl-wk2/fast/dynamic/002-expected.txt: Added.
        * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
        * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Added.
        * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/efl-wk2/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
        * platform/efl-wk2/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
        * platform/efl-wk2/fast/repaint/moving-shadow-on-container-expected.txt: Added.
        * platform/efl-wk2/fast/repaint/moving-shadow-on-path-expected.txt: Added.
        * platform/efl-wk2/fast/table/overflowHidden-expected.txt: Added.
        * platform/efl-wk2/fast/text/complex-text-opacity-expected.png: Added.
        * platform/efl-wk2/fast/text/complex-text-opacity-expected.txt: Added.
        * platform/efl-wk2/fast/text/international/bidi-layout-across-linebreak-expected.png: Added.
        * platform/efl-wk2/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
        * platform/efl-wk2/fast/transforms/bounding-rect-zoom-expected.txt: Added.
        * platform/efl-wk2/http/tests/inspector/console-resource-errors-expected.txt: Added.
        * platform/efl-wk2/http/tests/security/xssAuditor/link-opens-new-window-expected.txt: Added.
        * platform/efl-wk2/inspector/styles/paste-property-expected.txt: Added.
        * platform/efl-wk2/svg/css/composite-shadow-example-expected.txt: Added.
        * platform/efl-wk2/svg/css/composite-shadow-with-opacity-expected.txt: Added.
        * platform/efl-wk2/tables/mozilla/bugs/bug73321-expected.txt: Added.
        * platform/efl-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.png: Added.
        * platform/efl-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Added.
        * platform/efl-wk2/transforms/2d/hindi-rotated-expected.png: Added.
        * platform/efl-wk2/transforms/2d/hindi-rotated-expected.txt: Added.

2013-04-02  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for two Resource Timing layout tests
        that regressed with r147387.

2013-04-02  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing tests after r147384 and r147388.

        * platform/qt/TestExpectations:
        * platform/qt/fast/table/overflowHidden-expected.txt: Rebaselining after 147374.

2013-04-02  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaselining after r147402.

        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
        * platform/qt/TestExpectations:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:

2013-04-02  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening.

        rebaselined after r147390.

        TestExpectation was deleted wrongly. Let me revert it.

        * platform/chromium/TestExpectations:

2013-04-02  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening.

        rebaselined after r147390.

        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug625-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/td_valign_bottom-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
        * platform/chromium-linux/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
        * platform/chromium-mac-lion/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.

2013-04-02  Seokju Kwon  <seokju.kwon@gmail.com>

        [QT] Cleanup after r139447 and r145374.
        https://bugs.webkit.org/show_bug.cgi?id=113671

        Unreviewed gardening.

        * platform/qt/TestExpectations:

2013-04-02  Seokju Kwon  <seokju.kwon@gmail.com>

        [Qt]REGRESSION?(r63191): http/tests/inspector/resource-har-conversion.html fails
        https://bugs.webkit.org/show_bug.cgi?id=42162

        Reviewed by Csaba Osztrogonác.

        Copy the results of http/tests/inspector/resource-har-conversion.html
        to the qt platform dir.

        * platform/qt/TestExpectations:
        * platform/qt/http/tests/inspector/resource-har-conversion-expected.txt: Added.

2013-04-02  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening.

        rebaselined after r147390.

        * platform/chromium-linux-x86/tables/mozilla/bugs/bug625-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-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/bug15544-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-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/bug15544-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-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/bug15544-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium/TestExpectations:

2013-04-02  Mike West  <mkwst@chromium.org>

        X-Frame-Options: Blocked frames should not inherit their parent's SecurityOrigin.
        https://bugs.webkit.org/show_bug.cgi?id=112903

        Reviewed by Adam Barth.

        * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny.html:
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:

2013-04-02  Shinya Kawanaka  <shinyak@chromium.org> 

        [Chromium] Unreviewed gardening.

        rebaselined after r147390.

        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png.
        * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
        * 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/render-groups-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-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/as-border-image/svg-as-border-image-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/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/render-groups-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png:
        * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/filters/feImage-preserveAspectRatio-all-expected.png:
        * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-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/render-groups-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png:
        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/filters/feImage-preserveAspectRatio-all-expected.png:
        * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:

2013-04-02  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening.

        rebaselined after r147390.

        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-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-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-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/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-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:

2013-04-02  Shinya Kawanaka  <shinyak@chromium.org> 

        [Chromium] Unreviewed gardening.

        rebaselined after r147390.

        * platform/chromium-linux-x86/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Removed.
        * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Removed.
        * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Removed.
        * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Removed.
        * platform/chromium-linux-x86/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
        * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
        * 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/scaled-border-image-expected.png:
        * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
        * platform/chromium-mac-lion/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac-lion/fast/borders/scaled-border-image-expected.png:
        * platform/chromium-mac-lion/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-lion/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/backgroundSize06-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/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/scaled-border-image-expected.png:
        * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-win/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/backgroundSize06-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/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/scaled-border-image-expected.png:
        * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.

2013-04-02  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening.

        rebaselined after r147390.

        * platform/chromium-linux/css3/images/cross-fade-background-size-expected.png: Added.
        * 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-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-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/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/images/cross-fade-background-size-expected.png: Renamed from LayoutTests/platform/chromium/css3/images/cross-fade-background-size-expected.png.

2013-04-01  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Removing duplicated expectations to get rid of linting errors.

2013-04-01  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectation for the svg/repaint/buffered-rendering-static-image.html
        layout test added in r147348, most likely due to disabled subpixel layout on the GTK port.
        * platform/gtk/fast/table/overflowHidden-expected.png: Updating after r147245.
        * platform/gtk/fast/table/overflowHidden-expected.txt: Ditto.

2013-04-01  Chris Evans  <cevans@google.com>

        Crash in Node::enclosingBlockFlowElement()
        https://bugs.webkit.org/show_bug.cgi?id=113712

        Reviewed by Abhishek Arya.

        * editing/execCommand/format-block-at-root-expected.txt: Added.
        * editing/execCommand/format-block-at-root.html: Added.

2013-04-01  James Simonsen  <simonjam@chromium.org>

        [Resource Timing] Expose timing information for iframes
        https://bugs.webkit.org/show_bug.cgi?id=103927

        Reviewed by Nate Chapin.

        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type.html: Fix timeout.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation-expected.txt: Added.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation.html: Added.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types-expected.txt: Remove bad line.
        * platform/chromium/TestExpectations: Unskip tests that relied on iframes.

2013-04-01  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] shape-outside on floats fails to respect shape-margin's vertical extent
        https://bugs.webkit.org/show_bug.cgi?id=113600

        Reviewed by Dirk Schulze.

        Corrected the expected values in the ellipse-margin-left and ellipse-margin-right tests because the
        shape-outside float layout code now (correctly) takes into account the shape's margin boundary.

        * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt:
        * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
        * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt:
        * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:

2013-04-01  Adam Barth  <abarth@webkit.org>

        Assertion failure !m_lastChunkBeforeScript in HTMLDocumentParser during inspector/debugger/pause-in-inline-script.html
        https://bugs.webkit.org/show_bug.cgi?id=112369

        Reviewed by Eric Seidel.

        Unskip test that is now passing.

        * platform/chromium/TestExpectations:

2013-04-01  Michael Pruett  <michael@68k.org>

        [JSC] IndexedDB: Exceptions not thrown for non-cloneable values
        https://bugs.webkit.org/show_bug.cgi?id=113689

        Reviewed by Kentaro Hara.

        * platform/gtk/TestExpectations:

2013-04-01  Shinya Kawanaka  <shinyak@chromium.org> 

        Unreviewed, rolling out r147347.
        http://trac.webkit.org/changeset/147347

        broke Chromium Linux test
        The same reason as the previous rollout.

        * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Added.
        * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
        * 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/scaled-border-image-expected.png:
        * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Removed.
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-lion/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac-lion/fast/borders/scaled-border-image-expected.png:
        * platform/chromium-mac-lion/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-lion/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-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/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/backgroundSize06-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/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/scaled-border-image-expected.png:
        * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-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-win/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/backgroundSize06-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/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/scaled-border-image-expected.png:
        * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Removed.
        * 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/TestExpectations:

2013-04-01  Shinya Kawanaka  <shinyak@chromium.org>

        Unreviewed, rolling out r147351.
        http://trac.webkit.org/changeset/147351

        broke Chromium Linux test
        The same reason as the previous rollout.

        * 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/render-groups-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-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/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-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/render-groups-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png:
        * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/filters/feImage-preserveAspectRatio-all-expected.png:
        * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-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/bug15544-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-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/render-groups-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png:
        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/filters/feImage-preserveAspectRatio-all-expected.png:
        * platform/chromium-win/svg/filters/feImage-preserveAspectratio-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/bug15544-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:

2013-04-01  Shinya Kawanaka  <shinyak@chromium.org> 

        Unreviewed, rolling out r147358.
        http://trac.webkit.org/changeset/147358

        broke Chromium Linux test
        In the flakiness dashboard, this rebaseline looks good, however actually it broke Chromium Linux Test bots.
        Maybe something bad is happening, but let me revert them again.

        * platform/chromium-linux/css3/images/cross-fade-background-size-expected.png: Removed.
        * 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-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-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/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium/css3/images/cross-fade-background-size-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/images/cross-fade-background-size-expected.png.

2013-04-01  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-04-01  Ojan Vafai  <ojan@chromium.org>

        Test rebaselines after r147245.

        * fast/table/overflowHidden-expected.txt:
        * platform/chromium-mac/fast/table/overflowHidden-expected.txt: Removed.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/table/overflowHidden-expected.txt: Copied from LayoutTests/fast/table/overflowHidden-expected.txt.
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win-7sp0/fast/table/overflowHidden-expected.txt: Renamed from LayoutTests/platform/win/fast/table/overflowHidden-expected.txt.

2013-04-01  Mark Lam  <mark.lam@apple.com>

        Bot greening failed test from http://trac.webkit.org/changeset/147317.
        The test should use testRunner, not layoutTestController.

        Unreviewed.

        * fast/text/emphasis-height-crash.html:

2013-04-01  Hayato Ito  <hayato@chromium.org>

        [Shadow DOM] Change the order of event dispatching at AT_TARGET phase.
        https://bugs.webkit.org/show_bug.cgi?id=113676

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/cppevent-in-shadow-expected.txt:
        * fast/dom/shadow/cppevent-input-in-shadow-expected.txt:
        * fast/dom/shadow/events-stopped-at-shadow-boundary-expected.txt:
        * fast/dom/shadow/gesture-tap-expected.txt:
        * fast/dom/shadow/shadow-boundary-events-expected.txt:
        * fast/dom/shadow/shadow-boundary-events.html:
        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt:
        * fast/dom/shadow/shadow-root-blur-expected.txt:

2013-04-01  Nate Chapin  <japhet@chromium.org>

        Unreviewed, chromium expectations update after r147357.

        * platform/chromium/TestExpectations:

2013-04-01  Roger Fong  <roger_fong@apple.com>

		Unreviewed. AppleWin port gardening.

		* platform/win/TestExpectations:
		* platform/win/fast/table: Added.
		* platform/win/fast/table/overflowHidden-expected.txt: Added.

2013-04-01  Nate Chapin  <japhet@chromium.org>

        Unreviewed, chromium gardening.

        * platform/chromium-linux/css3/images/cross-fade-background-size-expected.png: Added.
        * 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-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-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/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/images/cross-fade-background-size-expected.png: Added.
        * platform/chromium/css3/images/cross-fade-background-size-expected.png: Removed.

2013-04-01  Timothy Hatcher  <timothy@apple.com>

        Make 'this' evaluate to the correct object when paused in the Debugger.

        https://webkit.org/b/113607
        rdar://problem/13538351

        Reviewed by Joseph Pecoraro.

        * platform/mac/http/tests/inspector/console-resource-errors-expected.txt:

2013-04-01  Victor Carbune  <vcarbune@chromium.org>

        TextTrackCue Extension for WebVTT Regions
        https://bugs.webkit.org/show_bug.cgi?id=109821

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/header-regions.vtt: Updated to include cues with
        settings for which the "region:" setting should be ignored (for backwards compatibility
        regarding WebVTT rendering rules).
        * media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt: Added.
        * media/track/regions-webvtt/text-track-cue-region-attribute.html: Added.

2013-04-01  Nate Chapin  <japhet@chromium.org>

        Unreviewed, chromium gardening.

        * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
        * platform/chromium-linux-x86/tables/mozilla/marvin: Removed.
        * 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/render-groups-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-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/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-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/render-groups-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png:
        * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/filters/feImage-preserveAspectRatio-all-expected.png:
        * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-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/bug15544-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-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/render-groups-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png:
        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/filters/feImage-preserveAspectRatio-all-expected.png:
        * platform/chromium-win/svg/filters/feImage-preserveAspectratio-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/bug15544-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:

2013-04-01  Philip Rogers  <pdr@google.com>

        [SVG2] Add support for the buffered-rendering hint
        https://bugs.webkit.org/show_bug.cgi?id=104207

        Reviewed by Stephen Chenney.

        * svg/css/buffered-rendering-expected.txt: Added.
        * svg/css/buffered-rendering.html: Added.
        * svg/repaint/buffered-rendering-dynamic-image-expected.html: Added.
        * svg/repaint/buffered-rendering-dynamic-image.html: Added.
        * svg/repaint/buffered-rendering-static-image-expected.html: Added.
        * svg/repaint/buffered-rendering-static-image.html: Added.

2013-04-01  Nate Chapin  <japhet@chromium.org>

        Unreviewed, chromium gardening.

        * platform/chromium-linux-x86/fast/backgrounds/repeat: Removed.
        * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Removed.
        * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Removed.
        * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Removed.
        * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Removed.
        * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
        * 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/scaled-border-image-expected.png:
        * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
        * 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-mac-lion/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac-lion/fast/borders/scaled-border-image-expected.png:
        * platform/chromium-mac-lion/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-lion/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-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/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/backgroundSize06-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/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/scaled-border-image-expected.png:
        * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-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-win/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/backgroundSize06-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/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/scaled-border-image-expected.png:
        * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
        * 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/TestExpectations:

2013-04-01  Mike West  <mkwst@chromium.org>

        CSP 1.1: Remove 'type' parameter from CSPDirectiveList::checkSourceAndReportViolation.
        https://bugs.webkit.org/show_bug.cgi?id=113502

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/media-src-track-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/object-src-none-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/object-src-url-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/style-blocked-expected.txt:
        * media/csp-blocks-video-expected.txt:
        * platform/chromium/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
        * platform/chromium/media/csp-blocks-video-expected.txt:

2013-04-01  James Craig  <james@cookiecrook.com>

        AX: "video element controller" is an overly verbose default description for the playback controls; how about just "playback"
        https://bugs.webkit.org/show_bug.cgi?id=113549

        Reviewed by Chris Fleizach.

        Updating the video/audio element's default accessibility labels to be less verbose. 

        * platform/gtk/accessibility/media-controls-panel-title-expected.txt:
        * platform/gtk/accessibility/media-controls-panel-title.html:
        * platform/gtk/accessibility/media-element-expected.txt:
        * platform/mac/accessibility/media-element-expected.txt:

2013-04-01  Victor Carbune  <vcarbune@chromium.org>

        Parsing WebVTT Region Header Metadata
        https://bugs.webkit.org/show_bug.cgi?id=109818

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/header-regions.vtt: Added.
        * media/track/regions-webvtt/text-track-region-parser-expected.txt: Added.
        * media/track/regions-webvtt/text-track-region-parser.html: Added.

2013-04-01  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: [DTE] Convertion between text and coordinates
        https://bugs.webkit.org/show_bug.cgi?id=113389

        Reviewed by Pavel Feldman.

        Test to verify added functionality.

        * inspector/editor/text-editor-char-to-coordinates-expected.txt: Added.
        * inspector/editor/text-editor-char-to-coordinates.html: Added.

2013-04-01  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-04-01  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for tests added in r147249 and r147250 that fail
        due to disabled subpixel layout. Adding failure expectations for tests that regressed with r147241.
        * platform/gtk/fast/events/event-attribute-expected.txt: Added the required baseline after r147205.

2013-04-01  Koji Ishii  <kojiishi@gmail.com>

        ASSERTION FAILED: m_purgePreventCount when clicking text with emphasis marks
        https://bugs.webkit.org/show_bug.cgi?id=85266

        Reviewed by Darin Adler.

        Font::glyphDataAndPageForCharacter may call FontCache::getFontDataForCharacters
        if system fallback occurs, which may return SimpleFontData with DoNotRetain,
        so callers must prevent possible font cache purging.

        * fast/text/emphasis-height-crash-expected.txt: Added.
        * fast/text/emphasis-height-crash.html: Added.

2013-04-01  Seokju Kwon  <seokju.kwon@gmail.com>

        [GTK] Remove resource-har-conversion.html from TestExpectation
        https://bugs.webkit.org/show_bug.cgi?id=113677

        Unreviewed gardening.

        * platform/gtk/TestExpectations: Rebaseline after r147219.

2013-04-01  Shinya Kawanaka  <shinyak@chromium.org>

        Unreviewed, rolling out r147298.
        http://trac.webkit.org/changeset/147298

        broke lots of layout tests

        * platform/chromium-linux-x86/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Removed.
        * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize02-expected.png: Removed.
        * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize06-expected.png: Removed.
        * platform/chromium-linux-x86/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
        * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Removed.
        * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Removed.
        * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-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/css3/images/cross-fade-background-size-expected.png: Removed.
        * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize02-expected.png: Removed.
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize06-expected.png: Removed.
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
        * 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/scaled-border-image-expected.png:
        * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Removed.
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-lion/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/size/backgroundSize02-expected.png: Removed.
        * platform/chromium-mac-lion/fast/backgrounds/size/backgroundSize06-expected.png: Removed.
        * platform/chromium-mac-lion/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
        * platform/chromium-mac-lion/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac-lion/fast/borders/scaled-border-image-expected.png:
        * platform/chromium-mac-lion/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-lion/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize02-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize06-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
        * 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/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-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/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/backgroundSize06-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/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/scaled-border-image-expected.png:
        * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-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-win/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/backgroundSize06-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/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/scaled-border-image-expected.png:
        * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Removed.
        * 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/TestExpectations:
        * platform/chromium/css3/images/cross-fade-background-size-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/images/cross-fade-background-size-expected.png.

2013-04-01  Shinya Kawanaka  <shinyak@chromium.org>

        Unreviewed, rolling out r147301.
        http://trac.webkit.org/changeset/147301

        broke lots of layout tests

        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Removed.
        * 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/render-groups-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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/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/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-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/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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/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/tables/mozilla/bugs/bug1296-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/render-groups-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png:
        * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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/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/feImage-preserveAspectRatio-all-expected.png:
        * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1296-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/render-groups-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png:
        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/filters/feImage-preserveAspectRatio-all-expected.png:
        * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png:

2013-04-01  Shinya Kawanaka  <shinyak@chromium.org>

        Unreviewed, rolling out r147302.
        http://trac.webkit.org/changeset/147302

        broke lots of layout tests

        * platform/chromium-linux-x86/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/marvin/th_valign_top-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/marvin/tr_valign_middle-expected.png: Removed.
        * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:

2013-04-01  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r147307.
        http://trac.webkit.org/changeset/147307
        https://bugs.webkit.org/show_bug.cgi?id=113692

        maybe broken lots of layout tests (Requested by
        shinyak|gardener on #webkit).

        * platform/chromium-linux-x86/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/chromium-linux-x86/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
        * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/chromium-mac-lion/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/chromium-mac-lion/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.

2013-04-01  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaselining.

        * platform/chromium-linux-x86/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Removed.
        * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize02-expected.png: Removed.
        * platform/chromium-linux-x86/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
        * platform/chromium-linux-x86/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Removed.
        * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Removed.
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize02-expected.png: Removed.
        * platform/chromium-mac-lion/fast/backgrounds/size/backgroundSize02-expected.png: Removed.
        * platform/chromium-mac-lion/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize02-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.

2013-04-01  Jinwoo Song  <jinwoo7.song@samsung.com>

        [EFL] Enable user-select:all for EFL port
        https://bugs.webkit.org/show_bug.cgi?id=113494

        Reviewed by Gyuyoung Kim.

        Enable user-select:all for EFL port and update the TestExpectations.

        * platform/efl/TestExpectations:

2013-03-31  Zalan Bujtas  <zalan@apple.com>

        Gradient background does not get repainted when child box is expanded.
        https://bugs.webkit.org/show_bug.cgi?id=113644

        Reviewed by Antti Koivisto.

        * fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt: Added.
        * fast/repaint/background-shorthand-with-gradient-and-height-changes.html: Added.

2013-03-31  Shinya Kawanaka  <shinyak@chromium.org> 

        [Chromium] Unreviewed gardening.

        Rebaselining.

        * platform/chromium-linux-x86/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/th_valign_top-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug625-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/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_expected_failures/bugs/bug6933-expected.png:

2013-03-31  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaselining.

        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
        * 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/render-groups-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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/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/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-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/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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/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/tables/mozilla/bugs/bug1296-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/render-groups-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png:
        * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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/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/feImage-preserveAspectRatio-all-expected.png:
        * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1296-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/render-groups-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png:
        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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-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-type-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/filters/feImage-preserveAspectRatio-all-expected.png:
        * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png:

2013-03-31  Shinya Kawanaka  <shinyak@chromium.org> 

        [Chromium] Unreviewed gardening.

        Rebaselining.

        * platform/chromium-linux-x86/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Removed.
        * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/chromium-linux-x86/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Removed.
        * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Removed.
        * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Removed.
        * platform/chromium-linux-x86/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
        * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Copied from LayoutTests/platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png.
        * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-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/css3/images/cross-fade-background-size-expected.png: Added.
        * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
        * 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/scaled-border-image-expected.png:
        * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
        * 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-mac-lion/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/chromium-mac-lion/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/chromium-mac-lion/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
        * platform/chromium-mac-lion/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac-lion/fast/borders/scaled-border-image-expected.png:
        * platform/chromium-mac-lion/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-lion/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
        * 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/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-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/css2.1/20110323/replaced-min-max-001-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/repeat/mask-negative-offset-repeat-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/backgroundSize06-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/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/scaled-border-image-expected.png:
        * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-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-win/css2.1/20110323/replaced-min-max-001-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/css3/images/cross-fade-background-size-expected.png: Renamed from LayoutTests/platform/chromium/css3/images/cross-fade-background-size-expected.png.
        * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-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/backgroundSize06-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/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/scaled-border-image-expected.png:
        * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
        * 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/TestExpectations:

2013-03-31  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-03-31  Hayato Ito  <hayato@chromium.org>

        Text representation of pseudo elements, '::-webkit-distributed', is wrong in CSSSelector::selectorText().
        https://bugs.webkit.org/show_bug.cgi?id=113560

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/distributed-pseudo-element-css-text-expected.txt: Added.
        * fast/dom/shadow/distributed-pseudo-element-css-text.html: Added.

2013-03-31  Rafael Weinstein  <rafaelw@chromium.org>

        HTMLLinkElement should resolve resource URLs when resources will be fetched
        https://bugs.webkit.org/show_bug.cgi?id=113630

        Reviewed by Eric Seidel.

        * fast/dom/HTMLLinkElement/resolve-url-on-insertion-expected.txt: Added.
        * fast/dom/HTMLLinkElement/resolve-url-on-insertion.html: Added.
        * fast/dom/HTMLLinkElement/resources/stylesheet2.css: Added.
        (#test2):

2013-03-30  Tom Sepez  <tsepez@chromium.org>

        Cross-Origin copy&paste / drag&drop allowing XSS via srcdoc attribute.
        https://bugs.webkit.org/show_bug.cgi?id=113443

        Reviewed by Adam Barth.

        * editing/pasteboard/paste-noscript-expected.txt:
        * editing/pasteboard/paste-noscript.html:
        Adds a test that an iframe's srcdoc attribute is not pasted.

2013-03-30  Tom Sepez  <tsepez@chromium.org>

        View-source iframes are dangerous (and not very useful).
        https://bugs.webkit.org/show_bug.cgi?id=113345

        Reviewed by Adam Barth.

        * platform/chromium/TestExpectations:
        Update expectations now that chromium excludes iframe's viewsource attribute.
        
2013-03-30  Sergey Ryazanov  <serya@chromium.org>

        Layout Test inspector/console/console-css-warnings.html is failing on debug.
        https://bugs.webkit.org/show_bug.cgi?id=113483

        Reviewed by Pavel Feldman.
        Desable the test (duplicate a rule from TestExpectations to override "webkit.org/b/90488 [ Debug ] inspector [ Slow ]").

        * inspector/console/console-css-warnings-expected.txt:
        * platform/chromium/TestExpectations:

2013-03-30  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] Remove resource-har-conversion.html from TestExpectation
        https://bugs.webkit.org/show_bug.cgi?id=113586

        Unreviewed, EFL gardening.

        * platform/efl/TestExpectations: Rebaseline after r147219.

2013-03-29  Ojan Vafai  <ojan@chromium.org>

        Flexitems no longer default min-width to min-content
        https://bugs.webkit.org/show_bug.cgi?id=111790

        Reviewed by Tony Chang.

        * css3/flexbox/content-height-with-scrollbars.html:
        * css3/flexbox/cross-axis-scrollbar.html:
        Set flex:none to avoid flex-shrinking.

        * css3/flexbox/flex-item-min-size-expected.txt: Removed.
        * css3/flexbox/flex-item-min-size.html: Removed.
        These tests are now redundant with tests in fast/css-intrinsic-dimensions.

        * css3/flexbox/flexbox-baseline.html:
        Set flex:none to avoid flex-shrinking.

        * css3/flexbox/line-wrapping.html:
        Auto-size the flex items so that the column flexboxes have an auto-height.

        * css3/flexbox/preferred-widths.html:
        Set flex:none to avoid flex-shrinking.

        * fast/css/auto-min-size-expected.txt:
        * fast/css/auto-min-size.html:
        Update to no longer allow parsing auto as a valid value for min-width/min-height.

2013-03-29  Aaron Colwell  <acolwell@chromium.org>

        Add LayoutTests that verify MediaSource.duration behavior.
        https://bugs.webkit.org/show_bug.cgi?id=113438

        Reviewed by Eric Carlson.

        * http/tests/media/media-source/video-media-source-duration-boundaryconditions-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-duration-boundaryconditions.html: Added.
        * http/tests/media/media-source/video-media-source-duration-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-duration.html: Added.

2013-03-29  Joshua Bell  <jsbell@chromium.org>

        [Chromium] IndexedDB: Update terminated worker connection test
        https://bugs.webkit.org/show_bug.cgi?id=113608

        Reviewed by Tony Chang.

        Update layout test only run under Chromium's content_shell that ensures that
        worker termination does not result in stuck connections. The test was using
        the obsolete setVersion() API.

        * storage/indexeddb/pending-version-change-stuck-works-with-terminate-expected.txt:
        * storage/indexeddb/pending-version-change-stuck-works-with-terminate.html:
        * storage/indexeddb/resources/pending-version-change-stuck.js:
        (test.request.onblocked):
        (test):

2013-03-29  Aaron Colwell  <acolwell@chromium.org>

        Add LayoutTests that verify MediaSource.duration behavior.
        https://bugs.webkit.org/show_bug.cgi?id=113438

        Reviewed by Eric Carlson.

        * http/tests/media/media-source/video-media-source-duration-boundaryconditions-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-duration-boundaryconditions.html: Added.
        * http/tests/media/media-source/video-media-source-duration-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-duration.html: Added.

2013-03-29  Joshua Bell  <jsbell@chromium.org>

        [Chromium] IndexedDB: Update terminated worker connection test
        https://bugs.webkit.org/show_bug.cgi?id=113608

        Reviewed by Tony Chang.

        Update layout test only run under Chromium's content_shell that ensures that
        worker termination does not result in stuck connections. The test was using
        the obsolete setVersion() API.

        * storage/indexeddb/pending-version-change-stuck-works-with-terminate-expected.txt:
        * storage/indexeddb/pending-version-change-stuck-works-with-terminate.html:
        * storage/indexeddb/resources/pending-version-change-stuck.js:
        (test.request.onblocked):
        (test):

2013-03-29  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] shape outside segments not properly calculated for ellipses
        https://bugs.webkit.org/show_bug.cgi?id=112587

        Reviewed by Julien Chaffraix.

        Check that shapes with a non-zero y value are properly wrapped.
        
        * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html: Added.
        * fast/exclusions/resources/rounded-rectangle.js:
        (generateSimulatedShapeOutsideOnFloat): For simulating, we ignore the
        x and y values, since we're not attempting to draw the float's content
        in the right place, we just want to simulate the shape's effect.

2013-03-29  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Incorrect margin corner radii formula
        https://bugs.webkit.org/show_bug.cgi?id=111186

        Reviewed by Dirk Schulze.

        * fast/exclusions/resources/subpixel-utils.js:
        (SubPixelLayout): Added an initSubPixelLayout() function so that inline test code doesn't have to wait until the DOMContentLoaded event.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html: Added.

2013-03-19  Ojan Vafai  <ojan@chromium.org>

        min-width/max-width of min-content/max-content don't work correctly if width is specified
        https://bugs.webkit.org/show_bug.cgi?id=106143

        Reviewed by Tony Chang.

        * css3/flexbox/box-sizing.html:
        The old result was incorrectly using the preferred width as the min-content width of the flex items.
        The new result is correctly resolving the min-content width to 0 and allowing the flex items to shrink.

        * fast/css-intrinsic-dimensions/intrinsic-sized-blocks-expected.txt: Added.
        * fast/css-intrinsic-dimensions/intrinsic-sized-blocks.html: Added.
        * platform/chromium-win/fast/table/overflowHidden-expected.txt:
        The new result correctly adds the scrollbar width to the table cell intrinsic width.
        The pixel result doesn't need ot be updated because the elements that changed are below 
        the fold, so they don't show up in the png.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        Add tests that will need rebaselines.

        * scrollbars/custom-scrollbar-table-cell-expected.png:
        The new result correctly adds the scrollbar width to the table cell intrinsic width.


2013-03-29  Timothy Hatcher  <timothy@apple.com>

        Marking animation-delay-changed.html and reinserting-svg-into-document.html as flaky.

        https://webkit.org/b/113598
        https://webkit.org/b/113599

        Unreviewed.

        * platform/mac/TestExpectations:

2013-03-29  Joshua Bell  <jsbell@chromium.org>

        [V8] IndexedDB: Exceptions thrown inconsistently for non-cloneable values
        https://bugs.webkit.org/show_bug.cgi?id=113091

        Reviewed by Kentaro Hara.

        * storage/indexeddb/clone-exception-expected.txt: Added.
        * storage/indexeddb/clone-exception.html: Added.

2013-03-29  Greg Hughes  <ghughes@apple.com>

        Allow multiple searchKeys to be passed to AXUIElementCopyParameterizedAttributeValue
        https://bugs.webkit.org/show_bug.cgi?id=112276

        Reviewed by Chris Fleizach.

        Updated the search predicate test to test passing multiple search keys (link OR heading).

        * platform/mac/accessibility/search-predicate-expected.txt:
        * platform/mac/accessibility/search-predicate.html:

2013-03-29  Timothy Hatcher  <timothy@apple.com>

        Mark fast/workers/worker-close-more.html, worker-document-leak.html and
        worker-lifecycle.html as flaky on Windows.

        http://webkit.org/b/106415

        Unreviewed.

        * platform/win/TestExpectations:

2013-03-29  Timothy Hatcher  <timothy@apple.com>

        Mark inspector/debugger/debugger-scripts-reload.html as flaky.

        http://webkit.org/b/113589

        Unreviewed.

        * platform/mac/TestExpectations:

2013-03-29  Nate Chapin  <japhet@chromium.org>

        ASSERT d->m_defersLoading != defers on detik.com and drive.google.com
        https://bugs.webkit.org/show_bug.cgi?id=111902

        Reviewed by Alexey Proskuryakov.

        * http/tests/navigation/same-url-iframes-defer-crash-expected.txt: Added.
        * http/tests/navigation/same-url-iframes-defer-crash.html: Added.

2013-03-29  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardneing. Updated png expected results after r146206.

        * platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.png:
        * platform/qt-5.0-wk2/compositing/culling/filter-occlusion-blur-expected.png:
        * platform/qt-5.0-wk2/compositing/culling/filter-occlusion-blur-large-expected.png:
        * platform/qt-5.0-wk2/compositing/culling/scrolled-within-boxshadow-expected.png:
        * platform/qt-5.0-wk2/compositing/culling/translated-boxshadow-expected.png:
        * platform/qt-5.0-wk2/compositing/culling/unscrolled-within-boxshadow-expected.png:
        * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
        * platform/qt-5.0-wk2/compositing/flat-with-transformed-child-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/generated-content-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/geometry/foreground-layer-expected.png:
        * platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/iframes/nested-iframe-scrolling-expected.png:
        * platform/qt-5.0-wk2/compositing/masks/direct-image-mask-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/masks/mask-of-clipped-layer-expected.png:
        * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png:
        * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png:
        * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png:
        * platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/zero-size-overflow-expected.png:
        * platform/qt-5.0-wk2/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-opacity-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-ordering-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-positioning-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-positioning2-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/reflections/simple-composited-reflections-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/repaint/newly-composited-repaint-rect-expected.png:
        * platform/qt-5.0-wk2/compositing/repaint/requires-backing-repaint-expected.png:
        * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png:
        * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/sibling-positioning-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/visibility/visibility-image-layers-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/visibility/visibility-simple-video-layer-expected.png:
        * platform/qt-5.0-wk2/compositing/z-order/negative-z-index-expected.png:
        * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png:
        * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-clamp-css-color-matrix-expected.png:
        * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.png:
        * platform/qt-5.0-wk2/css3/filters/effect-drop-shadow-hw-expected.png: Removed.
        * platform/qt-5.0-wk2/editing/selection/5076323-1-expected.png:
        * platform/qt-5.0-wk2/editing/selection/5099303-expected.png:
        * platform/qt-5.0-wk2/editing/selection/5195166-2-expected.png:
        * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/qt-5.0-wk2/fast/backgrounds/size/zero-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/qt-5.0-wk2/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/background-clipped-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-rect-to-visible-expected.png: Added.
        * platform/qt-5.0-wk2/fast/multicol/float-paginate-empty-lines-expected.png: Added.
        * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/reflections/reflection-masks-expected.png: Added.
        * platform/qt-5.0-wk2/fast/reflections/reflection-masks-opacity-expected.png: Added.
        * platform/qt-5.0-wk2/fast/reflections/reflection-masks-outset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/background-misaligned-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-replaced-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scale-page-shrink-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/transform-replaced-shadows-expected.png: Added.
        * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png:
        * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-row-border-width-expected.png:
        * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
        * platform/qt-5.0-wk2/fast/text/font-initial-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/text/whitespace/003-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/whitespace/006-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/whitespace/008-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/whitespace/009-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/whitespace/012-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/whitespace/013-expected.png:
        * platform/qt-5.0-wk2/fast/text/whitespace/014-expected.png:
        * platform/qt-5.0-wk2/fast/writing-mode/block-level-images-expected.png: Added.
        * platform/qt-5.0-wk2/fast/writing-mode/box-shadow-vertical-lr-expected.png: Added.
        * platform/qt-5.0-wk2/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
        * platform/qt-5.0-wk2/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
        * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Added.
        * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2d-expected.png: Added.
        * platform/qt-5.0-wk2/svg/as-background-image/svg-as-background-2-expected.png: Added.
        * platform/qt-5.0-wk2/svg/as-border-image/svg-as-border-image-expected.png: Added.
        * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
        * platform/qt-5.0-wk2/svg/batik/filters/feTile-expected.png: Added.
        * platform/qt-5.0-wk2/svg/batik/text/textDecoration-expected.png: Added.
        * platform/qt-5.0-wk2/svg/batik/text/textFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/css/group-with-shadow-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/createImageElement-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/createImageElement2-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/image-parent-translation-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/image-rescale-clip-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/image-rescale-scroll-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/js-update-image-and-display2-expected.png:
        * platform/qt-5.0-wk2/svg/custom/js-update-image-and-display3-expected.png:
        * platform/qt-5.0-wk2/svg/custom/js-update-image-expected.png:
        * platform/qt-5.0-wk2/svg/custom/massive-coordinates-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/pattern-in-defs-expected.png:
        * platform/qt-5.0-wk2/svg/custom/pattern-rotate-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/pointer-events-image-css-transform-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/pointer-events-image-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/text-image-opacity-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-event-listeners-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/filters/big-sized-filter-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png:
        * platform/qt-5.0-wk2/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added.
        * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/wicd/test-rightsizing-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/wicd/test-scalable-background-image2-expected.png: Added.
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-background-images-expected.png: Added.
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11026-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1188-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12910-2-expected.png:
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1296-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug15544-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2981-2-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4093-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4284-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4427-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug625-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/bugs/bug97383-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla/core/misc-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/97619-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Added.
        * platform/qt-5.0-wk2/transitions/cross-fade-border-image-expected.png: Added.

2013-03-29  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r147218.
        http://trac.webkit.org/changeset/147218
        https://bugs.webkit.org/show_bug.cgi?id=113585

        We should rethink UI of this feature. (Requested by vsevik on
        #webkit).

        * inspector/console/command-line-api-expected.txt:
        * inspector/debugger/properties-special-expected.txt:
        * inspector/debugger/properties-special.html:
        * inspector/runtime/runtime-getProperties-expected.txt:
        * inspector/runtime/runtime-getProperties.html:
        * platform/chromium/inspector/debugger/properties-special-expected.txt:

2013-03-29  Seokju Kwon  <seokju.kwon@gmail.com>

        Web Inspector: Update test expectation for resource-har-conversion.html
        https://bugs.webkit.org/show_bug.cgi?id=113460

        Reviewed by Vsevolod Vlasov.

        The value of pageref and title had been changed after r105596.
        (Use page ids, not document URLs in HAR entries to refer to pages.
         Use page URL as a title field of a HAR page.)

        * http/tests/inspector/resource-har-conversion-expected.txt:
        * platform/mac-snowleopard/http/tests/inspector/resource-har-conversion-expected.txt:
        * platform/mac/http/tests/inspector/resource-har-conversion-expected.txt:
        * platform/win/http/tests/inspector/resource-har-conversion-expected.txt:

2013-03-29  Peter Rybin  <prybin@chromium.org>

        Web Inspector: gather accessor property getter and setter under a single tree node
        https://bugs.webkit.org/show_bug.cgi?id=113357

        Reviewed by Yury Semikhatsky.

        Expectations are fixed with changed functionality and changed tests.

        * inspector/debugger/properties-special-expected.txt:
        * inspector/debugger/properties-special.html:
        * inspector/runtime/runtime-getProperties-expected.txt:
        * inspector/runtime/runtime-getProperties.html:
        * platform/chromium/inspector/debugger/properties-special-expected.txt:

2013-03-29  Timothy Hatcher  <timothy@apple.com>

        Unreviewed Windows gardening.

        * platform/win/fast/events/event-attribute-expected.txt: Added.
        New baseline after r147205.

2013-03-29  Timothy Hatcher  <timothy@apple.com>

        Unreviewed Mac gardening.

        * platform/mac/fast/events/event-attribute-expected.txt: Added.
        New baseline after r147205.

2013-03-29  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Removal of misplaced stuff after r146692.

        * platform/qt-unknown/fast/text/international/text-spliced-font-expected.png: Removed.
        * platform/qt-unknown/svg/carto.net/tabgroup-expected.png: Removed.

2013-03-29  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing test after r147205.

        * platform/qt-5.0-wk1/TestExpectations:

2013-03-29  Keishi Hattori  <keishi@webkit.org>

        Add the event handler content attributes that are defined in the spec to HTMLElement
        https://bugs.webkit.org/show_bug.cgi?id=86363

        Reviewed by Ryosuke Niwa.

        * fast/events/event-attribute-expected.txt: Added.
        * fast/events/event-attribute.html: Added. Tests that setting attribute creates event listeners.
        * fast/events/form-onchange-expected.txt: Added.
        * fast/events/form-onchange.html: Added. Test for Bug 24516.

2013-03-22  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: timeline paint rectangles are off for transformed layers
        https://bugs.webkit.org/show_bug.cgi?id=112919

        Reviewed by Pavel Feldman.

        - adjust to changed record format;
        - simplify test using InspectorTest.evaluateWithTimeline().

        * http/tests/inspector/timeline-test.js:
        * inspector/timeline/timeline-layout-expected.txt:
        * inspector/timeline/timeline-paint-expected.txt:
        * inspector/timeline/timeline-paint.html:

2013-03-29  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Rebaseline after r147164.
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Rebaseline after r147164.
        * platform/qt/TestExpectations:
        * platform/qt/compositing/contents-opaque/control-layer-expected.txt: Rebaseline after r147127.
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Rebaseline after r147164.
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Rebaseline after r147164.

2013-03-29  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding a crashing expectation for the
        ttp/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html layout test. Skipping the perf/ tests when
        using the debug build.
        * platform/gtk/fast/text/shaping/shaping-selection-rect-expected.txt: Rebaselining after r147156.

2013-03-29  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] New baselines for accessibility tests.
        https://bugs.webkit.org/show_bug.cgi?id=113510

        Unreviewed, EFL gardening.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
        * platform/efl/accessibility/aria-checkbox-text-expected.txt: Added.
        * platform/efl/accessibility/aria-combobox-expected.txt: Added.
        * platform/efl/accessibility/aria-fallback-roles-expected.txt: Added.
        * platform/efl/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Added.
        * platform/efl/accessibility/aria-menubar-menuitems-expected.txt: Added.
        * platform/efl/accessibility/aria-roles-expected.txt: Added.
        * platform/efl/accessibility/aria-tables-expected.txt: Added.
        * platform/efl/accessibility/aria-toggle-button-with-title-expected.txt: Added.
        * platform/efl/accessibility/canvas-description-and-role-expected.txt: Added.
        * platform/efl/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
        * platform/efl/accessibility/image-link-expected.txt: Added.
        * platform/efl/accessibility/image-map1-expected.txt: Added.
        * platform/efl/accessibility/image-map2-expected.txt: Added.
        * platform/efl/accessibility/img-alt-tag-only-whitespace-expected.txt: Added.
        * platform/efl/accessibility/legend-expected.txt: Added.
        * platform/efl/accessibility/menu-list-sends-change-notification-expected.txt: Added.
        * platform/efl/accessibility/notification-listeners-expected.txt: Added.
        * platform/efl/accessibility/svg-image-expected.txt: Added.

2013-03-29  Zalan Bujtas  <zalan@apple.com>

        REGRESSION(r143102): Ignore table cell's height attribute when checking if containing block has auto height.
        https://bugs.webkit.org/show_bug.cgi?id=113526

        Reviewed by Antti Koivisto.

        * fast/replaced/iframe-with-percentage-height-within-table-with-table-cell-ignore-height-expected.txt: Added.
        * fast/replaced/iframe-with-percentage-height-within-table-with-table-cell-ignore-height.html: Added.

2013-03-28  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r147123.
        http://trac.webkit.org/changeset/147123
        https://bugs.webkit.org/show_bug.cgi?id=113557

        wrong TextExpectation removal (Requested by shinyak|gardener
        on #webkit).

        * platform/chromium/TestExpectations:

2013-03-28  Shinya Kawanaka  <shinyak@chromium.org> 

        [Chromium] Unreviewed gardening.

        Test expectations update and rebaselining.

        * platform/chromium-mac-lion/fast/lists/003-vertical-expected.png:
        * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.txt:
        * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.txt:
        * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/chromium-mac/fast/lists/003-vertical-expected.png:
        * platform/chromium-mac/fast/text/international/text-spliced-font-expected.txt:

2013-03-28  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening. Test Expectations update.

        * platform/chromium/TestExpectations:

2013-03-28  Mike West  <mkwst@chromium.org>

        Unreviewed gardening.

        http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html
        crashes sometimes. Applying the patch from wkbug.com/111902 fixes it
        locally for me: skipping it until that patch lands.

        * platform/mac/TestExpectations:
            Marking http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html
            as crashy in Debug.

2013-03-28  Rafael Weinstein  <rafaelw@chromium.org>

        [HTMLTemplateElement] <template> should be able to be a foster parent
        https://bugs.webkit.org/show_bug.cgi?id=113541

        Reviewed by Eric Seidel.

        * html5lib/resources/template.dat:

2013-03-28  Tony Chang  <tony@chromium.org>

        Convert some flexbox layout tests to using flexbox.css
        https://bugs.webkit.org/show_bug.cgi?id=113534

        Reviewed by Ojan Vafai.

        This allows tests to be run without the -webkit prefix for flexbox tests allowing
        some of them to run in Firefox.

        * css3/flexbox/flex-align-baseline.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:

2013-03-28  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, fix up some lint errors in TestExpectations.

        * platform/chromium/TestExpectations:

2013-03-28  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        use XMLHttpRequestResponseType enumeration in XMLHttpRequest.idl
        https://bugs.webkit.org/show_bug.cgi?id=113518

        Reviewed by Kentaro Hara.

        Update xmlhttprequest-responsetype-set-invalidtype expected result:
        Test all valide responseType. Remove expected console message in case
        of invalid responseType. Rename to xmlhttprequest-set-responsetype

        * fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt: Renamed from LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype-expected.txt.
        * fast/xmlhttprequest/xmlhttprequest-set-responsetype.html: Renamed from LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype.html.
        * fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype-expected.txt:

2013-03-28  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>

        [css3-text] Add platform support for "wavy" text decoration style
        https://bugs.webkit.org/show_bug.cgi?id=92868

        Reviewed by Benjamin Poulain.

        Rebaseline chromium-linux expectation for
        fast/css3-text/css3-text-decoration/text-decoration-style.html.

        * platform/chromium-linux/fast/css3-text/css3-text-decoration/text-decoration-style-expected.png: Added.

2013-03-28  Nate Chapin  <japhet@chromium.org>

        Remove expected failure for https://bugs.webkit.org/show_bug.cgi?id=112542

        Reviewed by Antti Koivisto.

        * platform/qt-5.0-wk1/TestExpectations:

2013-03-28  Mike West  <mkwst@chromium.org>

        X-Frame-Options: Blocked resources should fire load events.
        https://bugs.webkit.org/show_bug.cgi?id=113192

        Reviewed by Nate Chapin.

        * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html:
        * http/tests/security/XFrameOptions/x-frame-options-deny.html:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
            Add some expectations around the 'load' event to ensure it's fired.

2013-03-28  Levi Weintraub  <leviw@chromium.org>

        Disable font measurement optimization for Chromium-mac when there are font-feature-settings.

        Enable measure-once optimization on Chromium-Mac
        https://bugs.webkit.org/show_bug.cgi?id=113243

        Reviewed by Eric Seidel.

        * fast/text/shaping/shaping-selection-rect.html: Adding a small-caps case to prevent regressing
        due to https://bugs.webkit.org/show_bug.cgi?id=113418.

2013-03-28  Zoltan Horvath  <zoltan@webkit.org>

        [CSS Exclusions][CSS Regions] Block children do not layout inline content correctly in a region with shape-inside set
        https://bugs.webkit.org/show_bug.cgi?id=112177

        Reviewed by David Hyatt.

        Add a new subdirectory for regions shape-inside tests. Move old and add new test files to the directory.

        * fast/regions/shape-inside: Added.
        * fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html: Added.
        * fast/regions/shape-inside/shape-inside-on-additional-regions.html: Added.
        * fast/regions/shape-inside/shape-inside-on-regions-expected.html: Renamed from LayoutTests/fast/regions/shape-inside-on-regions-expected.html.
        * fast/regions/shape-inside/shape-inside-on-regions.html: Renamed from LayoutTests/fast/regions/shape-inside-on-regions.html.

2013-03-28  Alok Priyadarshi  <alokp@chromium.org>

        Unreviewed rebaseline.
        Adding missing baseline for new test compositing/contents-opaque/control-layer.html

        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/contents-opaque/control-layer-expected.txt: Copied from LayoutTests/platform/chromium/compositing/contents-opaque/control-layer-expected.txt.
        * platform/chromium-win/compositing/contents-opaque/control-layer-expected.txt: Renamed from LayoutTests/platform/chromium/compositing/contents-opaque/control-layer-expected.txt.

2013-03-28  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        exceptions are not checked after toInt32 calls in bindings.
        https://bugs.webkit.org/show_bug.cgi?id=113218

        Reviewed by Kentaro Hara.

        * platform/chromium/TestExpectations: Enable fast/dom/exception-in-binding.html

2013-03-28  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening on AppleWin port. 
        More tests that use mouseScrollBy event which hasn't been implemented yet on Windows.

        * platform/win/TestExpectations:

2013-03-28  Claudio Saavedra  <csaavedra@igalia.com>

        Prepare extend-selection-enclosing-block test to support different editing behavior
        https://bugs.webkit.org/show_bug.cgi?id=113424

        Reviewed by Ryosuke Niwa.

        We make this test Mac specific and change
        extendAndLogSelectionWithinBlock() to take the platform as a
        parameter. When bug 110487 is fixed this should be extended to
        test the Windows editing behavior.

        * editing/selection/extend-selection-enclosing-block-mac-expected.txt:
        Renamed from
        LayoutTests/editing/selection/extend-selection-enclosing-block-expected.txt.
        * editing/selection/extend-selection-enclosing-block-mac.html:
        Renamed from
        LayoutTests/editing/selection/extend-selection-enclosing-block.html.
        * editing/selection/resources/extend-selection.js:
        (extendAndLogSelectionWithinBlock): Extend to receive platform as
        a parameter. Only "mac" is supported for now.

2013-03-28  Claudio Saavedra  <csaavedra@igalia.com>

        Use String.trim() in editing/selection/move-vertically-with-paddings-borders.html test
        https://bugs.webkit.org/show_bug.cgi?id=113490

        Reviewed by Ryosuke Niwa.

        * editing/selection/move-vertically-with-paddings-borders.html:
        (selectWord): Use String.trim() to drop trailing whitespaces that
        might be added depending on the editing behavior. See related bug
        110487.

2013-03-28  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Before / start paddings and borders are not accounted for when placing the grid items
        https://bugs.webkit.org/show_bug.cgi?id=113351

        Reviewed by Tony Chang.

        * fast/css-grid-layout/resources/grid.css:
        (.verticalLR):
        (.horizontalBT):
        (.directionRTL):
        Added more helper classes.

        * fast/css-grid-layout/grid-element-border-grid-item-expected.txt: Added.
        * fast/css-grid-layout/grid-element-border-grid-item.html: Added.
        * fast/css-grid-layout/grid-element-border-padding-grid-item-expected.txt: Added.
        * fast/css-grid-layout/grid-element-border-padding-grid-item.html: Added.
        * fast/css-grid-layout/grid-element-padding-grid-item-expected.txt: Added.
        * fast/css-grid-layout/grid-element-padding-grid-item.html: Added.

2013-03-28  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Unskip some layout test folder on Windows port.

        * platform/win/TestExpectations:

2013-03-28  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        use CanvasWindingRule enumeration in CanvasRenderingContext2D.idl
        https://bugs.webkit.org/show_bug.cgi?id=113456

        Reviewed by Kentaro Hara.

        When calling methods accepting a CanvasWindingRule with an invalid
        string, check that a TypeError is thrown.

        * fast/canvas/winding-enumeration-expected.txt: Added.
        * fast/canvas/winding-enumeration.html: Added.

2013-03-28  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Rebaseline font-face-woff after r147020

        Unreviewed gardening.

        Updated using garden-o-matic.

        * fast/css/font-face-woff-expected.txt: Renamed from LayoutTests/platform/chromium/fast/css/font-face-woff-expected.txt.
        * platform/mac/fast/css/font-face-woff-expected.txt: Removed.
        * platform/qt/fast/css/font-face-woff-expected.png: Added.
        * platform/qt/fast/css/font-face-woff-expected.txt: Added.

2013-03-28  Mark Lam  <mark.lam@apple.com>

        Gardening: bypassing inspector/styles/paste-property.html, compositing/iframes/remove-iframe-crash.html.

        Not Reviewed.

        * platform/mac-wk2/TestExpectations:

2013-03-28  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardneing. Updated png expected results after r146206.

        * platform/qt-5.0-wk2/editing/deleting/5126166-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/5206311-1-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/5369009-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/5433862-2-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-3608445-fix-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-block-contents-003-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-br-002-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-br-003-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-br-004-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-br-006-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-hr-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/delete-listitem-001-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/merge-different-styles-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/pruning-after-merge-2-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/smart-delete-003-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/smart-delete-004-expected.png: Added.
        * platform/qt-5.0-wk2/editing/deleting/type-delete-after-quote-expected.png: Added.
        * platform/qt-5.0-wk2/editing/execCommand/4580583-1-expected.png: Added.
        * platform/qt-5.0-wk2/editing/execCommand/4924441-expected.png: Added.
        * platform/qt-5.0-wk2/editing/execCommand/indent-empty-root-expected.png: Added.
        * platform/qt-5.0-wk2/editing/execCommand/insertHorizontalRule-expected.png: Added.
        * platform/qt-5.0-wk2/editing/execCommand/insertImage-expected.png: Added.
        * platform/qt-5.0-wk2/editing/execCommand/nsresponder-indent-expected.png: Added.
        * platform/qt-5.0-wk2/editing/execCommand/nsresponder-outdent-expected.png: Added.
        * platform/qt-5.0-wk2/editing/execCommand/remove-list-item-1-expected.png: Added.
        * platform/qt-5.0-wk2/editing/inserting/4875189-1-expected.png: Added.
        * platform/qt-5.0-wk2/editing/inserting/4875189-2-expected.png: Added.
        * platform/qt-5.0-wk2/editing/inserting/4959067-expected.png: Added.
        * platform/qt-5.0-wk2/editing/inserting/5418891-expected.png: Added.
        * platform/qt-5.0-wk2/editing/inserting/insert-3778059-fix-expected.png: Added.
        * platform/qt-5.0-wk2/editing/inserting/insert-3800346-fix-expected.png: Added.
        * platform/qt-5.0-wk2/editing/inserting/insert-div-025-expected.png: Added.
        * platform/qt-5.0-wk2/editing/inserting/insert-paragraph-02-expected.png: Added.
        * platform/qt-5.0-wk2/editing/inserting/paragraph-separator-03-expected.png: Added.
        * platform/qt-5.0-wk2/editing/inserting/redo-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/4076267-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/4242293-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/4641033-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/5032095-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/5134759-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/merge-end-borders-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/merge-start-list-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/styled-element-markup-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/13804-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/4866671-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/5076323-1-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/5099303-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/5195166-2-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/expanding-selections-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/expanding-selections2-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/extend-by-character-003-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/extend-by-character-005-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/extend-by-sentence-001-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/inline-table-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/mixed-editability-4-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/mixed-editability-5-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/mixed-editability-9-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/move-by-character-003-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/move-by-character-005-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/replace-selection-1-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/table-caret-3-expected.png: Added.
        * platform/qt-5.0-wk2/editing/style/4916887-expected.png: Added.
        * platform/qt-5.0-wk2/editing/style/5084241-expected.png: Added.

2013-03-28  Mirela Budaes  <mbudaes@adobe.com>

        Fix layout test for blending in the background
        https://bugs.webkit.org/show_bug.cgi?id=113402

        Reviewed by Dirk Schulze.

        Fixed the layout test effect-background-blend-mode.html typo
        Also rebaselined the test 

        * css3/compositing/effect-background-blend-mode.html:
        * platform/mac/css3/compositing/effect-background-blend-mode-expected.png:

2013-03-28  Alok Priyadarshi  <alokp@chromium.org>

        RenderBox::backgroundIsKnownToBeOpaqueInRect may be wrong for theme-painted elements
        https://bugs.webkit.org/show_bug.cgi?id=113419

        Reviewed by Simon Fraser.

        * compositing/contents-opaque/control-layer-expected.txt: Added.
        * compositing/contents-opaque/control-layer.html: Added.
        * platform/chromium/compositing/contents-opaque/control-layer-expected.txt: Added.

2013-03-28  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening. Adding failure expectation for a reftest added in r147111
        that's failing due to subpixel layout being disabled on the GTK port.

        * platform/gtk/TestExpectations:

2013-03-28  Sergey Ryazanov  <serya@chromium.org>

        Layout Test inspector/console/console-css-warnings.html is failing on debug.
        https://bugs.webkit.org/show_bug.cgi?id=113483

        Reviewed by Alexander Pavlov.

        This test is temporatily disabled in TestExpectations. platform/chromium/TestExpectations override this expectation for chromium/debug.
        It removed for now.

        * platform/chromium/TestExpectations:

2013-03-28  Xianzhu Wang  <wangxianzhu@chromium.org>

        Non-painting fixed elements should not cause repaints on scroll
        https://bugs.webkit.org/show_bug.cgi?id=110430

        Reviewed by Simon Fraser.

        * compositing/repaint/scroll-fixed-layer-no-content.html: Added.
        * compositing/repaint/scroll-fixed-layer-no-content-expected.txt: Added.
        * compositing/repaint/scroll-fixed-layer-out-of-view.html: Added.
        * compositing/repaint/scroll-fixed-layer-out-of-view-expected.txt: Added.

2013-03-28  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed gardening.

        Fix bad rebaseline in r147115.

        * fast/forms/validationMessage-expected.txt:
        * platform/efl/fast/forms/validationMessage-expected.txt:

2013-03-28  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Elements] Syntax-highlight the "Edit as HTML" editor
        https://bugs.webkit.org/show_bug.cgi?id=113306

        Reviewed by Vsevolod Vlasov.

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

2013-03-28  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark several tests as failing due to missing WKTR / DRT functionality.

        * platform/efl/TestExpectations:

2013-03-28  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Rebaseline fast/forms/validationMessage.html after r145024.

        * fast/forms/validationMessage-expected.txt:

2013-03-28  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed gardening of test failures after r147086 and r147090.

        * platform/gtk-wk1/TestExpectations:
        * platform/gtk/TestExpectations:

2013-03-28  Hajime Morrita  <morrita@google.com>

        Custom Elements: should support non-HTML namespaces.
        https://bugs.webkit.org/show_bug.cgi?id=111693

        Reviewed by Dimitri Glazkov.

        * fast/dom/custom/document-register-namespace-expected.txt: Added.
        * fast/dom/custom/document-register-namespace.html: Added.

2013-03-28  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Add platform specific expectation for http/tests/inspector/console-resource-errors.html.
        We get the same result as mac port.

        * platform/efl/http/tests/inspector/console-resource-errors-expected.txt: Added.

2013-03-28  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Add support for the simple case of padding a polygonal shape-inside
        https://bugs.webkit.org/show_bug.cgi?id=112592

        Reviewed by Dirk Schulze.

        Verify that the CSS shape-padding property works correctly for some simple polygonal shapes:
        a rectangle, a rectangle rotated 45 degress, and rectangular shape with a single reflex vertex.

        * fast/exclusions/shape-inside/shape-inside-polygon-padding-001-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-polygon-padding-001.html: Added.
        * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-polygon-padding-002.html: Added.
        * fast/exclusions/shape-inside/shape-inside-polygon-padding-003-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-polygon-padding-003.html: Added.

2013-03-28  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: ResourceScriptFile should check if resource content really matches VM script when determining hasDiverged state.
        https://bugs.webkit.org/show_bug.cgi?id=113488

        Reviewed by Pavel Feldman.

        * http/tests/inspector/debugger-test.js:
        * inspector/debugger/file-system-project-mapping-expected.txt:
        * inspector/debugger/file-system-project-mapping.html:

2013-03-28  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updated png expected results after r146206.

        * platform/qt/editing/deleting/5126166-expected.png:
        * platform/qt/editing/deleting/5206311-1-expected.png:
        * platform/qt/editing/deleting/5272440-expected.png:
        * platform/qt/editing/deleting/5369009-expected.png:
        * platform/qt/editing/deleting/5433862-2-expected.png:
        * platform/qt/editing/deleting/delete-3608445-fix-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
        * platform/qt/editing/deleting/delete-block-contents-003-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.png:
        * platform/qt/editing/deleting/delete-br-002-expected.png:
        * platform/qt/editing/deleting/delete-br-003-expected.png:
        * platform/qt/editing/deleting/delete-br-004-expected.png:
        * platform/qt/editing/deleting/delete-br-005-expected.png:
        * platform/qt/editing/deleting/delete-br-006-expected.png:
        * platform/qt/editing/deleting/delete-hr-expected.png:
        * platform/qt/editing/deleting/delete-image-002-expected.png:
        * platform/qt/editing/deleting/delete-line-003-expected.png:
        * platform/qt/editing/deleting/delete-line-004-expected.png:
        * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
        * platform/qt/editing/deleting/delete-line-end-ws-002-expected.png:
        * platform/qt/editing/deleting/delete-listitem-001-expected.png:
        * platform/qt/editing/deleting/forward-delete-expected.png:
        * platform/qt/editing/deleting/merge-different-styles-expected.png:
        * platform/qt/editing/deleting/pruning-after-merge-2-expected.png:
        * platform/qt/editing/deleting/smart-delete-003-expected.png:
        * platform/qt/editing/deleting/smart-delete-004-expected.png:
        * platform/qt/editing/deleting/type-delete-after-quote-expected.png:
        * platform/qt/editing/execCommand/4580583-1-expected.png:
        * platform/qt/editing/execCommand/4924441-expected.png:
        * platform/qt/editing/execCommand/5482023-expected.png:
        * platform/qt/editing/execCommand/findString-2-expected.png:
        * platform/qt/editing/execCommand/indent-empty-root-expected.png:
        * platform/qt/editing/execCommand/insertHorizontalRule-expected.png:
        * platform/qt/editing/execCommand/insertImage-expected.png:
        * platform/qt/editing/execCommand/nsresponder-indent-expected.png:
        * platform/qt/editing/execCommand/nsresponder-outdent-expected.png:
        * platform/qt/editing/execCommand/paste-1-expected.png:
        * platform/qt/editing/execCommand/paste-2-expected.png:
        * platform/qt/editing/execCommand/remove-list-item-1-expected.png:
        * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/qt/editing/inserting/4875189-1-expected.png:
        * platform/qt/editing/inserting/4875189-2-expected.png:
        * platform/qt/editing/inserting/4959067-expected.png:
        * platform/qt/editing/inserting/5418891-expected.png:
        * platform/qt/editing/inserting/before-after-input-element-expected.png:
        * platform/qt/editing/inserting/editable-html-element-expected.png:
        * platform/qt/editing/inserting/edited-whitespace-1-expected.png:
        * platform/qt/editing/inserting/insert-3654864-fix-expected.png:
        * platform/qt/editing/inserting/insert-3778059-fix-expected.png:
        * platform/qt/editing/inserting/insert-3800346-fix-expected.png:
        * platform/qt/editing/inserting/insert-3851164-fix-expected.png:
        * platform/qt/editing/inserting/insert-div-011-expected.png:
        * platform/qt/editing/inserting/insert-div-012-expected.png:
        * platform/qt/editing/inserting/insert-div-013-expected.png:
        * platform/qt/editing/inserting/insert-div-014-expected.png:
        * platform/qt/editing/inserting/insert-div-015-expected.png:
        * platform/qt/editing/inserting/insert-div-016-expected.png:
        * platform/qt/editing/inserting/insert-div-017-expected.png:
        * platform/qt/editing/inserting/insert-div-018-expected.png:
        * platform/qt/editing/inserting/insert-div-019-expected.png:
        * platform/qt/editing/inserting/insert-div-020-expected.png:
        * platform/qt/editing/inserting/insert-div-025-expected.png:
        * platform/qt/editing/inserting/insert-div-027-expected.png:
        * platform/qt/editing/inserting/insert-paragraph-02-expected.png:
        * platform/qt/editing/inserting/paragraph-separator-03-expected.png:
        * platform/qt/editing/inserting/redo-expected.png:
        * platform/qt/editing/pasteboard/4076267-expected.png:
        * platform/qt/editing/pasteboard/4242293-expected.png:
        * platform/qt/editing/pasteboard/4641033-expected.png:
        * platform/qt/editing/pasteboard/4944770-1-expected.png:
        * platform/qt/editing/pasteboard/4944770-2-expected.png:
        * platform/qt/editing/pasteboard/4989774-expected.png:
        * platform/qt/editing/pasteboard/5028447-expected.png:
        * platform/qt/editing/pasteboard/5032095-expected.png:
        * platform/qt/editing/pasteboard/5134759-expected.png:
        * platform/qt/editing/pasteboard/innerText-inline-table-expected.png:
        * platform/qt/editing/pasteboard/input-field-1-expected.png:
        * platform/qt/editing/pasteboard/merge-after-delete-expected.png:
        * platform/qt/editing/pasteboard/merge-end-borders-expected.png:
        * platform/qt/editing/pasteboard/merge-start-list-expected.png:
        * platform/qt/editing/pasteboard/paste-text-004-expected.png:
        * platform/qt/editing/pasteboard/paste-text-008-expected.png:
        * platform/qt/editing/pasteboard/paste-text-009-expected.png:
        * platform/qt/editing/pasteboard/paste-text-013-expected.png:
        * platform/qt/editing/pasteboard/paste-text-014-expected.png:
        * platform/qt/editing/pasteboard/paste-text-016-expected.png:
        * platform/qt/editing/pasteboard/styled-element-markup-expected.png:
        * platform/qt/editing/selection/13804-expected.png:
        * platform/qt/editing/selection/4402375-expected.png:
        * platform/qt/editing/selection/4776665-expected.png:
        * platform/qt/editing/selection/4866671-expected.png:
        * platform/qt/editing/selection/4889598-expected.png:
        * platform/qt/editing/selection/4895428-2-expected.png:
        * platform/qt/editing/selection/4895428-3-expected.png:
        * platform/qt/editing/selection/4947387-expected.png:
        * platform/qt/editing/selection/4960116-expected.png:
        * platform/qt/editing/selection/4960137-expected.png:
        * platform/qt/editing/selection/4975120-expected.png:
        * platform/qt/editing/selection/4983858-expected.png:
        * platform/qt/editing/selection/5076323-1-expected.png:
        * platform/qt/editing/selection/5081257-1-expected.png:
        * platform/qt/editing/selection/5081257-2-expected.png:
        * platform/qt/editing/selection/5099303-expected.png:
        * platform/qt/editing/selection/5195166-2-expected.png:
        * platform/qt/editing/selection/5240265-expected.png:
        * platform/qt/editing/selection/7152-1-expected.png:
        * platform/qt/editing/selection/7152-2-expected.png:
        * platform/qt/editing/selection/addRange-expected.png:
        * platform/qt/editing/selection/caret-ltr-2-expected.png:
        * platform/qt/editing/selection/caret-ltr-2-left-expected.png:
        * platform/qt/editing/selection/caret-ltr-expected.png:
        * platform/qt/editing/selection/caret-ltr-right-expected.png:
        * platform/qt/editing/selection/caret-rtl-2-left-expected.png:
        * platform/qt/editing/selection/caret-rtl-right-expected.png:
        * platform/qt/editing/selection/clear-selection-expected.png:
        * platform/qt/editing/selection/contenteditable-click-inside-expected.png:
        * platform/qt/editing/selection/drag-select-1-expected.png:
        * platform/qt/editing/selection/editable-html-element-expected.png:
        * platform/qt/editing/selection/expanding-selections-expected.png:
        * platform/qt/editing/selection/expanding-selections2-expected.png:
        * platform/qt/editing/selection/extend-by-character-003-expected.png:
        * platform/qt/editing/selection/extend-by-character-005-expected.png:
        * platform/qt/editing/selection/extend-inside-transforms-backward-expected.png:
        * platform/qt/editing/selection/extend-inside-transforms-forward-expected.png:
        * platform/qt/editing/selection/focus_editable_html-expected.png:
        * platform/qt/editing/selection/inline-table-expected.png:
        * platform/qt/editing/selection/mixed-editability-1-expected.png:
        * platform/qt/editing/selection/mixed-editability-3-expected.png:
        * platform/qt/editing/selection/mixed-editability-4-expected.png:
        * platform/qt/editing/selection/mixed-editability-5-expected.png:
        * platform/qt/editing/selection/mixed-editability-8-expected.png:
        * platform/qt/editing/selection/mixed-editability-9-expected.png:
        * platform/qt/editing/selection/move-3875618-fix-expected.png:
        * platform/qt/editing/selection/move-3875641-fix-expected.png:
        * platform/qt/editing/selection/move-between-blocks-yes-001-expected.png:
        * platform/qt/editing/selection/move-by-character-003-expected.png:
        * platform/qt/editing/selection/move-by-character-005-expected.png:
        * platform/qt/editing/selection/node-removal-1-expected.png:
        * platform/qt/editing/selection/node-removal-2-expected.png:
        * platform/qt/editing/selection/paragraph-granularity-expected.png:
        * platform/qt/editing/selection/range-between-block-and-inline-expected.png:
        * platform/qt/editing/selection/replace-selection-1-expected.png:
        * platform/qt/editing/selection/select-across-readonly-input-1-expected.png:
        * platform/qt/editing/selection/select-across-readonly-input-2-expected.png:
        * platform/qt/editing/selection/select-across-readonly-input-3-expected.png:
        * platform/qt/editing/selection/select-across-readonly-input-4-expected.png:
        * platform/qt/editing/selection/select-across-readonly-input-5-expected.png:
        * platform/qt/editing/selection/select-all-003-expected.png:
        * platform/qt/editing/selection/select-all-005-expected.png:
        * platform/qt/editing/selection/select-all-006-expected.png:
        * platform/qt/editing/selection/select-all-iframe-expected.png:
        * platform/qt/editing/selection/select-text-overflow-ellipsis-expected.png:
        * platform/qt/editing/selection/selectNode-expected.png:
        * platform/qt/editing/selection/selectNodeContents-expected.png:
        * platform/qt/editing/selection/selection-actions-expected.png:
        * platform/qt/editing/selection/selection-button-text-expected.png:
        * platform/qt/editing/selection/table-caret-3-expected.png:
        * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
        * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
        * platform/qt/editing/selection/word-granularity-expected.png:
        * platform/qt/editing/selection/wrapped-line-caret-1-expected.png:
        * platform/qt/editing/selection/wrapped-line-caret-2-expected.png:
        * platform/qt/editing/style/4916887-expected.png:
        * platform/qt/editing/style/5084241-expected.png:
        * platform/qt/editing/style/apple-style-editable-mix-expected.png:
        * platform/qt/editing/style/block-style-001-expected.png:
        * platform/qt/editing/style/block-style-002-expected.png:
        * platform/qt/editing/style/block-style-003-expected.png:
        * platform/qt/editing/style/create-block-for-style-001-expected.png:
        * platform/qt/editing/style/create-block-for-style-002-expected.png:
        * platform/qt/editing/style/create-block-for-style-003-expected.png:
        * platform/qt/editing/style/create-block-for-style-004-expected.png:
        * platform/qt/editing/style/create-block-for-style-005-expected.png:
        * platform/qt/editing/style/create-block-for-style-006-expected.png:
        * platform/qt/editing/style/create-block-for-style-007-expected.png:
        * platform/qt/editing/style/create-block-for-style-008-expected.png:
        * platform/qt/editing/style/create-block-for-style-009-expected.png:
        * platform/qt/editing/style/create-block-for-style-010-expected.png:
        * platform/qt/editing/style/create-block-for-style-011-expected.png:
        * platform/qt/editing/style/create-block-for-style-012-expected.png:
        * platform/qt/editing/style/create-block-for-style-013-expected.png:
        * platform/qt/editing/style/designmode-expected.png:
        * platform/qt/editing/style/relative-font-size-change-001-expected.png:
        * platform/qt/editing/style/relative-font-size-change-002-expected.png:
        * platform/qt/editing/style/relative-font-size-change-003-expected.png:
        * platform/qt/editing/style/relative-font-size-change-004-expected.png:

2013-03-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt][WK2] Unreviewed gardening. Rebaselining after r147086.

        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt: Added.

2013-03-28  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updated png expected results after r146206..

        * platform/qt-5.0-wk2/fast/backgrounds/mask-box-image-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize08-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/block-mask-overlay-image-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/block-mask-overlay-image-outset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-slice-constrained-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-slices-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-radius-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-transformed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/inset-box-shadow-radius-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/inset-box-shadows-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/inset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/scaled-box-shadow-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-as-image-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-bg-zoom-expected.png: Added.
        * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.png:
        * platform/qt-5.0-wk2/fast/css/value-list-out-of-bounds-crash-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/listbox-clip-expected.png:
        * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.png:

2013-03-25  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: DOMContentLoaded event divider is not shown on Timeline's main view
        https://bugs.webkit.org/show_bug.cgi?id=113196

        Reviewed by Pavel Feldman.

        - use TimelinePresentationModel to fetch list of event divider records;

        * http/tests/inspector/timeline-test.js:
        (initialize_Timeline.InspectorTest.printTimestampRecords):
        * inspector/timeline/timeline-load-event-expected.txt:
        * inspector/timeline/timeline-load-event.html:

2013-03-28  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: [DTE] Paint overlay highlight over line background color
        https://bugs.webkit.org/show_bug.cgi?id=113346

        Reviewed by Pavel Feldman.

        Updated test expectations to correspond to new DefaultTextEditor's DOM
        layout.

        * inspector/editor/text-editor-brace-highlighter-expected.txt:
        * inspector/editor/text-editor-highlight-api-expected.txt:
        * inspector/editor/text-editor-highlight-token-expected.txt:
        * inspector/editor/text-editor-long-line-expected.txt:
        * inspector/editor/text-editor-remove-chunks-from-dom-expected.txt:
        * inspector/editor/text-editor-show-whitespace-expected.txt:
        * inspector/editor/text-editor-type-over-decoration-expected.txt:

2013-03-28  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [REGRESSION] [Styles] Pasting a property in the "name" field is broken
        https://bugs.webkit.org/show_bug.cgi?id=113491

        Reviewed by Pavel Feldman.

        * inspector/styles/paste-property-expected.txt: Added.
        * inspector/styles/paste-property.html: Added.

2013-03-28  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adjusting the expectation for media/track/track-in-band-legacy-api.html.

2013-03-28  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updated expected png results after r146206.

        * platform/qt/fast/backgrounds/001-expected.png:
        * platform/qt/fast/backgrounds/background-clip-text-expected.png:
        * platform/qt/fast/backgrounds/background-origin-root-element-expected.png:
        * platform/qt/fast/backgrounds/gradient-background-leakage-expected.png:
        * platform/qt/fast/backgrounds/opacity-on-document-element-expected.png:
        * platform/qt/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png:
        * platform/qt/fast/block/basic/001-expected.png:
        * platform/qt/fast/block/basic/004-expected.png:
        * platform/qt/fast/block/basic/005-expected.png:
        * platform/qt/fast/block/basic/007-expected.png:
        * platform/qt/fast/block/basic/008-expected.png:
        * platform/qt/fast/block/basic/010-expected.png:
        * platform/qt/fast/block/basic/011-expected.png:
        * platform/qt/fast/block/basic/015-expected.png:
        * platform/qt/fast/block/basic/016-expected.png:
        * platform/qt/fast/block/basic/018-expected.png:
        * platform/qt/fast/block/basic/019-expected.png:
        * platform/qt/fast/block/basic/min-pref-width-nowrap-floats-expected.png:
        * platform/qt/fast/block/basic/minheight-expected.png:
        * platform/qt/fast/block/basic/quirk-height-expected.png:
        * platform/qt/fast/block/basic/quirk-percent-height-grandchild-expected.png:
        * platform/qt/fast/block/basic/white-space-pre-wraps-expected.png:
        * platform/qt/fast/block/float/001-expected.png:
        * platform/qt/fast/block/float/003-expected.png:
        * platform/qt/fast/block/float/004-expected.png:
        * platform/qt/fast/block/float/005-expected.png:
        * platform/qt/fast/block/float/006-expected.png:
        * platform/qt/fast/block/float/010-expected.png:
        * platform/qt/fast/block/float/015-expected.png:
        * platform/qt/fast/block/float/016-expected.png:
        * platform/qt/fast/block/float/017-expected.png:
        * platform/qt/fast/block/float/021-expected.png:
        * platform/qt/fast/block/float/023-expected.png:
        * platform/qt/fast/block/float/024-expected.png:
        * platform/qt/fast/block/float/025-expected.png:
        * platform/qt/fast/block/float/027-expected.png:
        * platform/qt/fast/block/float/029-expected.png:
        * platform/qt/fast/block/float/030-expected.png:
        * platform/qt/fast/block/float/031-expected.png:
        * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png:
        * platform/qt/fast/block/float/avoiding-float-centered-expected.png:
        * platform/qt/fast/block/float/editable-text-overlapping-float-expected.png:
        * platform/qt/fast/block/float/fit_line_below_floats-expected.png:
        * platform/qt/fast/block/float/float-avoidance-expected.png:
        * platform/qt/fast/block/float/float-on-zero-height-line-expected.png:
        * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
        * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
        * platform/qt/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
        * platform/qt/fast/block/float/multiple-float-positioning-expected.png:
        * platform/qt/fast/block/float/nestedAnonymousBlocks-expected.png:
        * platform/qt/fast/block/float/nestedAnonymousBlocks2-expected.png:
        * platform/qt/fast/block/float/overhanging-after-height-decrease-offsets-expected.png:
        * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
        * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
        * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
        * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
        * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
        * platform/qt/fast/block/float/shrink-to-fit-width-expected.png:
        * platform/qt/fast/block/float/width-update-after-clear-expected.png:
        * platform/qt/fast/block/lineboxcontain/inline-box-expected.png:
        * platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.png:
        * platform/qt/fast/block/lineboxcontain/inline-replaced-expected.png:
        * platform/qt/fast/block/lineboxcontain/replaced-expected.png:
        * platform/qt/fast/block/margin-collapse/001-expected.png:
        * platform/qt/fast/block/margin-collapse/005-expected.png:
        * platform/qt/fast/block/margin-collapse/006-expected.png:
        * platform/qt/fast/block/margin-collapse/010-expected.png:
        * platform/qt/fast/block/margin-collapse/011-expected.png:
        * platform/qt/fast/block/margin-collapse/012-expected.png:
        * platform/qt/fast/block/margin-collapse/015-expected.png:
        * platform/qt/fast/block/margin-collapse/016-expected.png:
        * platform/qt/fast/block/margin-collapse/017-expected.png:
        * platform/qt/fast/block/margin-collapse/018-expected.png:
        * platform/qt/fast/block/margin-collapse/019-expected.png:
        * platform/qt/fast/block/margin-collapse/020-expected.png:
        * platform/qt/fast/block/margin-collapse/025-expected.png:
        * platform/qt/fast/block/margin-collapse/030-expected.png:
        * platform/qt/fast/block/margin-collapse/031-expected.png:
        * platform/qt/fast/block/margin-collapse/037-expected.png:
        * platform/qt/fast/block/margin-collapse/038-expected.png:
        * platform/qt/fast/block/margin-collapse/043-expected.png:
        * platform/qt/fast/block/margin-collapse/056-expected.png:
        * platform/qt/fast/block/margin-collapse/059-expected.png:
        * platform/qt/fast/block/margin-collapse/100-expected.png:
        * platform/qt/fast/block/margin-collapse/103-expected.png:
        * platform/qt/fast/block/margin-collapse/104-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.png:
        * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/qt/fast/block/positioning/047-expected.png:
        * platform/qt/fast/block/positioning/049-expected.png:
        * platform/qt/fast/block/positioning/051-expected.png:
        * platform/qt/fast/block/positioning/052-expected.png:
        * platform/qt/fast/block/positioning/054-expected.png:
        * platform/qt/fast/block/positioning/055-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.png:
        * platform/qt/fast/block/positioning/height-change-expected.png:
        * platform/qt/fast/block/positioning/pref-width-change-expected.png:
        * platform/qt/fast/block/positioning/relative-overflow-block-expected.png:
        * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.png:
        * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.png:
        * platform/qt/fast/block/positioning/relayout-on-position-change-expected.png:
        * platform/qt/fast/block/positioning/window-height-change-expected.png:
        * platform/qt/fast/body-propagation/background-image/009-expected.png:
        * platform/qt/fast/body-propagation/background-image/009-xhtml-expected.png:
        * platform/qt/fast/body-propagation/overflow/001-expected.png:
        * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.png:
        * platform/qt/fast/body-propagation/overflow/005-declarative-expected.png:
        * platform/qt/fast/body-propagation/overflow/005-expected.png:
        * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.png:
        * platform/qt/fast/borders/bidi-002-expected.png:
        * platform/qt/fast/borders/bidi-009a-expected.png:
        * platform/qt/fast/borders/bidi-012-expected.png:
        * platform/qt/fast/borders/border-color-inherit-expected.png:
        * platform/qt/fast/borders/border-radius-huge-assert-expected.png:
        * platform/qt/fast/borders/border-radius-inline-flow-expected.png:
        * platform/qt/fast/borders/border-radius-split-inline-expected.png:
        * platform/qt/fast/borders/borderRadiusArcs01-expected.png:
        * platform/qt/fast/borders/borderRadiusDotted05-expected.png:
        * platform/qt/fast/borders/borderRadiusDouble01-expected.png:
        * platform/qt/fast/borders/borderRadiusDouble02-expected.png:
        * platform/qt/fast/borders/borderRadiusDouble03-expected.png:
        * platform/qt/fast/borders/borderRadiusGroove01-expected.png:
        * platform/qt/fast/borders/borderRadiusGroove02-expected.png:
        * platform/qt/fast/borders/borderRadiusInset01-expected.png:
        * platform/qt/fast/borders/borderRadiusInvalidColor-expected.png:
        * platform/qt/fast/borders/borderRadiusOutset01-expected.png:
        * platform/qt/fast/borders/borderRadiusRidge01-expected.png:
        * platform/qt/fast/borders/borderRadiusSolid01-expected.png:
        * platform/qt/fast/borders/borderRadiusSolid02-expected.png:
        * platform/qt/fast/borders/borderRadiusSolid03-expected.png:
        * platform/qt/fast/borders/borderRadiusSolid04-expected.png:
        * platform/qt/fast/borders/different-color-borders-expected.png:
        * platform/qt/fast/borders/fieldsetBorderRadius-expected.png:
        * platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.png:
        * platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
        * platform/qt/fast/borders/rtl-border-05-expected.png:
        * platform/qt/fast/borders/table-borders-expected.png:
        * platform/qt/fast/borders/webkit-border-radius-expected.png:
        * platform/qt/fast/box-shadow/basic-shadows-expected.png:
        * platform/qt/fast/box-shadow/box-shadow-radius-expected.png:
        * platform/qt/fast/box-shadow/inset-box-shadow-radius-expected.png:
        * platform/qt/fast/box-shadow/inset-box-shadows-expected.png:
        * platform/qt/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
        * platform/qt/fast/box-shadow/spread-multiple-inset-expected.png: Added.
        * platform/qt/fast/box-shadow/spread-multiple-normal-expected.png: Added.
        * 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-zoom-expected.png:
        * platform/qt/fast/clip/001-expected.png:
        * platform/qt/fast/clip/002-expected.png:
        * platform/qt/fast/clip/003-expected.png:
        * platform/qt/fast/clip/004-expected.png:
        * platform/qt/fast/clip/005-expected.png:
        * platform/qt/fast/clip/006-expected.png:
        * platform/qt/fast/clip/007-expected.png:
        * platform/qt/fast/clip/008-expected.png:
        * platform/qt/fast/clip/009-expected.png:
        * platform/qt/fast/clip/010-expected.png:
        * platform/qt/fast/clip/011-expected.png:
        * platform/qt/fast/clip/012-expected.png:
        * platform/qt/fast/clip/013-expected.png:
        * platform/qt/fast/clip/014-expected.png:
        * platform/qt/fast/clip/015-expected.png:
        * platform/qt/fast/clip/nestedTransparencyClip-expected.png:
        * platform/qt/fast/clip/outline-overflowClip-expected.png:
        * platform/qt/fast/clip/overflow-border-radius-clip-expected.png:
        * platform/qt/fast/clip/overflow-border-radius-combinations-expected.png:
        * platform/qt/fast/clip/overflow-border-radius-composited-expected.png:
        * platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.png:
        * platform/qt/fast/clip/overflow-border-radius-transformed-expected.png:
        * platform/qt/fast/css-generated-content/001-expected.png:
        * platform/qt/fast/css-generated-content/002-expected.png:
        * platform/qt/fast/css-generated-content/008-expected.png:
        * platform/qt/fast/css-generated-content/009-expected.png:
        * platform/qt/fast/css-generated-content/013-expected.png:
        * platform/qt/fast/css-generated-content/016-expected.png:
        * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.png:
        * platform/qt/fast/css-generated-content/after-order-expected.png:
        * platform/qt/fast/css-generated-content/beforeAfter-interdocument-expected.png:
        * platform/qt/fast/css-generated-content/inline-display-types-expected.png:
        * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.png:
        * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
        * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.png:
        * platform/qt/fast/css-generated-content/table-row-before-after-expected.png:
        * platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.png:
        * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.png:
        * platform/qt/fast/css/002-expected.png:
        * platform/qt/fast/css/003-expected.png:
        * platform/qt/fast/css/004-expected.png:
        * platform/qt/fast/css/005-expected.png:
        * platform/qt/fast/css/008-expected.png:
        * platform/qt/fast/css/ZeroOpacityLayers-expected.png:
        * platform/qt/fast/css/ZeroOpacityLayers2-expected.png:
        * platform/qt/fast/css/absolute-poition-in-rtl-parent-expected.png:
        * platform/qt/fast/css/attribute-selector-dynamic-expected.png:
        * platform/qt/fast/css/attribute-selector-empty-value-expected.png:
        * platform/qt/fast/css/background-shorthand-invalid-url-expected.png:
        * platform/qt/fast/css/beforeSelectorOnCodeElement-expected.png:
        * platform/qt/fast/css/begin-end-contain-selector-empty-value-expected.png:
        * platform/qt/fast/css/border-height-expected.png:
        * platform/qt/fast/css/border-radius-outline-offset-expected.png:
        * platform/qt/fast/css/border-solid-single-edge-antialias-expected.png: Added.
        * platform/qt/fast/css/child-style-can-override-visited-style-expected.png:
        * platform/qt/fast/css/clip-text-in-scaled-div-expected.png:
        * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png:
        * platform/qt/fast/css/continuationCrash-expected.png:
        * platform/qt/fast/css/create_element_align-expected.png:
        * platform/qt/fast/css/css-imports-expected.png:
        * platform/qt/fast/css/css3-modsel-22-expected.png:
        * platform/qt/fast/css/css3-nth-child-expected.png:
        * platform/qt/fast/css/error-in-last-decl-expected.png:
        * platform/qt/fast/css/first-letter-first-line-hover-expected.png:
        * platform/qt/fast/css/first-letter-float-after-float-expected.png:
        * platform/qt/fast/css/first-letter-float-expected.png:
        * platform/qt/fast/css/first-letter-punctuation-expected.png:
        * platform/qt/fast/css/first-letter-recalculation-expected.png:
        * platform/qt/fast/css/first-letter-visibility-expected.png:
        * platform/qt/fast/css/focus-ring-detached-expected.png:
        * platform/qt/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
        * platform/qt/fast/css/focus-ring-outline-color-expected.png:
        * platform/qt/fast/css/focus-ring-outline-offset-expected.png:
        * platform/qt/fast/css/focus-ring-outline-width-expected.png:
        * platform/qt/fast/css/font-face-implicit-local-font-expected.png:
        * platform/qt/fast/css/font-face-multiple-faces-expected.png:
        * platform/qt/fast/css/font-face-multiple-remote-sources-expected.png:
        * platform/qt/fast/css/font-smoothing-expected.png:
        * platform/qt/fast/css/font_property_normal-expected.png:
        * platform/qt/fast/css/hsla-color-expected.png:
        * platform/qt/fast/css/import-rule-regression-11590-expected.png:
        * platform/qt/fast/css/inline-properties-important-expected.png:
        * platform/qt/fast/css/invalid-percentage-property-expected.png:
        * platform/qt/fast/css/invalidation-errors-2-expected.png:
        * platform/qt/fast/css/invalidation-errors-3-expected.png:
        * platform/qt/fast/css/invalidation-errors-expected.png:
        * platform/qt/fast/css/last-child-style-sharing-expected.png:
        * platform/qt/fast/css/layerZOrderCrash-expected.png:
        * platform/qt/fast/css/line-height-overflow-expected.png:
        * platform/qt/fast/css/link-outside-head-expected.png:
        * platform/qt/fast/css/list-outline-expected.png:
        * platform/qt/fast/css/margin-bottom-form-element-quirk-expected.png:
        * platform/qt/fast/css/margin-bottom-form-element-strict-expected.png:
        * platform/qt/fast/css/namespaces/004-expected.png:
        * platform/qt/fast/css/namespaces/005-expected.png:
        * platform/qt/fast/css/namespaces/006-expected.png:
        * platform/qt/fast/css/namespaces/namespaces-comments-expected.png:
        * platform/qt/fast/css/namespaces/namespaces-empty-expected.png:
        * platform/qt/fast/css/namespaces/namespaces-invalid-at-expected.png:
        * platform/qt/fast/css/negative-leading-expected.png:
        * platform/qt/fast/css/non-empty-span-expected.png:
        * platform/qt/fast/css/pendingStylesheetFontSize-expected.png:
        * platform/qt/fast/css/percent-top-relative-container-height-unspecified-expected.png:
        * platform/qt/fast/css/position-negative-top-margin-expected.png:
        * platform/qt/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
        * 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-removed-expected.png:
        * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
        * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
        * platform/qt/fast/css/rem-dynamic-scaling-expected.png:
        * platform/qt/fast/css/rem-units-on-root-expected.png:
        * platform/qt/fast/css/rgb-float-expected.png:
        * platform/qt/fast/css/selector-set-attribute-expected.png:
        * platform/qt/fast/css/shadow-multiple-expected.png:
        * platform/qt/fast/css/style-outside-head-expected.png:
        * platform/qt/fast/css/style-parsed-outside-head-expected.png:
        * platform/qt/fast/css/table-rules-attribute-groups-with-frame-expected.png:
        * platform/qt/fast/css/table-text-align-quirk-expected.png:
        * platform/qt/fast/css/table-text-align-strict-expected.png:
        * platform/qt/fast/css/target-fragment-match-expected.png:
        * platform/qt/fast/css/text-align-expected.png:
        * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
        * platform/qt/fast/css/text-transform-select-expected.png:
        * platform/qt/fast/css/textCapitalizeEdgeCases-expected.png:
        * platform/qt/fast/css/transform-default-parameter-expected.png:
        * platform/qt/fast/css/transformed-mask-expected.png:
        * platform/qt/fast/css/transition-color-unspecified-expected.png:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
        * platform/qt/fast/css/visibility-hit-test-expected.png:
        * platform/qt/fast/css/zoom-font-size-expected.png:
        * platform/qt/fast/doctypes/001-expected.png:
        * platform/qt/fast/doctypes/002-expected.png:
        * platform/qt/fast/doctypes/003-expected.png:
        * platform/qt/fast/doctypes/004-expected.png:
        * platform/qt/fast/dom/34176-expected.png:
        * platform/qt/fast/dom/Element/null-offset-parent-expected.png:
        * platform/qt/fast/dom/HTMLElement/bdo-expected.png:
        * platform/qt/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
        * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/qt/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
        * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
        * platform/qt/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png:
        * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
        * platform/qt/fast/dom/HTMLTableElement/colSpan-expected.png:
        * platform/qt/fast/dom/HTMLTableElement/createCaption-expected.png:
        * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/qt/fast/dom/Range/create-contextual-fragment-expected.png:
        * platform/qt/fast/dom/Range/surroundContents-1-expected.png:
        * platform/qt/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
        * platform/qt/fast/dom/anchor-text-expected.png:
        * platform/qt/fast/dom/blur-contenteditable-expected.png:
        * platform/qt/fast/dom/createDocumentType-expected.png:
        * platform/qt/fast/dom/css-rule-functions-expected.png:
        * platform/qt/fast/dom/delete-contents-expected.png:
        * platform/qt/fast/dom/gc-10-expected.png:
        * platform/qt/fast/dom/importNodeHTML-expected.png:
        * platform/qt/fast/dom/importNodeXML-expected.png:
        * platform/qt/fast/dynamic/002-expected.png:
        * platform/qt/fast/dynamic/011-expected.png:
        * platform/qt/fast/dynamic/014-expected.png:
        * platform/qt/fast/dynamic/015-expected.png:
        * platform/qt/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
        * platform/qt/fast/dynamic/dirty-float-in-clean-line-expected.png:
        * platform/qt/fast/dynamic/first-letter-display-change-expected.png:
        * platform/qt/fast/dynamic/float-at-line-break-expected.png:
        * platform/qt/fast/dynamic/float-no-longer-overhanging-expected.png:
        * platform/qt/fast/dynamic/float-withdrawal-2-expected.png:
        * platform/qt/fast/dynamic/float-withdrawal-expected.png:
        * platform/qt/fast/dynamic/noninlinebadness-expected.png:
        * platform/qt/fast/dynamic/outerHTML-doc-expected.png:
        * platform/qt/fast/dynamic/outerHTML-img-expected.png:
        * platform/qt/fast/dynamic/subtree-parent-static-y-expected.png:
        * platform/qt/fast/dynamic/unicode-bidi-expected.png:
        * platform/qt/fast/dynamic/view-overflow-expected.png:
        * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
        * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
        * platform/qt/fast/events/event-listener-on-link-expected.png:
        * platform/qt/fast/events/resize-events-expected.png:
        * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
        * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
        * platform/qt/fast/flexbox/001-expected.png:
        * platform/qt/fast/flexbox/002-expected.png:
        * platform/qt/fast/flexbox/003-expected.png:
        * platform/qt/fast/flexbox/004-expected.png:
        * platform/qt/fast/flexbox/005-expected.png:
        * platform/qt/fast/flexbox/006-expected.png:
        * platform/qt/fast/flexbox/007-expected.png:
        * platform/qt/fast/flexbox/008-expected.png:
        * platform/qt/fast/flexbox/009-expected.png:
        * platform/qt/fast/flexbox/010-expected.png:
        * platform/qt/fast/flexbox/011-expected.png:
        * platform/qt/fast/flexbox/012-expected.png:
        * platform/qt/fast/flexbox/013-expected.png:
        * platform/qt/fast/flexbox/014-expected.png:
        * platform/qt/fast/flexbox/015-expected.png:
        * platform/qt/fast/flexbox/016-expected.png:
        * platform/qt/fast/flexbox/017-expected.png:
        * platform/qt/fast/flexbox/018-expected.png:
        * platform/qt/fast/flexbox/019-expected.png:
        * platform/qt/fast/flexbox/020-expected.png:
        * platform/qt/fast/flexbox/021-expected.png:
        * platform/qt/fast/flexbox/022-expected.png:
        * platform/qt/fast/flexbox/023-expected.png:
        * platform/qt/fast/flexbox/024-expected.png:
        * platform/qt/fast/flexbox/overhanging-floats-removed-expected.png:
        * platform/qt/fast/forms/HTMLOptionElement_label05-expected.png:
        * platform/qt/fast/forms/basic-buttons-expected.png:
        * platform/qt/fast/forms/basic-textareas-quirks-expected.png:
        * platform/qt/fast/forms/button-default-title-expected.png:
        * platform/qt/fast/forms/button-inner-block-reuse-expected.png:
        * platform/qt/fast/forms/button-table-styles-expected.png:
        * platform/qt/fast/forms/button-text-transform-expected.png:
        * platform/qt/fast/forms/control-clip-overflow-expected.png:
        * platform/qt/fast/forms/disabled-select-change-index-expected.png:
        * platform/qt/fast/forms/fieldset-align-expected.png:
        * platform/qt/fast/forms/file/file-input-direction-expected.png:
        * platform/qt/fast/forms/floating-textfield-relayout-expected.png:
        * platform/qt/fast/forms/form-hides-table-expected.png:
        * platform/qt/fast/forms/input-appearance-selection-expected.png:
        * platform/qt/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/qt/fast/forms/listbox-clip-expected.png:
        * platform/qt/fast/forms/menulist-clip-expected.png:
        * platform/qt/fast/forms/menulist-option-wrap-expected.png:
        * platform/qt/fast/forms/negativeLineHeight-expected.png:
        * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
        * platform/qt/fast/forms/option-strip-whitespace-expected.png:
        * platform/qt/fast/forms/placeholder-position-expected.png:
        * platform/qt/fast/forms/search-rtl-expected.png:
        * platform/qt/fast/forms/select-change-popup-to-listbox-expected.png:
        * platform/qt/fast/forms/select-initial-position-expected.png:
        * platform/qt/fast/forms/select-item-background-clip-expected.png:
        * platform/qt/fast/forms/select-list-box-with-height-expected.png:
        * platform/qt/fast/forms/select/optgroup-rendering-expected.png:
        * platform/qt/fast/forms/textarea-align-expected.png:
        * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.png:
        * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:

2013-03-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaselining after r147086.

        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt: Added.
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt: Added.

2013-03-28  Alexei Filippov  <alph@chromium.org>

        Web Inspector: Auto expand retaining path until there are more than one retainer.
        https://bugs.webkit.org/show_bug.cgi?id=112596

        Reviewed by Yury Semikhatsky.

        When retainers view gets opened automatically expand retaining path
        for objects having just a single retainer.
        - Added a test for the new behavior.
        - Replaced hardcoded "populate complete" string with the event object.

        * inspector/profiler/heap-snapshot-summary-retainers-expected.txt:
        * inspector/profiler/heap-snapshot-summary-retainers.html:
        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest.):
        (initialize_HeapSnapshotTest):

2013-03-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updating PNG expected results after r146206.

        * platform/qt/tables/mozilla/bugs/bug46480-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46480-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46623-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46623-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46924-expected.png:
        * platform/qt/tables/mozilla/bugs/bug47432-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4849-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug48827-expected.png:
        * platform/qt/tables/mozilla/bugs/bug51037-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5188-expected.png:
        * platform/qt/tables/mozilla/bugs/bug52505-expected.png:
        * platform/qt/tables/mozilla/bugs/bug52506-expected.png:
        * platform/qt/tables/mozilla/bugs/bug53690-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug53690-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5538-expected.png:
        * platform/qt/tables/mozilla/bugs/bug55527-expected.png:
        * platform/qt/tables/mozilla/bugs/bug55694-expected.png:
        * platform/qt/tables/mozilla/bugs/bug55789-expected.png:
        * platform/qt/tables/mozilla/bugs/bug57300-expected.png:
        * platform/qt/tables/mozilla/bugs/bug57828-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug57828-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5799-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5835-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5838-expected.png:
        * platform/qt/tables/mozilla/bugs/bug59354-expected.png:
        * platform/qt/tables/mozilla/bugs/bug60804-expected.png:
        * platform/qt/tables/mozilla/bugs/bug60807-expected.png:
        * platform/qt/tables/mozilla/bugs/bug6184-expected.png:
        * platform/qt/tables/mozilla/bugs/bug6304-expected.png:
        * platform/qt/tables/mozilla/bugs/bug641-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug641-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug647-expected.png:
        * platform/qt/tables/mozilla/bugs/bug650-expected.png:
        * platform/qt/tables/mozilla/bugs/bug67915-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug68912-expected.png:
        * platform/qt/tables/mozilla/bugs/bug68998-expected.png:
        * platform/qt/tables/mozilla/bugs/bug69187-expected.png:
        * platform/qt/tables/mozilla/bugs/bug69382-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug69382-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug709-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7112-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7112-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7121-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7342-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7471-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
        * platform/qt/tables/mozilla/bugs/bug78162-expected.png:
        * platform/qt/tables/mozilla/bugs/bug80762-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug82946-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug82946-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8381-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8411-expected.png:
        * platform/qt/tables/mozilla/bugs/bug88035-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug88035-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug88524-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8858-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9072-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9123-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9123-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug92143-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9271-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9271-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug92868-expected.png:
        * platform/qt/tables/mozilla/bugs/bug93363-expected.png:
        * platform/qt/tables/mozilla/bugs/bug963-expected.png:
        * platform/qt/tables/mozilla/bugs/bug96334-expected.png:
        * platform/qt/tables/mozilla/bugs/bug96343-expected.png:
        * platform/qt/tables/mozilla/bugs/bug965-expected.png:
        * platform/qt/tables/mozilla/bugs/bug97138-expected.png:
        * platform/qt/tables/mozilla/bugs/bug97383-expected.png:
        * platform/qt/tables/mozilla/bugs/bug98196-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9879-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug99948-expected.png:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
        * platform/qt/tables/mozilla/core/borders-expected.png:
        * platform/qt/tables/mozilla/core/captions-expected.png:
        * platform/qt/tables/mozilla/core/col_span-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_per-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_fix-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_per-expected.png:
        * platform/qt/tables/mozilla/core/margins-expected.png:
        * platform/qt/tables/mozilla/core/nested1-expected.png:
        * platform/qt/tables/mozilla/core/row_span-expected.png:
        * platform/qt/tables/mozilla/core/table_frame-expected.png:
        * platform/qt/tables/mozilla/core/table_rules-expected.png:
        * platform/qt/tables/mozilla/core/table_widths-expected.png:
        * platform/qt/tables/mozilla/dom/deleteCol1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteCol2-expected.png:
        * platform/qt/tables/mozilla/dom/deleteCol3-expected.png:
        * platform/qt/tables/mozilla/dom/deleteColGroup1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteColGroup2-expected.png:
        * platform/qt/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteRowsShrink1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
        * platform/qt/tables/mozilla/dom/insertCellsExpand2-expected.png:
        * platform/qt/tables/mozilla/dom/insertCellsRebuild1-expected.png:
        * platform/qt/tables/mozilla/dom/insertCellsRebuild2-expected.png:
        * platform/qt/tables/mozilla/dom/insertColGroups1-expected.png:
        * platform/qt/tables/mozilla/dom/insertColGroups2-expected.png:
        * platform/qt/tables/mozilla/dom/insertCols1-expected.png:
        * platform/qt/tables/mozilla/dom/insertCols2-expected.png:
        * platform/qt/tables/mozilla/dom/insertCols3-expected.png:
        * platform/qt/tables/mozilla/dom/insertCols4-expected.png:
        * platform/qt/tables/mozilla/dom/insertCols5-expected.png:
        * platform/qt/tables/mozilla/dom/tableDom-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-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-row-expected.png:
        * platform/qt/tables/mozilla/marvin/body_tbody-expected.png:
        * platform/qt/tables/mozilla/marvin/body_tfoot-expected.png:
        * platform/qt/tables/mozilla/marvin/body_thead-expected.png:
        * platform/qt/tables/mozilla/marvin/col_span-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_span-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/table_frame_border-expected.png:
        * platform/qt/tables/mozilla/marvin/table_frame_box-expected.png:
        * platform/qt/tables/mozilla/marvin/table_row_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/table_row_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/table_row_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/table_rules_all-expected.png:
        * platform/qt/tables/mozilla/marvin/table_rules_groups-expected.png:
        * platform/qt/tables/mozilla/marvin/table_rules_none-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_0-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_1-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_2-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_3-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_caption_align_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_cellpadding-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_cellspacing-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_class-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_default-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_id-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_style-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_colspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_height-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_nowrap-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_rowspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_width-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_colspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_height-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_rowspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_width-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_width_percent-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_char-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_char-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_span-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_border-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_border_none-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_border_px-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_frame_void-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_rules_groups-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_rules_none-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_height-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_width-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_height-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_width-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_top-expected.png:
        * platform/qt/tables/mozilla/other/cellspacing-expected.png:
        * platform/qt/tables/mozilla/other/nested2-expected.png:
        * platform/qt/tables/mozilla/other/nestedTables-expected.png:
        * platform/qt/tables/mozilla/other/padding-expected.png:
        * platform/qt/tables/mozilla/other/test3-expected.png:
        * platform/qt/tables/mozilla/other/test6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/cols1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/columns-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
        * 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_row_sibling-expected.png:
        * 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_caption-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
        * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.png:
        * platform/qt/tables/mozilla_expected_failures/other/test4-expected.png:
        * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.png:
        * platform/qt/transforms/2d/transform-borderbox-expected.png:
        * platform/qt/transforms/2d/transform-fixed-container-expected.png:
        * platform/qt/transforms/2d/transform-origin-borderbox-expected.png:
        * platform/qt/transforms/2d/zoom-menulist-expected.png:
        * platform/qt/transitions/cross-fade-background-image-expected.png:
        * platform/qt/transitions/cross-fade-border-image-expected.png:
        * platform/qt/transitions/svg-text-shadow-transition-expected.png:

2013-03-28  Arpita Bahuguna  <a.bah@samsung.com>

        Regression: Crash when selecting Hebrew and numbers in a list
        https://bugs.webkit.org/show_bug.cgi?id=111894

        Reviewed by Ryosuke Niwa.

        * editing/selection/click-on-anonymous-content-crash-expected.txt: Added.
        * editing/selection/click-on-anonymous-content-crash.html: Added.
        Added a testcase for verifying that no crash occurs when trying to
        select/click an anonymous renderer, in this case the list marker's
        renderer.

2013-03-28  Mike West  <mkwst@chromium.org>

        X-Frame-Options: Multiple headers are ignored completely.
        https://bugs.webkit.org/show_bug.cgi?id=113387

        Reviewed by Nate Chapin.

        * http/tests/security/XFrameOptions/resources/x-frame-options-multiple-headers-conflict.cgi: Added.
        * http/tests/security/XFrameOptions/resources/x-frame-options-multiple-headers-sameorigin.cgi: Added.
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt: Added.
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict.html: Added.
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-allow-expected.txt: Added.
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-allow.html: Added.
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt: Added.
        * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-allow-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt: Added.

2013-03-28  Mihai Tica  <mitica@adobe.com>

        [CSS Regions] Convert layout tests region-style-block-background-color[2] to ref-tests
        https://bugs.webkit.org/show_bug.cgi?id=86339

        Reviewed by Tony Chang.

        This patch converts the pixel test baseline into ref-tests for the following tests:
        fast/regions/region-style-block-background-color.html
        fast/regions/region-style-block-background-color2.html

        * fast/regions/region-style-block-background-color-expected.html: Added.
        * fast/regions/region-style-block-background-color.html:
        * fast/regions/region-style-block-background-color2-expected.html: Added.
        * fast/regions/region-style-block-background-color2.html:
        * platform/chromium-linux/fast/regions/region-style-block-background-color-expected.png: Removed.
        * platform/chromium-linux/fast/regions/region-style-block-background-color2-expected.png: Removed.
        * platform/chromium-mac-lion/fast/regions/region-style-block-background-color-expected.png: Removed.
        * platform/chromium-mac-lion/fast/regions/region-style-block-background-color2-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/regions/region-style-block-background-color-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/regions/region-style-block-background-color2-expected.png: Removed.
        * platform/chromium-mac/fast/regions/region-style-block-background-color-expected.png: Removed.
        * platform/chromium-mac/fast/regions/region-style-block-background-color2-expected.png: Removed.
        * platform/chromium-win/fast/regions/region-style-block-background-color-expected.png: Removed.
        * platform/chromium-win/fast/regions/region-style-block-background-color-expected.txt: Removed.
        * platform/chromium-win/fast/regions/region-style-block-background-color2-expected.png: Removed.
        * platform/chromium-win/fast/regions/region-style-block-background-color2-expected.txt: Removed.
        * platform/chromium/fast/regions/region-style-block-background-color-expected.txt: Removed.
        * platform/chromium/fast/regions/region-style-block-background-color2-expected.txt: Removed.
        * platform/efl/fast/regions/region-style-block-background-color-expected.png: Removed.
        * platform/efl/fast/regions/region-style-block-background-color-expected.txt: Removed.
        * platform/efl/fast/regions/region-style-block-background-color2-expected.png: Removed.
        * platform/efl/fast/regions/region-style-block-background-color2-expected.txt: Removed.
        * platform/gtk/fast/regions/region-style-block-background-color-expected.png: Removed.
        * platform/gtk/fast/regions/region-style-block-background-color-expected.txt: Removed.
        * platform/gtk/fast/regions/region-style-block-background-color2-expected.png: Removed.
        * platform/gtk/fast/regions/region-style-block-background-color2-expected.txt: Removed.
        * platform/mac/fast/regions/region-style-block-background-color-expected.png: Removed.
        * platform/mac/fast/regions/region-style-block-background-color-expected.txt: Removed.
        * platform/mac/fast/regions/region-style-block-background-color2-expected.png: Removed.
        * platform/mac/fast/regions/region-style-block-background-color2-expected.txt: Removed.
        * platform/qt/fast/regions/region-style-block-background-color-expected.png: Removed.
        * platform/qt/fast/regions/region-style-block-background-color-expected.txt: Removed.
        * platform/qt/fast/regions/region-style-block-background-color2-expected.png: Removed.
        * platform/qt/fast/regions/region-style-block-background-color2-expected.txt: Removed.

2013-03-28  Ádám Kallai  <kadam@inf.u-szeged.hu>

        Gardening. Organize expected results, because the generic expected file should be the one that uses JSC.
        https://bugs.webkit.org/show_bug.cgi?id=113291.

        Reviewed by Csaba Osztrogonác.

        * inspector/console/console-eval-syntax-error-expected.txt:
        * inspector/debugger/debugger-pause-in-eval-script-expected.txt:
        * inspector/extensions/extensions-eval-expected.txt:
        * platform/chromium/inspector/debugger/debugger-pause-in-eval-script-expected.txt: Copied from LayoutTests/inspector/debugger/debugger-pause-in-eval-script-expected.txt.
        * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Copied from LayoutTests/inspector/extensions/extensions-eval-expected.txt.
        * platform/mac/inspector/console/console-eval-syntax-error-expected.txt: Removed.
        * platform/mac/inspector/debugger/debugger-pause-in-eval-script-expected.txt: Removed.
        * platform/mac/inspector/extensions/extensions-eval-expected.txt: Removed.
        * platform/qt/inspector/console/console-eval-syntax-error-expected.txt: Removed.
        * platform/qt/inspector/debugger/debugger-pause-in-eval-script-expected.txt: Removed.
        * platform/qt/inspector/extensions/extensions-eval-expected.txt: Removed.

2013-03-28  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening. Test Expectations update.

        * platform/chromium/TestExpectations:

2013-03-27  Shinya Kawanaka  <shinyak@chromium.org> 

        [Chromium] Unreviewed gardening. Test Expectations update.

        * platform/chromium/TestExpectations:

2013-03-27  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening. Test Expectations update.

        * platform/chromium/TestExpectations:

        compositing/rtl tests are failing also on Linux Debug.

2013-03-27  Keishi Hattori  <keishi@webkit.org>

        Dragging to edge should always snap to min/max.
        https://bugs.webkit.org/show_bug.cgi?id=113477

        Reviewed by Kent Tamura.

        * fast/forms/range/range-slow-drag-to-edge-expected.txt: Added.
        * fast/forms/range/range-slow-drag-to-edge.html: Added.

2013-03-27  Shinya Kawanaka  <shinyak@chromium.org> 

        [Chromium] Unreviewed gardening. Test Expectations update.

        http/tests/cache/subresource-failover-to-network.html is failing.

        * platform/chromium/TestExpectations:

2013-03-27  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening. Test Expectations update.

        * platform/chromium/TestExpectations:

2013-03-27  Noel Gordon  <noel.gordon@gmail.com>

        Add webp image color profile support
        https://bugs.webkit.org/show_bug.cgi?id=113184

        Reviewed by Eric Seidel.

        * fast/images/resources/webp-color-profile-lossless.webp: Added.
        * fast/images/resources/webp-color-profile-lossy-alpha.webp: Added.
        * fast/images/resources/webp-color-profile-lossy.webp: Added.
        * fast/images/webp-color-profile-lossless-expected.txt: Added.
        * fast/images/webp-color-profile-lossless.html: Added.
        * fast/images/webp-color-profile-lossy-alpha-expected.txt: Added.
        * fast/images/webp-color-profile-lossy-alpha.html: Added.
        * fast/images/webp-color-profile-lossy-expected.txt: Added.
        * fast/images/webp-color-profile-lossy.html: Added.
        * platform/chromium-mac/fast/images/webp-color-profile-lossless-expected.png: Added.
        * platform/chromium-mac/fast/images/webp-color-profile-lossy-alpha-expected.png: Added.
        * platform/chromium-mac/fast/images/webp-color-profile-lossy-expected.png: Added.
        * platform/chromium-win/fast/images/webp-color-profile-lossless-expected.png: Added.
        * platform/chromium-win/fast/images/webp-color-profile-lossy-alpha-expected.png: Added.
        * platform/chromium-win/fast/images/webp-color-profile-lossy-expected.png: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-03-27  Filip Pizlo  <fpizlo@apple.com>

        JIT and DFG should NaN-check loads from Float32 arrays
        https://bugs.webkit.org/show_bug.cgi?id=113462
        <rdar://problem/13490804>

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-float32-array-nan-expected.txt: Added.
        * fast/js/dfg-float32-array-nan.html: Added.
        * fast/js/jit-float32-array-nan-expected.txt: Added.
        * fast/js/jit-float32-array-nan.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-float32-array-nan.js: Added.
        (foo):
        * fast/js/script-tests/jit-float32-array-nan.js: Added.

2013-03-27  Beth Dakin  <bdakin@apple.com>

        Need WK2 API to give a WebView a header and footer
        https://bugs.webkit.org/show_bug.cgi?id=113352
        -and corresponding-
        <rdar://problem/13383835>

        Reviewed by Simon Fraser.

        * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-expected.txt: Added.
        * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale-expected.txt: Added.
        * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale.html: Added.
        * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing.html: Added.

2013-03-27  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        javascriptcore bindings do not check exception after calling valueToStringWithNullCheck
        https://bugs.webkit.org/show_bug.cgi?id=113219

        Reviewed by Kentaro Hara.

        * fast/dom/exception-in-binding-expected.txt: Added.
        * fast/dom/exception-in-binding.html: Added.
        * platform/chromium/TestExpectations: new test fails for now

2013-03-27  Claudio Saavedra  <csaavedra@igalia.com>

        Explicitly set editingBehavior in some tests.
        https://bugs.webkit.org/show_bug.cgi?id=113383

        Reviewed by Ryosuke Niwa.

        These tests make assumptions on how word selection works.
        Actually, word selection will work differently depending on the
        editingBehavior in place, see bug 110487, so the only way to
        ensure the following tests will do word selection as expected is
        to use Mac editing behavior.

        * editing/deleting/delete-by-word-001.html: Call setEditingBehavior("mac").
        * editing/deleting/list-item-1.html: ditto.
        * editing/deleting/non-smart-delete.html: ditto.
        * editing/deleting/smart-delete-002.html: ditto.
        * editing/deleting/smart-delete-across-editable-boundaries.html: ditto.
        * editing/execCommand/hilitecolor.html: ditto.
        * editing/execCommand/remove-formatting-2.html: ditto.
        * editing/inserting/4960120-2.html: ditto.
        * editing/inserting/insert-paragraph-02.html: ditto. ditto.
        * editing/inserting/insert-paragraph-03.html: ditto.
        * editing/inserting/insert-paragraph-04.html: ditto.
        * editing/inserting/paragraph-outside-nested-divs.html: ditto.
        * editing/inserting/paragraph-separator-01.html: ditto.
        * editing/inserting/paragraph-separator-02.html: ditto.
        * editing/inserting/paragraph-separator-03.html: ditto.
        * editing/pasteboard/4242293-1.html: ditto.
        * editing/pasteboard/4806874.html: ditto.
        * editing/pasteboard/5006779.html: ditto.
        * editing/pasteboard/8145-2.html: ditto.
        * editing/pasteboard/bad-placeholder.html: ditto.
        * editing/pasteboard/copy-text-with-backgroundcolor.html: ditto.
        * editing/pasteboard/drag-drop-modifies-page.html: ditto.
        * editing/pasteboard/get-data-text-plain-drop.html: ditto.
        * editing/pasteboard/insert-div-text-into-text.html: ditto.
        * editing/pasteboard/merge-end-3.html: ditto.
        * editing/pasteboard/merge-end-5.html: ditto.
        * editing/pasteboard/merge-end-borders.html: ditto.
        * editing/pasteboard/paste-blockquote-3.html: ditto.
        * editing/pasteboard/paste-list-004.html: ditto.
        * editing/pasteboard/pasting-object.html: ditto.
        * editing/selection/4932260-2.html: ditto.
        * editing/selection/extend-by-word-002.html: ditto.
        * editing/selection/extend-forward-by-word-over-non-editable.html: ditto.
        * editing/selection/transformed-selection-rects.html: ditto.
        * editing/style/5046875-1.html: ditto.
        * editing/style/5046875-2.html: ditto.
        * editing/style/fore-color-by-name.html: ditto.
        * editing/style/relative-font-size-change-002.html: ditto.
        * editing/style/relative-font-size-change-003.html: ditto.
        * editing/style/relative-font-size-change-004.html: ditto.
        * editing/style/style-boundary-005.html: ditto.
        * editing/text-iterator/first-letter-word-boundary.html: ditto.
        * editing/undo/undo-combined-delete-boundary.html: ditto.
        * editing/undo/undo-combined-delete.html: ditto.
        * editing/undo/undo-delete-boundary.html: ditto.
        * editing/undo/undo-delete.html: ditto.
        * editing/undo/undo-forward-delete-boundary.html: ditto.
        * editing/undo/undo-forward-delete.html: ditto.
        * fast/dom/34176.html: ditto.
        * platform/chromium-win/editing/deleting/non-smart-delete-expected.txt: Updated.
        * platform/efl/editing/deleting/non-smart-delete-expected.txt: Updated.
        * platform/gtk/editing/deleting/non-smart-delete-expected.txt: Updated.
        * platform/qt/editing/deleting/non-smart-delete-expected.txt: Updated.

2013-03-27  Claudio Saavedra  <csaavedra@igalia.com>

        Rename Editing tests whose expectations are Mac specific
        https://bugs.webkit.org/show_bug.cgi?id=113414

        Reviewed by Ryosuke Niwa.

        These tests have expectations that assume that word selection
        works always as in Mac and therefore will break when ran with
        editingBehavior set, for instance, to Windows (see bug
        110487). Rename them to have the suffix -mac and explicitly set
        editingBehavior to Mac.

        When the fix for 110487 lands, counterparts to these tests with
        suffix -win, editingBehavior set to win, and updated expectations
        will be added.

        * editing/deleting/smart-editing-disabled-mac-expected.txt:
        Renamed from
        LayoutTests/editing/deleting/smart-editing-disabled-expected.txt.
        * editing/deleting/smart-editing-disabled-mac.html: Renamed from
        LayoutTests/editing/deleting/smart-editing-disabled.html.
        * editing/execCommand/remove-format-multiple-elements-mac-expected.txt:
        Renamed from
        LayoutTests/editing/execCommand/remove-format-multiple-elements-expected.txt.
        * editing/execCommand/remove-format-multiple-elements-mac.html:
        Renamed from
        LayoutTests/editing/execCommand/remove-format-multiple-elements.html.
        * editing/execCommand/script-tests/remove-format-multiple-elements-mac.js:
        Renamed from
        LayoutTests/editing/execCommand/script-tests/remove-format-multiple-elements.js.
        * editing/execCommand/script-tests/toggle-link-mac.js: Renamed
        from LayoutTests/editing/execCommand/script-tests/toggle-link.js.
        * editing/execCommand/toggle-link-mac-expected.txt: Renamed from
        LayoutTests/editing/execCommand/toggle-link-expected.txt.
        * editing/execCommand/toggle-link-mac.html: Renamed from
        LayoutTests/editing/execCommand/toggle-link.html.
        * editing/style/make-text-writing-direction-inline-mac-expected.txt:
        Renamed from
        LayoutTests/editing/style/make-text-writing-direction-inline-expected.txt.
        * editing/style/make-text-writing-direction-inline-mac.html:
        Renamed from
        LayoutTests/editing/style/make-text-writing-direction-inline.html.
        * editing/style/push-down-font-styles-mac-expected.txt: Renamed
        from LayoutTests/editing/style/push-down-font-styles-expected.txt.
        * editing/style/push-down-font-styles-mac.html: Renamed from
        LayoutTests/editing/style/push-down-implicit-styles.html.
        * editing/style/push-down-implicit-styles-around-list-mac-expected.txt:
        Renamed from
        LayoutTests/editing/style/push-down-implicit-styles-around-list-expected.txt.
        * editing/style/push-down-implicit-styles-around-list-mac.html:
        Renamed from
        LayoutTests/editing/style/push-down-implicit-styles-around-list.html.
        * editing/style/push-down-implicit-styles-mac-expected.txt:
        Renamed from
        LayoutTests/editing/style/push-down-implicit-styles-expected.txt.
        * editing/style/push-down-implicit-styles-mac.html: Renamed from
        LayoutTests/editing/style/push-down-font-styles.html.
        * editing/style/script-tests/make-text-writing-direction-inline-mac.js:
        Renamed from
        LayoutTests/editing/style/script-tests/make-text-writing-direction-inline.js.
        * editing/style/script-tests/push-down-font-styles-mac.js: Renamed
        from
        LayoutTests/editing/style/script-tests/push-down-font-styles.js.
        * editing/style/script-tests/push-down-implicit-styles-around-list-mac.js:
        Renamed from
        LayoutTests/editing/style/script-tests/push-down-implicit-styles-around-list.js.
        * editing/style/script-tests/push-down-implicit-styles-mac.js:
        Renamed from
        LayoutTests/editing/style/script-tests/push-down-implicit-styles.js.

2013-03-27  Yongjun Zhang  <yongjun_zhang@apple.com>

        Add a settings to disallow initializing background-size if background shorthand doesn't include it.
        https://bugs.webkit.org/show_bug.cgi?id=113363

        Reviewed by David Kilzer.

        Add test for the new settings useLegacyBackgroundSizeShorthandBehavior.

        * fast/backgrounds/background-shorthand-after-set-backgroundSize-expected.txt: Added.
        * fast/backgrounds/background-shorthand-after-set-backgroundSize.html: Added.

2013-03-27  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: [DTE] implement "tokenAtTextPosition" method
        https://bugs.webkit.org/show_bug.cgi?id=113390

        Reviewed by Pavel Feldman.

        Add a test to verify TextEditor.tokenAtTextPosition method.

        * inspector/editor/text-editor-token-at-position-expected.txt: Added.
        * inspector/editor/text-editor-token-at-position.html: Added.

2013-03-27  Sergey Ryazanov  <serya@chromium.org>

        REGRESSION (r146588): Cannot correctly display Chinese SNS Renren
        https://bugs.webkit.org/show_bug.cgi?id=113142

        Reviewed by Pavel Feldman.

        * TestExpectations:
        * fast/css/parsing-error-recovery.html:

2013-03-27  Ryosuke Niwa  <rniwa@webkit.org>

        Shift clicking on an element with -webkit-user-select: all doesn't extend selection
        https://bugs.webkit.org/show_bug.cgi?id=113270

        Reviewed by Enrica Casucci.

        Added a regression test for shift clicking on an element with -webkit-user-select: all.
        Skip it on non-Mac platforms as -webkit-user-select: all hasn't been enabled on them.

        * editing/selection/user-select-all-with-shift-expected.txt: Added.
        * editing/selection/user-select-all-with-shift.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-03-27  Zalan Bujtas  <zalan@apple.com>

        REGRESSION(r143102): iframe with percentage height within table with anonymous cell fails.
        https://bugs.webkit.org/show_bug.cgi?id=113077

        Reviewed by Antti Koivisto.

        * fast/replaced/iframe-with-percentage-height-within-table-with-anonymous-table-cell-expected.txt: Added.
        * fast/replaced/iframe-with-percentage-height-within-table-with-anonymous-table-cell.html: Added.

2013-03-27  Pierre Rossi  <pierre.rossi@gmail.com>

        [Qt] Add WOFF support when using zlib
        https://bugs.webkit.org/show_bug.cgi?id=112805

        Reviewed by Allan Sandfeld Jensen.

        * platform/qt-5.0-wk2/TestExpectations: keep skipped for WK2 due to a WTR bug.
        * platform/qt/TestExpectations: unskip font-face-woff.html

2013-03-27  Robert Hogan  <robert@webkit.org>

        Growing a position:absolute element in a position:relative one in a table does not update scrollHeight
        https://bugs.webkit.org/show_bug.cgi?id=111977

        Reviewed by David Hyatt.

        * fast/table/cell-overflow-simplified-layout-expected.html: Added.
        * fast/table/cell-overflow-simplified-layout.html: Added.

2013-03-22  Geoffrey Garen  <ggaren@apple.com>

        Honor the setting for whether JavaScript markup is enabled
        https://bugs.webkit.org/show_bug.cgi?id=113122

        Reviewed by Ryosuke Niwa.

        * editing/unsupported-content/script-markup-enabled-setting-expected.txt: Added.
        * editing/unsupported-content/script-markup-enabled-setting.html: Added.

2013-03-27  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening. Rebaselining after r146992.

        * 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-after-reload-expected.txt:
        * platform/gtk/media/controls-strict-expected.txt:
        * platform/gtk/media/controls-styling-strict-expected.txt:
        * platform/gtk/media/controls-without-preload-expected.txt:
        * platform/gtk/media/video-controls-rendering-expected.txt:
        * platform/gtk/media/video-display-toggle-expected.txt:
        * platform/gtk/media/video-empty-source-expected.txt:
        * platform/gtk/media/video-no-audio-expected.txt:
        * platform/gtk/media/video-playing-and-pause-expected.txt:
        * platform/gtk/media/video-volume-slider-expected.txt:
        * platform/gtk/media/video-zoom-controls-expected.txt:

2013-03-27  Eric Carlson  <eric.carlson@apple.com>

        [Mac] webkitClosedCaptionsVisible doesn't work
        https://bugs.webkit.org/show_bug.cgi?id=113417

        Reviewed by Jer Noble.

        * media/track/track-in-band-legacy-api-expected.txt: Added.
        * media/track/track-in-band-legacy-api.html: Added.

        * platform/chromium/TestExpectations: Skip new test.
        * platform/efl/TestExpectations: Ditto.
        * platform/gtk/TestExpectations: Ditto.
        * platform/mac/TestExpectations: Ditto.
        * platform/qt/TestExpectations: Ditto.
        * platform/win/TestExpectations: Ditto.

2013-03-27  Eric Carlson  <eric.carlson@apple.com>

        [Mac] Text track menu items sometimes labeled incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=113406

        Reviewed by Jer Noble.

        * media/video-controls-captions-trackmenu-localized.html:
        * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:

2013-03-27  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Addressing layout test failures that are specific to GTK-WK1 by moving the related expectations into the specific
        TestExpectations file or adjusting and moving the baselines into the GTK-WK1 baseline search path.

        * platform/gtk-wk1/TestExpectations:
        * platform/gtk-wk1/fast: Added.
        * platform/gtk-wk1/fast/media: Added.
        * platform/gtk-wk1/fast/media/mq-transform-02-expected.html: Copied from LayoutTests/platform/gtk/fast/media/mq-transform-02-expected.html.
        * platform/gtk-wk1/fast/media/mq-transform-03-expected.html: Copied from LayoutTests/platform/gtk/fast/media/mq-transform-03-expected.html.
        * platform/gtk-wk2/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/HTMLLinkElement/prefetch-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLLinkElement/subresource-expected.txt: Added.
        * 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/media/mq-transform-02-expected.html: Removed.
        * platform/gtk/fast/media/mq-transform-03-expected.html: Removed.
        * platform/gtk/fast/preloader: Added.
        * platform/gtk/fast/preloader/document-write-2-expected.txt: Added.
        * platform/gtk/fast/preloader/document-write-expected.txt: Added.
        * platform/gtk/fast/preloader/script-expected.txt: Added.
        * platform/gtk/http/tests/security/XFrameOptions: Removed.
        * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Removed.
        * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Removed.

2013-03-27  Jer Noble  <jer.noble@apple.com>

        Mac: Media Controls always hide time display elements
        https://bugs.webkit.org/show_bug.cgi?id=113355

        Reviewed by Eric Carlson.

        Rebaseline mac results.

        * platform/mac/media/audio-controls-rendering-expected.png:
        * platform/mac/media/audio-controls-rendering-expected.txt:
        * platform/mac/media/controls-after-reload-expected.png:
        * platform/mac/media/controls-after-reload-expected.txt:
        * platform/mac/media/controls-strict-expected.png:
        * platform/mac/media/controls-strict-expected.txt:
        * platform/mac/media/controls-styling-strict-expected.png: Added.
        * platform/mac/media/controls-styling-strict-expected.txt:
        * platform/mac/media/controls-without-preload-expected.png:
        * platform/mac/media/controls-without-preload-expected.txt:
        * platform/mac/media/video-controls-rendering-expected.png:
        * platform/mac/media/video-controls-rendering-expected.txt:
        * platform/mac/media/video-display-toggle-expected.png:
        * platform/mac/media/video-display-toggle-expected.txt:
        * platform/mac/media/video-no-audio-expected.png:
        * platform/mac/media/video-no-audio-expected.txt:
        * platform/mac/media/video-playing-and-pause-expected.png:
        * platform/mac/media/video-playing-and-pause-expected.txt:

2013-03-27  Chris Fleizach  <cfleizach@apple.com>

        Regression in tests due to https://bugs.webkit.org/show_bug.cgi?id=113339
        https://bugs.webkit.org/show_bug.cgi?id=113361

        Remove skipped tests.

        * platform/mac/TestExpectations:

2013-03-27  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Cleanup after r146756 and r146786.

        * platform/qt/fast/frames/frame-set-scaling-rotate-expected.txt: Removed.
        * platform/qt/fast/frames/frame-set-scaling-skew-expected.txt: Removed.
        * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.txt: Removed.
        * platform/qt/fast/line-grid/line-align-left-edges-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/reflections/reflection-masks-outset-expected.txt: Removed.
        * platform/qt/fast/repaint/background-misaligned-expected.txt: Removed.
        * platform/qt/fast/repaint/overhanging-float-detach-repaint-expected.txt: Removed.
        * platform/qt/fast/repaint/transform-absolute-child-expected.txt: Removed.
        * platform/qt/fast/replaced/border-radius-clip-content-edge-expected.txt: Removed.
        * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Removed.
        * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.txt: Removed.
        * platform/qt/fast/writing-mode/block-level-images-expected.txt: Removed.

2013-03-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Breakpoint manager should restore breakpoints when uiSourceCode is added.
        https://bugs.webkit.org/show_bug.cgi?id=113381

        Reviewed by Pavel Feldman.

        * inspector/debugger/breakpoint-manager-expected.txt:
        * inspector/debugger/breakpoint-manager.html:

2013-03-27  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r146864.
        http://trac.webkit.org/changeset/146864
        https://bugs.webkit.org/show_bug.cgi?id=113391

        causes crashes on Wk2 EFL release bot (Requested by drott on
        #webkit).

        * platform/efl/TestExpectations:

2013-03-27  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] Remove a duplicated test from TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=113385

        Unreviewed, EFL gardening.

        * platform/efl/TestExpectations:

2013-03-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Follow-up to r146898: test that uiSourceCodes are not leaking in breakpoint manager.
        https://bugs.webkit.org/show_bug.cgi?id=113368

        Reviewed by Pavel Feldman.

        * inspector/debugger/breakpoint-manager.html:

2013-03-26  Takashi Sakamoto  <tasak@google.com>

        [shadow] styleForText should consider the case where parent node has no style
        https://bugs.webkit.org/show_bug.cgi?id=113275

        Reviewed by Hajime Morrita.

        * fast/dom/shadow/text-node-distributed-crash-expected.txt: Added.
        * fast/dom/shadow/text-node-distributed-crash.html: Added.

2013-03-26  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Rebaseline fast/replaced/border-radius-clip-content-edge.html

        * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png:

2013-03-26  Philip rogers  <pdr@google.com>

        Rebaseline expectations for fast/replaced/border-radius-clip-content-edge.html

        Unreviewed rebaseline of test expectations after r146955 

        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
        * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png:

2013-03-26  Mark Lam  <mark.lam@apple.com>

        Greening the mac bots.
        https://bugs.webkit.org/show_bug.cgi?id=113361.

        Not Reviewed.

        * platform/mac/TestExpectations:

2013-03-26  Antti Koivisto  <antti@apple.com>

        Test if non-immediate descendants obscure background
        https://bugs.webkit.org/show_bug.cgi?id=113137

        Reviewed by Simon Fraser.

        * fast/backgrounds/obscured-background-child-style-change-expected.html:
        * fast/backgrounds/obscured-background-child-style-change.html:
        * fast/repaint/obscured-background-no-repaint-expected.txt:
        * fast/repaint/obscured-background-no-repaint.html:

2013-03-26  Chris Fleizach  <cfleizach@apple.com>

        WebKit does not expose @required or @aria-required as AXRequired on select elements
        https://bugs.webkit.org/show_bug.cgi?id=113339

        Reviewed by Tim Horton.

        * platform/mac/accessibility/aria-required-popup-button-expected.txt: Added.
        * platform/mac/accessibility/aria-required-popup-button.html: Added.

2013-03-26  Filip Pizlo  <fpizlo@apple.com>

        REGRESSION: Sometimes, operations on proven strings ignore changes to the string prototype
        https://bugs.webkit.org/show_bug.cgi?id=113353
        <rdar://problem/13510778>

        Reviewed by Mark Hahnenberg and Geoffrey Garen.

        * fast/js/jsc-test-list:
        * fast/js/dfg-phantom-base-expected.txt: Added.
        * fast/js/dfg-phantom-base.html: Added.
        * fast/js/dfg-to-string-toString-becomes-bad-with-check-structure-expected.txt: Added.
        * fast/js/dfg-to-string-toString-becomes-bad-with-check-structure.html: Added.

2013-03-26  Dean Jackson  <dino@apple.com>

        When a primary plugin is restarted, also start similar plugins
        https://bugs.webkit.org/show_bug.cgi?id=113265

        Reviewed by Tim Horton.

        Two new tests. The first has one big plugin (that should be detected as the primary)
        and then a few smaller versions (which should autostart along with the primary).
        The second has one big plugin, and then adds a similar one after a short delay.

        * platform/mac-wk2/plugins/snapshotting/autoplay-similar-to-dominant-after-delay-expected.txt: Added.
        * platform/mac-wk2/plugins/snapshotting/autoplay-similar-to-dominant-expected.txt: Added.
        * plugins/snapshotting/autoplay-similar-to-dominant-after-delay.html: Added.
        * plugins/snapshotting/autoplay-similar-to-dominant.html: Added.

2013-03-26  Zoltan Horvath  <zoltan@webkit.org>

        Unreviewed. Fix test after r146938. Since CSS Exclusions is still an experimental feature, shape-inside-on-nested-container-with-unresolved-height.html
        test should enable CSS Exclusions for the testrunners first.  

        * fast/exclusions/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html: Set CSSExclisions enabled for DRT/WTR.

2013-03-26  Alok Priyadarshi  <alokp@chromium.org>

        Unreviewed gardening.
        Marked compositing/rtl/rtl-iframe-* tests as ImageOnlyFailure instead of Failure.

        * platform/chromium/TestExpectations:

2013-03-26  Xianzhu Wang  <wangxianzhu@chromium.org>

        Non-paintsContent fixed position layer should not cause slow scrolling
        https://bugs.webkit.org/show_bug.cgi?id=113238

        Reviewed by James Robinson.

        * compositing/layer-creation/fixed-position-no-content-scroll-reason-expected.txt: Added.
        * compositing/layer-creation/fixed-position-no-content-scroll-reason.html: Copied from LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html. Test case for the bug.
        * compositing/layer-creation/fixed-position-in-view-dynamic.html: Set background of fixed layer to distinguish out-of-view case from no-content case.
        * compositing/layer-creation/fixed-position-out-of-view-dynamic.html: Ditto.
        * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Ditto.
        * platform/chromium/compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Removed. This was a wrong rebaseline related to this bug.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Removed. This was a wrong rebaseline related to this bug.

2013-03-26  Alok Priyadarshi  <alokp@chromium.org>

        Unreviewed gardening.
        Marked compositing/iframes/scrolling-iframe.html flaky on all platforms.

        * platform/chromium/TestExpectations:

2013-03-26  Zoltan Horvath  <zoltan@webkit.org>

        [CSS Exclusions] The radius of a circle should be computed based on the shorter available dimension
        https://bugs.webkit.org/show_bug.cgi?id=113255

        Reviewed by Julien Chaffraix.

        When we decide what should be the radius of a circle, we should choose the smallest available space. For instance when the
        width or height is not resolvable for the circle we should not have a radius for it. This change modifies the behavior to
        use the smaller available space, so we won't render unnecessary circle shapes.

        * fast/exclusions/shape-inside/shape-inside-on-nested-container-with-unresolved-height-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html: Added.

2013-03-26  James Robinson  <jamesr@chromium.org>

        Clean up last failing expectations from solid color layer patch.

        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:

2013-03-26  Claudio Saavedra  <csaavedra@igalia.com>

        Convert test from UTF-16 to UTF-8

        Rubber stamped by James Robinson.

        * fast/dom/34176.html: Convert from little endian UTF-16 to UTF-8
        to make git diff happy.

2013-03-26  Alok Priyadarshi  <alokp@chromium.org>

        Rebaseline text output for opaque GraphicsLayers
        https://bugs.webkit.org/show_bug.cgi?id=109507

        Unreviewed rebaseline.

        * platform/chromium-linux-x86/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Removed.
        * platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
        * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
        * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
        * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
        * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-win/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt.
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt.
        * platform/chromium/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt.
        * platform/chromium/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt.
        * platform/chromium/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt.
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt.

2013-03-26  Rafael Weinstein  <rafaelw@chromium.org>

        Remove stray newline. This newline is messing up mozilla's test harness
        and we share this file with them via html5lib.

        * html5lib/resources/template.dat:

2013-03-26  Ryosuke Niwa  <rniwa@webkit.org>

        Remove some entries since those tests have been passing.
        Also update the test expectations for the bug 113227 flaky since they're passing most of the time.

        * platform/mac/TestExpectations:

2013-03-26  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] editing/pasteboard/can-read-in-dragstart-event.html and /can-read-in-copy-and-cut-events.html are crashing
        https://bugs.webkit.org/show_bug.cgi?id=113126

        Reviewed by Jocelyn Turcotte.

        Unskip now working editing/pasteboard/can-read-in-copy-and-cut-events.html.
        The other test still needs better drag-and-drop support in DRT.

        * platform/qt/TestExpectations:

2013-03-26  Sergio Villar Senin  <svillar@igalia.com>

        Implement overtype mode for editable content
        https://bugs.webkit.org/show_bug.cgi?id=112126

        Reviewed by Ryosuke Niwa.

        Two new layout tests for the new overtype mode. We use
        overtype-support.html to check that the Overwrite command is not
        exported to JavaScript but accessible through Internals. The
        overtype.html one is used to test the actual behaviour of the
        command.

        The new command was also added to enabling-and-selection-2.js to
        check that it is only available for richly editable content.

        * editing/execCommand/enabling-and-selection-2-expected.txt:
        Updated expectations for OverWrite command.
        * editing/execCommand/overtype-expected.txt: Added.
        * editing/execCommand/overtype-support-expected.txt: Added.
        * editing/execCommand/overtype-support.html: Added.
        * editing/execCommand/overtype.html: Added.
        * editing/execCommand/script-tests/enabling-and-selection-2.js:
        Added a check for OverWrite command.

2013-03-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r146901.
        http://trac.webkit.org/changeset/146901
        https://bugs.webkit.org/show_bug.cgi?id=113321

        Was landed to soon (Requested by pfeldman on #webkit).

        * inspector/console/console-preserve-log.html:

2013-03-26  Rafael Weinstein  <rafaelw@chromium.org>

        HTMLStackItem should include <template> as a special tag
        https://bugs.webkit.org/show_bug.cgi?id=113016

        Reviewed by Eric Seidel.

        * html5lib/resources/template.dat:

2013-03-26  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Distinguish breakpoints and breakpoint locations in BreakpointManager API
        https://bugs.webkit.org/show_bug.cgi?id=113311

        Reviewed by Pavel Feldman.

        * inspector/debugger/live-edit-breakpoints-expected.txt:
        * inspector/debugger/live-edit-breakpoints.html:

2013-03-26  Dmitry Zvorygin  <zvorygin@chromium.org>

        Web Inspector: Remove remainings of CSS-based console message filtering.
        https://bugs.webkit.org/show_bug.cgi?id=112710

        Reviewed by Pavel Feldman.

        * inspector/console/console-preserve-log.html:

2013-03-26  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Elements] Unable to "Edit as HTML" XHTML/SVG documents.
        https://bugs.webkit.org/show_bug.cgi?id=113290

        Reviewed by Pavel Feldman.

        * inspector/elements/set-outer-html-for-xhtml-expected.txt: Added.
        * inspector/elements/set-outer-html-for-xhtml.xhtml: Added.

2013-03-26  Hajime Morrita  <morrita@google.com>

        https://bugs.webkit.org/show_bug.cgi?id=113164
        Custom Elements: readyCallback should be called for outerHTML and insertAdjecentHTML

        Reviewed by Dimitri Glazkov.

        * fast/dom/custom/lifecycle-ready-creation-api-expected.txt:
        * fast/dom/custom/lifecycle-ready-creation-api.html:

2013-03-26  Jochen Eisinger  <jochen@chromium.org>

        Fix incorrect test name in content shell expectations

        Unreviewed. Typing is hard.

        * platform/chromium/ContentShellTestExpectations:

2013-03-26  Mike West  <mkwst@chromium.org>

        CSP 1.1: Experiment with 'base-uri' directive.
        https://bugs.webkit.org/show_bug.cgi?id=113307

        Reviewed by Jochen Eisinger.

        * http/tests/security/contentSecurityPolicy/1.1/base-uri-allow-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/base-uri-allow.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/base-uri-deny-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/base-uri-deny.html: Added.

2013-03-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r146879.
        http://trac.webkit.org/changeset/146879
        https://bugs.webkit.org/show_bug.cgi?id=113312

        Multiple layout test crashes in
        WebCore::RenderListItem::updateListMarkerNumbers (Requested by
        yurys on #webkit).

        * fast/dom/shadow/shadow-and-list-elements-expected.html:
        * fast/lists/positioned-count-crash-expected.txt:

2013-03-26  Hajime Morrita  <morrita@google.com>

        remoeveAllEventListeners() should be called to shadow trees
        https://bugs.webkit.org/show_bug.cgi?id=113037

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/resources/shadow-tree-listener-clearance-frame.html: Added.
        * fast/dom/shadow/shadow-tree-listener-clearance-expected.txt: Added.
        * fast/dom/shadow/shadow-tree-listener-clearance.html: Added.

2013-03-26  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Updated test expectations for compositing/geometry/fixed-in-composited.html

        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/geometry/fixed-in-composited-expected.png: Removed.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/fixed-in-composited-expected.png: Added.

2013-03-26  Andrei Bucur  <abucur@adobe.com>

        Use DOM ordering for list counts
        https://bugs.webkit.org/show_bug.cgi?id=110352

        Reviewed by Elliott Sprehn.

        The fast/dom/shadow/shadow-and-list-elements-expected.html has changed because the list items
        inside the shadow tree no longer see the root <ol> element.
        The test fast/lists/positioned-count-crash.html has the correct rendering after changing
        the list counting to be in DOM order.

        * fast/dom/shadow/shadow-and-list-elements-expected.html:
        * fast/lists/positioned-count-crash-expected.txt:

2013-03-26  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updating PNG expected results. Making pixel test bot happier after r146206.

        * platform/qt/svg/custom/mask-excessive-malloc-expected.png:
        * platform/qt/svg/custom/mask-inside-defs-expected.png:
        * platform/qt/svg/custom/massive-coordinates-expected.png:
        * platform/qt/svg/custom/missing-xlink-expected.png:
        * platform/qt/svg/custom/non-circular-marker-reference-expected.png:
        * platform/qt/svg/custom/object-sizing-expected.png:
        * platform/qt/svg/custom/path-bad-data-expected.png:
        * platform/qt/svg/custom/path-update-expected.png:
        * platform/qt/svg/custom/pattern-no-pixelation-expected.png:
        * platform/qt/svg/custom/pattern-scaled-pattern-space-expected.png: Added.
        * platform/qt/svg/custom/pattern-size-bigger-than-target-size-expected.png:
        * platform/qt/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png:
        * platform/qt/svg/custom/pattern-y-offset-expected.png:
        * platform/qt/svg/custom/percentage-of-html-parent-expected.png:
        * platform/qt/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/qt/svg/custom/pointer-events-image-expected.png:
        * platform/qt/svg/custom/pointer-events-path-expected.png:
        * platform/qt/svg/custom/pointer-events-text-css-transform-expected.png:
        * platform/qt/svg/custom/pointer-events-text-expected.png:
        * platform/qt/svg/custom/poly-identify-expected.png:
        * platform/qt/svg/custom/polyline-hittest-expected.png:
        * platform/qt/svg/custom/polyline-invalid-points-expected.png:
        * platform/qt/svg/custom/relative-sized-content-with-resources-expected.png:
        * platform/qt/svg/custom/rootelement-expected.png:
        * platform/qt/svg/custom/rootmost-svg-xy-attrs-expected.png:
        * platform/qt/svg/custom/second-inline-text-expected.png:
        * platform/qt/svg/custom/shape-rendering-expected.png:
        * platform/qt/svg/custom/sheet-title-expected.png:
        * platform/qt/svg/custom/stroke-fallback-expected.png:
        * platform/qt/svg/custom/svg-float-border-padding-expected.png:
        * platform/qt/svg/custom/svg-fonts-in-html-expected.png:
        * platform/qt/svg/custom/svg-fonts-segmented-expected.png:
        * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.png:
        * platform/qt/svg/custom/svgpolyparser-extra-space-expected.png:
        * platform/qt/svg/custom/text-dom-01-f-expected.png:
        * platform/qt/svg/custom/text-filter-expected.png:
        * platform/qt/svg/custom/text-hit-test-expected.png:
        * platform/qt/svg/custom/text-letter-spacing-expected.png:
        * platform/qt/svg/custom/text-linking-expected.png:
        * platform/qt/svg/custom/text-whitespace-handling-expected.png:
        * platform/qt/svg/custom/text-x-dx-lists-expected.png:
        * platform/qt/svg/custom/text-x-dy-lists-expected.png:
        * platform/qt/svg/custom/text-x-override-in-tspan-child-expected.png:
        * platform/qt/svg/custom/transform-removeAttributeNS-expected.png:
        * platform/qt/svg/custom/transform-scale-parse-expected.png:
        * platform/qt/svg/custom/use-clipped-transform-expected.png:
        * platform/qt/svg/custom/use-dynamic-append-expected.png:
        * platform/qt/svg/custom/use-font-face-crash-expected.png:
        * platform/qt/svg/custom/use-nested-transform-expected.png:
        * platform/qt/svg/custom/use-on-clip-path-with-transformation-expected.png:
        * platform/qt/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
        * platform/qt/svg/custom/use-on-g-containing-symbol-expected.png:
        * platform/qt/svg/custom/use-on-g-containing-use-expected.png:
        * platform/qt/svg/custom/use-on-g-expected.png:
        * platform/qt/svg/custom/use-on-rect-expected.png:
        * platform/qt/svg/custom/use-on-symbol-expected.png:
        * platform/qt/svg/custom/use-on-text-expected.png:
        * platform/qt/svg/custom/use-on-use-expected.png:
        * platform/qt/svg/custom/use-transform-expected.png:
        * platform/qt/svg/custom/viewport-no-width-height-expected.png:
        * platform/qt/svg/custom/viewport-update-expected.png:
        * platform/qt/svg/custom/visibility-override-clip-expected.png:
        * platform/qt/svg/custom/visibility-override-expected.png:
        * platform/qt/svg/custom/visibility-override-mask-expected.png:
        * platform/qt/svg/custom/width-full-percentage-expected.png:
        * platform/qt/svg/custom/xml-stylesheet-expected.png:
        * platform/qt/svg/dom/SVGLengthList-insertItemBefore-expected.png:
        * platform/qt/svg/dom/SVGPathSegList-cloning-expected.png:
        * platform/qt/svg/filters/animate-fill-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug219693-1-expected.png.
        * platform/qt/svg/filters/big-sized-filter-expected.png:
        * platform/qt/svg/filters/feColorMatrix-offset-expected.png:
        * platform/qt/svg/filters/feColorMatrix-saturate-expected.png:
        * platform/qt/svg/filters/feDropShadow-subregion-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug219693-1-expected.png.
        * platform/qt/svg/filters/feGaussianBlur-subregion-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug219693-1-expected.png.
        * platform/qt/svg/filters/filter-empty-g-expected.png:
        * platform/qt/svg/filters/filter-on-filter-for-text-expected.png:
        * platform/qt/svg/filters/filter-on-tspan-expected.png:
        * platform/qt/svg/filters/filter-placement-issue-expected.png:
        * platform/qt/svg/filters/filter-source-position-expected.png:
        * platform/qt/svg/filters/filterRes2-expected.png:
        * platform/qt/svg/foreignObject/clip-expected.png: Copied from LayoutTests/platform/qt/svg/custom/transform-scale-parse-expected.png.
        * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png:
        * platform/qt/svg/foreignObject/filter-expected.png: Copied from LayoutTests/platform/qt/svg/custom/transform-scale-parse-expected.png.
        * platform/qt/svg/foreignObject/mask-expected.png: Copied from LayoutTests/platform/qt/svg/custom/transform-scale-parse-expected.png.
        * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.png:
        * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.png:
        * platform/qt/svg/hixie/cascade/001-broken-expected.png:
        * platform/qt/svg/hixie/error/012-expected.png:
        * platform/qt/svg/hixie/error/013-expected.png:
        * platform/qt/svg/hixie/links/001-expected.png:
        * platform/qt/svg/hixie/mixed/003-expected.png:
        * platform/qt/svg/hixie/shapes/path/001-expected.png:
        * platform/qt/svg/hixie/text/001-expected.png:
        * platform/qt/svg/hixie/text/003-expected.png:
        * platform/qt/svg/hixie/transform/001-expected.png:
        * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
        * platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
        * platform/qt/svg/text/bidi-embedded-direction-expected.png:
        * platform/qt/svg/text/kerning-expected.png:
        * platform/qt/svg/text/scaled-font-expected.png:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
        * platform/qt/svg/text/small-fonts-in-html5-expected.png:
        * platform/qt/svg/text/text-align-04-b-expected.png:
        * platform/qt/svg/text/text-align-05-b-expected.png:
        * platform/qt/svg/text/text-deco-01-b-expected.png:
        * platform/qt/svg/text/text-path-middle-align-expected.png:
        * platform/qt/svg/text/text-text-04-t-expected.png:
        * platform/qt/svg/text/text-text-06-t-expected.png:
        * platform/qt/svg/text/text-text-07-t-expected.png:
        * platform/qt/svg/text/textPathBoundsBug-expected.png:
        * platform/qt/svg/wicd/rightsizing-grid-expected.png:
        * platform/qt/svg/wicd/test-rightsizing-a-expected.png:
        * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
        * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/qt/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.png:
        * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
        * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
        * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
        * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-as-object-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * 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-expected.png:
        * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
        * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
        * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/qt/tables/layering/paint-test-layering-1-expected.png:
        * platform/qt/tables/layering/paint-test-layering-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug101201-expected.png:
        * platform/qt/tables/mozilla/bugs/bug102145-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug102145-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug102145-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug102145-4-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10269-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10296-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10296-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug103533-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1055-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug106158-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug106795-expected.png:
        * platform/qt/tables/mozilla/bugs/bug106816-expected.png:
        * platform/qt/tables/mozilla/bugs/bug109043-expected.png:
        * platform/qt/tables/mozilla/bugs/bug11321-expected.png:
        * platform/qt/tables/mozilla/bugs/bug113235-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug11384q-expected.png:
        * platform/qt/tables/mozilla/bugs/bug11384s-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1163-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
        * platform/qt/tables/mozilla/bugs/bug11944-expected.png:
        * platform/qt/tables/mozilla/bugs/bug119786-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1224-expected.png:
        * platform/qt/tables/mozilla/bugs/bug12709-expected.png:
        * platform/qt/tables/mozilla/bugs/bug127267-expected.png:
        * platform/qt/tables/mozilla/bugs/bug128229-expected.png:
        * platform/qt/tables/mozilla/bugs/bug131020-expected.png:
        * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.png:
        * platform/qt/tables/mozilla/bugs/bug13118-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
        * platform/qt/tables/mozilla/bugs/bug13196-expected.png:
        * platform/qt/tables/mozilla/bugs/bug133756-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug133948-expected.png:
        * platform/qt/tables/mozilla/bugs/bug137388-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug139524-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug14159-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug14929-expected.png:
        * platform/qt/tables/mozilla/bugs/bug15247-expected.png:
        * platform/qt/tables/mozilla/bugs/bug154780-expected.png:
        * platform/qt/tables/mozilla/bugs/bug157890-expected.png:
        * platform/qt/tables/mozilla/bugs/bug15933-expected.png:
        * platform/qt/tables/mozilla/bugs/bug16012-expected.png:
        * platform/qt/tables/mozilla/bugs/bug16252-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17138-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17587-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1800-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1802-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1802s-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1818-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1818-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1818-4-expected.png:
        * platform/qt/tables/mozilla/bugs/bug18359-expected.png:
        * platform/qt/tables/mozilla/bugs/bug18664-expected.png:
        * platform/qt/tables/mozilla/bugs/bug18955-expected.png:
        * platform/qt/tables/mozilla/bugs/bug19061-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug19061-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug194024-expected.png:
        * platform/qt/tables/mozilla/bugs/bug19599-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2050-expected.png:
        * platform/qt/tables/mozilla/bugs/bug20579-expected.png:
        * platform/qt/tables/mozilla/bugs/bug20804-expected.png:
        * platform/qt/tables/mozilla/bugs/bug21299-expected.png:
        * platform/qt/tables/mozilla/bugs/bug215629-expected.png:
        * platform/qt/tables/mozilla/bugs/bug219693-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug219693-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug221784-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug221784-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug222846-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2267-expected.png:
        * platform/qt/tables/mozilla/bugs/bug23072-expected.png:
        * platform/qt/tables/mozilla/bugs/bug23299-expected.png:
        * platform/qt/tables/mozilla/bugs/bug24627-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2469-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug24880-expected.png:
        * platform/qt/tables/mozilla/bugs/bug25074-expected.png:
        * platform/qt/tables/mozilla/bugs/bug25086-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2509-expected.png:
        * platform/qt/tables/mozilla/bugs/bug25367-expected.png:
        * platform/qt/tables/mozilla/bugs/bug25663-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2684-expected.png:
        * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug27038-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2773-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2886-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug28928-expected.png:
        * platform/qt/tables/mozilla/bugs/bug29058-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug29429-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2981-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2981-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2997-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3037-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3037-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30418-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30559-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30692-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3103-expected.png:
        * platform/qt/tables/mozilla/bugs/bug32205-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug32205-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug32447-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3260-expected.png:
        * platform/qt/tables/mozilla/bugs/bug32841-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3309-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3309-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug34538-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3454-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3681-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3681-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug38916-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3977-expected.png:
        * platform/qt/tables/mozilla/bugs/bug41890-expected.png:
        * platform/qt/tables/mozilla/bugs/bug42187-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4284-expected.png:
        * platform/qt/tables/mozilla/bugs/bug43039-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4382-expected.png:
        * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug43854-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4427-expected.png:
        * platform/qt/tables/mozilla/bugs/bug45055-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4523-expected.png:
        * platform/qt/tables/mozilla/bugs/bug45350-expected.png:
        * platform/qt/tables/mozilla/bugs/bug45486-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46268-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46268-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46268-5-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46268-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46368-2-expected.png:

2013-03-26  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardneing. Unskipped and Updated inspector tests after r146863.

        * platform/qt/TestExpectations:
        * platform/qt/inspector/console/console-eval-syntax-error-expected.txt: Added.
        * platform/qt/inspector/debugger/debugger-pause-in-eval-script-expected.txt: Added.
        * platform/qt/inspector/extensions/extensions-eval-expected.txt: Added.

2013-03-26  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaselining. Making pixel test bot happier after r146206.

        * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
        * platform/qt/svg/as-background-image/animated-svg-as-background-expected.png:
        * platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/qt/svg/as-background-image/same-image-two-instances-background-image-expected.png:
        * platform/qt/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
        * platform/qt/svg/as-border-image/svg-as-border-image-2-expected.png:
        * platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png:
        * platform/qt/svg/as-image/same-image-two-instances-expected.png:
        * platform/qt/svg/batik/filters/feTile-expected.png:
        * platform/qt/svg/batik/paints/patternRegions-expected.png:
        * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
        * platform/qt/svg/batik/text/textEffect-expected.png:
        * platform/qt/svg/batik/text/textEffect3-expected.png:
        * platform/qt/svg/batik/text/textLayout-expected.png:
        * platform/qt/svg/batik/text/textOnPath3-expected.png:
        * platform/qt/svg/batik/text/textStyles-expected.png:
        * platform/qt/svg/batik/text/xmlSpace-expected.png:
        * platform/qt/svg/clip-path/clip-in-mask-expected.png:
        * platform/qt/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
        * platform/qt/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
        * platform/qt/svg/clip-path/clip-path-childs-clipped-expected.png:
        * platform/qt/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
        * platform/qt/svg/clip-path/clip-path-clipped-expected.png:
        * platform/qt/svg/clip-path/clip-path-clipped-nonzero-expected.png:
        * platform/qt/svg/clip-path/clip-path-css-transform-1-expected.png:
        * platform/qt/svg/clip-path/clip-path-css-transform-2-expected.png:
        * platform/qt/svg/clip-path/clip-path-objectBoundingBox-expected.png:
        * platform/qt/svg/clip-path/clip-path-on-clipped-use-expected.png:
        * platform/qt/svg/clip-path/clip-path-on-g-and-child-expected.png:
        * platform/qt/svg/clip-path/clip-path-on-g-expected.png:
        * platform/qt/svg/clip-path/clip-path-on-svg-and-child-expected.png:
        * platform/qt/svg/clip-path/clip-path-on-svg-expected.png:
        * platform/qt/svg/clip-path/clip-path-recursive-call-by-child-expected.png:
        * platform/qt/svg/clip-path/clip-path-recursive-call-expected.png:
        * platform/qt/svg/clip-path/clip-path-transform-1-expected.png:
        * platform/qt/svg/clip-path/clip-path-transform-2-expected.png:
        * platform/qt/svg/clip-path/clip-path-use-as-child-expected.png:
        * platform/qt/svg/clip-path/clip-path-userSpaceOnUse-expected.png:
        * platform/qt/svg/clip-path/clip-path-with-different-unittypes-expected.png:
        * platform/qt/svg/clip-path/clip-path-with-different-unittypes2-expected.png:
        * platform/qt/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png:
        * platform/qt/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png:
        * platform/qt/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png:
        * platform/qt/svg/css/css-box-min-width-expected.png:
        * platform/qt/svg/css/group-with-shadow-expected.png:
        * platform/qt/svg/css/mask-with-shadow-expected.png:
        * platform/qt/svg/css/path-gradient-stroke-shadow-expected.png:
        * platform/qt/svg/css/rect-gradient-stroke-shadow-expected.png:
        * platform/qt/svg/custom/SVGMatrix-interface-expected.png:
        * platform/qt/svg/custom/SVGNumber-interface-expected.png:
        * platform/qt/svg/custom/SVGPoint-interface-expected.png:
        * platform/qt/svg/custom/SVGRect-interface-expected.png:
        * platform/qt/svg/custom/alignment-baseline-modes-expected.png:
        * platform/qt/svg/custom/bug45331-expected.png:
        * platform/qt/svg/custom/circular-marker-reference-2-expected.png:
        * platform/qt/svg/custom/class-baseValue-expected.png:
        * platform/qt/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/qt/svg/custom/clip-path-referencing-use-expected.png:
        * platform/qt/svg/custom/clip-path-with-transform-expected.png:
        * platform/qt/svg/custom/conditional-processing-outside-switch-expected.png:
        * platform/qt/svg/custom/container-opacity-clip-viewBox-expected.png:
        * platform/qt/svg/custom/control-points-for-S-and-T-expected.png:
        * platform/qt/svg/custom/convolution-crash-expected.png:
        * platform/qt/svg/custom/create-metadata-element-expected.png:
        * platform/qt/svg/custom/createelement-expected.png:
        * platform/qt/svg/custom/display-none-expected.png:
        * platform/qt/svg/custom/dominant-baseline-hanging-expected.png:
        * platform/qt/svg/custom/dominant-baseline-modes-expected.png:
        * platform/qt/svg/custom/dynamic-svg-document-creation-expected.png:
        * platform/qt/svg/custom/embedding-external-svgs-expected.png:
        * platform/qt/svg/custom/empty-clip-path-expected.png:
        * platform/qt/svg/custom/evt-onload-expected.png:
        * platform/qt/svg/custom/fill-SVGPaint-interface-expected.png:
        * platform/qt/svg/custom/fill-fallback-expected.png:
        * platform/qt/svg/custom/fill-update-expected.png:
        * platform/qt/svg/custom/fractional-rects-expected.png:
        * platform/qt/svg/custom/getPresentationAttribute-expected.png:
        * platform/qt/svg/custom/getscreenctm-in-mixed-content-expected.png:
        * platform/qt/svg/custom/getsvgdocument-expected.png:
        * platform/qt/svg/custom/gradient-attr-update-expected.png:
        * platform/qt/svg/custom/gradient-cycle-detection-expected.png:
        * platform/qt/svg/custom/gradient-rotated-bbox-expected.png:
        * platform/qt/svg/custom/gradient-stop-corner-cases-expected.png:
        * platform/qt/svg/custom/group-opacity-expected.png:
        * platform/qt/svg/custom/hit-test-with-br-expected.png:
        * platform/qt/svg/custom/image-parent-translation-expected.png:
        * platform/qt/svg/custom/image-rescale-scroll-expected.png:
        * platform/qt/svg/custom/image-with-aspect-ratio-stretch-expected.png:
        * platform/qt/svg/custom/image-with-transform-clip-filter-expected.png:
        * platform/qt/svg/custom/inner-svg-hit-test-expected.png:
        * platform/qt/svg/custom/invalid-fill-expected.png:
        * platform/qt/svg/custom/invalid-fill-hex-expected.png:
        * platform/qt/svg/custom/invalid-lengthlist-expected.png:
        * platform/qt/svg/custom/invalid-stroke-hex-expected.png:
        * platform/qt/svg/custom/invalid-uri-stroke-expected.png:
        * platform/qt/svg/custom/invisible-text-after-scrolling-expected.png:
        * platform/qt/svg/custom/junk-data-expected.png:
        * platform/qt/svg/custom/large-bounding-box-percents-expected.png:
        * platform/qt/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/qt/svg/custom/linking-a-03-b-viewBox-expected.png:
        * platform/qt/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/qt/svg/custom/linking-uri-01-b-expected.png:
        * platform/qt/svg/custom/marker-changes-expected.png:
        * platform/qt/svg/custom/marker-empty-path-expected.png:
        * platform/qt/svg/custom/mask-changes-expected.png:

2013-03-26  Arpita Bahuguna  <a.bah@samsung.com>

        Unable to insert a paragraph in between some text whose previous sibling is a non-editable block.
        https://bugs.webkit.org/show_bug.cgi?id=113007

        Reviewed by Ryosuke Niwa.

        * editing/inserting/insert-paragraph-between-text-expected.txt: Added.
        * editing/inserting/insert-paragraph-between-text.html: Added.
        Added a layout test case for verifying the behavior when trying
        to insert a line break between an editable text with a non-editable
        block as it's previous sibling.

2013-03-26  Rijubrata Bhaumik  <rijubrata.bhaumik@intel.com>

        [EFL] Enable IndexedDB by default
        https://bugs.webkit.org/show_bug.cgi?id=107248

        Reviewed by Laszlo Gombos.

        * platform/efl/TestExpectations:
        Unskip the tests now that IndexDB is enabled (except the ones
        that actually fail).

2013-03-26  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skipped some failing tests. 
        * platform/qt/css3/filters/effect-reference-expected.png: Updated after r146779.
        * platform/qt/css3/filters/effect-reference-expected.txt: Update after r146779.

2013-03-26  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaselining after r146814.

        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt:
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * platform/qt-5.0-wk1/compositing/layer-creation/scroll-partial-update-expected.txt:

2013-03-26  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adjusting expectation for inspector/debugger/live-edit-breakpoints.html after r146840.
        * platform/gtk/fast/text/international/khmer-selection-expected.txt: Rebaselining after r146778.
        * platform/gtk/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt: Rebaselining
        after r146763.

2013-03-26  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions]: Crash accessing offsetParent for contentNodes inside a flow thread
        https://bugs.webkit.org/show_bug.cgi?id=112730

        Reviewed by Levi Weintraub.

        * fast/regions/offsetParent-in-flow-thread-expected.txt: Added.
        * fast/regions/offsetParent-in-flow-thread.html: Added.

2013-03-26  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Rebaseline fast/canvas/canvas-toDataURL-webp.html

        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-toDataURL-webp-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-toDataURL-webp-expected.png:

2013-03-22  Hajime Morrita  <morrita@google.com>

        Listening touch events on ShadowRoot can crash.
        https://bugs.webkit.org/show_bug.cgi?id=113035

        Reviewed by Kentaro Hara.

        * fast/dom/shadow/shadow-root-touch-listener-crash-expected.txt: Added.
        * fast/dom/shadow/shadow-root-touch-listener-crash.html: Added.

2013-03-25  James Robinson  <jamesr@chromium.org>

        Update a few more chromium compositor baselines.

        * platform/chromium-linux/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed.

2013-03-25  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Rebaseline canvas-toDataURL-webp test expectations
        https://bugs.webkit.org/show_bug.cgi?id=93310

        Unreviewed test expectations update.

        * platform/chromium-mac/fast/canvas/canvas-toDataURL-webp-expected.png:
        * platform/chromium-win/fast/canvas/canvas-toDataURL-webp-expected.png:
        * platform/chromium/TestExpectations:

2013-03-25  Kent Tamura  <tkent@chromium.org>

        Rename ENABLE_INPUT_TYPE_DATETIME
        https://bugs.webkit.org/show_bug.cgi?id=113254

        Reviewed by Kentaro Hara.

        Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
        Actually I'd like to remove the code, but we shouldn't remove it yet
        because we shipped products with it on some platforms.

        * platform/chromium/TestExpectations:

2013-03-25  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r146657): NRWT shouldn't report image only failures when pixel tests are disabled
        https://bugs.webkit.org/show_bug.cgi?id=113261

        Reviewed by Dirk Pranke.

        Fixed the bug by treating ['TEXT', 'IMAGE'] as a flaky pass when the pixel tests is disabled
        since the second token implies that we've forced pixel tests in retry and didn't have text failures.

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

2013-03-25  Tony Chang  <tony@chromium.org>

        Unreviewed, update Efl test expectations to mark new test as failing.
        Efl doesn't implement the Pasteboard class.

        * platform/efl/TestExpectations: Mark editing/pasteboard/copy-image-with-alt-text.html as failing

2013-03-25  James Robinson  <jamesr@chromium.org>

        Update more expectations and baselines for r146826

        * platform/chromium-linux-x86/compositing/iframes/scrolling-iframe-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/iframes/scrolling-iframe-expected.txt.
        * platform/chromium-linux/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
        * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Removed.
        * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Removed.
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Removed.
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Removed.
        * platform/chromium-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
        * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-win/compositing/layer-creation/scroll-partial-update-expected.txt: Removed.
        * platform/chromium-win/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
        * platform/chromium-win/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Removed.
        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Removed.
        * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
        * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/chromium/compositing/iframes/resizer-expected.txt:
        * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Removed.
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:

2013-03-25  Timothy Hatcher  <timothy@apple.com>

        Make the Web Inspector console work in strict mode with JavaScriptCore.

        https://webkit.org/b/65829
        rdar://problem/11271238

        Reviewed by Oliver Hunt.

        * inspector/debugger/mutation-observer-suspend-while-paused.html: Tweaked.
        * inspector/console/command-line-api-expected.txt: Updated.

        * platform/mac/http/tests/inspector/console-resource-errors-expected.txt: Added.
        * platform/mac/http/tests/inspector/console-websocket-error-expected.txt: Updated.
        * platform/mac/inspector/console/console-eval-syntax-error-expected.txt: Added.
        * platform/mac/inspector/debugger/debugger-pause-in-eval-script-expected.txt: Added.
        * platform/mac/inspector/extensions/extensions-eval-expected.txt: Added.
        Added new expectations to match the new console evaluate approach.

2013-03-25  James Robinson  <jamesr@chromium.org>

        Update chromium baselines for windows related to r146826

        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/geometry/object-clip-rects-assertion-expected.txt: Removed.
        * platform/chromium-linux/compositing/geometry/object-clip-rects-assertion-expected.txt: Removed.
        * platform/chromium-linux/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/object-clip-rects-assertion-expected.txt: Removed.
        * platform/chromium-mac-lion/compositing/geometry/object-clip-rects-assertion-expected.txt: Removed.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/object-clip-rects-assertion-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt.
        * platform/chromium-mac/compositing/geometry/object-clip-rects-assertion-expected.txt: Removed.
        * platform/chromium-mac/compositing/geometry/preserve-3d-switching-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/object-clip-rects-assertion-expected.txt: Removed.
        * platform/chromium-win-xp/compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
        * platform/chromium-win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt.
        * platform/chromium-win/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Removed.
        * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/geometry/object-clip-rects-assertion-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/compositing/geometry/object-clip-rects-assertion-expected.txt.

2013-03-25  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r146816, r146821, and r146830.
        http://trac.webkit.org/changeset/146816
        http://trac.webkit.org/changeset/146821
        http://trac.webkit.org/changeset/146830
        https://bugs.webkit.org/show_bug.cgi?id=113262

        Broke all the Windows tests (Requested by rfong on #webkit).

        * platform/win/TestExpectations:

2013-03-25  James Robinson  <jamesr@chromium.org>

        Revert bad change to expectation from r146826

        * compositing/geometry/object-clip-rects-assertion-expected.txt:

2013-03-25  Tony Chang  <tony@chromium.org>

        Image alt text not included in plain-text version when copying
        https://bugs.webkit.org/show_bug.cgi?id=11200

        Reviewed by Ryosuke Niwa.

        * editing/pasteboard/copy-image-with-alt-text-expected.txt: Added.
        * editing/pasteboard/copy-image-with-alt-text.html: Added.

2013-03-25  James Robinson  <jamesr@chromium.org>

        Update chromium mac 10.6 and 10.8 baselines for r146826.

        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/geometry/fixed-in-composited-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/fixed-in-composited-expected.png: Added.
        * platform/chromium-mac-lion/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/composited-in-columns-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-in-composited-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:
        * platform/chromium-mac/compositing/geometry/object-clip-rects-assertion-expected.txt: Added.
        * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css3/filters/filtered-compositing-descendant-expected.txt.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/backing/no-backing-for-clip-overlap-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/composited-in-columns-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/compositing/geometry/composited-in-columns-expected.txt.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-in-composited-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/object-clip-rects-assertion-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/layer-creation/scroll-partial-update-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/crash-reparent-tiled-layer-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/tiling/crash-reparent-tiled-layer-expected.txt.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-resize-expected.txt.
        * platform/chromium-win/compositing/geometry/composited-in-columns-expected.txt: Renamed from LayoutTests/platform/chromium/compositing/geometry/composited-in-columns-expected.txt.
        * platform/chromium-win/css3/filters/filtered-compositing-descendant-expected.txt: Renamed from LayoutTests/platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt.

2013-03-25  Peter Kasting  <pkasting@google.com>

        [chromium] Rebaselining, etc.
        https://bugs.webkit.org/show_bug.cgi?id=109507
        https://bugs.webkit.org/show_bug.cgi?id=112927

        Unreviewed, test expectations update.

        * platform/chromium-mac-lion/css3/filters/effect-reference-expected.txt: Added.
        * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
        * platform/chromium-mac/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt:
        * platform/chromium-mac/css3/filters/effect-reference-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-expected.txt:
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Added.
        * platform/chromium-win-xp/fast/text/international/bold-bengali-expected.png: Added.
        * platform/chromium-win-xp/fast/text/international/bold-bengali-expected.txt: Added.
        * platform/chromium/TestExpectations:

2013-03-25  Mark Hahnenberg  <mhahnenberg@apple.com>

        JSObject::enterDictionaryIndexingMode doesn't have a case for ALL_BLANK_INDEXING_TYPES
        https://bugs.webkit.org/show_bug.cgi?id=113236

        Reviewed by Geoffrey Garen.

        New test case that tests calling Object.freeze on Array.prototype.

        * fast/js/enter-dictionary-indexing-mode-with-blank-indexing-type-expected.txt: Added.
        * fast/js/enter-dictionary-indexing-mode-with-blank-indexing-type.html: Added.
        * fast/js/script-tests/enter-dictionary-indexing-mode-with-blank-indexing-type.js: Added.

2013-03-25  James Robinson  <jamesr@chromium.org>

        Update chromium baselines for r146826

        * platform/chromium-linux-x86/compositing/geometry/object-clip-rects-assertion-expected.txt: Added.
        * platform/chromium-linux-x86/css3/filters/filtered-compositing-descendant-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/geometry/object-clip-rects-assertion-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Removed.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-linux/compositing/geometry/fixed-in-composited-expected.png:
        * platform/chromium-linux/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added.
        * platform/chromium-linux/compositing/geometry/object-clip-rects-assertion-expected.txt: Added.
        * platform/chromium-linux/css3/filters/filtered-compositing-descendant-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/object-clip-rects-assertion-expected.txt: Added.
        * platform/chromium-mac-lion/compositing/geometry/composited-in-columns-expected.txt: Added.
        * platform/chromium-mac-lion/compositing/geometry/object-clip-rects-assertion-expected.txt: Added.
        * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
        * platform/chromium-mac-lion/css3/filters/filtered-compositing-descendant-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/backing/no-backing-for-clip-overlap-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/backing/no-backing-for-perspective-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/composited-in-columns-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-in-composited-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/object-clip-rects-assertion-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/layer-creation/scroll-partial-update-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Removed.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Removed.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Removed.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Removed.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.

2013-03-25  Victor Carbune  <vcarbune@chromium.org>

        TextTrack Extension for WebVTT Regions
        https://bugs.webkit.org/show_bug.cgi?id=109820

        Reviewed by Eric Carlson.

        * media/track/regions-webvtt/text-track-region-list-expected.txt: Added.
        * media/track/regions-webvtt/text-track-region-list.html: Added.

2013-03-25  Brandon Jones  <bajones@google.com>

        WEBGL_compressed_texture_pvrtc needs implementation
        https://bugs.webkit.org/show_bug.cgi?id=110497

        Reviewed by Kenneth Russell.

        * webgl/conformance/extensions/webgl-compressed-texture-pvrtc-expected.txt: Added.
        * webgl/conformance/extensions/webgl-compressed-texture-pvrtc.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-pvrtc.html: Added.

2013-03-25  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Disable fast/exclusions and fast/regions tests on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=113244

        * platform/win/TestExpectations:

2013-03-25  Roger Fong  <roger_fong@apple.com>

        Enable CSS_REGIONS and CSS_EXCLUSIONS tests on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=87519

        Reviewed by Timothy Horton.

        * platform/win/TestExpectations:

2013-03-25  Dana Jansens  <danakj@chromium.org>

        Don't use video to trigger compositing for layout tests
        https://bugs.webkit.org/show_bug.cgi?id=113228

        Reviewed by Adrienne Walker.

        These tests used <video> to trigger compositing because a 3d identity
        transform would have affected the overlap map differently. This is
        no longer the case, so use translateZ(0) to trigger compositing instead,
        which makes these tests more reliable and faster.

        * compositing/geometry/limit-layer-bounds-clipping-ancestor.html:
        * compositing/geometry/limit-layer-bounds-fixed-positioned.html:
        * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt:
        * compositing/geometry/limit-layer-bounds-opacity-transition.html:
        * compositing/geometry/limit-layer-bounds-overflow-repaint.html:
        * compositing/geometry/limit-layer-bounds-overflow-root.html:
        * compositing/geometry/limit-layer-bounds-positioned-transition.html:
        * compositing/geometry/limit-layer-bounds-positioned.html:
        * compositing/geometry/limit-layer-bounds-transformed-overflow.html:
        * compositing/geometry/limit-layer-bounds-transformed.html:
        * compositing/layer-creation/scroll-partial-update-expected.txt:
        * compositing/layer-creation/scroll-partial-update.html:
        * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
        * platform/chromium-win/compositing/layer-creation/scroll-partial-update-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt:

2013-03-25  Peter Kasting  <pkasting@google.com>

        [chromium] Sheriffing.
        https://bugs.webkit.org/show_bug.cgi?id=112927
        https://bugs.webkit.org/show_bug.cgi?id=113067
        https://bugs.webkit.org/show_bug.cgi?id=113129

        Unreviewed, test expectation updates.

        Removed crash expectations for fixed bug; added fail expectations for
        results the bot won't give us; marked a test as slow.

        * platform/chromium/TestExpectations:

2013-03-25  Eric Seidel  <eric@webkit.org>

        Incorrect parsing due to hash collision
        https://bugs.webkit.org/show_bug.cgi?id=113235

        Reviewed by Adam Barth.

        * fast/parser/tag-hash-collision-expected.txt: Added.
        * fast/parser/tag-hash-collision.html: Added.

2013-03-25  Eric Carlson  <eric.carlson@apple.com>

        REGRESSION(r146380): media/track/track-user-preferences.html
        https://bugs.webkit.org/show_bug.cgi?id=113083

        Reviewed by Jer Noble.

        * platform/mac/TestExpectations: Remove test from expectations.

2013-03-25  Ryosuke Niwa  <rniwa@webkit.org>

        Windows rebaseline after r146779.

        * platform/win/css3/filters/effect-reference-expected.txt:
        * platform/win/css3/filters/effect-reference-hw-expected.txt:

2013-03-25  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaselines after r146779. Also add failing expectations for 4 transition tests per bug 113223.

        * platform/mac/TestExpectations:
        * platform/mac/css3/filters/effect-reference-expected.png:
        * platform/mac/css3/filters/effect-reference-expected.txt:
        * platform/mac/css3/filters/effect-reference-hw-expected.png:
        * platform/mac/css3/filters/effect-reference-hw-expected.txt:

2013-03-25  Jochen Eisinger  <jochen@chromium.org>

        Swap both the error and change event queue before processing fullscreen events
        https://bugs.webkit.org/show_bug.cgi?id=113194

        Reviewed by Jer Noble.

        * platform/chromium/TestExpectations:

2013-03-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaselining. Making pixel test bot happier after r146206.

        * platform/qt/fast/replaced/max-width-percent-expected.png:
        * platform/qt/fast/replaced/maxheight-percent-expected.png:
        * platform/qt/fast/replaced/maxheight-pxs-expected.png:
        * platform/qt/fast/replaced/maxwidth-percent-expected.png:
        * platform/qt/fast/replaced/maxwidth-pxs-expected.png:
        * platform/qt/fast/replaced/minheight-percent-expected.png:
        * platform/qt/fast/replaced/minheight-pxs-expected.png:
        * platform/qt/fast/replaced/minwidth-percent-expected.png:
        * platform/qt/fast/replaced/minwidth-pxs-expected.png:
        * platform/qt/fast/replaced/object-align-hspace-vspace-expected.png:
        * platform/qt/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
        * platform/qt/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
        * 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-width-and-left-and-right-expected.png:
        * 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-width-and-left-and-right-expected.png:
        * platform/qt/fast/replaced/width100percent-button-expected.png:
        * platform/qt/fast/ruby/ruby-inline-table-expected.png:
        * platform/qt/fast/runin/001-expected.png:
        * platform/qt/fast/runin/generated-expected.png:
        * platform/qt/fast/runin/runin-generated-before-content-expected.png:
        * platform/qt/fast/selectors/016-expected.png:
        * platform/qt/fast/selectors/017-expected.png:
        * platform/qt/fast/selectors/061-expected.png:
        * platform/qt/fast/selectors/062-expected.png:
        * platform/qt/fast/selectors/064-expected.png:
        * platform/qt/fast/table/003-expected.png:
        * platform/qt/fast/table/023-expected.png:
        * platform/qt/fast/table/027-vertical-expected.png:
        * platform/qt/fast/table/038-vertical-expected.png:
        * platform/qt/fast/table/040-expected.png:
        * platform/qt/fast/table/040-vertical-expected.png:
        * platform/qt/fast/table/100-percent-cell-width-expected.png:
        * platform/qt/fast/table/add-before-anonymous-child-expected.png:
        * platform/qt/fast/table/auto-100-percent-width-expected.png:
        * platform/qt/fast/table/border-collapsing/002-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-expected.png:
        * platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-expected.png:
        * platform/qt/fast/table/cell-absolute-child-expected.png:
        * platform/qt/fast/table/click-near-anonymous-table-expected.png:
        * platform/qt/fast/table/empty-cells-expected.png:
        * platform/qt/fast/table/empty-table-percent-height-expected.png:
        * platform/qt/fast/table/fixed-granular-cols-expected.png:
        * platform/qt/fast/table/fixed-with-auto-with-colspan-expected.png:
        * platform/qt/fast/table/generated-caption-expected.png:
        * platform/qt/fast/table/insert-before-anonymous-ancestors-expected.png:
        * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.png:
        * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.png:
        * platform/qt/fast/table/row-height-recalc-expected.png:
        * platform/qt/fast/table/rtl-cell-display-none-assert-expected.png:
        * platform/qt/fast/table/stale-grid-crash-expected.png:
        * platform/qt/fast/table/table-and-parts-outline-expected.png:
        * platform/qt/fast/table/table-display-types-vertical-expected.png:
        * platform/qt/fast/table/text-field-baseline-expected.png:
        * platform/qt/fast/table/unused-percent-heights-expected.png:
        * platform/qt/fast/text/backslash-to-yen-sign-expected.png:
        * platform/qt/fast/text/basic/001-expected.png:
        * platform/qt/fast/text/basic/002-expected.png:
        * platform/qt/fast/text/basic/004-expected.png:
        * platform/qt/fast/text/basic/008-expected.png:
        * platform/qt/fast/text/basic/009-expected.png:
        * platform/qt/fast/text/basic/011-expected.png:
        * platform/qt/fast/text/basic/012-expected.png:
        * platform/qt/fast/text/basic/generic-family-changes-expected.png:
        * platform/qt/fast/text/basic/generic-family-reset-expected.png:
        * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.png:
        * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
        * platform/qt/fast/text/complex-text-opacity-expected.png:
        * platform/qt/fast/text/fake-italic-expected.png:
        * platform/qt/fast/text/fallback-traits-fixup-expected.png:
        * platform/qt/fast/text/firstline/001-expected.png:
        * platform/qt/fast/text/font-initial-expected.png:
        * platform/qt/fast/text/hyphenate-limit-before-after-expected.png:
        * platform/qt/fast/text/international/arabic-justify-expected.png:
        * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
        * platform/qt/fast/text/international/hindi-whitespace-expected.png:
        * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
        * platform/qt/fast/text/justified-selection-at-edge-expected.png:
        * platform/qt/fast/text/justified-selection-expected.png:
        * platform/qt/fast/text/line-breaks-after-white-space-expected.png:
        * platform/qt/fast/text/shadow-no-blur-expected.png:
        * platform/qt/fast/text/shadow-translucent-fill-expected.png:
        * platform/qt/fast/text/softHyphen-expected.png:
        * platform/qt/fast/text/unicode-variation-selector-expected.png:
        * platform/qt/fast/text/wbr-in-pre-crash-expected.png:
        * platform/qt/fast/text/wbr-styled-expected.png:
        * platform/qt/fast/text/whitespace/002-expected.png:
        * platform/qt/fast/text/whitespace/020-expected.png:
        * platform/qt/fast/text/whitespace/021-expected.png:
        * platform/qt/fast/text/whitespace/022-expected.png:
        * platform/qt/fast/text/whitespace/025-expected.png:
        * platform/qt/fast/text/whitespace/027-expected.png:
        * platform/qt/fast/text/whitespace/030-expected.png:
        * platform/qt/fast/text/whitespace/nbsp-mode-and-linewraps-expected.png:
        * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/qt/fast/text/whitespace/pre-break-word-expected.png:
        * platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.png:
        * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.png:
        * platform/qt/fast/text/word-break-expected.png:
        * platform/qt/fast/text/zero-font-size-expected.png:
        * platform/qt/fast/transforms/bounding-rect-zoom-expected.png:
        * platform/qt/fast/transforms/diamond-expected.png:
        * platform/qt/fast/transforms/matrix-01-expected.png:
        * platform/qt/fast/transforms/matrix-02-expected.png:
        * platform/qt/fast/transforms/overflow-with-transform-expected.png:
        * platform/qt/fast/transforms/skew-with-unitless-zero-expected.png:
        * platform/qt/fast/transforms/transform-on-inline-expected.png:
        * platform/qt/fast/transforms/transform-positioned-ancestor-expected.png:
        * platform/qt/fast/transforms/transformed-document-element-expected.png:
        * platform/qt/fast/transforms/transforms-with-opacity-expected.png:
        * platform/qt/fast/writing-mode/block-level-images-expected.png:
        * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/qt/fast/writing-mode/english-bt-text-expected.png:
        * platform/qt/fast/writing-mode/english-rl-text-expected.png:
        * platform/qt/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
        * platform/qt/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
        * platform/qt/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
        * platform/qt/fast/xsl/document-function-expected.png:
        * platform/qt/fonts/cursive-expected.png:
        * platform/qt/fonts/default-expected.png:
        * platform/qt/fonts/fantasy-expected.png:
        * platform/qt/fonts/monospace-expected.png:
        * platform/qt/fonts/sans-serif-expected.png:
        * platform/qt/fonts/serif-expected.png:
        * platform/qt/http/tests/local/file-url-sent-as-referer-expected.png:
        * platform/qt/http/tests/misc/frame-access-during-load-expected.png:
        * platform/qt/http/tests/misc/iframe404-expected.png:
        * platform/qt/http/tests/navigation/postredirect-basic-expected.png:
        * platform/qt/http/tests/navigation/postredirect-goback1-expected.png:
        * platform/qt/http/tests/uri/css-href-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png:
        * platform/qt/ietestcenter/css3/text/textshadow-003-expected.png:
        * platform/qt/ietestcenter/css3/text/textshadow-005-expected.png:
        * platform/qt/ietestcenter/css3/text/textshadow-007-expected.png:
        * platform/qt/ietestcenter/css3/text/textshadow-008-expected.png:
        * platform/qt/ietestcenter/css3/text/textshadow-009-expected.png:
        * platform/qt/ietestcenter/css3/text/textshadow-010-expected.png:
        * platform/qt/platform/qt/fast/forms/button-line-break-expected.png:
        * platform/qt/printing/return-from-printing-mode-expected.png:
        * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
        * platform/qt/scrollbars/listbox-scrollbar-combinations-expected.png:
        * platform/qt/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-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-use-11-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-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-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:

2013-03-25  Philip Rogers  <pdr@google.com>

        [Chromium] Rebaseline svg/custom/marker-orient-auto

        Unreviewed rebaseline of test expectations.

        * platform/chromium-linux-x86/svg/custom/marker-orient-auto-expected.png: Added.
        * platform/chromium/TestExpectations:

2013-03-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: [Regression] Provisional breakpoints are not shown on reload.
        https://bugs.webkit.org/show_bug.cgi?id=113210

        Reviewed by Pavel Feldman.

        * inspector/debugger/breakpoint-manager-expected.txt:
        * inspector/debugger/breakpoint-manager.html:

2013-03-25  Sergey Ryazanov  <serya@chromium.org>

        Web Inspector: Remove console warnings for *_ prefixed CSS styles
        https://bugs.webkit.org/show_bug.cgi?id=113175

        Reviewed by Pavel Feldman.

        * inspector/console/console-css-warnings-expected.txt:
        * inspector/console/console-css-warnings.html:

2013-03-25  Jochen Eisinger  <jochen@chromium.org>

        Triage more test failures on content_shell

        Unreviewed gardening.

        * platform/chromium/ContentShellTestExpectations:

2013-03-25  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updated expected png results.

        * platform/qt/css3/selectors3/xhtml/css3-modsel-146a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-146b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-147a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-147b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14e-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-15-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-150-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-153-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-159-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-16-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-161-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-168-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-168a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-169-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-169a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-172a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-172b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-173a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-173b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-181-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-183-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-19-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-20-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-21-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-22-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-28-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-29-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-3-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-30-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-31-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-32-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-33-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-34-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-35-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-36-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-37-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-38-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-41-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-41a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-42-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-42a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-43-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-43b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-44-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-44b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-45-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-45b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-46-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-46b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-47-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-48-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-49-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-51-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-52-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-53-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-54-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-55-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-56-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-57-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-57b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-59-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-60-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-61-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-62-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-63-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-64-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-65-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-66-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-67-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-7-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-72-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-72b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-73-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-74-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-75-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-75b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-76-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-76b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-77-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-77b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-78-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-78b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-79-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-8-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-80-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-81-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-81b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-82-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-82b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-87-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-87b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-9-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-90-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-90b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-93-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-94-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-94b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-95-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-96-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-96b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-97-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-97b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-98-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-98b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-99-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-99b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d4-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-1-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-10-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-100-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-100b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-101-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-101b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-102-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-102b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-103-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-103b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-104-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-104b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-105-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-105b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-106-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-106b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-107-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-107b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-108-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-108b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-109-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-109b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-11-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-110-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-110b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-111-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-111b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-112-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-112b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-113-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-113b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-114-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-114b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-115-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-115b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-116-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-116b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-117-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-117b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-118-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-119-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-120-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-121-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-122-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-123-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-124-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-124b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-125-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-125b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-126-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-126b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-127-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-127b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-128-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-128b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-129-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-129b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-13-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-130-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-130b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-131-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-131b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-132-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-132b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-133-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-133b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-134-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-134b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-135-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-135b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-136-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-136b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-137-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-137b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-138-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-138b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-139-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-139b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-14-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-140-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-140b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-141-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-141b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-142-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-142b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-143-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-143b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-145a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-145b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-146a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-146b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-147a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-147b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-14c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-14e-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-15-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-150-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-153-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-159-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-15c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-16-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-161-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-168-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-168a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-169-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-169a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-172a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-172b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-173a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-173b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-18-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-181-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-183-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-18b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-19-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-19b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-20-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-21-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-22-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-28-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-28b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-29-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-29b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-3-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-30-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-31-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-32-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-33-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-34-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-35-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-36-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-37-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-38-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-39-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-39a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-39b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-39c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-3a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-41-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-41a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-42-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-42a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-43-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-43b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-44-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-44b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-45-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-45b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-46-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-46b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-47-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-48-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-49-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-51-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-52-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-53-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-54-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-55-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-56-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-57-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-57b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-59-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-60-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-61-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-62-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-63-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-64-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-65-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-66-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-67-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-7-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-72-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-72b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-73-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-73b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-74-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-74b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-75-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-75b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-76-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-76b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-77-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-77b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-78-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-78b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-79-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-8-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-80-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-81-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-81b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-82-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-82b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-87-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-87b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-9-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-90-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-90b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-93-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-94-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-94b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-95-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-96-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-96b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-97-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-97b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-98-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-98b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-99-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-99b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-d4-expected.png:
        * platform/qt/css3/unicode-bidi-isolate-basic-expected.png:

2013-03-25  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updated expected png resutls after r146206.

        * platform/qt/css3/compositing/effect-background-blend-mode-expected.png: Added.
        * platform/qt/css3/css3-modsel-33-expected.png:
        * platform/qt/css3/css3-modsel-35-expected.png:
        * platform/qt/css3/css3-modsel-36-expected.png:
        * platform/qt/css3/css3-modsel-37-expected.png:
        * platform/qt/css3/filters/custom/custom-filter-color-matrix-expected.png: Added.
        * platform/qt/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
        * platform/qt/css3/filters/effect-invert-hw-expected.png:
        * platform/qt/css3/filters/filter-repaint-child-layers-expected.png: Added.
        * platform/qt/css3/filters/nested-filter-expected.png:
        * platform/qt/css3/filters/regions-expanding-expected.png:
        * platform/qt/css3/flexbox/flexbox-baseline-expected.png:
        * platform/qt/css3/images/cross-fade-background-size-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-1-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-10-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-11-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-13-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-14-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-14c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-14e-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-15-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-150-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-159-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-16-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-161-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-168-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-168a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-169-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-169a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-18-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-181-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-183-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-18b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-19-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-19b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-20-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-21-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-22-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-23-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-24-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-28-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-28b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-29-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-29b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-30-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-31-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-32-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-33-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-34-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-35-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-36-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-37-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-38-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-39-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-39a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-39b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-39c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-3a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-41-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-41a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-42-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-42a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-43-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-43b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-44-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-44b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-45-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-45b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-46-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-46b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-54-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-55-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-56-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-59-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-60-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-61-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-62-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-63-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-64-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-65-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-66-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-67-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-68-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-69-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-7-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-72-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-72b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-73-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-73b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-74-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-74b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-75-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-75b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-76-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-76b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-77-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-77b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-78-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-78b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-79-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-8-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-80-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-81-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-81b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-82-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-82b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-87-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-87b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-9-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-90-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-90b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-d4-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-1-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-10-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-100-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-100b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-101-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-101b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-102-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-102b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-103-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-103b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-104-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-104b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-105-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-105b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-106-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-106b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-107-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-107b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-108-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-108b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-109-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-109b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-11-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-110-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-110b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-111-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-111b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-112-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-112b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-113-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-113b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-114-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-114b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-115-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-115b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-116-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-116b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-117-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-117b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-118-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-119-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-120-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-121-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-122-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-123-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-124-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-124b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-125-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-125b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-126-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-126b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-127-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-127b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-128-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-128b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-129-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-129b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-13-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-130-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-130b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-131-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-131b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-132-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-132b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-133-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-133b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-134-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-134b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-135-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-135b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-136-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-136b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-137-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-137b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-138-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-138b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-139-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-139b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-140-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-140b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-141-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-141b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-142-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-142b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-143-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-143b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-145a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-145b-expected.png:

2013-03-25  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updated expected png results r146206.

        * platform/qt-5.0-wk2/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
        * platform/qt-5.0-wk2/css2.1/t1004-c5524-width-00-b-g-expected.png: Added.
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-002-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-002-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-003-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-004-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-005-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-007-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-008-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-009-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-010-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-011-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-012-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-013-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-014-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-015-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-016-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-017-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-018-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-019-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-020-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-021-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-022-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-023-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-024-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-009-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-010-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-016-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-017-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-022-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-023-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-024-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-029-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-030-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-031-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-008-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-013-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-015-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-020-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-022-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-027-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-029-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-034-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-036-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-041-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-043-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-048-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-050-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-055-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-057-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-062-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-064-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-069-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-071-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-076-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-005-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-005-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-007-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/border-conflict-style-079-expected.png:
        * platform/qt/css2.1/20110323/border-conflict-style-088-expected.png:
        * platform/qt/css2.1/20110323/border-spacing-applies-to-015-expected.png:
        * platform/qt/css2.1/20110323/empty-inline-003-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-007-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-008-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-009-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-010-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-011-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-012-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-width-011-expected.png:
        * platform/qt/css2.1/20110323/floating-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-002-expected.png:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-003-expected.png:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-004-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-014-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-015-expected.png:
        * platform/qt/css2.1/20110323/margin-applies-to-010-expected.png:
        * platform/qt/css2.1/20110323/replaced-intrinsic-001-expected.png:
        * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
        * platform/qt/css2.1/20110323/table-caption-002-expected.png:
        * platform/qt/css2.1/20110323/table-caption-optional-001-expected.png:
        * platform/qt/css2.1/20110323/table-caption-optional-002-expected.png:
        * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.png:
        * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.png:
        * platform/qt/css2.1/20110323/width-non-replaced-inline-001-expected.png:
        * platform/qt/css2.1/t051103-c21-activ-ln-00-e-i-expected.png:
        * platform/qt/css2.1/t051103-c21-hover-ln-00-e-i-expected.png:
        * platform/qt/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png:
        * platform/qt/css2.1/t060403-c21-pseu-id-00-e-i-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
        * platform/qt/css2.1/t1202-counters-08-b-expected.png:
        * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
        * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
        * platform/qt/css2.1/t1508-c527-font-07-b-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-49-d-expected.png:

2013-03-25  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updated png results after r146206.

        * platform/qt/css1/basic/class_as_selector-expected.png:
        * platform/qt/css1/basic/comments-expected.png:
        * platform/qt/css1/basic/contextual_selectors-expected.png:
        * platform/qt/css1/basic/grouping-expected.png:
        * platform/qt/css1/basic/id_as_selector-expected.png:
        * platform/qt/css1/box_properties/acid_test-expected.png:
        * platform/qt/css1/box_properties/border_bottom_inline-expected.png:
        * platform/qt/css1/box_properties/border_bottom_width-expected.png:
        * platform/qt/css1/box_properties/border_bottom_width_inline-expected.png:
        * platform/qt/css1/box_properties/border_color-expected.png:
        * platform/qt/css1/box_properties/border_color_inline-expected.png:
        * platform/qt/css1/box_properties/border_inline-expected.png:
        * platform/qt/css1/box_properties/border_left_inline-expected.png:
        * platform/qt/css1/box_properties/border_left_width_inline-expected.png:
        * platform/qt/css1/box_properties/border_right-expected.png:
        * platform/qt/css1/box_properties/border_right_width_inline-expected.png:
        * platform/qt/css1/box_properties/border_style_inline-expected.png:
        * platform/qt/css1/box_properties/border_top_inline-expected.png:
        * platform/qt/css1/box_properties/border_top_width-expected.png:
        * platform/qt/css1/box_properties/border_top_width_inline-expected.png:
        * platform/qt/css1/box_properties/border_width-expected.png:
        * platform/qt/css1/box_properties/border_width_inline-expected.png:
        * platform/qt/css1/box_properties/clear-expected.png:
        * platform/qt/css1/box_properties/float-expected.png:
        * platform/qt/css1/box_properties/float_elements_in_series-expected.png:
        * platform/qt/css1/box_properties/height-expected.png:
        * platform/qt/css1/box_properties/margin-expected.png:
        * platform/qt/css1/box_properties/margin_bottom-expected.png:
        * platform/qt/css1/box_properties/margin_bottom_inline-expected.png:
        * platform/qt/css1/box_properties/margin_left_inline-expected.png:
        * platform/qt/css1/box_properties/margin_right_inline-expected.png:
        * platform/qt/css1/box_properties/margin_top-expected.png:
        * platform/qt/css1/box_properties/margin_top_inline-expected.png:
        * platform/qt/css1/box_properties/padding-expected.png:
        * platform/qt/css1/box_properties/padding_left_inline-expected.png:
        * platform/qt/css1/box_properties/padding_right_inline-expected.png:
        * platform/qt/css1/box_properties/padding_top-expected.png:
        * platform/qt/css1/box_properties/padding_top_inline-expected.png:
        * platform/qt/css1/box_properties/width-expected.png:
        * platform/qt/css1/classification/list_style-expected.png:
        * platform/qt/css1/classification/list_style_image-expected.png:
        * platform/qt/css1/classification/list_style_position-expected.png:
        * platform/qt/css1/classification/list_style_type-expected.png:
        * platform/qt/css1/classification/white_space-expected.png:
        * platform/qt/css1/color_and_background/background-expected.png:
        * platform/qt/css1/color_and_background/background_attachment-expected.png:
        * platform/qt/css1/color_and_background/background_color-expected.png:
        * platform/qt/css1/color_and_background/background_image-expected.png:
        * platform/qt/css1/color_and_background/color-expected.png:
        * platform/qt/css1/font_properties/font_family-expected.png:
        * platform/qt/css1/font_properties/font_size-expected.png:
        * platform/qt/css1/font_properties/font_style-expected.png:
        * platform/qt/css1/font_properties/font_variant-expected.png:
        * platform/qt/css1/font_properties/font_weight-expected.png:
        * platform/qt/css1/formatting_model/canvas-expected.png:
        * platform/qt/css1/formatting_model/floating_elements-expected.png:
        * platform/qt/css1/formatting_model/height_of_lines-expected.png:
        * platform/qt/css1/formatting_model/horizontal_formatting-expected.png:
        * platform/qt/css1/formatting_model/replaced_elements-expected.png:
        * platform/qt/css1/text_properties/letter_spacing-expected.png:
        * platform/qt/css1/text_properties/line_height-expected.png:
        * platform/qt/css1/text_properties/text_align-expected.png:
        * platform/qt/css1/text_properties/vertical_align-expected.png:
        * platform/qt/css1/text_properties/word_spacing-expected.png:
        * platform/qt/css1/units/color_units-expected.png:
        * platform/qt/css1/units/length_units-expected.png:
        * platform/qt/css1/units/percentage_units-expected.png:

2013-03-25  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: [Timeline] set glue records mode off by default
        https://bugs.webkit.org/show_bug.cgi?id=113189

        Reviewed by Pavel Feldman.

        * inspector/timeline/timeline-receive-response-event.html: enable glue records mode for the test.

2013-03-25  Alec Flett  <alecflett@chromium.org>

        Support Quota API in Workers
        https://bugs.webkit.org/show_bug.cgi?id=112972

        Reviewed by Adam Barth.

        * fast/workers/resources/shared-worker-common.js:
        (handleMessage): Allow port to be dynamically discovered from self.
        * fast/workers/resources/storagequota-query-usage.js: Added.
        (worker.onmessage):
        * fast/workers/resources/worker-storagequota-query-usage.js: Added.
        (requestUsage.errorCallback):
        (requestUsage.usageCallback):
        (requestUsage):
        * fast/workers/shared-worker-storagequota-query-usage-expected.txt: Added.
        * fast/workers/shared-worker-storagequota-query-usage.html: Added.
        * fast/workers/worker-storagequota-query-usage-expected.txt: Added.
        * fast/workers/worker-storagequota-query-usage.html: Added.

2013-03-25  Mike West  <mkwst@chromium.org>

        CSP 1.1: Rename SecurityPolicyViolationEvent::sourceURL to ::sourceFile.
        https://bugs.webkit.org/show_bug.cgi?id=113033

        Reviewed by Jochen Eisinger.

        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image-from-script-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image-from-script.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-from-script-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-from-script.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image.html:

2013-03-25  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Filters] Using negative drop-shadow radius values has slow performance
        https://bugs.webkit.org/show_bug.cgi?id=107848

        Added a whole set of new tests for both CSS and SVG to assess the correctness of
        blur(), drop-shadow() and box-shadow() blur radius values.

        Reviewed by Dirk Schulze.

        * css3/filters/effect-drop-shadow-negative-radius-expected.html: Added.
        * css3/filters/effect-drop-shadow-negative-radius.html: Added.
        * css3/filters/filter-property-parsing-invalid-expected.txt:
        * css3/filters/script-tests/filter-property-parsing-invalid.js:
        * fast/box-shadow/box-shadow-parsing-invalid-expected.txt: Added.
        * fast/box-shadow/box-shadow-parsing-invalid.html: Added.
        * fast/box-shadow/script-tests/box-shadow-parsing-invalid.js: Added.
        (testInvalidFilterRule):
        * platform/chromium/svg/filters/feDropShadow-zero-deviation-expected.png: Added.
        * platform/chromium/svg/filters/feDropShadow-zero-deviation-expected.txt: Added.
        * platform/chromium/svg/filters/feGaussianBlur-zero-deviation-expected.png: Added.
        * platform/chromium/svg/filters/feGaussianBlur-zero-deviation-expected.txt: Added.
        * platform/mac/svg/filters/feDropShadow-zero-deviation-expected.png: Added.
        * platform/mac/svg/filters/feDropShadow-zero-deviation-expected.txt: Added.
        * platform/mac/svg/filters/feGaussianBlur-zero-deviation-expected.png: Added.
        * platform/mac/svg/filters/feGaussianBlur-zero-deviation-expected.txt: Added.
        * svg/filters/feDropShadow-negative-deviation-expected.svg: Added.
        * svg/filters/feDropShadow-negative-deviation.svg: Added.
        * svg/filters/feDropShadow-zero-deviation.svg: Added.
        * svg/filters/feGaussianBlur-negative-deviation-expected.svg: Added.
        * svg/filters/feGaussianBlur-negative-deviation.svg: Added.
        * svg/filters/feGaussianBlur-zero-deviation.svg: Added.

2013-03-25  Peter Rybin  <prybin@chromium.org>

        Web Inspector: support changing local variables in frontend
        https://bugs.webkit.org/show_bug.cgi?id=112470

        Reviewed by Yury Semikhatsky.

        * inspector/debugger/debugger-change-variable-expected.txt: Added.
        * inspector/debugger/debugger-change-variable.html: Added.
        * platform/chromium/inspector/debugger/debugger-change-variable-expected.txt: Added.

2013-03-25  Mike West  <mkwst@chromium.org>

        CSP 1.1: Strip URLs in SecurityPolicyViolationEvents, just as we do for POSTed violation reports.
        https://bugs.webkit.org/show_bug.cgi?id=113039

        Reviewed by Jochen Eisinger.

        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-expected.txt.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image-from-script-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-expected.txt.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image-from-script.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-from-script-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-expected.txt.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-from-script.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image.html:
        * http/tests/security/contentSecurityPolicy/resources/securitypolicyviolation-test.js: Added.
            Updating tests to cover cross-origin scenarios: load cross-origin
            images, and cross-origin scripts that inject images. The former
            should strip the image URL down to the origin, the latter the
            script URL.
        * http/tests/security/contentSecurityPolicy/report-blocked-file-uri-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/report-blocked-file-uri.html: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-blocked-file-uri-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-blocked-file-uri-expected.txt: Added.
            This patch changes the behavior of 'file:' URLs to behave similarly
            to 'data:'/'blob:', etc. We weren't previously testing this, now we
            are. We need platform-specific results for Chromium and GTK, since
            those ports have enabled CSP_NEXT, which adds a field to the report.

2013-03-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Making pixel test bot happier after r146206.

        * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-offscreen-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.png:
        * platform/qt/fast/frames/frame-scrolling-attribute-expected.png:
        * platform/qt/fast/frames/frameset-style-recalc-expected.png:
        * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png:
        * platform/qt/fast/frames/iframe-with-frameborder-expected.png:
        * platform/qt/fast/frames/viewsource-attribute-expected.png:
        * platform/qt/fast/gradients/background-clipped-expected.png:
        * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
        * platform/qt/fast/gradients/crash-on-zero-radius-expected.png:
        * platform/qt/fast/gradients/radial-centered-expected.png:
        * platform/qt/fast/html/details-nested-1-expected.png:
        * platform/qt/fast/html/details-nested-2-expected.png:
        * platform/qt/fast/html/details-writing-mode-expected.png:
        * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.png:
        * platform/qt/fast/html/link-rel-stylesheet-expected.png:
        * platform/qt/fast/html/listing-expected.png:
        * platform/qt/fast/html/marquee-scroll-expected.png:
        * platform/qt/fast/html/marquee-scrollamount-expected.png:
        * platform/qt/fast/images/image-map-anchor-children-expected.png:
        * platform/qt/fast/images/imagemap-circle-focus-ring-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/qt/fast/images/imagemap-polygon-focus-ring-expected.png:
        * platform/qt/fast/inline-block/001-expected.png:
        * platform/qt/fast/inline-block/002-expected.png:
        * platform/qt/fast/inline-block/003-expected.png:
        * platform/qt/fast/inline-block/006-expected.png:
        * platform/qt/fast/inline-block/14498-positionForCoordinates-expected.png:
        * platform/qt/fast/inline-block/contenteditable-baseline-expected.png:
        * platform/qt/fast/inline-block/tricky-baseline-expected.png:
        * platform/qt/fast/inline/25277-2-expected.png:
        * platform/qt/fast/inline/25277-expected.png:
        * platform/qt/fast/inline/continuation-outlines-with-layers-2-expected.png:
        * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
        * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/qt/fast/inline/emptyInlinesWithinLists-expected.png:
        * platform/qt/fast/inline/inline-continuation-borders-expected.png:
        * platform/qt/fast/inline/inline-focus-ring-expected.png:
        * platform/qt/fast/inline/inline-text-quirk-bpm-expected.png:
        * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
        * platform/qt/fast/inline/long-wrapped-line-expected.png:
        * platform/qt/fast/inline/nested-top-alignment-expected.png:
        * platform/qt/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/qt/fast/invalid/003-expected.png:
        * platform/qt/fast/invalid/004-expected.png:
        * platform/qt/fast/invalid/010-expected.png:
        * platform/qt/fast/invalid/014-expected.png:
        * platform/qt/fast/invalid/016-expected.png:
        * platform/qt/fast/invalid/019-expected.png:
        * platform/qt/fast/invalid/021-expected.png:
        * platform/qt/fast/invalid/missing-address-end-tag-expected.png:
        * platform/qt/fast/invalid/missing-dl-end-tag-expected.png:
        * platform/qt/fast/invalid/missing-dt-end-tag-expected.png:
        * platform/qt/fast/invalid/missing-font-end-tag-expected.png:
        * platform/qt/fast/invalid/nestedh3s-expected.png:
        * platform/qt/fast/invalid/td-inside-object-expected.png:
        * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png:
        * platform/qt/fast/layers/opacity-transforms-expected.png:
        * platform/qt/fast/layers/remove-only-this-layer-update-expected.png:
        * platform/qt/fast/line-grid/line-align-left-edges-expected.png:
        * platform/qt/fast/line-grid/line-align-right-edges-expected.png:
        * platform/qt/fast/line-grid/line-grid-floating-expected.png:
        * platform/qt/fast/line-grid/line-grid-into-floats-expected.png:
        * platform/qt/fast/line-grid/line-grid-positioned-expected.png:
        * platform/qt/fast/lists/001-expected.png:
        * platform/qt/fast/lists/001-vertical-expected.png:
        * platform/qt/fast/lists/002-expected.png:
        * platform/qt/fast/lists/002-vertical-expected.png:
        * platform/qt/fast/lists/007-expected.png:
        * platform/qt/fast/lists/007-vertical-expected.png:
        * platform/qt/fast/lists/008-expected.png:
        * platform/qt/fast/lists/008-vertical-expected.png:
        * platform/qt/fast/lists/anonymous-items-expected.png:
        * platform/qt/fast/lists/big-list-marker-expected.png:
        * platform/qt/fast/lists/li-br-expected.png:
        * platform/qt/fast/lists/li-style-alpha-huge-value-crash-expected.png:
        * platform/qt/fast/lists/list-item-line-height-expected.png:
        * platform/qt/fast/lists/list-style-none-crash-expected.png:
        * platform/qt/fast/lists/ol-display-types-expected.png:
        * platform/qt/fast/lists/ol-start-parsing-expected.png:
        * platform/qt/fast/lists/olstart-expected.png:
        * platform/qt/fast/multicol/block-axis-horizontal-bt-expected.png:
        * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.png:
        * platform/qt/fast/multicol/block-axis-vertical-lr-expected.png:
        * platform/qt/fast/multicol/block-axis-vertical-rl-expected.png:
        * platform/qt/fast/multicol/client-rects-expected.png:
        * platform/qt/fast/multicol/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/column-count-with-rules-expected.png:
        * platform/qt/fast/multicol/float-avoidance-expected.png:
        * platform/qt/fast/multicol/float-paginate-complex-expected.png:
        * platform/qt/fast/multicol/float-paginate-expected.png:
        * platform/qt/fast/multicol/layers-in-multicol-expected.png:
        * platform/qt/fast/multicol/margin-collapse-expected.png:
        * platform/qt/fast/multicol/max-height-columns-block-expected.png:
        * platform/qt/fast/multicol/overflow-across-columns-expected.png:
        * platform/qt/fast/multicol/overflow-unsplittable-expected.png:
        * platform/qt/fast/multicol/paginate-block-replaced-expected.png:
        * platform/qt/fast/multicol/positioned-split-expected.png:
        * platform/qt/fast/multicol/positive-leading-expected.png:
        * platform/qt/fast/multicol/progression-reverse-expected.png:
        * platform/qt/fast/multicol/shadow-breaking-expected.png:
        * platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
        * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
        * platform/qt/fast/multicol/table-margin-collapse-expected.png:
        * platform/qt/fast/multicol/table-vertical-align-expected.png:
        * platform/qt/fast/multicol/unsplittable-inline-block-expected.png:
        * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.png:
        * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.png:
        * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
        * platform/qt/fast/overflow/001-expected.png:
        * platform/qt/fast/overflow/002-expected.png:
        * platform/qt/fast/overflow/003-expected.png:
        * platform/qt/fast/overflow/004-expected.png:
        * platform/qt/fast/overflow/007-expected.png:
        * platform/qt/fast/overflow/008-expected.png:
        * platform/qt/fast/overflow/dynamic-hidden-expected.png:
        * platform/qt/fast/overflow/float-in-relpositioned-expected.png:
        * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.png:
        * platform/qt/fast/overflow/line-clamp-expected.png:
        * platform/qt/fast/overflow/overflow-auto-table-expected.png:
        * platform/qt/fast/overflow/overflow-float-stacking-expected.png:
        * platform/qt/fast/overflow/overflow-focus-ring-expected.png:
        * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
        * platform/qt/fast/overflow/overflow-stacking-expected.png:
        * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.png:
        * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
        * platform/qt/fast/overflow/scrollbar-position-update-expected.png:
        * platform/qt/fast/overflow/table-overflow-float-expected.png:
        * platform/qt/fast/overflow/trailing-float-linebox-expected.png:
        * platform/qt/fast/parser/001-expected.png:
        * platform/qt/fast/parser/broken-comments-vs-parsing-mode-expected.png:
        * platform/qt/fast/parser/entity-comment-in-style-expected.png:
        * platform/qt/fast/parser/nofoo-tags-inside-paragraph-expected.png:
        * platform/qt/fast/parser/open-comment-in-style-expected.png:
        * platform/qt/fast/reflections/inline-crash-expected.png:
        * platform/qt/fast/reflections/opacity-reflection-transform-expected.png:
        * platform/qt/fast/reflections/reflection-masks-expected.png:
        * platform/qt/fast/reflections/reflection-masks-opacity-expected.png:
        * platform/qt/fast/reflections/reflection-masks-outset-expected.png:
        * platform/qt/fast/reflections/reflection-nesting-expected.png:
        * platform/qt/fast/reflections/reflection-overflow-hidden-expected.png:
        * platform/qt/fast/regions/flow-content-basic-expected.png:
        * platform/qt/fast/regions/flow-content-basic-vertical-expected.png:
        * platform/qt/fast/regions/flow-content-basic-vertical-rl-expected.png:
        * platform/qt/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png:
        * platform/qt/fast/regions/overflow-in-uniform-regions-dynamic-expected.png:
        * platform/qt/fast/regions/overflow-in-variable-width-regions-expected.png:
        * platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/qt/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/qt/fast/regions/overflow-rtl-in-variable-width-regions-expected.png:
        * platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
        * platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png:
        * platform/qt/fast/regions/region-style-block-background-color-expected.png:
        * platform/qt/fast/regions/region-style-block-background-color2-expected.png:
        * platform/qt/fast/regions/text-region-split-small-pagination-expected.png:
        * platform/qt/fast/regions/top-overflow-out-of-second-region-expected.png:
        * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.png:
        * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png:
        * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.png:
        * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png:
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png:
        * platform/qt/fast/repaint/background-misaligned-expected.png:
        * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/qt/fast/repaint/focus-layers-expected.png:
        * platform/qt/fast/repaint/scale-page-shrink-expected.png:
        * platform/qt/fast/repaint/transform-absolute-child-expected.png:
        * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/qt/fast/repaint/transform-relative-position-expected.png:
        * platform/qt/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/qt/fast/replaced/004-expected.png:
        * platform/qt/fast/replaced/absolute-position-percentage-height-expected.png:
        * platform/qt/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
        * platform/qt/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
        * platform/qt/fast/replaced/applet-display-none-expected.png:
        * platform/qt/fast/replaced/image-resize-width-expected.png:

2013-03-25  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardneing. Skip two tests, because they are failing with timed out.

        * platform/qt/TestExpectations:

2013-03-25  Yury Semikhatsky  <yurys@chromium.org>

        Mark fast/css/font-family-pictograph.html as flaky on Linux

        * platform/chromium/TestExpectations:

2013-03-25  Keishi Hattori  <keishi@webkit.org>

        Clear button visibility is not updated when restoring form state
        https://bugs.webkit.org/show_bug.cgi?id=113172

        Reviewed by Kent Tamura.

        * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-visibility-after-restore-expected.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-visibility-after-restore.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-visibility-after-restore-expected.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-visibility-after-restore.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-visibility-after-restore-expected.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-visibility-after-restore.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-visibility-after-restore-expected.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-visibility-after-restore.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-visibility-after-restore-expected.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-visibility-after-restore.html: Added.

2013-03-24  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Mark canvas-toDataURL-webp.html imageOnlyFailure 
        https://bugs.webkit.org/show_bug.cgi?id=113169

        Unreviewed test expectations update.

        Start generating test images on the bots now that libwebp 0.3.0
        has landed in chromium webkit.

        * platform/chromium/TestExpectations:

2013-03-24  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] fast/text/international/danda-space.html is failing 
        https://bugs.webkit.org/show_bug.cgi?id=113169

        Unreviewed test expectations update.

        * platform/chromium/TestExpectations:

2013-03-24  Hayato Ito  <hayato@chromium.org>

        [Shadow] Add a test of insertionParent for <shadow> element.
        https://bugs.webkit.org/show_bug.cgi?id=113021

        Reviewed by Dimitri Glazkov.

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

2013-03-24  Chris Fleizach  <cfleizach@apple.com>

        AX: Crash in WebCore::AccessibilitySpinButton::incrementButton()
        https://bugs.webkit.org/show_bug.cgi?id=111582

        Reviewed by Tim Horton.

        * platform/mac/accessibility/aria-spinbutton-crash-expected.txt: Added.
        * platform/mac/accessibility/aria-spinbutton-crash.html: Added.

2013-03-23  Mike West  <mkwst@chromium.org>

        Drop full URLs from cross-origin access errors caused by sandboxing.
        https://bugs.webkit.org/show_bug.cgi?id=113029

        Reviewed by Timothy Hatcher.

        * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
        * http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt:
        * http/tests/security/sandboxed-iframe-origin-add-expected.txt:
        * http/tests/security/sandboxed-iframe-origin-remove-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:

2013-03-23  Daniel Cheng  <dcheng@chromium.org>

        [Qt] editing/pasteboard/can-read-in-dragstart-event.html and /can-read-in-copy-and-cut-events.html are crashing
        https://bugs.webkit.org/show_bug.cgi?id=113126

        Reviewed by Ryosuke Niwa.

        * platform/qt/TestExpectations:

2013-03-22  Peter Kasting  <pkasting@google.com>

        [chromium] Stupid picky bug syntax...

        Unreviewed, test expectations updates.

        * platform/chromium/TestExpectations:

2013-03-22  Peter Kasting  <pkasting@google.com>

        [chromium] Mark flaky test.
        https://bugs.webkit.org/show_bug.cgi?id=113129

        Unreviewed, test expectations updates.

        * platform/chromium/TestExpectations:

2013-03-22  Peter Kasting  <pkasting@google.com>

        [chromium] Last bits of post-Skia-change fallout, plus other bits.
        https://bugs.webkit.org/show_bug.cgi?id=109507
        https://bugs.webkit.org/show_bug.cgi?id=113067
        https://bugs.webkit.org/show_bug.cgi?id=113128
        https://code.google.com/p/chromium/issues/detail?id=67442

        Unreviewed, test expectations updates.

        Deleted a few new baselines added during Skia rebaselining that were
        existing expected failures from bug 109507 whose failure lines were
        left in TestExpectations.
        
        Added a flaky test and a failing test (which for some reason has no new
        baselines so I can't rebaseline), and removed a passing test.
        
        Re-added some "Pass" expectations I'd previously removed, as they're
        necessary after all.

        * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Removed.

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Add a timeout expectation to media/track/track-prefer-captions.html after
        r146380 on GTK+. The failure is tracked by http://webkit.org/b/113127

        * platform/gtk/TestExpectations:

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Add crash test expectations to tests added in r146644.
        The failures are tracked by http://webkit.org/b/113126

        * platform/qt/TestExpectations:

2013-03-22  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Mark canvas-toDataURL-webp.html imageOnlyFailure Pass
        https://bugs.webkit.org/show_bug.cgi?id=93310

        Unreviewed test expectations update.

        libwebp will be updated to 0.3.0 in chrome, changing the encoder
        output, after which these test results will need to be updated.

        * platform/chromium/TestExpectations:

2013-03-22  Peter Kasting  <pkasting@google.com>

        [chromium] Mark more tests as crashing.
        https://bugs.webkit.org/show_bug.cgi?id=113067

        Unreviewed, test expectations update.

        * platform/chromium/TestExpectations:

2013-03-21  Kiran Muppala  <cmuppala@apple.com>

        Add runtime setting for hidden page DOM timer throttling and CSS animation suspension
        https://bugs.webkit.org/show_bug.cgi?id=112308

        Reviewed by Gavin Barraclough.

        Hidden page DOM timer throttling is disabled by default in WebKit1 and
        in WebKit2 for platforms other than Mac.  Override the preference to
        enable it during the test.

        * fast/dom/timer-throttling-hidden-page.html:

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations after Skia changes

        Unreviewed expectations update.

        Adding bug numbers for two failing tests.

        * platform/chromium/TestExpectations:

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations after Skia changes

        Unreviewed expectations update.

        The rest.

        * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-01-expected.png:
        * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png:
        * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
        * platform/chromium-linux/fast/box-shadow/inset-expected.png:
        * platform/chromium-linux/fast/box-shadow/scaled-box-shadow-expected.png: Added.
        * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.png:
        * platform/chromium-mac-lion/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
        * platform/chromium-mac-lion/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
        * platform/chromium-mac-lion/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-mac-lion/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-text-overflow-ellipsis-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/animated-svg-as-mask-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-antialiasing-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-text-overflow-ellipsis-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/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
        * platform/chromium-mac/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
        * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-mac/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
        * platform/chromium-mac/editing/selection/select-text-overflow-ellipsis-expected.png:
        * platform/chromium-mac/fast/backgrounds/animated-svg-as-mask-expected.png:
        * platform/chromium-mac/fast/borders/border-antialiasing-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-01-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-expected.png:
        * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
        * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
        * platform/chromium-mac/fast/box-shadow/inset-expected.png:
        * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
        * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png:
        * platform/chromium-mac/fast/box-shadow/shadow-tiling-artifact-expected.png:
        * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
        * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-win/fast/borders/border-radius-with-box-shadow-01-expected.png:
        * platform/chromium-win/fast/borders/border-radius-with-box-shadow-expected.png:
        * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
        * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
        * platform/chromium-win/fast/box-shadow/inset-expected.png:
        * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
        * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
        * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.png:
        * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl-wk2/fast/borders/border-radius-split-inline-expected.png: Added.
        * platform/efl-wk2/fast/box-shadow/basic-shadows-expected.png: Added.
        * platform/efl-wk2/fast/box-shadow/box-shadow-transformed-expected.png: Added.
        * platform/efl-wk2/fast/box-shadow/inset-expected.png: Added.
        * platform/efl-wk2/fast/box-shadow/scaled-box-shadow-expected.png: Added.
        * platform/efl/fast/borders/border-radius-split-inline-expected.png: Removed.
        * platform/efl/fast/box-shadow/basic-shadows-expected.png: Removed.
        * platform/efl/fast/box-shadow/box-shadow-transformed-expected.png: Removed.
        * platform/efl/fast/box-shadow/inset-expected.png: Removed.
        * platform/efl/fast/box-shadow/scaled-box-shadow-expected.png: Removed.

2013-03-22  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] content-sized row tracks with percentage logical height grid items don't resolve properly
        https://bugs.webkit.org/show_bug.cgi?id=113085

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution-expected.txt:
        Updated the result to pass.

        * fast/css-grid-layout/grid-item-multiple-minmax-content-resolution-expected.txt: Added.
        * fast/css-grid-layout/grid-item-multiple-minmax-content-resolution.html: Added.
        * fast/css-grid-layout/grid-item-with-percent-height-in-auto-height-grid-resolution-expected.txt: Added.
        * fast/css-grid-layout/grid-item-with-percent-height-in-auto-height-grid-resolution.html: Added.
        Added more testing to ensure that we properly do the resolution.

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations after Skia changes

        Unreviewed expectations update.

        fast/canvas/...
        fast/css/...
        fast/forms/...
        fast/multicol/...

        * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/chromium-linux/fast/css/font-family-pictograph-expected.png:
        * platform/chromium-linux/fast/css/font-family-pictograph-expected.txt:
        * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/chromium-mac-lion/fast/css/empty-pseudo-class-expected.png:
        * platform/chromium-mac-lion/fast/css/first-child-pseudo-class-expected.png:
        * platform/chromium-mac-lion/fast/css/first-of-type-pseudo-class-expected.png:
        * platform/chromium-mac-lion/fast/css/last-child-pseudo-class-expected.png:
        * platform/chromium-mac-lion/fast/css/last-of-type-pseudo-class-expected.png:
        * platform/chromium-mac-lion/fast/css/only-child-pseudo-class-expected.png:
        * platform/chromium-mac-lion/fast/css/only-of-type-pseudo-class-expected.png:
        * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.png:
        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-lion/fast/line-grid/line-grid-contains-value-expected.png:
        * platform/chromium-mac-lion/fast/multicol/nested-columns-expected.png:
        * platform/chromium-mac-lion/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/empty-pseudo-class-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/first-child-pseudo-class-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/first-of-type-pseudo-class-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/last-child-pseudo-class-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/last-of-type-pseudo-class-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/only-child-pseudo-class-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/only-of-type-pseudo-class-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/line-grid/line-grid-contains-value-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/nested-columns-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/chromium-mac/fast/css/empty-pseudo-class-expected.png:
        * platform/chromium-mac/fast/css/first-child-pseudo-class-expected.png:
        * platform/chromium-mac/fast/css/first-of-type-pseudo-class-expected.png:
        * platform/chromium-mac/fast/css/last-child-pseudo-class-expected.png:
        * platform/chromium-mac/fast/css/last-of-type-pseudo-class-expected.png:
        * platform/chromium-mac/fast/css/only-child-pseudo-class-expected.png:
        * platform/chromium-mac/fast/css/only-of-type-pseudo-class-expected.png:
        * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac/fast/dynamic/text-combine-expected.png:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac/fast/line-grid/line-grid-contains-value-expected.png:
        * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
        * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/chromium-win/fast/css/shadow-multiple-expected.png:
        * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl-wk2/fast/multicol: Added.
        * platform/efl-wk2/fast/multicol/shadow-breaking-expected.png: Added.
        * platform/efl/fast/multicol/shadow-breaking-expected.png: Removed.

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations after Skia changes

        Unreviewed expectations update.

        fast/repaint/...
        fast/ruby/...

        * fast/repaint/moving-shadow-on-container-expected.png: Added.
        * fast/repaint/search-field-cancel-expected.txt: Added.
        * platform/chromium-linux-x86/fast/repaint/moving-shadow-on-container-expected.png: Removed.
        * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac-lion/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-mac-lion/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-mac-lion/fast/repaint/scale-page-shrink-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/search-field-cancel-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/ruby/base-shorter-than-text-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/ruby/base-shorter-than-text-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/ruby/position-after-expected.png:
        * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-mac/fast/repaint/scale-page-shrink-expected.png: Added.
        * platform/chromium-mac/fast/repaint/search-field-cancel-expected.png: Added.
        * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/chromium-mac/fast/ruby/position-after-expected.png:
        * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png: Removed.
        * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png: Removed.
        * platform/chromium-win-xp/fast/repaint/moving-shadow-on-container-expected.png: Removed.
        * platform/chromium-win-xp/fast/ruby/base-shorter-than-text-expected.txt: Removed.
        * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-win/fast/repaint/search-field-cancel-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/repaint/search-field-cancel-expected.png: Removed.
        * platform/chromium/fast/repaint/search-field-cancel-expected.txt: Removed.
        * platform/efl-wk2/fast/repaint/moving-shadow-on-container-expected.png: Added.
        * platform/efl-wk2/fast/repaint/moving-shadow-on-path-expected.png: Added.
        * platform/efl-wk2/fast/repaint/transform-replaced-shadows-expected.png: Added.
        * platform/efl/fast/repaint/moving-shadow-on-container-expected.png: Removed.
        * platform/efl/fast/repaint/moving-shadow-on-path-expected.png: Removed.
        * platform/efl/fast/repaint/transform-replaced-shadows-expected.png: Removed.
        * platform/gtk/fast/repaint/moving-shadow-on-container-expected.png: Removed.
        * platform/mac/fast/repaint/moving-shadow-on-container-expected.png: Removed.
        * platform/mac/fast/repaint/search-field-cancel-expected.txt: Removed.

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations after Skia changes

        Unreviewed expectations update.

        fast/text/...

        * platform/chromium-linux/fast/text/emphasis-avoid-ruby-expected.png: Added.
        * platform/chromium-linux/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
        * platform/chromium-linux/fast/text/stroking-expected.png:
        * platform/chromium-linux/fast/transforms/shadows-expected.png:
        * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.png:
        * platform/chromium-mac-lion/fast/text/international/bold-bengali-expected.png:
        * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.png:
        * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png:
        * platform/chromium-mac-lion/fast/text/justify-ideograph-vertical-expected.png:
        * platform/chromium-mac-lion/fast/text/orientation-sideways-expected.png:
        * platform/chromium-mac-lion/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
        * platform/chromium-mac-lion/fast/text/stroking-expected.png:
        * platform/chromium-mac-lion/fast/text/whitespace/024-expected.png:
        * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-001-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-002-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-linebreak-003-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bold-bengali-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/justify-ideograph-vertical-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/whitespace/024-expected.png:
        * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.png:
        * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png:
        * platform/chromium-mac/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
        * platform/chromium-mac/fast/text/stroking-expected.png:
        * platform/chromium-mac/fast/text/whitespace/024-expected.png:
        * platform/chromium-mac/fast/transforms/shadows-expected.png:
        * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
        * platform/chromium-win-xp/fast/text/stroking-expected.png:
        * platform/chromium-win/fast/text/international/bold-bengali-expected.png:
        * platform/chromium-win/fast/text/international/bold-bengali-expected.txt:
        * 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/TestExpectations:
        * platform/chromium/fast/text/international/bold-bengali-expected.png: Removed.
        * platform/efl-wk2/fast/text/shadow-translucent-fill-expected.png: Added.
        * platform/efl/fast/text/shadow-translucent-fill-expected.png: Removed.
        * platform/qt-unknown/fast: Added.
        * platform/qt-unknown/fast/text: Added.
        * platform/qt-unknown/fast/text/international: Added.
        * platform/qt-unknown/fast/text/international/text-spliced-font-expected.png: Added.
        * platform/qt/fast/text/international/text-spliced-font-expected.png: Removed.

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations after Skia changes

        Unreviewed expectations update.

        One I missed.

        * platform/chromium-mac-lion/svg/custom/preserve-aspect-ratio-syntax-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/preserve-aspect-ratio-syntax-expected.png:
        * platform/chromium-mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:

2013-03-22  Tim Horton  <timothy_horton@apple.com>

        Plugin Snapshotting: Auto-start dominant plugins
        ​https://bugs.webkit.org/show_bug.cgi?id=113111
        <rdar://problem/13475726>

        Reviewed by Dean Jackson.

        Add a test for http://trac.webkit.org/changeset/146679.

        * platform/mac-wk2/plugins/snapshotting/autoplay-dominant-expected.txt: Added.
        * plugins/snapshotting/autoplay-dominant.html: Added.

2013-03-22  Tony Chang  <tony@chromium.org>

        REGRESSION (r146272): layout issues for flex boxes that have -webkit-flex-wrap: wrap
        https://bugs.webkit.org/show_bug.cgi?id=113071

        Reviewed by Ojan Vafai.

        * css3/flexbox/multiline-min-preferred-width-expected.txt: Added.
        * css3/flexbox/multiline-min-preferred-width.html: Added.

2013-03-22  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Clamp css_MixColor before the blending and compositing steps
        https://bugs.webkit.org/show_bug.cgi?id=113088

        Reviewed by Dean Jackson.

        * css3/filters/custom/custom-filter-clamp-css-mix-color-expected.html: Added.
        * css3/filters/custom/custom-filter-clamp-css-mix-color-negative-expected.html: Added.
        * css3/filters/custom/custom-filter-clamp-css-mix-color-negative.html: Added.
        * css3/filters/custom/custom-filter-clamp-css-mix-color.html: Added.

2013-03-22  Peter Kasting  <pkasting@google.com>

        [chromium] Mark test as expected to timeout.
        https://bugs.webkit.org/show_bug.cgi?id=113114

        Unreviewed, test expectations update.

        * platform/chromium/TestExpectations:

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations after Skia changes

        Unreviewed expectations update.

        The next round.

        Too many files to list, plus ...
        * platform/chromium/TestExpectations:

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectation after Skia changes

        Unreviewed expectations update.

        SVG and Compositing tests

        Too many files to list, plus ...
        * platform/chromium/TestExpectations:

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Fix the expected image result as r78910 committed a bad expected result.
        See http://trac.webkit.org/changeset/78910/trunk/LayoutTests/platform/mac/editing/deleting/deletionUI-single-instance-expected.png

        * platform/mac/editing/deleting/deletionUI-single-instance-expected.png:

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Add a failing test expectation to media/track/track-prefer-captions.html on Windows after r146647.
        The failure is tracked by the bug 113106.

        * platform/win/TestExpectations:

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        [Win] editing/pasteboard/can-read-in-copy-and-cut-events.html fails
        https://bugs.webkit.org/show_bug.cgi?id=113102

        Skip a test added by r146644 since writing into clipboard is not supported on Windows port.

        * platform/win/TestExpectations:

2013-03-22  Philip Rogers  <pdr@google.com>

        Update svg/custom/marker-orient-auto expectations

        Unreviewed update of test expectations.

        * platform/chromium-mac-lion/svg/custom/marker-orient-auto-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/marker-orient-auto-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/marker-orient-auto-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/custom/marker-orient-auto-expected.txt: Added.
        * platform/chromium-mac/svg/custom/marker-orient-auto-expected.png: Added.
        * platform/chromium-mac/svg/custom/marker-orient-auto-expected.txt: Added.
        * platform/chromium-win/svg/custom/marker-orient-auto-expected.png: Added.
        * platform/chromium-win/svg/custom/marker-orient-auto-expected.txt: Added.
        * platform/chromium/TestExpectations:

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Add failing test expectations for two more position: sticky tests to make Mac EWS happy.

        * platform/mac/TestExpectations:

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        NRWT: Enable pixel tests when retrying tests
        https://bugs.webkit.org/show_bug.cgi?id=112898

        Reviewed by Dirk Pranke.

        Link to images and image diff in retries when they're only available in retries.

        * fast/harness/resources/results-test.js: Added a test case.
        * fast/harness/results-expected.txt:
        * fast/harness/results.html:
        (imageResultsCell): Extracted from tableRow.
        (tableRow): Split the actual result into two tokens (first attempt and retry),
        and then check if the image failure was detected in the first attempt. If not,
        add hyperlinks to the actual results in the retry run.

2013-03-22  Philip Rogers  <pdr@google.com>

        Update svg/custom/marker-orient-auto-expected test expectation.

        Unreviewed update of test expectations.

        * platform/chromium/TestExpectations:

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectation after Skia changes

        Unreviewed expectations update.

        One more not-expected failure, fixed.

        * platform/chromium-mac-lion/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png:

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectation after Skia changes

        Unreviewed expectations update.

        Some more currently failing (not expected) tests.

        * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-clear-expected.png:
        * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.
        * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-repaint-expected.png:
        * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.

2013-03-22  Filip Pizlo  <fpizlo@apple.com>

        DFG folding of PutById to SimpleReplace should consider the specialized function case
        https://bugs.webkit.org/show_bug.cgi?id=113093

        Reviewed by Geoffrey Garen and Mark Hahnenberg.

        * fast/js/dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function-expected.txt: Added.
        * fast/js/dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js: Added.
        (foo):
        (baz):
        (fuzz):

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Add failing test expectations to the test added by r146644 on Mac.
        The failure is tracked by http://webkit.org/b/113094.

        * platform/mac/TestExpectations:

2013-03-22  Daniel Cheng  <dcheng@chromium.org>

        Data store should be readable in dragstart/copy/cut events
        https://bugs.webkit.org/show_bug.cgi?id=23695

        Reviewed by Tony Chang.

        * editing/pasteboard/can-read-in-copy-and-cut-events-expected.txt: Added.
        * editing/pasteboard/can-read-in-copy-and-cut-events.html: Added.
        * editing/pasteboard/can-read-in-dragstart-event-expected.txt: Added.
        * editing/pasteboard/can-read-in-dragstart-event.html: Added.

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectation after Skia changes

        Unreviewed expectations update.

        Only the things failing on the bots, not already accounted for.

        * platform/chromium-linux/fast/text/international/danda-space-expected.png:
        * platform/chromium-mac-lion/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.png:
        * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.png:
        * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.png:
        * platform/chromium-mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.png:
        * platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.
        * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
        * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
        * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
        * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium/TestExpectations:

2013-03-22  Peter Kasting  <pkasting@google.com>

        [chromium] Remove Android platform expectations from Chromium TestExpectations.
        (Too many bug URLs to list)

        Unreivewed, test expectations update.

        * platform/chromium/TestExpectations:

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Add a failure test expectation to media/track/track-user-preferences.html after r146380.
        The failure is tracked by the webkit.org/b/113083.

        * platform/mac/TestExpectations:

2013-03-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] New fast/text/word-space-with-kerning-3.html fails on Qt.
        https://bugs.webkit.org/show_bug.cgi?id=112668

        Reviewed by Jocelyn Turcotte.

        * platform/qt/TestExpectations:

2013-03-22  Nate Chapin  <japhet@chromium.org>

        REGRESSION (r146239): Reproducible crash in WebCore::DocumentLoader::responseReceived.
        https://bugs.webkit.org/show_bug.cgi?id=112811

        Reviewed by Brady Eidson.

        * http/tests/cache/resources/x-frame-options.php: Added.
        * http/tests/cache/x-frame-options-304-expected.txt: Added.
        * http/tests/cache/x-frame-options-304.html: Added.

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Add flaky crash expectations on some media tests per bugs 113075 and 113076.

        * platform/win/TestExpectations:

2013-03-22  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Update test expectations for a bunch of softwarecompositing tests.

        * platform/chromium/TestExpectations:

2013-03-22  Stephen Chenney  <schenney@chromium.org>

        Enabling Skia features/modifications.

        Unreviewed Chromium expectations, all of which will be removed later today.

        * platform/chromium/TestExpectations:

2013-03-22  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaselines for r146600.

        * platform/chromium-mac-lion/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/transforms/bounding-rect-zoom-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Added.
        * 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/transforms/bounding-rect-zoom-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
        * platform/chromium-win/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.png:

2013-03-22  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium and apple mac rebaselines for r146600.

        * platform/chromium-mac-lion/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/chromium-mac-lion/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
        * platform/chromium-mac-lion/fast/transforms/bounding-rect-zoom-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-win/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
        * platform/chromium-win/fast/transforms/bounding-rect-zoom-expected.txt: Removed.
        * platform/chromium/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
        * platform/chromium/fast/transforms/bounding-rect-zoom-expected.txt: Added.
        * platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
        * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:

2013-03-22  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Missed one in r146589.

        * platform/qt/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Rebaselining after r146531.

2013-03-22  Tommy Widenflycht  <tommyw@google.com>

        Clean up the speech recognintion API
        https://bugs.webkit.org/show_bug.cgi?id=112916

        Reviewed by Adam Barth.

        * fast/events/constructors/speech-recognition-event-constructor-expected.txt:
        * fast/events/constructors/speech-recognition-event-constructor.html:

2013-03-22  Emil A Eklund  <eae@chromium.org>

        Floor cell widths in AutoTableLayout::recalcColumn
        https://bugs.webkit.org/show_bug.cgi?id=112922

        Reviewed by Levi Weintraub.

        Add test for table with subpixel cells and update existing baselines as needed.

        * fast/sub-pixel/table-with-subpixel-cell-size-expected.html: Added.
        * fast/sub-pixel/table-with-subpixel-cell-size.html: Added.
        * platform/chromium-linux/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-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/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:

2013-03-22  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaselining after r146469 and r146531. Cleaning up duplicated expecteds.

        * platform/qt-5.0-wk1/compositing/iframes/iframe-size-from-zero-expected.txt:
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Removed.
        * platform/qt/compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-expected.png.
        * platform/qt/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt.
        * platform/qt/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png.
        * platform/qt/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt.
        * platform/qt/compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-expected.png.
        * platform/qt/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt.
        * platform/qt/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png.
        * platform/qt/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt.
        * platform/qt/css3/filters/effect-reference-expected.txt:

2013-03-22  Sergey Ryazanov  <serya@chromium.org>

        Web Inspector: Report more CSS errors
        https://bugs.webkit.org/show_bug.cgi?id=113022

        Reviewed by Pavel Feldman.

        * inspector/console/console-css-warnings-expected.txt:
        * inspector/console/console-css-warnings.html:

2013-03-22  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Incomplete datetime format should fallback to default
        https://bugs.webkit.org/show_bug.cgi?id=113005

        Reviewed by Kent Tamura.

        * fast/forms/date-multiple-fields/date-multiple-fields-fallback-format-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-fallback-format.html: Added.
        * fast/forms/datetime-multiple-fields/datetime-multiple-fields-fallback-format-expected.txt: Added.
        * fast/forms/datetime-multiple-fields/datetime-multiple-fields-fallback-format.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-fallback-format-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-fallback-format.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-fallback-format-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-fallback-format.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-fallback-format-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-fallback-format.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-fallback-format-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-fallback-format.html: Added.

2013-03-22  Hajime Morrita  <morrita@google.com>

        Custom Elements: "readyCallback" lifecycle callback should be called.
        https://bugs.webkit.org/show_bug.cgi?id=112538

        Reviewed by Elliott Sprehn.

        * fast/dom/custom/lifecycle-ready-createElement-recursion-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-createElement-recursion.html: Added.
        * fast/dom/custom/lifecycle-ready-createElement-reentrancy-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-createElement-reentrancy.html: Added.
        * fast/dom/custom/lifecycle-ready-creation-api-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-creation-api.html: Added.
        * fast/dom/custom/lifecycle-ready-innerHTML-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-innerHTML.html: Added.
        * fast/dom/custom/lifecycle-ready-parser-only-expected.html: Added.
        * fast/dom/custom/lifecycle-ready-parser-only.html: Added.
        * fast/dom/custom/lifecycle-ready-parser-script-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-parser-script.html: Added.
        * fast/dom/custom/lifecycle-ready-paste-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-paste.html: Added.

2013-03-22  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Finalize the RTCPeerConnection states
        https://bugs.webkit.org/show_bug.cgi?id=112792

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-datachannel.html:
        * fast/mediastream/RTCPeerConnection-dtmf.html:
        * fast/mediastream/RTCPeerConnection-events-expected.txt:
        * fast/mediastream/RTCPeerConnection-events.html:
        * fast/mediastream/RTCPeerConnection-ice.html:
        * fast/mediastream/RTCPeerConnection-state-expected.txt:
        * fast/mediastream/RTCPeerConnection-state.html:

2013-03-22  Ádám Kallai  <kadam@inf.u-szeged.hu>

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

        * platform/qt/TestExpectations:

2013-03-22  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] New baseline for accessibility/platform-name.html
        https://bugs.webkit.org/show_bug.cgi?id=113018

        Unreviewed EFL gardening

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/accessibility/platform-name-expected.txt: Added.

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky crash test expectations on Mac WebKit2 per bug 113020.

        * platform/mac-wk2/TestExpectations:

2013-03-22  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Skipping fast/dom/custom tests as the custom elements support is not yet enabled
        on the GTK port. Adding crashing expectations for two IDB tests that regressed with r146540.

2013-03-22  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r146534 and r146565.
        http://trac.webkit.org/changeset/146534
        http://trac.webkit.org/changeset/146565
        https://bugs.webkit.org/show_bug.cgi?id=113017

        "r146534 caused perf regression on Chromium Linux x64"
        (Requested by yurys on #webkit).

        * fast/dom/custom/lifecycle-ready-createElement-recursion-expected.txt: Removed.
        * fast/dom/custom/lifecycle-ready-createElement-recursion.html: Removed.
        * fast/dom/custom/lifecycle-ready-createElement-reentrancy-expected.txt: Removed.
        * fast/dom/custom/lifecycle-ready-createElement-reentrancy.html: Removed.
        * fast/dom/custom/lifecycle-ready-creation-api-expected.txt: Removed.
        * fast/dom/custom/lifecycle-ready-creation-api.html: Removed.
        * fast/dom/custom/lifecycle-ready-innerHTML-expected.txt: Removed.
        * fast/dom/custom/lifecycle-ready-innerHTML.html: Removed.
        * fast/dom/custom/lifecycle-ready-parser-only-expected.html: Removed.
        * fast/dom/custom/lifecycle-ready-parser-only.html: Removed.
        * fast/dom/custom/lifecycle-ready-parser-script-expected.txt: Removed.
        * fast/dom/custom/lifecycle-ready-parser-script.html: Removed.
        * fast/dom/custom/lifecycle-ready-paste-expected.txt: Removed.
        * fast/dom/custom/lifecycle-ready-paste.html: Removed.

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky test failure expectation per bug 113012.

        * platform/win/TestExpectations:

2013-03-22  Ryosuke Niwa  <rniwa@webkit.org>

        Final Mac rebaseline attempt for r146531 since r146564 wasn't enough.

        I'm sorry I made a huge mess here.

        * platform/mac/compositing/rtl/rtl-fixed-expected.txt:

2013-03-22  James Zern  <jzern@chromium.org>

        [chromium] Mark virtual/gpu/fast/canvas/canvas-toDataURL-webp.html as flaky
        https://bugs.webkit.org/show_bug.cgi?id=93310

        Unreviewed test expectations update.

        libwebp will be updated to 0.3.0 in chrome changing the encoder
        output after which this test will need to be rebaselined.

        * platform/chromium/TestExpectations:

2013-03-21  Hajime Morrita  <morrita@google.com>

        Custom Elements: "readyCallback" lifecycle callback should be called.
        https://bugs.webkit.org/show_bug.cgi?id=112538

        Reviewed by Elliott Sprehn.

        * fast/dom/custom/lifecycle-ready-createElement-recursion-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-createElement-recursion.html: Added.
        * fast/dom/custom/lifecycle-ready-createElement-reentrancy-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-createElement-reentrancy.html: Added.
        * fast/dom/custom/lifecycle-ready-creation-api-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-creation-api.html: Added.
        * fast/dom/custom/lifecycle-ready-innerHTML-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-innerHTML.html: Added.
        * fast/dom/custom/lifecycle-ready-parser-only-expected.html: Added.
        * fast/dom/custom/lifecycle-ready-parser-only.html: Added.
        * fast/dom/custom/lifecycle-ready-parser-script-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-parser-script.html: Added.
        * fast/dom/custom/lifecycle-ready-paste-expected.txt: Added.
        * fast/dom/custom/lifecycle-ready-paste.html: Added.

2013-03-21  Ryosuke Niwa  <rniwa@webkit.org>

        Yet another Mac rebaseline attempt for r146531 since r146538 and r146554 didn't work.

        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/mac/compositing/rtl/rtl-fixed-expected.txt:
        * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt:

2013-03-21  Takashi Sakamoto  <tasak@google.com>

        XMLDocumentParser doesn't parse <template> correctly.
        https://bugs.webkit.org/show_bug.cgi?id=112328

        Reviewed by Hajime Morrita.

        * fast/dom/HTMLTemplateElement/xhtml-with-titleElement-parsing-crash-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/xhtml-with-titleElement-parsing-crash.xhtml: Added.

2013-03-21  Li Yin  <li.yin@intel.com>

        FileAPI: Remove deprecation warning when ArrayBuffer is in Blob constructor.
        https://bugs.webkit.org/show_bug.cgi?id=88389

        Reviewed by Kenneth Russell.

        * fast/files/blob-constructor-expected.txt:
        * fast/files/script-tests/blob-constructor.js:

2013-03-21  Takashi Sakamoto  <tasak@google.com>

        [Shadow]: @host styles are not applied dynamically
        https://bugs.webkit.org/show_bug.cgi?id=112869

        Reviewed by Elliott Sprehn.

        * fast/dom/shadow/athost-apply-dynamically-expected.html: Added.
        * fast/dom/shadow/athost-apply-dynamically.html: Added.

2013-03-21  Hayato Ito  <hayato@chromium.org>

        [Shadow] Provide an api of insertionParent().
        https://bugs.webkit.org/show_bug.cgi?id=112866

        Reviewed by Dimitri Glazkov.

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

2013-03-21  Ryosuke Niwa  <rniwa@webkit.org>

        Another Mac rebaseline attempt for r146531 since r146538 didn't work.

        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/mac/compositing/rtl/rtl-fixed-expected.txt:
        * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt:

2013-03-21  Peter Kasting  <pkasting@google.com>

        [chromium] Test expectations updates.
        https://bugs.webkit.org/show_bug.cgi?id=88833
        https://bugs.webkit.org/show_bug.cgi?id=107935
        https://bugs.webkit.org/show_bug.cgi?id=109507

        Unreviewed, test expectations updates.

        * platform/chromium/TestExpectations:

2013-03-21  Tom Sepez  <tsepez@chromium.org>

        Bypass XSSAuditor for asp.net servers.
        https://bugs.webkit.org/show_bug.cgi?id=112235

        Reviewed by Adam Barth.

        * http/tests/security/xssAuditor/img-tag-with-comma-expected.txt: Added.
        * http/tests/security/xssAuditor/img-tag-with-comma.html: Added.

2013-03-21  Peter Kasting  <pkasting@google.com>

        [chromium] Test expectations updates: mark flaky tests; fix overlapping expectations; convert [ Pass Slow ] to [ Slow ].
        https://bugs.webkit.org/show_bug.cgi?id=88833
        https://bugs.webkit.org/show_bug.cgi?id=93569
        https://bugs.webkit.org/show_bug.cgi?id=109507
        https://bugs.webkit.org/show_bug.cgi?id=112980
        https://bugs.webkit.org/show_bug.cgi?id=112981
        https://bugs.webkit.org/show_bug.cgi?id=112984
        https://bugs.webkit.org/show_bug.cgi?id=112987
        https://code.google.com/p/chromium/issues/detail?id=24182

        Unreviewed, test expectations updates.

        * platform/chromium/TestExpectations:

2013-03-21  Ryosuke Niwa  <rniwa@webkit.org>

        Add Mac baseline after r146510.

        * platform/mac/svg/custom/marker-orient-auto-expected.png: Added.
        * platform/mac/svg/custom/marker-orient-auto-expected.txt: Added.

2013-03-21  Ryosuke Niwa  <rniwa@webkit.org>

        [Mac] Add baselines for css3/filters/effect-reference*.html
        https://bugs.webkit.org/show_bug.cgi?id=112962

        Reviewed by Dean Jackson.

        Add Mac rebaselines for the following tests and removed the corresponding entries in TestExpectations.

        * platform/mac/TestExpectations:
        * platform/mac/css3/filters/effect-reference-expected.png: Added.
        * platform/mac/css3/filters/effect-reference-expected.txt:
        * platform/mac/css3/filters/effect-reference-external-expected.png: Added.
        * platform/mac/css3/filters/effect-reference-hw-expected.png: Added.
        * platform/mac/css3/filters/effect-reference-hw-expected.txt:
        * platform/mac/css3/filters/effect-reference-ordering-expected.png: Added.
        * platform/mac/css3/filters/effect-reference-ordering-hw-expected.png: Added.

2013-03-21  Alok Priyadarshi  <alokp@chromium.org>

        Unreviewed gardening.
        Suppressed text failures due to r146531.

        * platform/chromium/TestExpectations:

2013-03-21  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline r146531.

        * platform/mac/compositing/rtl/rtl-fixed-expected.txt: Added.
        * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.

2013-03-21  Christian Biesinger  <cbiesinger@chromium.org>

        Revert bad change to resize-corner-tracking-transformed-expected.txt
        https://bugs.webkit.org/show_bug.cgi?id=112974

        In bug 9221, I accidentally overwrite
        resize-corner-tracking-transformed-expected.txt with a win/linux
        version, which broke Mac. Unfortunately, the gardener didn't realize
        this and just added the test to TestExpectations. This change restores
        the original expectation to fix mac and removes the test from
        TestExpectations.

        Reviewed by Tony Chang.

        * platform/chromium/TestExpectations:
        * platform/chromium/fast/css/resize-corner-tracking-transformed-expected.txt:

2013-03-21  Peter Kasting  <pkasting@google.com>

        [chromium] Minor test expectations updates and some Skia rebaselines.
        https://bugs.webkit.org/show_bug.cgi?id=94240
        https://bugs.webkit.org/show_bug.cgi?id=104595
        https://code.google.com/p/chromium/issues/detail?id=181700
        https://code.google.com/p/chromium/issues/detail?id=222382

        Unreviewed, gardening.

        * platform/chromium-linux-x86/platform/chromium/virtual/gpu: Removed.
        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast: Removed.
        * 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:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
        * 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/image-object-in-canvas-expected.png:
        * platform/chromium-win-xp/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-win/fast/writing-mode/Kusa-Makura-background-canvas-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/image-object-in-canvas-expected.png:
        * platform/chromium/TestExpectations:

2013-03-21  Alok Priyadarshi  <alokp@chromium.org>

        Mark GraphicsLayers as opaque when possible
        https://bugs.webkit.org/show_bug.cgi?id=70634

        Reviewed by Simon Fraser.

        * compositing/absolute-inside-out-of-view-fixed-expected.txt:
        * compositing/backing/no-backing-for-clip-expected.txt:
        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * compositing/backing/no-backing-for-perspective-expected.txt:
        * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
        * compositing/columns/composited-in-paginated-expected.txt:
        * compositing/contents-opaque/background-clip-expected.txt: Copied from LayoutTests/platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
        * compositing/contents-opaque/background-clip.html: Added.
        * compositing/contents-opaque/background-color-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
        * compositing/contents-opaque/background-color.html: Added.
        * compositing/contents-opaque/body-background-painted-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt.
        * compositing/contents-opaque/body-background-painted.html: Added.
        * compositing/contents-opaque/body-background-skipped-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt.
        * compositing/contents-opaque/body-background-skipped.html: Added.
        * compositing/contents-opaque/layer-opacity-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
        * compositing/contents-opaque/layer-opacity.html: Added.
        * compositing/contents-opaque/layer-transform-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
        * compositing/contents-opaque/layer-transform.html: Added.
        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-expected.txt:
        * compositing/geometry/clip-expected.txt:
        * compositing/geometry/clip-inside-expected.txt:
        * compositing/geometry/fixed-position-composited-switch-expected.txt:
        * compositing/geometry/flipped-writing-mode-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
        * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * compositing/geometry/preserve-3d-switching-expected.txt:
        * compositing/iframes/become-composited-nested-iframes-expected.txt:
        * compositing/iframes/become-overlapped-iframe-expected.txt:
        * compositing/iframes/composited-parent-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * compositing/iframes/connect-compositing-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe2-expected.txt:
        * compositing/iframes/connect-compositing-iframe3-expected.txt:
        * compositing/iframes/enter-compositing-iframe-expected.txt:
        * compositing/iframes/iframe-resize-expected.txt:
        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * compositing/iframes/overlapped-iframe-expected.txt:
        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * compositing/iframes/overlapped-nested-iframes-expected.txt:
        * compositing/iframes/page-cache-layer-tree-expected.txt:
        * compositing/iframes/scrolling-iframe-expected.txt:
        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * compositing/layer-creation/overlap-animation-clipping-expected.txt:
        * compositing/layer-creation/overlap-animation-expected.txt:
        * compositing/layer-creation/overlap-child-layer-expected.txt:
        * compositing/layer-creation/overlap-clipping-expected.txt:
        * compositing/layer-creation/overlap-transformed-3d-expected.txt:
        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
        * compositing/layer-creation/overlap-transforms-expected.txt:
        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-expected.txt:
        * compositing/layer-creation/translatez-overlap-expected.txt:
        * compositing/masks/mask-layer-size-expected.txt:
        * compositing/overflow-trumps-transform-style-expected.txt:
        * compositing/overflow/clip-descendents-expected.txt:
        * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * compositing/overflow/textarea-scroll-touch-expected.txt:
        * compositing/plugins/no-backing-store-expected.txt:
        * compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * compositing/rtl/rtl-absolute-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-fixed-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-expected.txt:
        * compositing/rtl/rtl-iframe-relative-expected.txt:
        * compositing/rtl/rtl-relative-expected.txt:
        * compositing/tiled-layers-hidpi-expected.txt:
        * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * compositing/tiling/rotated-tiled-clamped-expected.txt:
        * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
        * compositing/tiling/tile-cache-zoomed-expected.txt:
        * compositing/tiling/tiled-layer-resize-expected.txt:
        * compositing/visible-rect/2d-transformed-expected.txt:
        * compositing/visible-rect/3d-transform-style-expected.txt:
        * compositing/visible-rect/3d-transformed-expected.txt:
        * compositing/visible-rect/animated-expected.txt:
        * compositing/visible-rect/animated-from-none-expected.txt:
        * compositing/visible-rect/clipped-by-viewport-expected.txt:
        * compositing/visible-rect/clipped-visible-rect-expected.txt:
        * compositing/visible-rect/iframe-and-layers-expected.txt:
        * compositing/visible-rect/iframe-no-layers-expected.txt:
        * compositing/visible-rect/nested-transform-expected.txt:
        * compositing/visible-rect/scrolled-expected.txt:
        * css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-linux/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/chromium-linux/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/chromium-linux/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/chromium-linux/compositing/iframes/iframe-resize-expected.txt:
        * platform/chromium-linux/compositing/iframes/iframe-size-from-zero-expected.txt:
        * platform/chromium-linux/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-linux/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/chromium-linux/compositing/iframes/resizer-expected.txt:
        * platform/chromium-linux/compositing/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-resize-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-size-from-zero-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/overlapped-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/resizer-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/scrolling-iframe-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
        * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
        * platform/chromium/compositing/contents-opaque/background-color-expected.txt: Copied from LayoutTests/platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
        * platform/chromium/compositing/contents-opaque/body-background-painted-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt.
        * platform/chromium/compositing/contents-opaque/body-background-skipped-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt.
        * platform/chromium/compositing/contents-opaque/layer-opacity-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
        * platform/chromium/compositing/contents-opaque/layer-transform-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
        * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium/compositing/geometry/clip-expected.txt:
        * platform/chromium/compositing/geometry/clip-inside-expected.txt:
        * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
        * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/chromium/compositing/iframes/resizer-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
        * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
        * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
        * platform/mac/compositing/iframes/resizer-expected.txt:
        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
        * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
        * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
        * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/qt-5.0-wk1/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * platform/qt-5.0-wk1/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
        * platform/qt-5.0-wk1/compositing/iframes/page-cache-layer-tree-expected.txt:
        * platform/qt-5.0-wk1/compositing/overflow/textarea-scroll-touch-expected.txt:
        * platform/qt-5.0-wk1/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
        * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:

2013-03-21  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Shaders] Implement a StyleCustomFilterProgram cache
        https://bugs.webkit.org/show_bug.cgi?id=112602

        Reviewed by Dean Jackson.

        Added a new test to check for the case when the style is recalculated but the
        filter property is not changed. All the other cases for the new StyleCustomFilterProgramCache
        class should be tested by existing tests.

        * css3/filters/custom/custom-filter-reload-expected.txt: Added.
        * css3/filters/custom/custom-filter-reload.html: Added.

2013-03-21  Jochen Eisinger  <jochen@chromium.org>

        Skip triaged crashes on content shell

        Unreviewed gardening

        * platform/chromium/ContentShellTestExpectations:

2013-03-21  Kent Tamura  <tkent@chromium.org>

        fast/frames/detach-frame-during-focus.html fails on some platforms
        https://bugs.webkit.org/show_bug.cgi?id=112904

        * fast/frames/detach-frame-during-focus.html:
        Do not run the test sequence twice.

2013-03-21  Christian Biesinger  <cbiesinger@chromium.org>

        http://trac.webkit.org/changeset/146375 causing CrOS crashes
        https://bugs.webkit.org/show_bug.cgi?id=112958

        Reviewed by Adam Barth.

        * fast/flexbox/crash-anonymous-box-expected.txt: Added.
        * fast/flexbox/crash-anonymous-box.html: Added.

2013-03-21  Mike West  <mkwst@chromium.org>

        CSP 1.1: Fire a SecurityPolicyViolationEvent when violations occur.
        https://bugs.webkit.org/show_bug.cgi?id=112783

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image.html: Added.

2013-03-21  Mike West  <mkwst@chromium.org>

        Drop full URLs from cross-origin access errors caused by protocol mismatches.
        https://bugs.webkit.org/show_bug.cgi?id=112894

        Reviewed by Timothy Hatcher.

        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-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:
        * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
        * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-04-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:

2013-03-21  Stephen Chenney  <schenney@chromium.org>

        SVG text path referencing parent text infinite loops
        https://bugs.webkit.org/show_bug.cgi?id=112078

        Reviewed by Philip Rogers.

        * svg/text/textpath-referencing-text-crash-expected.txt: Added.
        * svg/text/textpath-referencing-text-crash.svg: Added.

2013-03-21  Philip Rogers  <pdr@google.com>

        Correct bisector angle calculation for markers
        https://bugs.webkit.org/show_bug.cgi?id=112054

        Reviewed by Stephen Chenney.

        * platform/chromium-linux/svg/custom/marker-orient-auto-expected.png: Added.
        * platform/chromium-linux/svg/custom/marker-orient-auto-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * svg/custom/marker-orient-auto.html: Added.

2013-03-21  Harald Alvestrand  <hta@google.com>

        Expose the Type field of an RTCStatsReport
        https://bugs.webkit.org/show_bug.cgi?id=112951

        Reviewed by Adam Barth.

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

2013-03-21  Ryosuke Niwa  <rniwa@webkit.org>

        Windows rebaseline after r146469.

        * platform/win/css3/filters/effect-reference-expected.txt:
        * platform/win/css3/filters/effect-reference-hw-expected.txt:

2013-03-21  Florin Malita  <fmalita@chromium.org>

        [SVG] Suppress painting when an empty viewBox is specified
        https://bugs.webkit.org/show_bug.cgi?id=112623

        Reviewed by Philip Rogers.

        * svg/custom/script-tests/svg-viewBox-dynamic.js:
        * svg/custom/svg-viewBox-dynamic-expected.txt:
        * svg/custom/viewBox-empty-expected.html: Added.
        * svg/custom/viewBox-empty.html: Added.

2013-03-21  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.
        
        New test results for effect-reference and effect-reference-hw.

        * platform/chromium-linux-x86/css3/filters/effect-reference-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/effect-reference-expected.txt: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-expected.txt: Removed.
        * platform/chromium-mac-lion/css3/filters/effect-reference-expected.png: Removed.
        * platform/chromium-mac-lion/css3/filters/effect-reference-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.txt: Removed.
        * platform/chromium-mac/css3/filters/effect-reference-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-expected.txt:
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
        * platform/chromium-win-xp/css3/filters/effect-reference-expected.png: Removed.
        * platform/chromium-win-xp/css3/filters/effect-reference-expected.txt: Removed.
        * platform/chromium-win/css3/filters/effect-reference-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-expected.txt:
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.txt:
        * platform/chromium/TestExpectations:

2013-03-21  Claudio Saavedra  <csaavedra@igalia.com>

        Unreviewed GTK+ gardening.

        * platform/gtk/TestExpectations: Remove redundant entry.

2013-03-21  Praveen R Jadhav  <praveen.j@samsung.com>

        Remove AudioGain.idl from compilation.
        https://bugs.webkit.org/show_bug.cgi?id=112650

        Reviewed by Chris Rogers.

        Test to verify GainNode attributes.

        * webaudio/gain-basic-expected.txt: Added.
        * webaudio/gain-basic.html: Added.

2013-03-21  Anton Muhin  <antonm@chromium.org>

        Unreviewed Chromium gardening.

        Marking platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html as flaky

        * platform/chromium/TestExpectations:

2013-03-21  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Properly layout spanning grid items with minmax grid tracks
        https://bugs.webkit.org/show_bug.cgi?id=112389

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-item-spanning-resolution.html:
        * fast/css-grid-layout/resources/grid.css:
        (.firstRowBothColumn):
        (.secondRowBothColumn):
        (.bothRowFirstColumn):
        (.bothRowSecondColumn):
        (.bothRowBothColumn):
        Moved the previous classes for maximum reuse.

        * fast/css-grid-layout/minmax-spanning-resolution-columns-expected.txt: Added.
        * fast/css-grid-layout/minmax-spanning-resolution-columns.html: Added.
        * fast/css-grid-layout/minmax-spanning-resolution-rows-expected.txt: Added.
        * fast/css-grid-layout/minmax-spanning-resolution-rows.html: Added.
        New tests.

        * fast/css-grid-layout/grid-item-change-column-repaint-expected.txt:
        * fast/css-grid-layout/grid-item-change-row-repaint-expected.txt:
        Unintended consistent progression from this change, it's unclear why these baselines
        change as the tests involve no spanning.

2013-03-21  Anton Muhin  <antonm@chromium.org>

        Unreviewed Chromium gardening.

        Marking platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html as flaky

        * platform/chromium/TestExpectations:

2013-03-21  Anton Muhin  <antonm@chromium.org>

        Unreviewed Chromium gardening.

        Marking platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html as flaky

        * platform/chromium/TestExpectations:

2013-03-19  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: Paint rectangles shown on hover over Timeline's paint records occasionally have wrong offsets
        https://bugs.webkit.org/show_bug.cgi?id=112371

        Reviewed by Pavel Feldman.

        * http/tests/inspector/timeline-test.js:
        (initialize_Timeline.InspectorTest.startTimeline.InspectorTest._addTimelineEvent):
        (initialize_Timeline.InspectorTest.startTimeline):
        (initialize_Timeline.addEvent):
        (initialize_Timeline.addRecord):
        (initialize_Timeline.InspectorTest.waitForRecordType):
        (initialize_Timeline.InspectorTest.stopTimeline):
        * inspector/timeline/timeline-paint-expected.txt:
        * inspector/timeline/timeline-paint.html:

2013-03-21  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Marking http/tests/appcache/abort-cache-ondownloading-resource-404.html as flaky.
        Unskipping tests under perf/ to see how they behave.

        * platform/gtk/TestExpectations:

2013-03-21  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] OOB access in RenderGrid with a grid item with negative position index
        https://bugs.webkit.org/show_bug.cgi?id=112853

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-item-negative-indexes-expected.txt: Added.
        * fast/css-grid-layout/grid-item-negative-indexes.html: Added.

2013-03-21  Stephen White  <senorblanco@chromium.org>

        [skia] feConvolveMatrix should use accelerated path
        https://bugs.webkit.org/show_bug.cgi?id=112828

        Reviewed by James Robinson.

        * css3/filters/effect-reference-hw.html:
        * css3/filters/effect-reference.html:
        Add new test case for feConvolveMatrix as a reference filter.
        * platform/chromium/TestExpectations:
        Suppress failures until the test can be rebaselined.

2013-03-21  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Support default grid items sizing
        https://bugs.webkit.org/show_bug.cgi?id=103333

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-auto-columns-rows-resolution-expected.txt: Added.
        * fast/css-grid-layout/grid-auto-columns-rows-resolution.html: Added.
        This test covers the simple implicit column / row case.

        * fast/css-grid-layout/grid-auto-columns-rows-update-expected.txt: Added.
        * fast/css-grid-layout/grid-auto-columns-rows-update.html: Added.
        This test covers that modifying grid-auto-{rows|columns} updates the grid items' sizes.

        * fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution-expected.txt: Added.
        * fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution.html: Added.
        This test covers the implicit rows / columns generated by the auto placement. We are failing
        2 sub-tests due to a bug involving percentage grid items in grid rows.

2013-03-21  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip some failing tests.

        * platform/qt/TestExpectations:

2013-03-21  Jinwoo Song  <jinwoo7.song@samsung.com>

        [EFL] Rebaseline most "needs rebaseline" sections of EFL test expectations, and update test expectations.
        https://bugs.webkit.org/show_bug.cgi?id=112901

        https://bugs.webkit.org/show_bug.cgi?id=105437
        https://bugs.webkit.org/show_bug.cgi?id=65643
        https://bugs.webkit.org/show_bug.cgi?id=14664
        https://bugs.webkit.org/show_bug.cgi?id=110654

        Unreviewed, rebaselining.
        Adding failure expectation for the test added in r133834.

        * platform/efl/TestExpectations:
        * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/efl/fast/block/float/024-expected.txt:
        * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
        * platform/efl/fast/repaint/moving-shadow-on-container-expected.png: Added.
        * platform/efl/fast/repaint/moving-shadow-on-container-expected.txt: Added.
        * platform/efl/svg/css/arrow-with-shadow-expected.txt:
        * platform/efl/svg/css/clippath-with-shadow-expected.txt:
        * platform/efl/svg/css/composite-shadow-example-expected.png: Added.
        * platform/efl/svg/css/composite-shadow-example-expected.txt: Added.
        * platform/efl/svg/css/composite-shadow-with-opacity-expected.png: Added.
        * platform/efl/svg/css/composite-shadow-with-opacity-expected.txt: Added.
        * platform/efl/svg/custom/feDisplacementMap-01-expected.png: Added.
        * platform/efl/svg/custom/feDisplacementMap-01-expected.txt: Added.
        * platform/efl/svg/custom/foreign-object-skew-expected.png: Added.
        * platform/efl/svg/custom/foreign-object-skew-expected.txt:
        * platform/efl/svg/custom/simple-text-double-shadow-expected.png: Added.
        * platform/efl/svg/custom/simple-text-double-shadow-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt:

2013-03-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r146454.
        http://trac.webkit.org/changeset/146454
        https://bugs.webkit.org/show_bug.cgi?id=112906

        compile failures (Requested by antonm on #webkit).

        * css3/filters/effect-reference-hw.html:
        * css3/filters/effect-reference.html:
        * platform/chromium/TestExpectations:

2013-03-21  Anton Muhin  <antonm@chromium.org>

        Unreviewed Chromium gardening.

        Mass rebaselining.

        * fast/repaint/moving-shadow-on-container-expected.txt: Removed.
        * platform/chromium-linux-x86/fast/repaint/moving-shadow-on-container-expected.png: Added.
        * 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/calendar-picker: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
        * platform/chromium-linux-x86/svg/css/composite-shadow-example-expected.txt:
        * platform/chromium-linux-x86/svg/css/composite-shadow-with-opacity-expected.txt:
        * platform/chromium-linux-x86/svg/css/shadow-changes-expected.txt: Added.
        * platform/chromium-linux-x86/svg/custom/simple-text-double-shadow-expected.txt: Added.
        * platform/chromium-linux-x86/svg/repaint: Added.
        * platform/chromium-linux-x86/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
        * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
        * platform/chromium-linux/svg/css/composite-shadow-example-expected.png:
        * platform/chromium-linux/svg/css/composite-shadow-example-expected.txt: Added.
        * platform/chromium-linux/svg/css/composite-shadow-text-expected.png:
        * platform/chromium-linux/svg/css/composite-shadow-with-opacity-expected.png:
        * platform/chromium-linux/svg/css/composite-shadow-with-opacity-expected.txt: Added.
        * platform/chromium-linux/svg/css/shadow-changes-expected.png:
        * platform/chromium-linux/svg/css/shadow-changes-expected.txt: Added.
        * platform/chromium-linux/svg/custom/simple-text-double-shadow-expected.txt: Added.
        * platform/chromium-linux/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/moving-shadow-on-container-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
        * platform/chromium-mac-lion/svg/css/composite-shadow-example-expected.png:
        * platform/chromium-mac-lion/svg/css/composite-shadow-example-expected.txt: Added.
        * platform/chromium-mac-lion/svg/css/composite-shadow-text-expected.png:
        * platform/chromium-mac-lion/svg/css/composite-shadow-with-opacity-expected.png:
        * platform/chromium-mac-lion/svg/css/composite-shadow-with-opacity-expected.txt: Added.
        * platform/chromium-mac-lion/svg/css/shadow-changes-expected.png:
        * platform/chromium-mac-lion/svg/css/shadow-changes-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/simple-text-double-shadow-expected.txt: Added.
        * platform/chromium-mac-lion/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
        * platform/chromium-mac-snowleopard/svg/css/composite-shadow-example-expected.png:
        * platform/chromium-mac-snowleopard/svg/css/composite-shadow-example-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/css/composite-shadow-text-expected.png:
        * platform/chromium-mac-snowleopard/svg/css/composite-shadow-with-opacity-expected.png:
        * platform/chromium-mac-snowleopard/svg/css/composite-shadow-with-opacity-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/css/shadow-changes-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/simple-text-double-shadow-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
        * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
        * platform/chromium-mac/svg/css/arrow-with-shadow-expected.png:
        * platform/chromium-mac/svg/css/composite-shadow-example-expected.png:
        * platform/chromium-mac/svg/css/composite-shadow-example-expected.txt: Added.
        * platform/chromium-mac/svg/css/composite-shadow-text-expected.png:
        * platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.png:
        * platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.txt: Added.
        * platform/chromium-mac/svg/css/shadow-changes-expected.png:
        * platform/chromium-mac/svg/css/shadow-changes-expected.txt:
        * platform/chromium-mac/svg/custom/simple-text-double-shadow-expected.txt: Added.
        * platform/chromium-mac/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/moving-shadow-on-container-expected.png: Added.
        * platform/chromium-win-xp/svg/css/composite-shadow-example-expected.txt: Added.
        * platform/chromium-win-xp/svg/css/composite-shadow-text-expected.png:
        * platform/chromium-win-xp/svg/css/composite-shadow-with-opacity-expected.txt: Added.
        * platform/chromium-win-xp/svg/css/shadow-changes-expected.png:
        * platform/chromium-win-xp/svg/css/shadow-changes-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/simple-text-double-shadow-expected.txt: Added.
        * platform/chromium-win-xp/svg/repaint: Added.
        * platform/chromium-win-xp/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
        * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
        * platform/chromium-win/svg/css/arrow-with-shadow-expected.png:
        * platform/chromium-win/svg/css/composite-shadow-example-expected.png:
        * platform/chromium-win/svg/css/composite-shadow-example-expected.txt: Added.
        * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
        * platform/chromium-win/svg/css/composite-shadow-with-opacity-expected.png:
        * platform/chromium-win/svg/css/composite-shadow-with-opacity-expected.txt: Added.
        * platform/chromium-win/svg/css/shadow-changes-expected.png:
        * platform/chromium-win/svg/css/shadow-changes-expected.txt:
        * platform/chromium-win/svg/custom/simple-text-double-shadow-expected.txt:
        * platform/chromium-win/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/repaint/moving-shadow-on-container-expected.txt: Added.
        * platform/chromium/svg/css/arrow-with-shadow-expected.txt: Removed.
        * platform/chromium/svg/css/clippath-with-shadow-expected.txt: Removed.
        * platform/efl/fast/repaint/moving-shadow-on-container-expected.txt: Added.
        * platform/gtk/svg/css/arrow-with-shadow-expected.txt: Removed.
        * platform/gtk/svg/css/clippath-with-shadow-expected.txt: Removed.
        * platform/gtk/svg/css/composite-shadow-text-expected.png: Removed.
        * platform/mac/svg/css/arrow-with-shadow-expected.txt: Removed.
        * platform/mac/svg/css/clippath-with-shadow-expected.txt: Removed.
        * platform/mac/svg/css/composite-shadow-text-expected.png: Removed.
        * platform/qt/svg/css/arrow-with-shadow-expected.txt: Removed.
        * platform/qt/svg/css/clippath-with-shadow-expected.txt: Removed.
        * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Removed.
        * svg/css/arrow-with-shadow-expected.txt: Added.
        * svg/css/clippath-with-shadow-expected.txt: Added.
        * svg/css/composite-shadow-text-expected.png: Added.

2013-03-21  Stephen White  <senorblanco@chromium.org>

        [skia] feConvolveMatrix should use accelerated path
        https://bugs.webkit.org/show_bug.cgi?id=112828

        Reviewed by James Robinson.

        * css3/filters/effect-reference-hw.html:
        * css3/filters/effect-reference.html:
        Add new test case for feConvolveMatrix as a reference filter.
        * platform/chromium/TestExpectations:
        Suppress failures until the test can be rebaselined.

2013-03-21  Sergey Ryazanov  <serya@chromium.org>

        Web Inspector: Track CSS error location information.
        https://bugs.webkit.org/show_bug.cgi?id=111314

        Reviewed by Pavel Feldman.

        * inspector/console/console-css-warnings-expected.txt: Added.
        * inspector/console/console-css-warnings.html: Added.

2013-03-21  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skip failing tests after r146361 and r146399.
        * platform/qt/fast/repaint/caret-with-transformation-expected.png: Added after r139282.
        * platform/qt/fast/repaint/caret-with-transformation-expected.txt: Added after r139282.

2013-03-21  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.
        Adding failure expectation for the test added in r146427.
        Removing failure expectations for tests fixed by r146430.

        * platform/gtk/TestExpectations:

2013-03-21  Peter Kasting  <pkasting@google.com>

        Correct some apparent problems in previous rebaselines.

        Unreviewed, rebaselining.

        * css2.1/20110323/replaced-elements-001-expected.txt: Added.
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-win-xp/css3/flexbox: Removed.
        * platform/chromium-win/css3/flexbox/button-expected.png:

2013-03-20  Peter Kasting  <pkasting@google.com>

        [chromium] Rebaseline most "needs rebaseline" sections of Chromium test expectations, and fix a few other wrong expectations.
        https://bugs.webkit.org/show_bug.cgi?id=11645
        https://bugs.webkit.org/show_bug.cgi?id=89826
        https://bugs.webkit.org/show_bug.cgi?id=96597
        https://bugs.webkit.org/show_bug.cgi?id=97325
        https://bugs.webkit.org/show_bug.cgi?id=101396
        https://bugs.webkit.org/show_bug.cgi?id=102624
        https://bugs.webkit.org/show_bug.cgi?id=103149
        https://bugs.webkit.org/show_bug.cgi?id=106746
        https://bugs.webkit.org/show_bug.cgi?id=107339
        https://bugs.webkit.org/show_bug.cgi?id=109439
        https://bugs.webkit.org/show_bug.cgi?id=110654
        https://bugs.webkit.org/show_bug.cgi?id=111319
        https://bugs.webkit.org/show_bug.cgi?id=112755
        http://crbug.com/67416
        http://crbug.com/148638

        Unreviewed, test expectations update.

        * css2.1/20110323/replaced-elements-001-expected.txt: Removed.
        * fast/css/empty-generated-content-expected.txt: Added.
        * fast/css/word-space-extra-expected.txt: Added.
        * fast/table/025-expected.txt: Added.
        * platform/chromium-linux-x86/css3/masking: Added.
        * platform/chromium-linux-x86/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/date: Removed.
        * platform/chromium-linux-x86/fast/forms/time: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Removed.
        * platform/chromium-linux/css3/masking/clip-path-circle-relative-overflow-expected.png:
        * platform/chromium-linux/fast/css/word-space-extra-expected.txt: Removed.
        * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/chromium-mac-lion/css3/masking: Added.
        * platform/chromium-mac-lion/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/word-space-extra-expected.png: Added.
        * platform/chromium-mac-lion/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-mac-lion/fast/table/025-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/chromium-mac-snowleopard/css3/masking: Added.
        * platform/chromium-mac-snowleopard/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/word-space-extra-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/025-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-circle-relative-overflow-expected.png:
        * platform/chromium-mac/fast/css/word-space-extra-expected.png:
        * platform/chromium-mac/fast/css/word-space-extra-expected.txt: Removed.
        * platform/chromium-mac/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-mac/fast/table/025-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/css3/masking: Added.
        * platform/chromium-win-xp/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Removed.
        * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/chromium-win/css3/masking/clip-path-circle-relative-overflow-expected.png:
        * platform/chromium-win/fast/css/empty-generated-content-expected.txt:
        * platform/chromium-win/fast/css/word-space-extra-expected.png:
        * platform/chromium-win/fast/css/word-space-extra-expected.txt:
        * platform/chromium-win/fast/events/stopPropagation-submit-expected.txt: Added.
        * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.txt:
        * platform/chromium-win-xp/css2.1/20110323/replaced-elements-001-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/css3/filters/filter-property-parsing-expected.txt: Replaced.
        * platform/chromium/fast/css/empty-generated-content-expected.txt: Removed.
        * platform/chromium/fast/table/025-expected.txt: Removed.
        * platform/mac/css2.1/20110323/replaced-elements-001-expected.txt: Removed.
        * platform/mac/fast/css/empty-generated-content-expected.txt: Removed.
        * platform/mac/fast/css/word-space-extra-expected.txt: Removed.
        * platform/mac/fast/table/025-expected.txt: Removed.
        * platform/win-future/css2.1: Added.
        * platform/win-future/css2.1/20110323: Added.
        * platform/win-future/css2.1/20110323/replaced-elements-001-expected.txt: Added.
        * platform/win/fast/css/empty-generated-content-expected.txt: Removed.

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky crash test expectation per bug 112881.

        * platform/win/TestExpectations:

2013-03-20  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update for r145055
        https://bugs.webkit.org/show_bug.cgi?id=111319

        * platform/chromium-linux-x86/fast/forms/time/time-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium/TestExpectations:

2013-03-20  Peter Kasting  <pkasting@google.com>

        [chromium] Test expectations updates, and rebaseline to parallel r143389.
        https://bugs.webkit.org/show_bug.cgi?id=62754
        https://bugs.webkit.org/show_bug.cgi?id=99984
        https://bugs.webkit.org/show_bug.cgi?id=111004
        https://bugs.webkit.org/show_bug.cgi?id=112288
        https://bugs.webkit.org/show_bug.cgi?id=112755

        Unreviewed, test expectations updates.

        * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
        * platform/chromium-win/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
        * platform/chromium/TestExpectations:

2013-03-20  Christian Biesinger  <cbiesinger@chromium.org>

        Rebaseline some of my recent test changes
        https://bugs.webkit.org/show_bug.cgi?id=112843

        Reviewed by Ojan Vafai.

        * platform/chromium-mac-lion/css3/flexbox/button-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/color/input-appearance-color-expected.png:
        * platform/chromium-mac-snowleopard/css3/flexbox/button-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/color/input-appearance-color-expected.png:
        * platform/chromium-mac/css3/flexbox/button-expected.png: Added.
        * platform/chromium-mac/css3/flexbox/button-expected.txt: Added.
        * platform/chromium-mac/fast/forms/color/input-appearance-color-expected.png:
        * platform/chromium-mac/fast/forms/color/input-appearance-color-expected.txt:
        * platform/chromium-win/css3/flexbox/button-expected.png: Added.
        * platform/chromium-win/css3/flexbox/button-expected.txt: Added.
        * platform/chromium/TestExpectations:

2013-03-20  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r146418.
        http://trac.webkit.org/changeset/146418
        https://bugs.webkit.org/show_bug.cgi?id=112872

        It turns out that these sub pixel tests still do fail on Mac
        (Requested by rniwa on #webkit).

        * platform/mac/TestExpectations:

2013-03-20  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed. Remove test cases which need to do rebaseline in EFL TestExpectations.

        * platform/efl/TestExpectations:

2013-03-20  Michael Pruett  <michael@68k.org>

        [JSC] Implement EnforceRange IDL attribute for integer conversions
        https://bugs.webkit.org/show_bug.cgi?id=112506

        Reviewed by Kentaro Hara.

        * fast/js/webidl-type-mapping-expected.txt:
        * platform/chromium/fast/js/webidl-type-mapping-expected.txt: Removed.

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

		Add flaky test expectations to compositing/geometry/limit-layer-bounds-fixed.html
		and fast/dom/MutationObserver/database-callback-delivery.html on Windows per bugs
		112867 and 112868.

        * platform/win/TestExpectations:

2013-03-20  Hayato Ito  <hayato@chromium.org>

        Gesture events should include AllowShadowContent in hit testing
        https://bugs.webkit.org/show_bug.cgi?id=112073

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/gesture-tap-expected.txt: Added.
        * fast/dom/shadow/gesture-tap.html: Added.
        * fast/dom/shadow/resources/event-dispatching.js:
        (addEventListeners):

2013-03-20  Michael Saboff  <msaboff@apple.com>

        Should add test for bug #112694
        https://bugs.webkit.org/show_bug.cgi?id=112859

        Reviewed by Filip Pizlo.

        New regression test to check that eliminating a var arg DFG Node (array in this case) doesn't
        cause a ASSERT or crash.

        * fast/js/dfg-array-dead-expected.txt: Added.
        * fast/js/dfg-array-dead.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-array-dead.js: Added.

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r146415. I somehow missed the 1px difference.

        * platform/mac/svg/custom/text-ctm-expected.txt:

2013-03-20  Peter Kasting  <pkasting@google.com>

        [chromium] Update test expectations to more closely match reality.
        https://bugs.webkit.org/show_bug.cgi?id=106609
        https://code.google.com/p/chromium/issues/detail?id=222140

        Unreviewed, test expectations update.

        * platform/chromium/TestExpectations:

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Remove entires added by r138484 now that these tests pass on Mac.

        * platform/mac/TestExpectations:

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Remove an entry added in r141645 as this test is now passing.

        * platform/mac/TestExpectations:

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        fast/css/empty-generated-content.html needs to be rebaselined after 104462
        https://bugs.webkit.org/show_bug.cgi?id=104595

        * platform/mac/TestExpectations:
        * platform/mac/fast/css/empty-generated-content-expected.txt:

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Rebaseline expected results added in r143389 so that they have alpha values.

        * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * svg/as-image/image-preserveAspectRatio-all-expected.png:
        * svg/filters/feImage-preserveAspectRatio-all-expected.png:

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Remove test expectations added in r133786 as these tests are now passing.

        * platform/mac/TestExpectations:

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        inspector/debugger/debugger-reload-on-pause.html assertion failure on Mac after r141136
        https://bugs.webkit.org/show_bug.cgi?id=109232

        Unreviewed. Remove the test expectation entry since this test hasn't been crashing lately.

        * platform/mac/TestExpectations:

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline intended to be done in r146409 for r144096.

        * platform/mac/TestExpectations:
        * platform/mac/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/mac/css2.1/20110323/replaced-elements-001-expected.txt: Copied from LayoutTests/css2.1/20110323/replaced-elements-001-expected.txt.

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r144096.

        * platform/mac/TestExpectations:
        * platform/mac/css3/flexbox/button-expected.png: Copied from LayoutTests/css3/flexbox/button-expected.png.
        * platform/mac/css3/flexbox/button-expected.txt: Copied from LayoutTests/css3/flexbox/button-expected.txt.
        * platform/mac/svg/custom/foreign-object-skew-expected.png:

2013-03-20  Jaehun Lim  <ljaehun.lim@samsung.com>

        [css3-text] Parsing -webkit-each-line value for text-indent from css3-text
        https://bugs.webkit.org/show_bug.cgi?id=109021

        "each-line" is added for text-indent in CSS3.
        http://dev.w3.org/csswg/css3-text/#each-line

        Reviewed by Julien Chaffraix.

        * fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt: Added.
        * fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt: Added.
        * fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited.html: Added.
        * fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html: Added.
        * fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent-inherited.js: Added.
        (testComputedStyle):
        (ownValueTest):
        (inheritanceTest):
        * fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent.js: Added.
        (testElementStyle):
        (testComputedStyle):
        (valueSettingTest):
        (invalidValueSettingTest):
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-03-20  Tom Sepez  <tsepez@chromium.org>

        dialog-enabled.html and dialog-disabled.html don't really test what they think they do
        https://bugs.webkit.org/show_bug.cgi?id=112848

        Reviewed by Adam Barth.

        * fast/dom/HTMLDialogElement/dialog-disabled.html:
        * fast/dom/HTMLDialogElement/dialog-enabled.html:
        Set the dialog element enabled setting before parsing <dialog> element.

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r142152.

        * platform/mac/TestExpectations:
        * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
        * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r140693.

        * editing/selection/extend-by-sentence-001-expected.txt:
        * platform/mac/TestExpectations:
        * platform/mac/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/mac/css2.1/t0505-c16-descendant-01-e-expected.txt:
        * platform/mac/editing/selection/extend-by-sentence-001-expected.png:
        * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
        * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
        * platform/mac/fast/text/capitalize-empty-generated-string-expected.png:
        * platform/mac/fast/text/capitalize-empty-generated-string-expected.txt:
        * platform/mac/fast/text/whitespace/006-expected.png:
        * platform/mac/fast/text/whitespace/006-expected.txt:
        * platform/mac/fast/text/whitespace/007-expected.png:
        * platform/mac/fast/text/whitespace/007-expected.txt:
        * platform/mac/svg/batik/text/xmlSpace-expected.png:
        * platform/mac/svg/batik/text/xmlSpace-expected.txt:
        * platform/mac/svg/carto.net/combobox-expected.png:
        * platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug1188-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
        * svg/carto.net/combobox-expected.txt:

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r139282.

        * fast/repaint/caret-with-transformation-expected.png: Added.
        * fast/repaint/caret-with-transformation-expected.txt: Added.

2013-03-20  Filip Pizlo  <fpizlo@apple.com>

        "" + x where x is not a string should be optimized by the DFG to some manner of ToString conversion
        https://bugs.webkit.org/show_bug.cgi?id=112845

        Reviewed by Mark Hahnenberg.

        * fast/js/regress/empty-string-plus-int-expected.txt: Added.
        * fast/js/regress/empty-string-plus-int.html: Added.
        * fast/js/regress/script-tests/empty-string-plus-int.js: Added.
        (foo):

2013-03-20  Tien-Ren Chen  <trchen@chromium.org>

        Correct coordinated scrolling for RTL iframe and overflow:scroll
        https://bugs.webkit.org/show_bug.cgi?id=112088

        Reviewed by James Robinson.

        This patch corrects scrollOrigin compensation for composited overflow:scroll.

        compositing/rtl/rtl-overflow-scrolling.html is added to verify RTL divs
        can be correctly scrolled to the left under accelerated scrolling mode.

        fast/css/sticky/inline-sticky-abspos-child.html is modified to avoid sub-pixel
        issue with Ahem font.

        * compositing/rtl/rtl-overflow-scrolling-expected.png: Added.
        * compositing/rtl/rtl-overflow-scrolling-expected.txt: Added.
        * compositing/rtl/rtl-overflow-scrolling.html: Added.
        * fast/css/sticky/inline-sticky-abspos-child-expected.html:
        * fast/css/sticky/inline-sticky-abspos-child.html:
        * platform/chromium/TestExpectations:
        * platform/mac/compositing/rtl/rtl-overflow-scrolling-expected.txt: Added.

2013-03-20  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r140202.

        * editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * editing/input/reveal-caret-of-multiline-input-expected.png:
        * fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt:
        * platform/mac/TestExpectations:
        * platform/mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
        * platform/mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
        * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:

2013-03-20  Kent Tamura  <tkent@chromium.org>

        Crash in Document::setFocusedNode if the frame of new focused node is detached in 'change' event handler
        https://bugs.webkit.org/show_bug.cgi?id=112653

        Reviewed by Dimitri Glazkov.

        * fast/frames/detach-frame-during-focus-expected.txt: Added.
        * fast/frames/detach-frame-during-focus.html: Added.

2013-03-20  Eric Carlson  <eric.carlson@apple.com>

        Allow ports specific text track menu
        https://bugs.webkit.org/show_bug.cgi?id=112800

        Reviewed by Dean Jackson.

        * media/track/track-user-preferences-expected.txt:
        * media/track/track-user-preferences.html:
        * media/video-controls-captions-trackmenu-localized.html:
        * media/video-controls-captions-trackmenu-sorted.html:
        * media/video-controls-captions-trackmenu.html:
        * platform/mac/media/video-controls-captions-trackmenu-expected.txt:
        * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
        * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:

2013-03-20  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Improper repainting when grid item change their position
        https://bugs.webkit.org/show_bug.cgi?id=112749

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt: Added.
        * fast/css-grid-layout/grid-element-change-columns-repaint.html: Added.
        * fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt: Added.
        * fast/css-grid-layout/grid-element-change-rows-repaint.html: Added.
        Those are added testing for the grid element's change. They were already passing due to
        the LayoutRepainter in RenderGrid::layoutBlock.

        * fast/css-grid-layout/grid-item-change-column-repaint-expected.txt: Added.
        * fast/css-grid-layout/grid-item-change-column-repaint.html: Added.
        * fast/css-grid-layout/grid-item-change-row-repaint-expected.txt: Added.
        * fast/css-grid-layout/grid-item-change-row-repaint.html: Added.
        New testing, was failing before this change.

2013-03-20  Rouslan Solomakhin  <rouslan@chromium.org>

        Copy-paste should not spellcheck when continuous spellcheck is turned off
        https://bugs.webkit.org/show_bug.cgi?id=112464

        Reviewed by Ryosuke Niwa.

        * editing/spelling/spellcheck-paste-continuous-disabled-expected.txt: Added expected results for pasting when continuous spellcheck is turned off.
        * editing/spelling/spellcheck-paste-continuous-disabled.html: Added a test for pasting with continuous spellcheck turned off.
        * platform/mac-wk2/TestExpectations: Skip spellcheck-paste-continuous-disabled.html, because it is a slight modification of spellcheck-paste-disabled.html, which is also skipped in mac-wk2.

2013-03-20  Aaron Colwell  <acolwell@chromium.org>

        Add support for MediaSource::isTypeSupported()
        https://bugs.webkit.org/show_bug.cgi?id=112301

        Reviewed by Darin Fisher.

        * http/tests/media/media-source/video-media-source-is-type-supported-expected.txt: Added. Reflects Chromium expectations. 
                                                                                           Valid MP4 type strings will return true
                                                                                           instead of false in Chrome builds.
        * http/tests/media/media-source/video-media-source-is-type-supported.html: Added.

2013-03-20  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Qt 4.8 expected results removal from Trunk.

        Reviewed by Csaba Osztrogonác.

        * platform/qt-4.8/TestExpectations: Removed.
        * platform/qt-4.8/css1/text_properties/text_transform-expected.txt: Removed.
        * platform/qt-4.8/editing/selection/regional-indicators-expected.txt: Removed.
        * platform/qt-4.8/fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt: Removed.
        * platform/qt-4.8/fast/dom/Range/surround-contents-font-face-crash-expected.txt: Removed.
        * platform/qt-4.8/fast/dom/xml-parser-error-message-crash-expected.txt: Removed.
        * platform/qt-4.8/fast/encoding/dumpAsText/utf-16-no-bom-expected.txt: Removed.
        * platform/qt-4.8/fast/events/xsl-onload-expected.txt: Removed.
        * platform/qt-4.8/fast/parser/xml-colon-entity-expected.txt: Removed.
        * platform/qt-4.8/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Removed.
        * platform/qt-4.8/fast/parser/xslt-with-html-expected.txt: Removed.
        * platform/qt-4.8/fast/table/table-row-focus-ring-paint-expected.png: Removed.
        * platform/qt-4.8/fast/text/find-kana-expected.txt: Removed.
        * platform/qt-4.8/fast/text/find-russian-expected.txt: Removed.
        * platform/qt-4.8/fast/text/find-soft-hyphen-expected.txt: Removed.
        * platform/qt-4.8/fast/url/path-expected.txt: Removed.
        * platform/qt-4.8/fast/xsl/subframe-location-expected.txt: Removed.
        * platform/qt-4.8/fast/xsl/transform-to-html-expected.txt: Removed.
        * platform/qt-4.8/fast/xsl/utf8-chunks-expected.txt: Removed.
        * platform/qt-4.8/fast/xsl/xslt-bad-import-uri-expected.txt: Removed.
        * platform/qt-4.8/fast/xsl/xslt-doc-noenc-expected.txt: Removed.
        * platform/qt-4.8/fast/xsl/xslt-entity-enc-expected.txt: Removed.
        * platform/qt-4.8/fast/xsl/xslt-entity-expected.png: Removed.
        * platform/qt-4.8/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Removed.
        * platform/qt-4.8/fast/xsl/xslt-recursion-expected.txt: Removed.
        * platform/qt-4.8/http/tests/misc/location-test-xsl-style-sheet-expected.txt: Removed.
        * platform/qt-4.8/http/tests/security/contentSecurityPolicy/xsl-allowed-expected.txt: Removed.
        * platform/qt-4.8/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Removed.
        * platform/qt-4.8/http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2-expected.txt: Removed.
        * platform/qt-4.8/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.png: Removed.
        * platform/qt-4.8/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.txt: Removed.
        * platform/qt-4.8/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.png: Removed.
        * platform/qt-4.8/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.txt: Removed.
        * platform/qt-4.8/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Removed.
        * platform/qt-4.8/http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt: Removed.
        * platform/qt-4.8/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt: Removed.
        * platform/qt-4.8/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Removed.
        * platform/qt-4.8/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Removed.
        * platform/qt-4.8/http/tests/xmlhttprequest/methods-expected.txt: Removed.
        * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Removed.
        * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-expected.txt: Removed.
        * platform/qt-4.8/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Removed.
        * platform/qt-4.8/svg/custom/bug45331-expected.png: Removed.
        * platform/qt-4.8/svg/custom/bug45331-expected.txt: Removed.
        * platform/qt-4.8/svg/custom/bug78807-expected.txt: Removed.
        * platform/qt-4.8/svg/custom/use-invalid-html-expected.txt: Removed.
        * platform/qt-4.8/svg/custom/use-invalid-style-expected.txt: Removed.
        * platform/qt-4.8/svg/hixie/error/dumpAsText/004-expected.txt: Removed.
        * platform/qt-4.8/svg/hixie/error/dumpAsText/005-expected.txt: Removed.

2013-03-20  Justin Novosad  <junov@google.com>

        [Chromium] Code cleanup: removing support for non-deferred 2d canvas rendering
        https://bugs.webkit.org/show_bug.cgi?id=112605

        Reviewed by James Robinson.

        Marked some 2d canvas tests as failing. These tests are using the
        two point radial gradient API.  The bug was already present in
        chromium. Starts getting detected in DRT with this change.
        Related: crbug.com/222140

2013-03-20  Mike West  <mkwst@chromium.org>

        Drop full URLs from cross-domain access errors caused by 'document.domain' mismatches.
        https://bugs.webkit.org/show_bug.cgi?id=112813

        Reviewed by Timothy Hatcher.

        * 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:

2013-03-20  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r146331.
        http://trac.webkit.org/changeset/146331
        https://bugs.webkit.org/show_bug.cgi?id=112795

        Does not work as expected (Requested by carewolf on #webkit).

        * platform/qt/TestExpectations:

2013-03-20  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] New fast/text/word-space-with-kerning-3.html fails on Qt
        https://bugs.webkit.org/show_bug.cgi?id=112668

        Reviewed by Jocelyn Turcotte.

        * platform/qt/TestExpectations:

2013-03-20  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r146315.
        http://trac.webkit.org/changeset/146315
        https://bugs.webkit.org/show_bug.cgi?id=112789

        followup to 146304 rollout (Requested by antonm on #webkit).

        * platform/chromium-mac-snowleopard/css1/box_properties/border_right_inline-expected.png:
        * platform/chromium-win-xp/css1/box_properties/border_right_inline-expected.png: Removed.
        * platform/chromium-win/css1/box_properties/border_right_inline-expected.png:

2013-03-20  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r146316.
        http://trac.webkit.org/changeset/146316
        https://bugs.webkit.org/show_bug.cgi?id=112790

        followup to 146304 rollout (Requested by antonm on #webkit).

        * platform/chromium-win/fast/layers/scroll-with-transform-composited-layer-expected.png:

2013-03-19  Eugene Klyuchnikov  <eustas@chromium.org>

        Web Inspector: [DataGrid] Refactorings.
        https://bugs.webkit.org/show_bug.cgi?id=112690

        Reviewed by Pavel Feldman.

        Adopted changes.

        * inspector/profiler/heap-snapshot-test.js: Adopted changes.

2013-03-20  Zeno Albisser  <zeno@webkit.org>

        [Qt] Unreviewed rebaselining after r146206.

        The webgl-composite-modes test started failing due to
        the newly introduced more restrictive pixel tolerance.
        It turns out that the expectation was created without multisampling
        enabled. However, Qt does implement this.

        * platform/qt/fast/canvas/webgl/webgl-composite-modes-expected.png: Added.
        * platform/qt/fast/canvas/webgl/webgl-composite-modes-expected.txt: Added.

2013-03-20  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] accessibility/aria-scrollbar-role.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=111989

        Unreviewed EFL gardening

        accessibility/aria-scrollbar-role.html passes after r146312.

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

2013-03-20  Anton Muhin  <antonm@chromium.org>

        Unreviewed Chromium gardening.

        Rebaselining after r146304.

        * platform/chromium-win/fast/layers/scroll-with-transform-composited-layer-expected.png:

2013-03-20  Anton Muhin  <antonm@chromium.org>

        Unreviewed Chromium gardening.

        Rebaselining after r146304.

        * platform/chromium-mac-snowleopard/css1/box_properties/border_right_inline-expected.png:
        * platform/chromium-win-xp/css1/box_properties/border_right_inline-expected.png: Added.
        * platform/chromium-win/css1/box_properties/border_right_inline-expected.png:

2013-03-20  Krzysztof Czech  <k.czech@samsung.com>

        [GTK] accessibility/aria-scrollbar-role.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98358

        Reviewed by Martin Robinson.

        Fixed failing test.

        * platform/gtk/TestExpectations:

2013-03-20  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening. Rebaselining after r146305.

        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
        * platform/gtk/fast/js/global-constructors-expected.txt:
        * platform/gtk/http/tests/security/contentSecurityPolicy/1.1: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt: Added.

2013-03-20  Robert Hogan  <robert@webkit.org>

        Absolute position div without width specified does not reflow its text when it is moved (and computed width changes)
        https://bugs.webkit.org/show_bug.cgi?id=112052

        Reviewed by Emil A Eklund.

        * fast/block/positioned-block-auto-width-movement-expected.html: Added.
        * fast/block/positioned-block-auto-width-movement.html: Added.

2013-03-19  Mike West  <mkwst@chromium.org>

        CSP 1.1: Stub out SecurityPolicyViolationEvent interface.
        https://bugs.webkit.org/show_bug.cgi?id=112681

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics.html: Added.
            Simple test which checks only that events are created correctly,
            and that the event handler exists on Document. We'll test the
            real functionality once we wire the event up to the handler.

2013-03-19  Ryosuke Niwa  <rniwa@webkit.org>

        Qt and GTK+ rebaselines after r146272.

        * css3/flexbox/flexbox-baseline-expected.txt:
        * platform/qt/css3/flexbox/flexbox-baseline-expected.txt:

2013-03-19  Tony Chang  <tony@chromium.org>

        Move testRunner.setTouchDragDropEnabled to internals.settings
        https://bugs.webkit.org/show_bug.cgi?id=112739

        Reviewed by Adam Barth.

        Update tests to use internals.settings. This testRunner method was only exposed on
        Chromium, but now that Settings.in generates internals.settings setters, we can
        use that instead.

        * fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag.html:
        * fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag.html:
        * fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html:
        * touchadjustment/touch-links-longpress.html:

2013-03-19  Ryosuke Niwa  <rniwa@webkit.org>

        Fix expected results added in r146224.

        * fast/events/touch/gesture/gesture-tap-hover-clear-expected.txt:
        * fast/events/touch/gesture/gesture-tap-on-hover-element-expected.txt:

2013-03-19  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r146272.

        * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:

2013-03-19  Ojan Vafai  <ojan@chromium.org>

        Rebaselines after r146272.

        * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-03-19  Ryosuke Niwa  <rniwa@webkit.org>

        Windows rebaseline after r146284.

        * platform/win/fast/dom/icon-url-property-expected.txt:

2013-03-19  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] canvas-fallback-content.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=111998

        Reviewed by Chris Fleizach.

        Fixed failing test. The reason of failure is different accessibility role for combobox element.

        * accessibility/canvas-fallback-content.html: Use platform specific role.
        * platform/efl-wk1/TestExpectations: Unskipped.
        * platform/efl-wk2/TestExpectations: Unskipped.
        * platform/efl/accessibility/canvas-fallback-content-expected.txt: Added.

2013-03-19  Kenneth Russell  <kbr@google.com>

        Unreviewed rebaselining after r146279.

        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
        * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png:
        * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png:

2013-03-19  James Zern  <jzern@chromium.org>

        [chromium] Mark fast/canvas/canvas-toDataURL-webp.html as failing
        https://bugs.webkit.org/show_bug.cgi?id=93310

        Unreviewed test expectations update.

        libwebp will be updated to 0.3.0 in chrome changing the encoder
        output after which this test will need to be rebaselined.

        * platform/chromium/TestExpectations:

2013-03-19  Benjamin Poulain  <benjamin@webkit.org>

        Remove the test results and expectations for win-wk2
        https://bugs.webkit.org/show_bug.cgi?id=112510

        Reviewed by Tim Horton.

        * platform/win-wk2/TestExpectations: Removed.
        * platform/win-wk2/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Removed.
        * platform/win-wk2/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Removed.
        * platform/win-wk2/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Removed.
        * platform/win-wk2/editing/deleting/delete-ws-fixup-003-expected.txt: Removed.
        * platform/win-wk2/editing/deleting/delete-ws-fixup-004-expected.txt: Removed.
        * platform/win-wk2/editing/selection/after-line-break-expected.txt: Removed.
        * platform/win-wk2/editing/selection/caret-ltr-right-expected.png: Removed.
        * platform/win-wk2/editing/selection/caret-ltr-right-expected.txt: Removed.
        * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.png: Removed.
        * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.txt: Removed.
        * platform/win-wk2/editing/selection/drag-text-delay-expected.txt: Removed.
        * platform/win-wk2/fast/css/pseudo-any-expected.txt: Removed.
        * platform/win-wk2/fast/forms/textfield-overflow-expected.txt: Removed.
        * platform/win-wk2/fast/repaint/japanese-rl-selection-clear-expected.txt: Removed.
        * platform/win-wk2/fast/ruby/after-block-doesnt-crash-expected.txt: Removed.
        * platform/win-wk2/fast/ruby/after-table-doesnt-crash-expected.txt: Removed.
        * platform/win-wk2/fast/ruby/before-block-doesnt-crash-expected.txt: Removed.
        * platform/win-wk2/fast/ruby/before-table-doesnt-crash-expected.txt: Removed.
        * platform/win-wk2/fast/ruby/generated-after-counter-doesnt-crash-expected.txt: Removed.
        * platform/win-wk2/fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt: Removed.
        * platform/win-wk2/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Removed.
        * platform/win-wk2/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
        * platform/win-wk2/http/tests/inspector-enabled/database-open-expected.txt: Removed.
        * platform/win-wk2/platform/win/inverted-colors/non-composited-expected.png: Removed.
        * platform/win-wk2/platform/win/inverted-colors/non-composited-expected.txt: Removed.
        * platform/win-wk2/platform/win/plugins/windowless-paint-rect-coordinates-expected.txt: Removed.
        * platform/win-wk2/plugins/npruntime/embed-property-equality-expected.txt: Removed.
        * platform/win-wk2/plugins/resize-from-plugin-expected.txt: Removed.
        * platform/win-wk2/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Removed.
        * platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Removed.
        * platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Removed.
        * platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/win-wk2/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Removed.
        * platform/win-wk2/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
        * platform/win-wk2/svg/text/bidi-text-query-expected.png: Removed.
        * platform/win-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.

2013-03-19  Ryosuke Niwa  <rniwa@webkit.org>

        Add failing test expectations on Windows per bugs 112764 and 112766.

        * platform/win/TestExpectations:

2013-03-19  David Levin  <levin@chromium.org>

        FrameLoader::didChangeIcons isn't called when the favicon is changed.
        https://bugs.webkit.org/show_bug.cgi?id=112080

        Reviewed by Dmitry Titov.

        * fast/dom/icon-url-property-expected.txt:
        * fast/dom/icon-url-property.html: Add some more calls
        to trigger didChangeIcons callbacks.

2013-03-19  Michael Pruett  <michael@68k.org>

        Don't throw on infinity or NaN index in HTMLOptionsCollection.add()
        https://bugs.webkit.org/show_bug.cgi?id=112612

        Reviewed by Kentaro Hara.

        * fast/dom/non-numeric-values-numeric-parameters-expected.txt:
        * fast/js/select-options-add-expected.txt:
        * platform/chromium/fast/dom/non-numeric-values-numeric-parameters-expected.txt: Removed.
        * platform/chromium/fast/js/select-options-add-expected.txt: Removed.

2013-03-19  Dominic Mazzoni  <dmazzoni@google.com>

        Security: Heap-use-after-free in WebCore::AXObjectCache::getOrCreate
        https://bugs.webkit.org/show_bug.cgi?id=112044

        Reviewed by Chris Fleizach.

        Adds test showing a crash / assertion failure if a cell is
        deleted from a table and the table's AX object is accessed.

        * accessibility/table-remove-cell-crash-expected.txt: Added.
        * accessibility/table-remove-cell-crash.html: Added.

2013-03-19  Antti Koivisto  <antti@apple.com>

        Don't compute background obscuration on every repaint
        https://bugs.webkit.org/show_bug.cgi?id=112457

        Reviewed by Simon Fraser.

        * fast/backgrounds/obscured-background-child-style-change-expected.html: Added.
        * fast/backgrounds/obscured-background-child-style-change.html: Added.
        * fast/repaint/obscured-background-no-repaint.html:

2013-03-19  Csaba Osztrogonác  <ossy@webkit.org>

        REGRESSION(r146164): It made all inspector tests timeout on ARM traditional
        https://bugs.webkit.org/show_bug.cgi?id=112697

        Unreviewed gardening, skip _all_ inspector test to be able catch new regressions.

        * platform/qt-arm/TestExpectations:

2013-03-19  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Add parsing for grid-auto-{row|column}
        https://bugs.webkit.org/show_bug.cgi?id=112724

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-auto-columns-rows-get-set-expected.txt: Added.
        * fast/css-grid-layout/grid-auto-columns-rows-get-set.html: Added.

2013-03-18  Ojan Vafai  <ojan@chromium.org>

        Make intrinsic size keywords on flexboxes work
        https://bugs.webkit.org/show_bug.cgi?id=112652

        Reviewed by Tony Chang.

        * fast/css-intrinsic-dimensions/intrinsic-sized-column-flex-items-expected.txt: Added.
        * fast/css-intrinsic-dimensions/intrinsic-sized-column-flex-items.html: Added.
        * fast/css-intrinsic-dimensions/intrinsic-sized-flex-items-expected.txt: Added.
        * fast/css-intrinsic-dimensions/intrinsic-sized-flex-items.html: Added.
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
        This looks like a rounding difference. The new result matches the non-column result
        in this same test, so it looks more correct to me.

2013-03-19  Dean Jackson  <dino@apple.com>

        Unreviewed. Skipping plugin snapshot tests temporarily to work out compositing issues. 

        * platform/mac-wk2/TestExpectations:

2013-03-19  Geoffrey Garen  <ggaren@apple.com>

        Refactored script content removal in the fragment parser for clarity and speed
        https://bugs.webkit.org/show_bug.cgi?id=112734

        Reviewed by Enrica Casucci.

        Updated tests to improve coverage and reflect behavior tweaks to improve
        clarity.

        * editing/pasteboard/paste-noscript-expected.txt: 
            - The "href", "source", and "action" attributes are fully removed now,
            instead of being set to the empty string, because for clarity we
            fully remove script attributes instead of setting their values to
            the empty string.

            - The "formaction" attribute on the form control is not removed because,
            even though it seems to contain javascript content, the formaction
            attribute doesn't map to anything on a form element, and won't ever
            run as script.

            - I added a button with a "formaction" attribute, to verify that it
            does get stripped, since this is the case where the "formaction"
            attribute can run as script.

        * editing/pasteboard/paste-noscript-svg-expected.txt:
            - The "xlink:href" attribute is fully removed now. See above.

        * editing/pasteboard/paste-noscript-xhtml-expected.txt:
        * editing/pasteboard/paste-noscript.html:
            - The "href", "source", and "action" attributes are fully removed now.
            See above.

            - The <script> element is fully removed now. See above.

            - The "formaction" attribute on the form control is not removed.
            See above.

            - I added a button with a "formaction" attribute. See above.


        * editing/pasteboard/paste-visible-script-expected.txt:
            - The <script> elements are fully removed now. See above.

        * editing/pasteboard/resources/paste-noscript-content.html:
            - The "formaction" attribute on the form control is not removed.
            See above.

            - I added a button with a "formaction" attribute. See above.

2013-03-19  Mark Hahnenberg  <mhahnenberg@apple.com>

        Crash in SpeculativeJIT::fillSpeculateIntInternal<false> on http://bellard.org/jslinux
        https://bugs.webkit.org/show_bug.cgi?id=112738

        Reviewed by Filip Pizlo.

        * fast/js/dfg-rshift-by-zero-eliminate-valuetoint32-expected.txt: Added.
        * fast/js/dfg-rshift-by-zero-eliminate-valuetoint32.html: Added.
        * fast/js/script-tests/dfg-rshift-by-zero-eliminate-valuetoint32.js: Added.
        (f):

2013-03-19  Dean Jackson  <dino@apple.com>

        Allow PlugIn Snapshotting to be tested
        https://bugs.webkit.org/show_bug.cgi?id=98696
        <rdar://problem/12456731>

        Reviewed by Tim Horton.

        Two new simple tests for plugin snapshotting. One that makes
        sure the plugin was snapshotted (looks for the RenderSnapshottedPlugin)
        and one that restarts a snapshotted plugin by clicking.

        Since this feature is currently only enabled in WebKit2, the tests
        are skipped everywhere else.

        * platform/chromium/TestExpectations: Skip plugins/snapshotting.
        * platform/efl/TestExpectations: Ditto.
        * platform/gtk/TestExpectations: Ditto.
        * platform/mac-wk2/TestExpectations: Ditto.
        * platform/mac-wk2/plugins/snapshotting/restart-expected.txt: Added.
        * platform/mac-wk2/plugins/snapshotting/simple-expected.txt: Added.
        * platform/mac/TestExpectations: Skip plugins/snapshotting.
        * platform/qt/TestExpectations: Ditto.
        * platform/win/TestExpectations: Ditto.
        * plugins/snapshotting/restart.html: Added.
        * plugins/snapshotting/simple.html: Added.

2013-03-19  James Robinson  <jamesr@chromium.org>

        [chromium] Remove compositor settings that don't go through WebKit
        https://bugs.webkit.org/show_bug.cgi?id=112718

        Reviewed by Adam Barth.

        * platform/chromium/compositing/accelerated-drawing/alpha-expected.png: Removed.
        * platform/chromium/compositing/accelerated-drawing/alpha-expected.txt: Removed.
        * platform/chromium/compositing/accelerated-drawing/alpha.html: Removed.
        * platform/chromium/compositing/accelerated-drawing/svg-filters.html: Removed.

2013-03-19  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening of AppleWin port.

        * platform/win/fast/dom/icon-url-property-expected.txt: Added.
        * platform/win/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt: Added.

2013-03-19  Joshua Bell  <jsbell@chromium.org>

        [Chromium] IndexedDB: index-duplicate-keypaths test is flaky under content_shell
        https://bugs.webkit.org/show_bug.cgi?id=112723

        Reviewed by Tony Chang.

        Root cause is a race between the "versionchange" transaction's "complete" event
        being dispatched to script and the "success" call arriving from the back-end
        which updates the metadata. Tracked as https://bugs.webkit.org/show_bug.cgi?id=111642

        * storage/indexeddb/resources/index-duplicate-keypaths.js:
        (testCollideAutoIncrementSetup): Trigger test from open's onsuccess...
        (testCollideAutoIncrement): ... rather than transaction's oncomplete.

2013-03-19  Philip Rogers  <pdr@google.com>

        Separate SVG image size and container size
        https://bugs.webkit.org/show_bug.cgi?id=112651

        Reviewed by Stephen Chenney.

        * svg/as-image/svg-container-size-after-reload-expected.txt: Added.
        * svg/as-image/svg-container-size-after-reload.html: Added.

2013-03-19  Terry Anderson  <tdanderson@chromium.org>

        Hover effects from a GestureTapDown are dismissed by a GestureTap on the hover element
        https://bugs.webkit.org/show_bug.cgi?id=103283

        Reviewed by Antonio Gomes.

        Two layout tests added. See descriptions inline.

        * fast/events/touch/gesture/gesture-tap-hover-clear-expected.txt: Added.
        * fast/events/touch/gesture/gesture-tap-hover-clear.html: Added.
              Tests that a GestureTap or a mouse move outside of the hovered element
              clears its hover effects.
        * fast/events/touch/gesture/gesture-tap-on-hover-element-expected.txt: Added.
        * fast/events/touch/gesture/gesture-tap-on-hover-element.html: Added.
              Tests that a GestureTap on an element which has been made visible as
              a hover effect is dispatched to the element and does not dismiss the
              hover effect.
        * platform/chromium/fast/events/touch/gesture/gesture-tap-hover-clear-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/gesture-tap-on-hover-element-expected.txt: Added.

2013-03-19  Simon Fraser  <simon.fraser@apple.com>

        Assertion in LegacyWebArchive::create() in editing tests
        https://bugs.webkit.org/show_bug.cgi?id=112642

        editing/pasteboard/5780697-1.html is also a flakey assertion.
        
        Move to mac-wk2 beacuse these only seem to happen in WK2.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-03-19  Simon Fraser  <simon.fraser@apple.com>

        ASSERTION FAILED: m_scheduledTasksAreSuspended
        https://bugs.webkit.org/show_bug.cgi?id=97124
        
        Mark fast/loader/dynamic-iframe-extra-back-forward-item.html as sometimes crashing in debug.

        * platform/mac-wk2/TestExpectations:

2013-03-19  Alec Flett  <alecflett@chromium.org>

        Inspector: IndexedDB clear button and menu item
        https://bugs.webkit.org/show_bug.cgi?id=112066

        Reviewed by Vsevolod Vlasov.

        Add extra methods to test clearing the database after populating it.

2013-03-19  Simon Fraser  <simon.fraser@apple.com>

        [Mac] Flaky crash in SliderThumbElement::defaultEventHandler on fast/forms/range/slider-delete-while-dragging-thumb.html
        https://bugs.webkit.org/show_bug.cgi?id=108223

        * platform/mac/TestExpectations:

2013-03-19  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening,

        * platform/gtk/TestExpectations: Adding failure expectation for fast/dom/icon-url-property.html after r146173.
        * platform/gtk/http/tests/security/contentSecurityPolicy/source-list-parsing-10-expected.txt: Rebaselining after r146141.

2013-03-19  John J. Barton  <johnjbarton@chromium.org>

        Web Inspector: Add iframe option to inspectedWindow.eval() extension API
        https://bugs.webkit.org/show_bug.cgi?id=106811

        Reviewed by Vsevolod Vlasov.

        New tests for evaluate in iframe options in extension API 

        * http/tests/inspector/extensions-iframe-eval-expected.txt: Added.
        * http/tests/inspector/extensions-iframe-eval.html: Added.
        * http/tests/inspector/resources/extensions-frame-eval.html: Added.

2013-03-19  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip a failing tests after r146174 and r146178.

        * platform/qt/TestExpectations:

2013-03-19  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip some failing tests.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

2013-03-19  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions] Crash reflowing content in variable width regions
        https://bugs.webkit.org/show_bug.cgi?id=112515

        Reviewed by David Hyatt.

        * fast/regions/crash-reflow-inline-content-in-variable-width-regions-expected.txt: Added.
        * fast/regions/crash-reflow-inline-content-in-variable-width-regions.html: Added.

2013-03-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Debugger scripts should visually differ from network/filesystem files in workspace.
        https://bugs.webkit.org/show_bug.cgi?id=112552

        Reviewed by Pavel Feldman.

        * inspector/debugger/live-edit-breakpoints-expected.txt:

2013-03-19  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        Unreviewed EFL gardening.

        spelling-changed-text.html passes after r145849.

        * platform/efl/TestExpectations:

2013-03-19  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] Matching @host rule children are not displayed
        https://bugs.webkit.org/show_bug.cgi?id=112664

        Reviewed by Vsevolod Vlasov.

        * platform/chromium/inspector/styles/host-rules-expected.txt: Added.
        * platform/chromium/inspector/styles/host-rules.html: Added.

2013-03-18  David Levin  <levin@chromium.org>

        Change icon-url-property test for platforms which don't support dumpIconChanges.
        https://bugs.webkit.org/show_bug.cgi?id=112660

        Reviewed by Simon Fraser.

        Add the baseline for mac and remove the test failure.

        * fast/dom/icon-url-property.html:
        * platform/mac/TestExpectations:
        * platform/mac/fast/dom/icon-url-property-expected.txt: Added.

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        Media playhead button is sometimes 1px wider: media/video-playing-and-pause.html flakey
        https://bugs.webkit.org/show_bug.cgi?id=112659

        * platform/mac/TestExpectations:

2013-03-18  Filip Pizlo  <fpizlo@apple.com>

        DFG ToString generic cases should work correctly
        https://bugs.webkit.org/show_bug.cgi?id=112654
        <rdar://problem/13447250>

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-to-string-on-cell-expected.txt: Added.
        * fast/js/dfg-to-string-on-cell.html: Added.
        * fast/js/dfg-to-string-on-value-expected.txt: Added.
        * fast/js/dfg-to-string-on-value.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-to-string-on-cell.js: Added.
        (foo):
        * fast/js/script-tests/dfg-to-string-on-value.js: Added.
        (foo):

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        fast/dom/icon-url-property.html fails on Mac after r146173

        * platform/mac/TestExpectations:

2013-03-18  David Levin  <levin@chromium.org>

        Dump icon change events in the icon-url-property test.
        https://bugs.webkit.org/show_bug.cgi?id=112647

        Reviewed by Jochen Eisinger.

        This allows us to check that the didChangeIcon callback
        is being done when it should be done. This test stopped
        testing that in r122806 but it did before that.

        * fast/dom/icon-url-property-expected.txt:
        * fast/dom/icon-url-property.html:

2013-03-18  Kenneth Russell  <kbr@google.com>

        Unreviewed. Generalized suppression for flaky
        fast/js/repeat-cached-vm-reentry.html .

        * platform/chromium/TestExpectations:

2013-03-18  Kenneth Russell  <kbr@google.com>

        Unreviewed rebaselining after r146167.

        * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.png:
        * platform/chromium-win/fast/layers/scroll-rect-to-visible-expected.png:

2013-03-18  Robert Flack  <flackr@chromium.org>

        [chromium] Small pixel differences in scroll bars after r145844
        https://bugs.webkit.org/show_bug.cgi?id=112384

        Reviewed by Kenneth Russell.

        * platform/chromium-linux/fast/forms/basic-textareas-expected.png:
        * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.png:
        * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
        * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.png:
        * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png:
        * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.png:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        fast/css/lang-mapped-to-webkit-locale-dynamic.xhtml is flakey

        * platform/mac/TestExpectations:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        fast/events/pageshow-pagehide.html sometimes crashes.
        https://bugs.webkit.org/show_bug.cgi?id=81291

        * platform/mac-wk2/TestExpectations:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        plugins/private-browsing-mode.html is flakey
        https://bugs.webkit.org/show_bug.cgi?id=112646

        * platform/mac/TestExpectations:

2013-03-18  Kenneth Russell  <kbr@google.com>

        Unreviewed suppression for flaky test.
        https://bugs.webkit.org/show_bug.cgi?id=112643

        * platform/chromium/TestExpectations:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        editing/deleting/paste-with-transparent-background-color.html
        sometimes asserts.

        * platform/mac/TestExpectations:

2013-03-18  Hajime Morrita  <morrita@google.com>

        Older shadow root rendered in incorrect order when multiple shadow roots containing style tags have been constructed
        https://bugs.webkit.org/show_bug.cgi?id=93752

        The bug was already fixed in some point. This change just adds a regression test to cover the reported problem.

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/multiple-shadowroots-with-empty-styles-expected.html: Added.
        * fast/dom/shadow/multiple-shadowroots-with-empty-styles.html: Added.

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        Remove failing Windows-specific result; this test passes now.

        * platform/win/media/nodesFromRect-shadowContent-expected.txt: Removed.

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        fast/loader/document-with-fragment-url-4.html sometimes asserts
        https://bugs.webkit.org/show_bug.cgi?id=97124

        * platform/mac-wk2/TestExpectations:

2013-03-18  Mike West  <mkwst@chromium.org>

        CSP 1.1: Schemeless source expressions match HTTPS resources on HTTP sites.
        https://bugs.webkit.org/show_bug.cgi?id=112573

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js:
            Add support for full URLs in this type of test, which enables loading
            scripts from hosts other than the current page's.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-01-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-01.html:
            Drops a test from the first parsing group, as it's better grouped
            with the new test added below.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-10-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-10.html: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-01.html.
            Adds a new test that checks HTTPS scripts loaded against a
            schemeless source expression.
        * platform/chromium/http/tests/security/contentSecurityPolicy/source-list-parsing-10-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/source-list-parsing-10-expected.txt: Added.
            This patch has different behavior for ports that enable CSP_NEXT,
            currently Chromium and GTK.

2013-03-18  Mike West  <mkwst@chromium.org>

        CSP 1.1: Add 'effective-directive' to violation reports.
        https://bugs.webkit.org/show_bug.cgi?id=112568

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.html: Added.
            A new test that ensures that 'default-src' doesn't show up in the
            effective directive field, even if it's the directive that was
            actually violated.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-only-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-uri-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-only-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-only-report-uri-missing-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt: Added.
            This patch changes the output of violation reports for ports that
            have enabled CSP_NEXT. At the moment, I think that's Chromium and
            GTK only.

2013-03-18  Kenneth Russell  <kbr@google.com>

        Unreviewed gardening. Suppressed flaky test.
        https://bugs.webkit.org/show_bug.cgi?id=112629

        * platform/chromium/TestExpectations:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        Another flakey iframe flattening test.

        * platform/mac/TestExpectations:

2013-03-18  Xianzhu Wang  <wangxianzhu@chromium.org>

        Variant of non-primary fell-back SVGFont causes crash.
        https://bugs.webkit.org/show_bug.cgi?id=112367

        Reviewed by Stephen Chenney.

        * resources/SpaceOnly.otf: Added. A font containing only the space glyph for testing font fallback.
        * svg/css/font-face-variant-crash-expected.txt: Added.
        * svg/css/font-face-variant-crash.html: Added.

2013-03-18  Victor Carbune  <vcarbune@chromium.org>

        Determine text direction for rendering a TextTrackCue
        https://bugs.webkit.org/show_bug.cgi?id=79749

        Reviewed by Levi Weintraub.

        * media/track/captions-webvtt/captions-rtl.vtt: Added.
        * media/track/track-cue-rendering-rtl-expected.txt: Added.
        * media/track/track-cue-rendering-rtl.html: Added.

2013-03-18  Kenneth Russell  <kbr@google.com>

        Unreviewed gardening. Marked flaky tests, removed obsolete
        expectations, and fixed flaky test fast/innerHTML/innerHTML-iframe.html .
        https://bugs.webkit.org/show_bug.cgi?id=97816
        https://bugs.webkit.org/show_bug.cgi?id=112306
        https://bugs.webkit.org/show_bug.cgi?id=112621

        * fast/innerHTML/innerHTML-iframe.html:
        * platform/chromium-android/platform/chromium/compositing/filters/background-filter-blur-expected.png: Removed.
        * platform/chromium-android/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Removed.
        * platform/chromium-android/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Removed.
        * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-expected.png: Removed.
        * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Removed.
        * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Removed.
        * platform/chromium/TestExpectations:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        Skip some tests on Windows.

        * platform/win/TestExpectations:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        ASSERTION FAILED: !NoEventDispatchAssertion::isEventDispatchForbidden()
        https://bugs.webkit.org/show_bug.cgi?id=112620

        * platform/mac/TestExpectations:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        http/tests/navigation/navigation-redirect-schedule-crash.html asserts sometimes
        https://bugs.webkit.org/show_bug.cgi?id=112617

        * platform/mac/TestExpectations:

2013-03-18  Hans Wennborg  <hans@chromium.org>

        Fix GridTrackSize::operator==
        https://bugs.webkit.org/show_bug.cgi?id=112501

        Reviewed by Eric Seidel.

        Add a test to check that style changes cause relayout correctly.

        * fast/css-grid-layout/grid-dynamic-updates-relayout-expected.txt: Added.
        * fast/css-grid-layout/grid-dynamic-updates-relayout.html: Added.

2013-03-15  Jeffrey Pfau  <jpfau@apple.com>

        Allow blocking of application cache in third-party contexts
        https://bugs.webkit.org/show_bug.cgi?id=112288

        Reviewed by Adam Barth.

        * http/tests/security/cross-origin-appcache-allowed-expected.txt: Added.
        * http/tests/security/cross-origin-appcache-allowed.html: Added.
        * http/tests/security/cross-origin-appcache-expected.txt: Added.
        * http/tests/security/cross-origin-appcache.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-appcache-allowed.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-appcache.html: Added.
        * http/tests/security/resources/manifest-for-appcache-allowed.manifest: Added.
        * http/tests/security/resources/manifest-for-appcache-blocked.manifest: Added.
        * http/tests/security/resources/manifest-for-appcache.manifest: Added.
        * http/tests/security/resources/same-origin-iframe-for-appcache-blocked.html: Added.
        * http/tests/security/same-origin-appcache-blocked-expected.txt: Added.
        * http/tests/security/same-origin-appcache-blocked.html: Added.
        * platform/chromium/TestExpectations:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        plugins/plugin-clip-subframe.html is flakey
        https://bugs.webkit.org/show_bug.cgi?id=112616

        * platform/mac/TestExpectations:

2013-03-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Script should know nothing about disabled source mappings.
        https://bugs.webkit.org/show_bug.cgi?id=112580

        Reviewed by Pavel Feldman.

        * inspector/debugger/breakpoint-manager.html:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        Another asserting test.

        * platform/mac/TestExpectations:

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        Mark a couple of asserty tests as such.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-03-18  Kenneth Russell  <kbr@google.com>

        Unreviewed gardening. Added expectation for failing test.
        https://bugs.webkit.org/show_bug.cgi?id=112610

        * platform/chromium/TestExpectations:

2013-03-18  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>

        [css3-text] Add rendering support for -webkit-text-underline-position
        https://bugs.webkit.org/show_bug.cgi?id=102795

        Reviewed by Levi Weintraub.

        Added text-underline-position tests for 'text-underline-position' CSS3
        property, with 'webkit' prefix.

        * fast/css3-text/css3-text-decoration/text-underline-position/style.css: Added.
        * fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all-expected.txt: Added.
        * fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html: Added.
        * fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-alphabetic-expected.txt: Added.
        * fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-alphabetic.html: Added.
        * fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-auto-expected.txt: Added.
        * fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-auto.html: Added.
        * fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-expected.txt: Added.
        * fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-out-of-flow-expected.txt: Added.
        * fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-out-of-flow.html: Added.
        * fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under.html: Added.
        * platform/chromium-linux/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all-expected.png: Added.
        * platform/chromium-linux/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-alphabetic-expected.png: Added.
        * platform/chromium-linux/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-auto-expected.png: Added.
        * platform/chromium-linux/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-expected.png: Added.
        * platform/chromium-linux/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-out-of-flow-expected.png: Added.

2013-03-18  Michael Saboff  <msaboff@apple.com>

        Potentially unsafe register allocations in DFG code generation
        https://bugs.webkit.org/show_bug.cgi?id=112477

        Reviewed by Geoffrey Garen.

        New tests added to verify proper operation of
        SpeculativeJIT::compileObjectToObjectOrOtherEquality,
        SpeculativeJIT::compilePeepHoleObjectToObjectOrOtherEquality
        and SpeculativeJIT::compileObjectOrOtherLogicalNot.

        * fast/js/dfg-compare-final-object-to-final-object-or-other-expected.txt: Added.
        * fast/js/dfg-compare-final-object-to-final-object-or-other.html: Added.
        * fast/js/dfg-logical-not-final-object-or-other-expected.txt: Added.
        * fast/js/dfg-logical-not-final-object-or-other.html: Added.
        * fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-expected.txt: Added.
        * fast/js/dfg-peephole-compare-final-object-to-final-object-or-other.html: Added.
        * fast/js/script-tests/dfg-compare-final-object-to-final-object-or-other.js: Added.
        * fast/js/script-tests/dfg-logical-not-final-object-or-other.js: Added.
        * fast/js/script-tests/dfg-peephole-compare-final-object-to-final-object-or-other.js: Added.

2013-03-18  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Fix StyleGridData::operator==
        https://bugs.webkit.org/show_bug.cgi?id=112574

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/grid-auto-flow-update-expected.txt: Added.
        * fast/css-grid-layout/grid-auto-flow-update.html: Added.

2013-03-18  Kenneth Russell  <kbr@google.com>

        Unreviewed gardening. Marked flaky tests.
        https://bugs.webkit.org/show_bug.cgi?id=112598
        https://bugs.webkit.org/show_bug.cgi?id=112601
        https://bugs.webkit.org/show_bug.cgi?id=112603

        * platform/chromium/TestExpectations:

2013-03-18  Filip Pizlo  <fpizlo@apple.com>

        DFG string conversions and allocations should be inlined
        https://bugs.webkit.org/show_bug.cgi?id=112376

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-to-string-bad-toString-expected.txt: Added.
        * fast/js/dfg-to-string-bad-toString.html: Added.
        * fast/js/dfg-to-string-bad-valueOf-expected.txt: Added.
        * fast/js/dfg-to-string-bad-valueOf.html: Added.
        * fast/js/dfg-to-string-int-expected.txt: Added.
        * fast/js/dfg-to-string-int-or-string-expected.txt: Added.
        * fast/js/dfg-to-string-int-or-string.html: Added.
        * fast/js/dfg-to-string-int.html: Added.
        * fast/js/dfg-to-string-side-effect-clobbers-toString-expected.txt: Added.
        * fast/js/dfg-to-string-side-effect-clobbers-toString.html: Added.
        * fast/js/dfg-to-string-side-effect-expected.txt: Added.
        * fast/js/dfg-to-string-side-effect.html: Added.
        * fast/js/dfg-to-string-toString-becomes-bad-expected.txt: Added.
        * fast/js/dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype-expected.txt: Added.
        * fast/js/dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.html: Added.
        * fast/js/dfg-to-string-toString-becomes-bad.html: Added.
        * fast/js/dfg-to-string-toString-in-string-expected.txt: Added.
        * fast/js/dfg-to-string-toString-in-string.html: Added.
        * fast/js/dfg-to-string-valueOf-becomes-bad-expected.txt: Added.
        * fast/js/dfg-to-string-valueOf-becomes-bad.html: Added.
        * fast/js/dfg-to-string-valueOf-in-string-expected.txt: Added.
        * fast/js/dfg-to-string-valueOf-in-string.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/regress/script-tests/string-concat-object.js: Added.
        (foo):
        * fast/js/regress/script-tests/string-concat-pair-object.js: Added.
        (foo):
        * fast/js/regress/script-tests/string-concat-pair-simple.js: Added.
        (foo):
        * fast/js/regress/script-tests/string-concat-simple.js: Added.
        (foo):
        * fast/js/regress/script-tests/string-cons-repeat.js: Added.
        (foo):
        * fast/js/regress/script-tests/string-cons-tower.js: Added.
        (foo):
        * fast/js/regress/string-concat-object-expected.txt: Added.
        * fast/js/regress/string-concat-object.html: Added.
        * fast/js/regress/string-concat-pair-object-expected.txt: Added.
        * fast/js/regress/string-concat-pair-object.html: Added.
        * fast/js/regress/string-concat-pair-simple-expected.txt: Added.
        * fast/js/regress/string-concat-pair-simple.html: Added.
        * fast/js/regress/string-concat-simple-expected.txt: Added.
        * fast/js/regress/string-concat-simple.html: Added.
        * fast/js/regress/string-cons-repeat-expected.txt: Added.
        * fast/js/regress/string-cons-repeat.html: Added.
        * fast/js/regress/string-cons-tower-expected.txt: Added.
        * fast/js/regress/string-cons-tower.html: Added.
        * fast/js/script-tests/dfg-to-string-bad-toString.js: Added.
        (String.prototype.toString):
        (foo):
        * fast/js/script-tests/dfg-to-string-bad-valueOf.js: Added.
        (String.prototype.valueOf):
        (foo):
        * fast/js/script-tests/dfg-to-string-int-or-string.js: Added.
        (foo):
        * fast/js/script-tests/dfg-to-string-int.js: Added.
        (foo):
        * fast/js/script-tests/dfg-to-string-side-effect-clobbers-toString.js: Added.
        (foo):
        * fast/js/script-tests/dfg-to-string-side-effect.js: Added.
        (foo):
        * fast/js/script-tests/dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js: Added.
        (foo):
        (.String.prototype.toString):
        * fast/js/script-tests/dfg-to-string-toString-becomes-bad.js: Added.
        (foo):
        (.String.prototype.toString):
        * fast/js/script-tests/dfg-to-string-toString-in-string.js: Added.
        (foo):
        (.argument.toString):
        * fast/js/script-tests/dfg-to-string-valueOf-becomes-bad.js: Added.
        (foo):
        (.String.prototype.valueOf):
        * fast/js/script-tests/dfg-to-string-valueOf-in-string.js: Added.
        (foo):
        (.argument.valueOf):

2013-03-18  Dean Jackson  <dino@apple.com>

        Only add wordspacing when kerning to actual word ends
        https://bugs.webkit.org/show_bug.cgi?id=112507
        <rdar://problem/12945869>

        Reviewed by Enrica Casucci.

        * fast/text/word-space-with-kerning-3-expected.html: Added.
        * fast/text/word-space-with-kerning-3.html: Added.

2013-03-18  Tony Chang  <tony@chromium.org>

        [chromium] Default background color of listboxes should be white
        https://bugs.webkit.org/show_bug.cgi?id=112480

        Reviewed by Ojan Vafai.

        Update pixel results with list boxes.

        * platform/chromium-linux/fast/css/text-transform-select-expected.png:
        * platform/chromium-linux/fast/css/text-transform-select-expected.txt:
        * platform/chromium-linux/fast/forms/HTMLOptionElement_label05-expected.png:
        * platform/chromium-linux/fast/forms/HTMLOptionElement_label05-expected.txt:
        * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
        * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.txt:
        * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt:
        * platform/chromium-linux/fast/forms/hidden-listbox-expected.txt:
        * platform/chromium-linux/fast/forms/listbox-bidi-align-expected.png:
        * platform/chromium-linux/fast/forms/listbox-bidi-align-expected.txt:
        * platform/chromium-linux/fast/forms/listbox-clip-expected.png:
        * platform/chromium-linux/fast/forms/listbox-clip-expected.txt:
        * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.png:
        * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.txt:
        * platform/chromium-linux/fast/forms/listbox-scrollbar-incremental-load-expected.png:
        * platform/chromium-linux/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
        * platform/chromium-linux/fast/forms/listbox-width-change-expected.png:
        * platform/chromium-linux/fast/forms/listbox-width-change-expected.txt:
        * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
        * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.txt:
        * platform/chromium-linux/fast/forms/select-block-background-expected.png:
        * platform/chromium-linux/fast/forms/select-block-background-expected.txt:
        * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.png:
        * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.txt:
        * platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.png:
        * platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.txt:
        * platform/chromium-linux/fast/forms/select-initial-position-expected.png:
        * platform/chromium-linux/fast/forms/select-initial-position-expected.txt:
        * platform/chromium-linux/fast/forms/select-item-background-clip-expected.png:
        * platform/chromium-linux/fast/forms/select-item-background-clip-expected.txt:
        * platform/chromium-linux/fast/forms/select-list-box-with-height-expected.png:
        * platform/chromium-linux/fast/forms/select-list-box-with-height-expected.txt:
        * platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.png:
        * platform/chromium-linux/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
        * platform/chromium-linux/fast/forms/select-overflow-scroll-expected.png:
        * platform/chromium-linux/fast/forms/select-overflow-scroll-expected.txt:
        * platform/chromium-linux/fast/forms/select-overflow-scroll-inherited-expected.png:
        * platform/chromium-linux/fast/forms/select-overflow-scroll-inherited-expected.txt:
        * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png:
        * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.txt:
        * platform/chromium-linux/fast/repaint/select-option-background-color-expected.png:
        * platform/chromium-linux/fast/repaint/select-option-background-color-expected.txt:
        * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt:
        * platform/chromium-linux/fast/text/drawBidiText-expected.png:
        * platform/chromium-linux/fast/text/drawBidiText-expected.txt:
        * platform/chromium-linux/fast/text/international/bidi-listbox-atsui-expected.png:
        * platform/chromium-linux/fast/text/international/bidi-listbox-atsui-expected.txt:
        * platform/chromium-linux/fast/text/international/bidi-listbox-expected.png:
        * platform/chromium-linux/fast/text/international/bidi-listbox-expected.txt:
        * platform/chromium-linux/fast/text/updateNewFont-expected.png:
        * platform/chromium-linux/fast/text/updateNewFont-expected.txt:

2013-03-18  Renata Hodovan  <reni@webkit.org>

        Assertion faulire in SVGAnimatedPath
        https://bugs.webkit.org/show_bug.cgi?id=106428

        Reviewed by Allan Sandfeld Jensen.

        * svg/animations/animated-path-via-use-debug-crash.svg: Added.

2013-03-18  Simon Fraser  <simon.fraser@apple.com>

        [Mac] Some tests intermittently asserts in SharedBuffer::releasePurgeableBuffer()
        https://bugs.webkit.org/show_bug.cgi?id=105986

        Reviewed by Brady Eidson.
        
        Remove expected Crashes for tests which should be fixed by this change.

        * platform/mac/TestExpectations:

2013-03-18  Kenneth Russell  <kbr@google.com>

        Unreviewed. Added new test expectations after r146072.
        https://bugs.webkit.org/show_bug.cgi?id=112562

        * platform/chromium-mac-lion/tables/mozilla/bugs/bug73321-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:

2013-03-18  Anton Muhin  <antonm@chromium.org>

        Update test expectations.

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-03-18  Adam Barth  <abarth@webkit.org>

        [V8] Crash when accessing onclick attribute of document from XMLHttpRequest
        https://bugs.webkit.org/show_bug.cgi?id=112585

        Reviewed by Eric Seidel.

        * fast/events/resources/onclick.html: Added.
        * fast/events/xhr-onclick-crash-expected.txt: Added.
        * fast/events/xhr-onclick-crash.html: Added.

2013-03-18  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Specifying polygonal -webkit-shape-inside value can crash browser (debug mode)
        https://bugs.webkit.org/show_bug.cgi?id=112157

        Reviewed by David Hyatt.

        Added tests with a polygonal shape-inside exclusion shape, where multiple shape
        segments exist on one line, but the line's text either partially or completely
        fills only the first exclusion shape segment.

        * fast/exclusions/shape-inside/shape-inside-partial-fill-001-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-partial-fill-001.html: Added.
        * fast/exclusions/shape-inside/shape-inside-partial-fill-002-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-partial-fill-002.html: Added.

2013-03-18  Emil A Eklund  <eae@chromium.org>

        Change RenderTableCell to use pixelSnappedSize when painting
        https://bugs.webkit.org/show_bug.cgi?id=112562

        Reviewed by Eric Seidel.

        Add test for painting of cell backgrounds on a sub-pixel boundary.

        * fast/sub-pixel/table-cell-background-expected.html: Added.
        * fast/sub-pixel/table-cell-background.html: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:

2013-03-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl/TestExpectations: Remove
        editing/pasteboard/paste-4035648-fix.html from the skipped list after
        r144999.

2013-03-18  Zan Dobersek  <zdobersek@igalia.com>

        [GTK] plugins/plugin-clip-subframe.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=112570

        Reviewed by Martin Robinson.

        * platform/gtk-wk2/plugins/plugin-clip-subframe-expected.txt: Added the required baseline.
        * platform/gtk/TestExpectations: Removing the failure expectation.
        * platform/gtk/plugins/plugin-clip-subframe-expected.txt: Added the required baseline.

2013-03-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        The 'formnovalidate' attribute doesn't work correctly on button elements with child elements
        https://bugs.webkit.org/show_bug.cgi?id=112541

        Reviewed by Kent Tamura.

        * fast/forms/interactive-validation-formnovalidate-child-expected.txt: Added.
        * fast/forms/interactive-validation-formnovalidate-child.html: Added.

2013-03-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed EFL rebaseline after r146050.

        * platform/efl/fast/css/input-search-padding-expected.txt:
        * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/efl/fast/css/text-overflow-input-expected.txt:
        * platform/efl/fast/forms/box-shadow-override-expected.txt:
        * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
        * platform/efl/fast/forms/input-appearance-height-expected.txt:
        * platform/efl/fast/forms/placeholder-position-expected.txt:
        * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/efl/fast/forms/search-styled-expected.txt:
        * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
        * platform/efl/fast/forms/searchfield-heights-expected.txt:
        * platform/efl/fast/repaint/search-field-cancel-expected.txt:
        * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:

2013-03-18  Keishi Hattori  <keishi@webkit.org>

        Add touch support to the calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=112256

        Reviewed by Kent Tamura.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-touch-operations-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-touch-operations.html: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-touch-operations-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-touch-operations.html: Added.
        * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
        (hoverOverMonthPopupButton):
        (clickMonthPopupButton): Use hoverOverMonthPopupButton.
        * platform/chromium/fast/forms/calendar-picker/week-picker-touch-operations-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/week-picker-touch-operations.html: Added.

2013-03-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        [EFL] Cancel mark on search field is not displayed
        https://bugs.webkit.org/show_bug.cgi?id=94880

        Reviewed by Kenneth Rohde Christiansen.

        Rebaseline expected results related to search cancel button.

        * platform/efl-wk1/TestExpectations: These tests don't work with WK1 pixel test yet.
        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png:
        * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt:
        * platform/efl/fast/forms/search-rtl-expected.png:
        * platform/efl/fast/forms/search-rtl-expected.txt:

2013-03-15  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: Native Memory Timeline affects the performace even if was switched off.
        https://bugs.webkit.org/show_bug.cgi?id=112428

        Reviewed by Pavel Feldman.

        * http/tests/inspector/timeline-test.js: chaned Timeline.start parameters
        to match previous behavior.

2013-03-18  Li Yin  <li.yin@intel.com>

        Mediastream.ended should return true when all tracks were removed.
        https://bugs.webkit.org/show_bug.cgi?id=112528

        Reviewed by Kentaro Hara.

        * fast/mediastream/MediaStream-add-remove-tracks-expected.txt:
        * fast/mediastream/MediaStream-add-remove-tracks.html:

2013-03-18  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt/TestExpectations:

2013-03-18  Kentaro Hara  <haraken@chromium.org>

        Unreviewed, rolling out r146033.
        http://trac.webkit.org/changeset/146033
        https://bugs.webkit.org/show_bug.cgi?id=112521

        web audio tests are broken

        * webaudio/javascriptaudionode-expected.txt:
        * webaudio/javascriptaudionode.html:

2013-03-18  Anton Muhin  <antonm@chromium.org>

        Update test expectations.

        Unreviewed gardening.

        * platform/chromium-win/fast/forms/color/input-appearance-color-expected.png:
        * platform/chromium/TestExpectations:

2013-03-18  Dominic Cooney  <dominicc@chromium.org>

        A placeholder renderer should not be taken to imply the existence of a text renderer in single line text controls
        https://bugs.webkit.org/show_bug.cgi?id=112410

        Reviewed by Tony Chang.

        Update search-hide-decoration-container-crash.html to exercise
        non-null placeholder renderers and null text renderers.

        Cases where neither are rendered already get coverage in
        search-scroll-hidden-decoration-container-crash.html and
        search-autoscroll-hidden-decoration-container-crash.html.

        * fast/forms/search/search-hide-decoration-container-crash.html:
        * fast/forms/search/search-hide-decoration-container-crash-expected.txt:

2013-03-18  Dominic Cooney  <dominicc@chromium.org>

        [Shadow] offsetParent should never return nodes in user agent Shadow DOM to script
        https://bugs.webkit.org/show_bug.cgi?id=112530

        Reviewed by Elliott Sprehn.

        * fast/dom/shadow/offset-parent-does-not-leak-ua-shadow-expected.txt: Added.
        * fast/dom/shadow/offset-parent-does-not-leak-ua-shadow.html: Added.

2013-03-17  Simon Fraser  <simon.fraser@apple.com>

        Mark some more tests as flakey, or asserting in debug.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-03-17  Russell McClellan  <russell.mcclellan@gmail.com>

        ScriptProcessorNode is garbage collected while still active if unreachable
        https://bugs.webkit.org/show_bug.cgi?id=112521

        Reviewed by Kentaro Hara.

        * webaudio/javascriptaudionode-expected.txt:
        * webaudio/javascriptaudionode.html:

2013-03-17  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of minute/second/millisecond fields should respect min/max attributes
        https://bugs.webkit.org/show_bug.cgi?id=112527

        Reviewed by Kent Tamura.

        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:

2013-03-17  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Don't update shadow tree by updating any attribute
        https://bugs.webkit.org/show_bug.cgi?id=111990

        Reviewed by Hajime Morrita.

        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:

2013-03-17  Rafael Weinstein  <rafaelw@chromium.org>

        [HTMLTemplateElement] prevent </template> from matching "template" in a non-HTML tags on the stack of open elements
        https://bugs.webkit.org/show_bug.cgi?id=112487

        Reviewed by Adam Barth.

        * html5lib/resources/template.dat:

2013-03-17  Simon Fraser  <simon.fraser@apple.com>

        fast/frames/flattening/frameset-flattening-subframesets.html is flakey

        * platform/mac/TestExpectations:

2013-03-17  Keishi Hattori  <keishi@webkit.org>

        Add tests for calendar picker month popup
        https://bugs.webkit.org/show_bug.cgi?id=112107

        Adding tests to check if mouse and keyboard operations work on the month popup.

        Reviewed by Kent Tamura.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html:
        * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
        (clickMonthPopupButton): Clicks the month popup button to open the month popup.
        (clickYearListCell): Clicks the year list cell for the given year to reveal the month buttons.
        (hoverOverMonthButton): Moves the mouse over to the month button for the given month.
        (clickMonthButton): Clicks the month button for the given month.
        (checkYearListViewScrollOffset): Checks the year list view scroll offset and returns the difference from the last time it was called.
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html:

2013-03-17  Adam Barth  <abarth@webkit.org>

        Legacy CSS vendor prefixes should only work for Dashboard
        https://bugs.webkit.org/show_bug.cgi?id=111890

        Reviewed by Eric Seidel.

        * inspector/styles/vendor-prefixes-expected.txt:
            - Update results to show our new behavior now that -apple- and
              -khtml- are not supported.
        * platform/mac/TestExpectations:
            - Skip a test that is testing that we support -apple- prefixes.
        * platform/mac/fast/css/dashboard-region-parser.html:
            - Update test to use -webkit- rather than -apple-.

2013-03-17  Simon Fraser  <simon.fraser@apple.com>

        fast/frames/sandboxed-iframe-navigation-allowed.html sometimes
        asserts in debug.

        * platform/mac/TestExpectations:

2013-03-17  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding failure expectations for the two reftests added in r145982, failing due to disabled subpixel layout.
        Triaging/enhancing failure expectations for spellcheck tests after r145940.

        * platform/gtk/TestExpectations:

2013-03-17  Simon Fraser  <simon.fraser@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=97124
        Mark a couple of WK2 tests as possibly asserting in debug.

        * platform/mac-wk2/TestExpectations:

2013-03-17  Simon Fraser  <simon.fraser@apple.com>

        Mark some more tests as asserting in debug, because of 
        https://bugs.webkit.org/show_bug.cgi?id=105986
        
        * platform/mac/TestExpectations:

2013-03-17  Simon Fraser  <simon.fraser@apple.com>

        Occasional assertion in JSNPObject::invalidate() running plugins/object-embed-plugin-scripting.html
        https://bugs.webkit.org/show_bug.cgi?id=112518
        
        Mark this test as [ Crash Pass ] in debug.

        * platform/mac/TestExpectations:

2013-03-16  Simon Fraser  <simon.fraser@apple.com>

        http/tests/notifications/legacy/window-show-on-click.html is flakey
        https://bugs.webkit.org/show_bug.cgi?id=112499

        * platform/mac/TestExpectations:

2013-03-16  Simon Fraser  <simon.fraser@apple.com>

        inspector/elements/highlight-node-scaled.html is flakey
        https://bugs.webkit.org/show_bug.cgi?id=112502

        Mark this test as flakey.

        * platform/mac/TestExpectations:

2013-03-16  Simon Fraser  <simon.fraser@apple.com>

        svg/batik/paints/gradientLimit.svg is flakey. Also fix
        a couple of recent typos in TestExpectations.

        * platform/mac/TestExpectations:

2013-03-16  Simon Fraser  <simon.fraser@apple.com>

        Notification test is flakey
        https://bugs.webkit.org/show_bug.cgi?id=112499

        * platform/mac/TestExpectations:

2013-03-16  Simon Fraser  <simon.fraser@apple.com>

        Another slow sputnik test.

        * platform/mac/TestExpectations:

2013-03-16  Simon Fraser  <simon.fraser@apple.com>

        Fix typos. Also mark fast/frames/flattening/frameset-flattening-advanced.html
        as flakey.

        * platform/mac/TestExpectations:

2013-03-16  Simon Fraser  <simon.fraser@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=93560
        
        These WebGL tests are flakey on Lion too.

        * platform/mac-lion/TestExpectations:

2013-03-16  Simon Fraser  <simon.fraser@apple.com>

        Change fast/events/controlclick-no-onclick.html to be a skip rather than a fail,
        since it times out.

        * platform/mac-wk2/TestExpectations:

2013-03-16  Tom Sepez  <tsepez@chromium.org>

        [v8] Disable binding integrity check for WebCore::Text
        https://bugs.webkit.org/show_bug.cgi?id=112462

        Reviewed by Kentaro Hara.

        * fast/dom/split-cdata-expected.txt: Added.
        * fast/dom/split-cdata.xml: Added.

2013-03-16  Mike West  <mkwst@chromium.org>

        fast/frames/sandboxed-iframe-scripting is flakey
        https://bugs.webkit.org/show_bug.cgi?id=112482

        Reviewed by Simon Fraser.

        Tests that rely on multiple 'iframe' elements loading in a specific
        order are a Bad Idea™. This patch splits
        'fast/frames/sandboxed-iframe-scripting.html' out into five tests, and
        changes two of them (#2 and #4) to use message passing in order to
        test in a way that 'js-test-{pre,post}' can cleanly report.

        * fast/frames/sandboxed-iframe-scripting-01-expected.txt: Added.
        * fast/frames/sandboxed-iframe-scripting-01.html: Added.
        * fast/frames/sandboxed-iframe-scripting-02-expected.txt: Added.
        * fast/frames/sandboxed-iframe-scripting-02.html: Added.
        * fast/frames/sandboxed-iframe-scripting-03-expected.txt: Added.
        * fast/frames/sandboxed-iframe-scripting-03.html: Added.
        * fast/frames/sandboxed-iframe-scripting-04-expected.txt: Added.
        * fast/frames/sandboxed-iframe-scripting-04.html: Added.
        * fast/frames/sandboxed-iframe-scripting-05-expected.txt: Added.
        * fast/frames/sandboxed-iframe-scripting-05.html: Added.
        * fast/frames/sandboxed-iframe-scripting-expected.txt: Removed.
        * fast/frames/sandboxed-iframe-scripting.html: Removed.
        * platform/mac/TestExpectations:
            Remove the skipped test, since it no longer exists.

2013-03-16  Jochen Eisinger  <jochen@chromium.org>

        Update test expectations for content shell.

        Unreviewed gardening.

        * platform/chromium/ContentShellTestExpectations:

2013-03-16  Simon Fraser  <simon.fraser@apple.com>

        Mark some ref tests as failing on Lion.

        * platform/mac-lion/TestExpectations:

2013-03-16  Simon Fraser  <simon.fraser@apple.com>

        Mark some more sputnik tests as slow in debug.

        * platform/mac/TestExpectations:

2013-03-16  Chris Fleizach  <cfleizach@apple.com>

        AX: aria-hidden on container does not hide descendant popup buttons
        https://bugs.webkit.org/show_bug.cgi?id=112373

        Reviewed by Ryosuke Niwa.

        * accessibility/aria-hidden-hides-all-elements-expected.txt: Added.
        * accessibility/aria-hidden-hides-all-elements.html: Added.

2013-03-16  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r145977.

        * platform/chromium-mac/platform/mac/fast: Added.
        * platform/chromium-mac/platform/mac/fast/forms: Added.
        * platform/chromium-mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
        * platform/chromium/platform/mac/fast/forms: Removed.
        * platform/chromium/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Removed.
        * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.

2013-03-15  Simon Fraser  <simon.fraser@apple.com>

        Mark two media/track tests as flakey. Tracked by webkit.org/b/112492

        * platform/mac/TestExpectations:

2013-03-15  Simon Fraser  <simon.fraser@apple.com>

        Remove result in platform/mac/platform/mac
        
        * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Removed.

2013-03-15  Simon Fraser  <simon.fraser@apple.com>

        Fix typo in TestExpectations file.

        * platform/mac/TestExpectations:

2013-03-15  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] shape-outside on floats for circle and ellipse shapes
        https://bugs.webkit.org/show_bug.cgi?id=98673

        Reviewed by Dirk Schulze.
        
        Tests for circles and ellipses on floats.

        * fast/exclusions/resources/rounded-rectangle.js:
        (defined): Helper function to test and see if a js value is defined.
        (convertToRoundedRect): Convert a circle or ellipse dimensions to a rounded rect.
        (generateShapeOutsideOnFloat): Add ability to generate circles and
            ellipses, since they are just special cases of rounded rectangles.
        (generateSimulatedShapeOutsideOnFloat): Add ability to simulate
            circles and ellipses, by treating them as rounded rectangles. Also
            fix minor style issue with an if statement.
        (xOutset): Remove unneeded condition in if statement.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse.html: Added.

2013-03-15  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline after r145977.

        * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:

2013-03-15  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline after r145977.

        * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:

2013-03-15  Kenneth Russell  <kbr@google.com>

        Unreviewed new baselines after r145977.
        https://bugs.webkit.org/show_bug.cgi?id=110837

        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:

2013-03-15  Christian Biesinger  <cbiesinger@chromium.org>

        Convert old flexbox uses in html.css to new flexbox (non-<select>)
        https://bugs.webkit.org/show_bug.cgi?id=110837

        Reviewed by Ojan Vafai.

        * fast/forms/placeholder-position-expected.txt:
        * platform/chromium-linux/fast/css/input-search-padding-expected.txt:
        * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt:
        * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
        * platform/chromium-linux/fast/forms/search-styled-expected.txt:
        * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
        * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt:
        * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt:
        * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt:
        * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt:
        * platform/chromium-mac/fast/css/text-overflow-input-expected.txt:
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
        * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
        * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/chromium-mac/fast/forms/search-rtl-expected.txt:
        * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
        * platform/chromium-mac/fast/forms/searchfield-heights-expected.txt:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
        * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
        * platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
        * platform/chromium-win/fast/css/input-search-padding-expected.txt:
        * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/chromium-win/fast/css/text-overflow-input-expected.txt:
        * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-win/fast/forms/control-restrict-line-height-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-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-cancel-button-style-sharing-expected.txt:
        * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt:
        * platform/chromium-win/fast/forms/search-rtl-expected.txt:
        * platform/chromium-win/fast/forms/search-styled-expected.txt:
        * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
        * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
        * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
        * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt:
        * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt:
        * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.txt:
        * platform/chromium/fast/css/input-search-padding-expected.txt:
        * platform/chromium/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/chromium/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/chromium/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
        * platform/chromium/fast/forms/search-cancel-button-style-sharing-expected.txt:
        * platform/chromium/fast/forms/search-display-none-cancel-button-expected.txt:
        * platform/chromium/fast/forms/search-rtl-expected.txt:
        * platform/chromium/fast/forms/search-styled-expected.txt:
        * platform/chromium/fast/repaint/search-field-cancel-expected.txt:
        * platform/chromium/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/chromium/fast/speech/speech-bidi-rendering-expected.txt:
        * platform/efl/fast/css/input-search-padding-expected.txt:
        * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/efl/fast/css/text-overflow-input-expected.txt:
        * platform/efl/fast/forms/box-shadow-override-expected.txt:
        * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
        * platform/efl/fast/forms/input-appearance-height-expected.txt:
        * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
        * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
        * platform/efl/fast/forms/placeholder-position-expected.txt:
        * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt:
        * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
        * platform/efl/fast/forms/search-rtl-expected.txt:
        * platform/efl/fast/forms/search-styled-expected.txt:
        * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
        * platform/efl/fast/forms/searchfield-heights-expected.txt:
        * platform/efl/fast/forms/validation-message-appearance-expected.txt:
        * platform/efl/fast/repaint/search-field-cancel-expected.txt:
        * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/gtk/fast/css/input-search-padding-expected.txt:
        * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/gtk/fast/css/text-overflow-input-expected.txt:
        * platform/gtk/fast/forms/box-shadow-override-expected.txt:
        * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
        * platform/gtk/fast/forms/input-appearance-height-expected.txt:
        * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
        * platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
        * platform/gtk/fast/forms/placeholder-position-expected.txt:
        * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
        * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt:
        * platform/gtk/fast/forms/search-rtl-expected.txt:
        * platform/gtk/fast/forms/search-styled-expected.txt:
        * platform/gtk/fast/forms/search-vertical-alignment-expected.txt:
        * platform/gtk/fast/forms/searchfield-heights-expected.txt:
        * platform/gtk/fast/forms/validation-message-appearance-expected.txt:
        * platform/gtk/fast/repaint/search-field-cancel-expected.txt:
        * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/gtk/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/mac/fast/css/input-search-padding-expected.txt:
        * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/mac/fast/css/text-overflow-input-expected.txt:
        * platform/mac/fast/forms/box-shadow-override-expected.txt:
        * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
        * platform/mac/fast/forms/input-appearance-height-expected.txt:
        * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
        * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
        * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
        * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
        * platform/mac/fast/forms/search-rtl-expected.txt:
        * platform/mac/fast/forms/search-styled-expected.txt:
        * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
        * platform/mac/fast/forms/searchfield-heights-expected.txt:
        * platform/mac/fast/forms/validation-message-appearance-expected.txt:
        * platform/mac/fast/repaint/search-field-cancel-expected.txt:
        * platform/mac/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/mac/fast/speech/speech-bidi-rendering-expected.txt:
        * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/qt/fast/css/input-search-padding-expected.txt:
        * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/qt/fast/css/text-overflow-input-expected.txt:
        * platform/qt/fast/forms/box-shadow-override-expected.txt:
        * platform/qt/fast/forms/control-restrict-line-height-expected.txt:
        * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
        * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
        * platform/qt/fast/forms/placeholder-position-expected.txt:
        * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
        * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt:
        * platform/qt/fast/forms/search-rtl-expected.txt:
        * platform/qt/fast/forms/search-styled-expected.txt:
        * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
        * platform/qt/fast/repaint/search-field-cancel-expected.txt:
        * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/qt/fast/speech/input-appearance-searchandspeech-expected.txt:
        Automated search & replace of RenderDeprecatedFlexibleBox ->
        RenderFlexibleBox
        * platform/mac/fast/forms/color/input-appearance-color-expected.txt:
        * platform/chromium-mac/fast/forms/color/input-appearance-color-expected.txt:
        * platform/chromium-win/fast/forms/color/input-appearance-color-expected.txt:
        * platform/chromium-linux/fast/forms/color/input-appearance-color-expected.png:
        This test shows a minor layout difference (less spacing between
        paragraphs with an <input type=color>). The underlying reason is
        alignment/baseline-differences with the new flexbox code, and the new
        behaviour makes more sense in general (this becomes obvious when
        putting text or a <input type=text> next to an <input type=color>).
        * platform/chromium/TestExpectations:
        Mark input-appearance-color as needing rebaseline on Mac/Win. All
        non-Chromium ports ignore fast/forms/color because the feature isn't
        enabled, so their TestExpectations need no update.

2013-03-15  Simon Fraser  <simon.fraser@apple.com>

        Added some expected results that should be the same across platforms.
        Removed some tests needing rebaseline from Mac TestExpectations.

        * compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
        * compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added.
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-03-15  Kenneth Russell  <kbr@google.com>

        Unreviewed addition of expectations for test added in r145915.

        * platform/chromium-mac-lion/compositing/video/video-reflection-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/video/video-reflection-expected.png: Added.
        * platform/chromium-mac/compositing/video/video-reflection-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/video/video-reflection-expected.png: Added.
        * platform/chromium-win/compositing/video/video-reflection-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/video/video-reflection-expected.png: Added.

2013-03-15  Dana Jansens  <danakj@chromium.org>

        [chromium] Remove the background filter blur layout tests
        https://bugs.webkit.org/show_bug.cgi?id=112372

        Reviewed by James Robinson.

        Given that we now have the ability to write pixel tests directly against
        the compositor, these tests are no longer needed to guard against
        regressions, and have been duplicated for the compositor as pixel tests
        in https://codereview.chromium.org/12518026/ and
        https://codereview.chromium.org/12518026/.

        * platform/chromium/compositing/filters/background-filter-blur-expected.png: Removed.
        * platform/chromium/compositing/filters/background-filter-blur-expected.txt: Removed.
        * platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Removed.
        * platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.txt: Removed.
        * platform/chromium/compositing/filters/background-filter-blur-off-axis.html: Removed.
        * platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Removed.
        * platform/chromium/compositing/filters/background-filter-blur-outsets-expected.txt: Removed.
        * platform/chromium/compositing/filters/background-filter-blur-outsets.html: Removed.
        * platform/chromium/compositing/filters/background-filter-blur.html: Removed.

2013-03-15  Simon Fraser  <simon.fraser@apple.com>

        Mark fast/frames/sandboxed-iframe-scripting as flakey.
        
        webkit.org/b/104848 supposedly fixed fast/frames/sandboxed-iframe-parsing-space-characters.html,
        so remove it.

        * platform/mac/TestExpectations:

2013-03-15  Jochen Eisinger  <jochen@chromium.org>

        plugins/netscape-plugin-setwindow-size*.html and plugins/pass-different-npp-struct.html should be async
        https://bugs.webkit.org/show_bug.cgi?id=112478

        Reviewed by Tony Chang.

        There is nothing that ensures that the log messages from the plugin
        come in before the layout test finished loading.

        * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed.
        * plugins/netscape-plugin-setwindow-size-2.html:
        * plugins/netscape-plugin-setwindow-size.html:
        * plugins/pass-different-npp-struct.html:

2013-03-15  Simon Fraser  <simon.fraser@apple.com>

        Mark some more sputnik tests as slow in debug.
        
        * platform/mac/TestExpectations:

2013-03-15  Simon Fraser  <simon.fraser@apple.com>

        New baseline for this test on Lion.

        * platform/mac-lion/platform/mac/fast/text/vertical-no-sideways-expected.txt:

2013-03-15  Aurimas Liutikas  <aurimas@chromium.org>

        TextIterator emits LF for a br element inside an empty input element
        https://bugs.webkit.org/show_bug.cgi?id=112275

        Reviewed by Ryosuke Niwa.

        * editing/text-iterator/basic-iteration-expected.txt: Extended to add two more cases.
        * editing/text-iterator/basic-iteration-shadowdom-expected.txt: Added.
        * editing/text-iterator/basic-iteration-shadowdom.html: Added.
        * editing/text-iterator/script-tests/basic-iteration.js: Extended to add two mroe cases.
        * platform/mac/TestExpectations:

2013-03-15  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for IDB tests that regressed with r145929.

2013-03-15  Mark Hahnenberg  <mhahnenberg@apple.com>

        Roll out r145838
        https://bugs.webkit.org/show_bug.cgi?id=112458

        Unreviewed. Requested by Filip Pizlo.

        * fast/js/regress/script-tests/string-lookup-hit-identifier.js: Removed.
        * fast/js/regress/script-tests/string-lookup-hit.js: Removed.
        * fast/js/regress/script-tests/string-lookup-miss.js: Removed.
        * fast/js/regress/string-lookup-hit-expected.txt: Removed.
        * fast/js/regress/string-lookup-hit-identifier-expected.txt: Removed.
        * fast/js/regress/string-lookup-hit-identifier.html: Removed.
        * fast/js/regress/string-lookup-hit.html: Removed.
        * fast/js/regress/string-lookup-miss-expected.txt: Removed.
        * fast/js/regress/string-lookup-miss.html: Removed.

2013-03-15  Rouslan Solomakhin  <rouslan@chromium.org>

        Move setAsynchronousSpellCheckingEnabled to internals.settings
        https://bugs.webkit.org/show_bug.cgi?id=112362

        Reviewed by Tony Chang.

        Changed the tests from using testRunner.setAsynchronousSpellCheckingEnabled(bool)
        with port-specific implementations to use internals.settings.setAsynchronousSpellCheckingEnabled(bool)
        with one common implementation, similar to internals.settings.setUnifiedTextCheckerEnabled(bool).
        Changed the tests to not reset these settings when they finish, because the test harness resets
        the settings automatically.

        * editing/spelling/grammar-markers-hidpi.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/grammar-markers.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/grammar-paste.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/resources/util.js: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/script-tests/spellcheck-paste.js: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/spellcheck-async-mutation.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/spellcheck-async-remove-frame.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/spellcheck-async.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/spellcheck-paste-disabled.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/spellcheck-queue.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/spellcheck-sequencenum.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * editing/spelling/spelling-marker-description.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * platform/chromium/editing/spelling/delete-misspelled-word.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).
        * platform/chromium/editing/spelling/move-cursor-to-misspelled-word.html: Use internals.settings.setAsynchronousSpellCheckingEnabled(bool) instead of testRunner.setAsynchronousSpellCheckingEnabled(bool).

2013-03-14  Ojan Vafai  <ojan@chromium.org>

        Auto height column flexboxes with border and padding are too short
        https://bugs.webkit.org/show_bug.cgi?id=112398

        Reviewed by Tony Chang.

        * css3/flexbox/auto-height-column-with-border-and-padding-expected.html: Added.
        * css3/flexbox/auto-height-column-with-border-and-padding.html: Added.
        * css3/flexbox/resources/flexbox.css:
        (.flex-one-one-auto):

2013-03-15  Hajime Morrita  <morrita@google.com>

        [Custom Elements] Any HTMLElement subclass should become a superclass of custom element
        https://bugs.webkit.org/show_bug.cgi?id=110436

        Reviewed by Dimitri Glazkov.

        * fast/dom/custom/document-register-basic-expected.txt:
        * fast/dom/custom/document-register-basic.html:
        * fast/dom/custom/document-register-type-extensions-expected.txt: Added.
        * fast/dom/custom/document-register-type-extensions.html: Added.

2013-03-15  Joshua Bell  <jsbell@chromium.org>

        [V8] Binding: Implement EnforceRange IDL Attribute for long long conversions
        https://bugs.webkit.org/show_bug.cgi?id=96798

        Reviewed by Kentaro Hara.

        Some of the tests for HTMLOptionsCollection.add() assumed it should throw for
        Infinities and NaNs, but this is not what the DOM+WebIDL specs say. (Firefox doesn't throw
        so this does not appear to be a web-compat issue.) This updates the tests/expectations so
        that V8 passes. JSC expectations are FAIL in a few places since it still incorrectly throws
        on Infinity/NaN -> int32 conversion (existing tests) and does not implement EnforceRange
        (new tests).

        Tne non-numeric-values-numeric-parameters test was also broken for NaN testing, reporting
        incorrect results which hid some of this behavior.

        * fast/dom/non-numeric-values-numeric-parameters-expected.txt: Failing behavior for JSC.
        * fast/dom/script-tests/non-numeric-values-numeric-parameters.js: HTMLOptionsCollection.add()
        should not throw on NaNs/Infinities.
        * fast/js/script-tests/select-options-add.js: Ditto.
        * fast/js/select-options-add-expected.txt: Failing behavior for JSC.
        * fast/js/webidl-type-mapping-expected.txt: Ditto.
        * fast/js/webidl-type-mapping.html: Added test cases for [EnforceRange]
        * platform/chromium/fast/dom/non-numeric-values-numeric-parameters-expected.txt: Added - passing behavior for V8.
        * platform/chromium/fast/js/select-options-add-expected.txt: Ditto.
        * platform/chromium/fast/js/webidl-type-mapping-expected.txt: Added.
        * storage/indexeddb/intversion-bad-parameters-expected.txt: Added non-finite test cases.
        * storage/indexeddb/resources/intversion-bad-parameters.js: Ditto.

2013-03-15  Simon Fraser  <simon.fraser@apple.com>

        Marking sputnik/Conformance/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T2.html
        as a Slow test.

        * platform/mac/TestExpectations:

2013-03-15  Andy Estes  <aestes@apple.com>

        REGRESSION (r127277): CSS URIs with multi-byte Unicode escape sequences fail to parse
        https://bugs.webkit.org/show_bug.cgi?id=112436

        Reviewed by Michael Saboff.

        * fast/css/url-with-multi-byte-unicode-escape-expected.txt: Added.
        * fast/css/url-with-multi-byte-unicode-escape.html: Added.

2013-03-14  Simon Fraser  <simon.fraser@apple.com>

        Collect samples for unresponsive web processes
        https://bugs.webkit.org/show_bug.cgi?id=112409

        Reviewed by Tim Horton.
        
        Add links for samples, which some platforms will show for unresponsive WebProcess timeouts.

        * fast/harness/results.html:

2013-03-14  Jer Noble  <jer.noble@apple.com>

        REGRESSION: -webkit-box-reflect does not show on video elements
        https://bugs.webkit.org/show_bug.cgi?id=112397

        Reviewed by Simon Fraser.

        * compositing/video/video-reflection-expected.png: Added.
        * compositing/video/video-reflection-expected.txt: Added.
        * compositing/video/video-reflection.html: Added.

2013-03-15  No'am Rosenthal  <noam@webkit.org>

        [Texmap] REGRESSION (r144190): Failure at style with webkit-transform and opacity
        https://bugs.webkit.org/show_bug.cgi?id=112370

        Reviewed by Caio Marcelo de Oliveira Filho.

        New ref-test for opacity+preserves-3d.

        * compositing/overlap-blending/preserves3d-opacity-expected.html: Added.
        * compositing/overlap-blending/preserves3d-opacity.html: Added.

2013-03-15  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed -- remove test expectations for timeline-receive-response-event and remove
        another source of flakiness in the test.

        * inspector/timeline/timeline-receive-response-event.html:
        * platform/chromium/TestExpectations:

2013-03-15  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding a failure expectation for the reftest added in r145847
        that is failing due to disabled subpixel layout on the GTK port.

2013-03-15  Takashi Sakamoto  <tasak@google.com>

        Crash at RenderStyle::inheritFrom reported by fuzzer
        https://bugs.webkit.org/show_bug.cgi?id=112322

        Reviewed by Hajime Morrita.

        * fast/dom/shadow/insertion-point-resetStyleInheritance-with-pseudo-element-crash-expected.txt: Added.
        * fast/dom/shadow/insertion-point-resetStyleInheritance-with-pseudo-element-crash.html: Added.

2013-03-15  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] Selecting text inside an empty region causes selection outside the region area
        https://bugs.webkit.org/show_bug.cgi?id=107752

        Reviewed by David Hyatt.

        Add test showing that you cannot select content outside a empty region (without flow thread content).

        * fast/regions/selecting-text-in-empty-region-expected.txt: Added.
        * fast/regions/selecting-text-in-empty-region.html: Added.

2013-03-14  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r145864.
        http://trac.webkit.org/changeset/145864
        https://bugs.webkit.org/show_bug.cgi?id=112408

        should fix XMLDocumentParser instead of CSSDefaultStyleSheet
        (Requested by tasak on #webkit).

        * fast/css/ensure-default-style-sheets-crash-expected.txt: Removed.
        * fast/css/ensure-default-style-sheets-crash.xhtml: Removed.

2013-03-14  Hayato Ito  <hayato@chromium.org>

        [Shadow Dom]: Non Bubbling events in ShadowDOM dispatch in an incorrect order
        https://bugs.webkit.org/show_bug.cgi?id=112214

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/cppevent-in-shadow-expected.txt:
        * fast/dom/shadow/cppevent-input-in-shadow-expected.txt:
        * fast/dom/shadow/events-stopped-at-shadow-boundary-expected.txt:
        * fast/dom/shadow/shadow-boundary-events-expected.txt:
        * fast/dom/shadow/shadow-boundary-events.html:
        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt:

2013-03-14  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: Chromium TestExpectations cleanup prepared by kbr@

        * platform/chromium/TestExpectations:

2013-03-14  Shezan Baig  <sbaig1@bloomberg.net>

        Backspace/delete at start of table cell shouldn't step out of cell
        https://bugs.webkit.org/show_bug.cgi?id=35372

        Reviewed by Ryosuke Niwa.

        * editing/deleting/backspace-at-table-cell-beginning-expected.txt: Added.
        * editing/deleting/backspace-at-table-cell-beginning.html: Added.
        * editing/deleting/forward-delete-at-table-cell-ending-expected.txt: Added.
        * editing/deleting/forward-delete-at-table-cell-ending.html: Added.

2013-03-14  Xidorn Quan  <quanxunzhen@gmail.com>

        Clickable area is incorrect for elements with border-radius
        https://bugs.webkit.org/show_bug.cgi?id=95373

        Reviewed by Simon Fraser.

        This test is based on Takashi Sakamoto's work in
        https://bugs.webkit.org/show_bug.cgi?id=95373

        * fast/borders/border-radius-position-expected.txt: Added.
        * fast/borders/border-radius-position.html: Added.

2013-03-14  Andreas Kling  <akling@apple.com>

        REGRESSION(r145169): [Mac][WK2] http/tests/security/cross-frame-access-put.html fails.
        <http://webkit.org/b/111815>
        <rdar://problem/13380145>

        Reviewed by Anders Carlsson.

        * platform/mac-wk2/TestExpectations:

2013-03-14  John Bauman  <jbauman@chromium.org>

        plugins/plugin-clip-subframe.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=112324

        Reviewed by Ryosuke Niwa.

        Ignore duplicate SetWindow calls with identical arguments. Plugins
        will ignore these so they're not a problem, and they can cause
        flakiness on mac-wk2.

        * platform/chromium-linux/plugins/plugin-clip-subframe-expected.txt:
        * platform/chromium-mac/plugins/plugin-clip-subframe-expected.txt:
        * platform/chromium-win/plugins/plugin-clip-subframe-expected.txt:
        * platform/mac-wk2/plugins/plugin-clip-subframe-expected.txt:
        * platform/mac/plugins/plugin-clip-subframe-expected.txt:
        * plugins/plugin-clip-subframe-expected.txt:
        * plugins/resources/plugin-clip-subframe-iframe.html:

2013-03-14  Chris Fleizach  <cfleizach@apple.com>

        AX: Crash when removing aria-menu item from DOM
        https://bugs.webkit.org/show_bug.cgi?id=112396

        Reviewed by Tim Horton.

        * accessibility/menu-item-crash-expected.txt: Added.
        * accessibility/menu-item-crash.html: Added.

2013-03-14  Hayato Ito  <hayato@chromium.org>

        [Shadow]: left side of ::-webkit-distributed selector not working as expected
        https://bugs.webkit.org/show_bug.cgi?id=110825

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/distributed-pseudo-element-specifiers-in-left-side-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-specifiers-in-left-side.html: Added.

2013-03-14  Takashi Sakamoto  <tasak@google.com>

        Crash at CSSDefaultStyleSheets::ensureDefaultStyleSheetsForElement reported by fuzzer
        https://bugs.webkit.org/show_bug.cgi?id=112328

        Reviewed by Dimitri Glazkov.

        * fast/css/ensure-default-style-sheets-crash-expected.txt: Added.
        * fast/css/ensure-default-style-sheets-crash.xhtml: Added.

2013-03-14  Kenneth Russell  <kbr@google.com>

        Unreviewed test expectations update. Expanded suppression.

        * platform/chromium/TestExpectations:

2013-03-14  Kenneth Russell  <kbr@google.com>

        Unreviewed gardening. Added images for new test.

        * platform/chromium-mac-lion/platform/chromium/scrollbars/short-scrollbar-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/scrollbars/short-scrollbar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/scrollbars/short-scrollbar-expected.png: Added.
        * platform/chromium-win/platform/chromium/scrollbars/short-scrollbar-expected.png: Added.

2013-03-13  James Robinson  <jamesr@chromium.org>

        Fix flaky layout tests that rely on setTimeout()s firing after <body> is parsed
        https://bugs.webkit.org/show_bug.cgi?id=112306

        Reviewed by Eric Seidel.

        These tests all rely in one way or another on the body of a setTimeout set in an inline <script> in the <head>
        firing after the <body> element is generated by the HTML parser. This is a flaky pattern since the HTML parser
        may yield when parsing a </script> or when runnnig out of bytes from the network. In practice, this pattern used
        to be not terribly flaky for layout tests loaded from disk unless there was a large GC pause. However, since the
        threaded HTML parser yields more frequently when hitting a </script> this flakes more.

        These tests were found by identifying layout tests that call setTimeout before the document's body exists by
        modifying the code, then intersecting that set with tests that are flaky on the chromium flakiness dashboard.

        * editing/inserting/insert-text-into-empty-frameset-crash.html:
        * editing/style/apply-style-crash.html:
        * fast/block/float/float-originating-line-deleted-crash.html:
        * fast/block/float/floats-not-cleared-crash.html:
        * fast/block/line-layout/inline-box-wrapper-crash.html:
        * fast/css/positioned-in-relative-position-inline-crash.html:
        * fast/css/user-stylesheet-crash.html:
        * fast/encoding/script-in-head.html:
        * fast/forms/textarea-placeholder-relayout-assertion.html:
        * fast/frames/seamless/seamless-form-get.html:
        * fast/frames/seamless/seamless-form-post-named.html:
        * fast/frames/seamless/seamless-window-location-href.html:
        * fast/frames/seamless/seamless-window-location-replace.html:
        * fast/inline/update-always-create-line-boxes-full-layout-crash.html:
        * fast/innerHTML/innerHTML-iframe.html:
        * fast/js/same-origin-subframe-about-blank.html:
        * fast/multicol/span/removal-of-multicol-span-crash.html:
        * fast/text/international/bidi-neutral-in-mixed-direction-run-crash.html:
        * fast/writing-mode/overhanging-float-legend-crash.html:

2013-03-14  Enrica Casucci  <enrica@apple.com>

        Character orientation should follow UTR50 specs for vertical layout.
        https://bugs.webkit.org/show_bug.cgi?id=112213
        <rdar://problem/12880943>

        Reviewed by Ryosuke Niwa.

        * platform/mac/fast/text/vertical-no-sideways.html: Modified to cover samples
        of the additional character ranges that should not be rotated in vertical layout.
        * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt:
        * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png: Added.

2013-03-14  Kenneth Russell  <kbr@google.com>

        Unreviewed test expectations updates. Suppressed a couple of
        failures and adjusted a couple of existing expectations.

        * platform/chromium/TestExpectations:

2013-03-14  Manuel Rego Casasnovas  <rego@igalia.com>

        Add selectTrailingWhitespaceEnabled setting to WebCore::Page
        https://bugs.webkit.org/show_bug.cgi?id=109404

        Reviewed by Tony Chang.

        Replace testRunner.setSelectTrailingWhitespaceEnabled by
        internals.settings.setSelectTrailingWhitespaceEnabled in tests.

        Be sure that trailingWhitespaceEnabled and
        selectTrailingWhitespaceEnabled are set to opposite values as they are
        mutually exclusive.

        * editing/deleting/smart-editing-disabled.html:
        * editing/selection/doubleclick-beside-cr-span.html:
        * editing/selection/doubleclick-whitespace-crash.html:
        * editing/selection/doubleclick-whitespace-img-crash.html:
        * editing/selection/doubleclick-whitespace.html:
        * editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js:
        * editing/spelling/resources/util.js:
        (initSpellTest):
        * editing/spelling/spelling-double-clicked-word-with-underscores.html:
        * editing/spelling/spelling-double-clicked-word.html:
        * platform/wk2/TestExpectations: Unflag
        editing/selection/doubleclick-inline-first-last-contenteditable.html
        as it passes now.

2013-03-14  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] shape-outside on floats for rounded rectangle shapes
        https://bugs.webkit.org/show_bug.cgi?id=100299

        Reviewed by Dirk Schulze.

        Adding tests for rounded rectangles. The code already supports them,
        but that was more of a happy accident. These tests makes it more
        likely to stay that way.

        * fast/exclusions/resources/rounded-rectangle.js:
        (xOutset): Function to determine the offset for the outside shape.
        (generateShapeOutsideOnFloat): Generate a shape outside on a float.
        (generateSimulatedShapeOutsideOnFloat): Simulate a shape outside on a
            float using a large number of smaller floats.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle.html: Added.

2013-03-14  Robert Flack  <flackr@chromium.org>

        [chromium] Short scrollbar has empty track rect even when buttons have no size.
        https://bugs.webkit.org/show_bug.cgi?id=102580

        Reviewed by James Robinson.

        When computing the scrollbar track rect, don't assume the button's height is the track width.

        * platform/chromium-linux/fast/forms/basic-textareas-expected.png:
        * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.png:
        * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
        * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.png:
        * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png:
        * platform/chromium-linux/platform/chromium/scrollbars/short-scrollbar-expected.png: Added.
        * platform/chromium/scrollbars/short-scrollbar-expected.txt: Added.
        * platform/chromium/scrollbars/short-scrollbar.html: Added.

2013-03-14  Filip Pizlo  <fpizlo@apple.com>

        JSObject fast by-string access optimizations should work even on the prototype chain, and even when the result is undefined
        https://bugs.webkit.org/show_bug.cgi?id=112233

        Reviewed by Oliver Hunt.

        * fast/js/regress/script-tests/string-lookup-hit-identifier.js: Added.
        (result):
        * fast/js/regress/script-tests/string-lookup-hit.js: Added.
        (result):
        * fast/js/regress/script-tests/string-lookup-miss.js: Added.
        (result):
        * fast/js/regress/string-lookup-hit-expected.txt: Added.
        * fast/js/regress/string-lookup-hit-identifier-expected.txt: Added.
        * fast/js/regress/string-lookup-hit-identifier.html: Added.
        * fast/js/regress/string-lookup-hit.html: Added.
        * fast/js/regress/string-lookup-miss-expected.txt: Added.
        * fast/js/regress/string-lookup-miss.html: Added.

2013-03-14  Kenneth Russell  <kbr@google.com>

        Unreviewed expectations updates for a couple of failing tests.

        * platform/chromium/TestExpectations:

2013-03-13  Filip Pizlo  <fpizlo@apple.com>

        DFG bytecode parser is too aggressive about getting rid of GetLocals on captured variables
        https://bugs.webkit.org/show_bug.cgi?id=112287
        <rdar://problem/13342340>

        Reviewed by Oliver Hunt.

        * fast/js/dfg-captured-var-get-local-expected.txt: Added.
        * fast/js/dfg-captured-var-get-local.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-captured-var-get-local.js: Added.
        (foo):

2013-03-14  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed flakiness fix following r145727: filter out coalescing records while dumping timeline record structure.

        * inspector/timeline/timeline-receive-response-event.html:

2013-03-14  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: chromium expectations updated.

        * platform/chromium/TestExpectations:

2013-03-14  Xabier Rodriguez Calvar  <calvaris@igalia.com>

        [GStreamer] Stopping playback of html5 media when receiving a higher priority audio event needs implementation
        https://bugs.webkit.org/show_bug.cgi?id=91611

        Created test, expected result and updated other ports
        expectations.

        Reviewed by Philippe Normand.

        * media/media-higher-prio-audio-stream-expected.txt: Added.
        * media/media-higher-prio-audio-stream.html: Added.
        * platform/chromium/TestExpectations: Skipped the new test.
        * platform/mac/TestExpectations: Skipped the new test.
        * platform/qt/TestExpectations: Skipped the new test for Mac and
        Win.

2013-03-14  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk1/TestExpectations: Skip failing tests after r145784.
        * platform/qt-5.0-wk2/fast/repaint/focus-ring-expected.txt: Removed.
        * platform/qt/fast/repaint/focus-ring-expected.txt: Rebaselining after r145708.

2013-03-14  Sergio Villar Senin  <svillar@igalia.com>

        Empty list items after drag&drop in contentEditable divs
        https://bugs.webkit.org/show_bug.cgi?id=110610

        Reviewed by Ryosuke Niwa.

        Some placeholders should not be left after performing a cleanup in
        move operations, this includes the empty list items generated when
        moving around list items inside a list.

        I'm also moving drag-list-item.html to editing/pasteboard because
        it fits much better there than under editing/selection.

        * editing/pasteboard/cleanup-on-move-expected.txt: Added.
        * editing/pasteboard/cleanup-on-move.html: Added.
        * editing/pasteboard/drag-list-item-expected.txt: Renamed from LayoutTests/editing/selection/drag-list-item-expected.txt.
        * editing/pasteboard/drag-list-item.html: Renamed from LayoutTests/editing/selection/drag-list-item.html.
        * editing/pasteboard/resources/select-and-drag.js: Added.
        (selectAndDragToTarget): Selects nodes and drops them after a target node.
        * editing/pasteboard/drag-drop-list-expected.txt: Removed an empty <li>.
        * editing/pasteboard/paste-list-004-expected.txt: Removed 2 empty <li>.
        * editing/pasteboard/paste-list-004.html: Ditto.
        * editing/selection/4895428-1-expected.txt: Removed a <br>.
        * editing/selection/4895428-4-expected.txt: Ditto.
        * fast/events/ondragenter-expected.txt: Removed a blank line.
        * platform/chromium/fast/events/ondragenter-expected.txt: Ditto.
        * platform/efl/TestExpectations: Added cleanup-on-move.html to the skipped list.
        * platform/mac-wk2/TestExpectations: Ditto.
        * platform/qt/TestExpectations: Ditto.
        * platform/win/fast/events/ondragenter-expected.txt: Removed a blank line.

2013-03-14  Eric Seidel  <eric@webkit.org>

        Threaded HTML Parser should limit speculation to avoid using too much memory
        https://bugs.webkit.org/show_bug.cgi?id=112069

        Reviewed by Adam Barth.

        Test that this fixes https://bugs.webkit.org/show_bug.cgi?id=110546 for the threaded parser.
        Ports using the main-thread parser are expected to fail (ASSERT in Debug).

        * fast/parser/document-write-partial-entity-before-load-expected.txt: Added.
        * fast/parser/document-write-partial-entity-before-load.html: Added.
        * fast/parser/external-script-document-write-expected.txt: Added.
        * fast/parser/external-script-document-write.html: Added.
        * fast/parser/resources/external-script-document-write.js: Added.
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-03-14  John Bauman  <jbauman@chromium.org>

        Layout Test plugins/plugin-clip-subframe.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=111514

        Reviewed by Ryosuke Niwa.

        Rebaseline test result due to chromium r185729. Also try to force
        layout in test to prevent flakiness on win-dbg.

        * platform/chromium-mac/plugins/plugin-clip-subframe-expected.txt:
        * platform/chromium/TestExpectations:
        * plugins/plugin-clip-subframe.html:

2013-03-14  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening. Adding a couple of failure expectations for flaky
        tests on the debug builder.

        * platform/gtk/TestExpectations:

2013-03-13  Ryosuke Niwa  <rniwa@webkit.org>

        Cannot select a canvas element at the beginning or the end of a document
        https://bugs.webkit.org/show_bug.cgi?id=112319

        Reviewed by Eric Seidel.

        Add a regression test to copy and paste a content with canvas elements.

        * editing/pasteboard/copy-paste-content-starting-and-ending-canvas-expected.txt: Added.
        * editing/pasteboard/copy-paste-content-starting-and-ending-canvas.html: Added.

2013-03-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Implement FontLoader interface
        https://bugs.webkit.org/show_bug.cgi?id=98395

        Reviewed by Eric Seidel.

        Add tests for document.fontloader. Since the feature is currently enabled
        only for chromium, the tests are expected to fail on the other ports.

        * fast/css/fontloader-download-error-expected.txt: Added.
        * fast/css/fontloader-download-error.html: Added.
        * fast/css/fontloader-events-expected.txt: Added.
        * fast/css/fontloader-events.html: Added.
        * fast/css/fontloader-loadingdone-expected.txt: Added.
        * fast/css/fontloader-loadingdone.html: Added.
        * fast/css/fontloader-multiple-faces-download-error-expected.txt: Added.
        * fast/css/fontloader-multiple-faces-download-error.html: Added.
        * fast/css/fontloader-multiple-faces-expected.txt: Added.
        * fast/css/fontloader-multiple-faces.html: Added.
        * fast/css/fontloader-multiple-families-expected.txt: Added.
        * fast/css/fontloader-multiple-families.html: Added.
        * http/tests/webfont/fontloader-loading-attribute-expected.txt: Added.
        * http/tests/webfont/fontloader-loading-attribute.html: Added.
        * platform/chromium/fast/css/fontloader-download-error-expected.txt: Added.
        * platform/chromium/fast/css/fontloader-events-expected.txt: Added.
        * platform/chromium/fast/css/fontloader-loadingdone-expected.txt: Added.
        * platform/chromium/fast/css/fontloader-multiple-faces-download-error-expected.txt: Added.
        * platform/chromium/fast/css/fontloader-multiple-faces-expected.txt: Added.
        * platform/chromium/fast/css/fontloader-multiple-families-expected.txt: Added.
        * platform/chromium/http/tests/webfont/fontloader-loading-attribute-expected.txt: Added.

2013-03-13  Antti Koivisto  <antti@apple.com>

        Compute image background size when testing for background visibility
        https://bugs.webkit.org/show_bug.cgi?id=112313

        Reviewed by Simon Fraser.

        * fast/repaint/obscured-background-no-repaint.html:

2013-03-13  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [css3-text] Add support for text-decoration-color
        https://bugs.webkit.org/show_bug.cgi?id=91638

        Reviewed by Julien Chaffraix.

        Added layout tests (paint,repaint and getComputedStyle) for
        'text-decoration-color' property, with '-webkit' vendor prefix.

        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color-expected.txt: Added.
        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color.html: Added.
        * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-color.js: Added.
        Added getComputedStyle-based layout test covering a bunch of valid/invalid values.

        * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color-expected.png: Added.
        * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color-expected.txt: Added.
        * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html: Added.
        Added cross-platform repaint layout test using 'Ahem' font.

        * fast/css3-text/css3-text-decoration/text-decoration-color-expected.html: Added.
        * fast/css3-text/css3-text-decoration/text-decoration-color.html: Added.
        Added cross-platform reference test.

2013-03-11  Kinuko Yasuda  <kinuko@chromium.org>

        Quota API: Update IDL to make it match the latest WD
        https://bugs.webkit.org/show_bug.cgi?id=88396

        Reviewed by Adam Barth.

        * platform/chromium/TestExpectations:
        * storage/storagequota-query-usage-expected.txt: Added.
        * storage/storagequota-query-usage.html: Added.
        * storage/storagequota-request-quota-expected.txt: Added.
        * storage/storagequota-request-quota.html: Added.

        Rebaselines:
        * platform/chromium/fast/dom/everything-to-string-expected.txt: Added.
        * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
        * platform/chromium/fast/js/global-constructors-expected.txt:
        * platform/chromium/http/tests/security/isolatedWorld/all-window-properties-expected.txt: Added.
        * platform/chromium/http/tests/security/isolatedWorld/all-window-prototypes-expected.txt: Added.


2013-03-13  Dean Jackson  <dino@apple.com>

        [WebGL] array-bounds-clamping should use less dramatic numbers
        https://bugs.webkit.org/show_bug.cgi?id=112298
        <rdar://problem/13415829>

        Reviewed by Ken Russell.

        Replace Number.MAX_VALUE with a non-infinite number.

        * fast/canvas/webgl/array-bounds-clamping.html:

2013-03-13  Tim Horton  <timothy_horton@apple.com>

        Make lint-test-expectations happy with the Apple-Windows TestExpectations files

        Unreviewed.

        * platform/win/TestExpectations:

2013-03-13  Tony Chang  <tony@chromium.org>

        Add a test case for flexbox with negative overflow having an out of flow flex item
        https://bugs.webkit.org/show_bug.cgi?id=112294

        Reviewed by Ojan Vafai.

        * css3/flexbox/negative-overflow-expected.txt:
        * css3/flexbox/negative-overflow.html:

2013-03-13  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Handle min-width / max-width on the grid element
        https://bugs.webkit.org/show_bug.cgi?id=112269

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/grid-element-min-max-width-expected.txt: Added.
        * fast/css-grid-layout/grid-element-min-max-width.html: Added.

2013-03-13  Tao Bai  <michaelbai@chromium.org>

        Add the default video poster if it doesn't exist in video tag
        https://bugs.webkit.org/show_bug.cgi?id=110263

        Reviewed by Eric Carlson.

        The Android web view application could provide the default poster
        for a video that doesn't have the poster attribute.

        To provide the default poster, the application must set defaultVideoPosterURL
        setting and return the image in the response of that URL.

        The way to do this would be:

        A) Replace the Element::imageSourceAttributeName function with an
           Element::imageSourceURL function that returns the imageSourceURL as a
           const AtomicString&. The body will be the same as before, it will just also
           include a call to getAttribute. Also will need to revise the four classes
           that override that function.

        B) Add a new HTMLVideoElement::posterImageURL function that implements the
           default poster URL logic.

        C) Update the four functions that get the poster attribute to handle poster
           loading and display to call posterImageURL.

           1) HTMLVideoElement::imageSourceURL.
           2) HTMLVideoElement::setDisplayMode.
           3) HTMLVideoElement::updateDisplayState.
           4) HTMLMediaElement::getPluginProxyParams. Will need to cast to
              HTMLVideoElement after checking isVideo.

        * media/video-default-poster-expected.txt: Added.
        * media/video-default-poster.html: Added.
        * media/video-no-default-poster-expected.txt: Added.
        * media/video-no-default-poster.html: Added.

2013-03-13  James Robinson  <jamesr@chromium.org>

        Force clip in fast/regions/autoheight-break-after-expected.html to match test
        https://bugs.webkit.org/show_bug.cgi?id=112283

        Reviewed by David Hyatt.

        Regions always set a clip rect when rendering their contents. On Mountain Lion, the Ahem glyphs very slightly
        visually overflow their bounds if there's no clip set. This sets a clip in the reference file so we get the same
        rendering.

        * fast/regions/autoheight-break-after-expected.html:

2013-03-13  Tim Horton  <timothy_horton@apple.com>

        Make lint-test-expectations happy with the Apple-Windows TestExpectations files

        Unreviewed.

        accessibility/radio-button-checkbox-size.html was moved to platform/mac in http://trac.webkit.org/changeset/138124
        fast/css/ignore-text-zoom.html was removed in http://trac.webkit.org/changeset/145168
        inspector-protocol/layer-tree.html was removed in http://trac.webkit.org/changeset/144624
        Remove a bunch of duplicate entries.

        * platform/win/TestExpectations:

2013-03-13  Liam Quinn  <lquinn@blackberry.com>

        New tests to check that XHTML entities are supported in XHTML Mobile Profile 1.1 and 1.2.
        https://bugs.webkit.org/show_bug.cgi?id=112174
        RIM PR 309038

        Reviewed by Rob Buis.
        Internally reviewed by Leo Yang.

        * fast/doctypes/xhtml-with-xhtmlmp11-doctype-expected.txt: Added.
        * fast/doctypes/xhtml-with-xhtmlmp11-doctype.xhtml: Added.
        * fast/doctypes/xhtml-with-xhtmlmp12-doctype-expected.txt: Added.
        * fast/doctypes/xhtml-with-xhtmlmp12-doctype.xhtml: Added.

2013-03-13  Tim Horton  <timothy_horton@apple.com>

        Unreviewed, fix a path in TestExpectations.

        * platform/mac/TestExpectations:

2013-03-13  James Robinson  <jamesr@chromium.org>

        Clean out some stale chromium TestExpectations entries.

        * platform/chromium/TestExpectations:

2013-03-13  Tony Chang  <tony@chromium.org>

        Regression(r143542): -webkit-align-items: center with overflow: auto/scroll has extra bottom padding
        https://bugs.webkit.org/show_bug.cgi?id=112047

        Reviewed by Ojan Vafai.

        * css3/flexbox/negative-overflow-expected.txt: Added.
        * css3/flexbox/negative-overflow.html: Added.
        * resources/check-layout.js: Add attributes for checking scroll width and scroll height.

2013-03-13  Nate Chapin  <japhet@chromium.org>

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

        Reviewed by Alexey Proskuryakov.

        * http/tests/navigation/post-redirect-get-reload-expected.txt: Added.
        * http/tests/navigation/post-redirect-get-reload.php: Added.

2013-03-13  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Break after doesn't work correctly with auto-height regions
        https://bugs.webkit.org/show_bug.cgi?id=112241

        Reviewed by David Hyatt.

        This reference test verifies the correct break positioned is computed when there are auto-height regions during
        the normal layout phase.
        The test includes an auto-height region, a region with a specified size and an auto-height region. The first
        region ends with a paragraph with a forced break after. During the normal layout phase, if the paragraph margin
        is not included in the break offset, the next paragraph is incorrectly positioned and it will result in an
        incorrectly sized last region.
        In the constrained layout phase, the break position is returned correctly, the paragraph is positioned further down
        causing overflow in the auto-height region.

        * fast/regions/autoheight-break-after-expected.html: Added.
        * fast/regions/autoheight-break-after.html: Added.

2013-03-13  Philip Rogers  <pdr@google.com>

        Fix body background image geometry calculation
        https://bugs.webkit.org/show_bug.cgi?id=112226

        Reviewed by Stephen Chenney.

        This test is required to have a repeating background, as we optimize non-repeating
        backgrounds so the bug is not hit. A light green color is used so the text is still
        readable, and gridlines are present to prove the correct container size is being used.

        * svg/as-background-image/svg-as-background-body-expected.html: Added.
        * svg/as-background-image/svg-as-background-body.html: Added.

2013-03-13  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: chromium baselines.

        * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Removed.
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Removed.
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:

2013-03-13  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: chromium baselines.

        * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Removed.
        * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Removed.

2013-03-13  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Unskip now passing compositing tests.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

2013-03-13  Mihnea Ovidenie  <mihnea@adobe.com>

        [chromium] Layout Test fast/repaint/japanese-rl-selection-repaint-in-regions.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=106097

        Reviewed by Tony Chang.

        After http://trac.webkit.org/changeset/138785, the content overflowing the last region in chain is
        displayed properly in vertical-rl writing mode. This determined the failure of japanese-rl-selection-repaint-in-regions.html
        test due to the overflowing content that now appears when rendered.

        I modified the original test by decreasing the font size so that the content is not overflowing, because the purpose
        of the original test was not to check the overflowed content anyway. I have generated new expected results for mac and chromium
        and unskipped the test on chromium and mac.

        * fast/repaint/japanese-rl-selection-repaint-in-regions.html:
        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
        * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
        * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
        * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
        * 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/mac-lion/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
        * platform/mac-lion/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
        * platform/mac/TestExpectations:
        * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
        * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:

2013-03-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        [EFL] http/tests/websocket/tests/hybi/close-on-navigate-new-location.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=112231

        Reviewed by Kentaro Hara.

        close-on-navigate-new-location.html tests that the websocket is closed when navigating
        to a new location (handler_map.txt). However, handler_map.txt does not exist so we get
        an HTTP 404 error and we end up not navigating. This patch fixes the navigation path
        to "../handler_map.txt" since the file is actually in the parent folder.

        * http/tests/websocket/tests/hybi/close-on-navigate-new-location.html:

2013-03-13  Mike West  <mkwst@chromium.org>

        Unsafe JavaScript attempt errors are ludicrously verbose and annoying
        https://bugs.webkit.org/show_bug.cgi?id=112042

        Reviewed by Timothy Hatcher.

        * fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt:
        * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
        * http/tests/history/cross-origin-replace-history-object-expected.txt:
        * http/tests/inspector-protocol/access-inspected-object-expected.txt:
        * http/tests/plugins/cross-frame-object-access-expected.txt:
        * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
        * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
        * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
        * http/tests/security/cross-frame-access-call-expected.txt:
        * http/tests/security/cross-frame-access-custom-expected.txt:
        * http/tests/security/cross-frame-access-delete-expected.txt:
        * http/tests/security/cross-frame-access-enumeration-expected.txt:
        * http/tests/security/cross-frame-access-first-time-expected.txt:
        * http/tests/security/cross-frame-access-frameelement-expected.txt:
        * http/tests/security/cross-frame-access-get-custom-property-cached-expected.txt:
        * http/tests/security/cross-frame-access-get-expected.txt:
        * http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt:
        * http/tests/security/cross-frame-access-history-get-expected.txt:
        * http/tests/security/cross-frame-access-history-put-expected.txt:
        * http/tests/security/cross-frame-access-location-get-expected.txt:
        * http/tests/security/cross-frame-access-location-put-expected.txt:
        * http/tests/security/cross-frame-access-name-getter-expected.txt:
        * http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt:
        * http/tests/security/cross-frame-access-object-prototype-expected.txt:
        * http/tests/security/cross-frame-access-port-expected.txt:
        * http/tests/security/cross-frame-access-put-expected.txt:
        * http/tests/security/cross-frame-access-selection-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
        * http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt:
        * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
        * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
        * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
        * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
        * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
        * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
        * 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:
        * http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
        * http/tests/security/xss-DENIED-assign-location-hash-expected.txt:
        * http/tests/security/xss-DENIED-assign-location-host-expected.txt:
        * http/tests/security/xss-DENIED-assign-location-hostname-expected.txt:
        * http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt:
        * http/tests/security/xss-DENIED-assign-location-nonstandardProperty-expected.txt:
        * http/tests/security/xss-DENIED-assign-location-pathname-expected.txt:
        * http/tests/security/xss-DENIED-assign-location-protocol-expected.txt:
        * http/tests/security/xss-DENIED-assign-location-reload-expected.txt:
        * http/tests/security/xss-DENIED-assign-location-search-expected.txt:
        * http/tests/security/xss-DENIED-defineProperty-expected.txt:
        * http/tests/security/xss-DENIED-frame-name-expected.txt:
        * http/tests/security/xss-DENIED-getSVGDocument-iframe-expected.txt:
        * http/tests/security/xss-DENIED-getSVGDocument-object-expected.txt:
        * http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto-expected.txt:
        * http/tests/security/xss-DENIED-iframe-src-alias-expected.txt:
        * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt:
        * http/tests/security/xss-DENIED-javascript-with-spaces-expected.txt:
        * http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt:
        * http/tests/security/xss-DENIED-synchronous-form-expected.txt:
        * http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url-expected.txt:
        * http/tests/security/xss-DENIED-window-open-javascript-url-expected.txt:
        * http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces-expected.txt:
        * http/tests/security/xss-DENIED-window-open-parent-expected.txt:
        * http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt:
        * http/tests/security/xss-eval-expected.txt:
        * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
        * platform/chromium/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt:
        * 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/cross-frame-access-call-expected.txt:
        * platform/chromium/http/tests/security/cross-frame-access-document-direct-expected.txt:
        * platform/chromium/http/tests/security/cross-frame-access-enumeration-expected.txt:
        * platform/chromium/http/tests/security/cross-frame-access-history-get-expected.txt:
        * platform/chromium/http/tests/security/cross-frame-access-history-put-expected.txt:
        * platform/chromium/http/tests/security/cross-frame-access-location-put-expected.txt:
        * platform/chromium/http/tests/security/cross-frame-access-put-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-to-data-url-from-data-url-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
        * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
        * platform/chromium/http/tests/security/listener/xss-inactive-closure-expected.txt:
        * platform/chromium/http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt:
        * platform/chromium/http/tests/security/xss-DENIED-defineProperty-expected.txt:
        * platform/chromium/http/tests/security/xss-DENIED-frame-name-expected.txt:

2013-03-13  Takashi Sakamoto  <tasak@google.com>

        Implement :scope for element.querySelector[All]()
        https://bugs.webkit.org/show_bug.cgi?id=81069

        Reviewed by Dimitri Glazkov.

        * fast/selectors/querySelector-scope-expected.txt: Added.
        * fast/selectors/querySelector-scope.html: Added.

2013-03-13  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations:

2013-03-13  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Unreviewed rebaseline.

        * platform/efl/compositing/overflow/composited-scrolling-paint-phases-expected.txt:

            Rebaseline after r145422.

        * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
        * platform/efl/css3/flexbox/flexbox-baseline-expected.txt:
        * platform/efl/fast/css-generated-content/015-expected.txt:
        * platform/efl/fast/css/h1-in-section-elements-expected.txt:
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug126742-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug69187-expected.txt:

            Rebaseline after r145242.

2013-03-13  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        EFL rebaseline after r145242.

        * platform/efl/css1/basic/inheritance-expected.txt:
        * platform/efl/css1/box_properties/clear_float-expected.txt:
        * platform/efl/css1/box_properties/margin-expected.txt:
        * platform/efl/css1/box_properties/margin_bottom-expected.txt:
        * platform/efl/css1/box_properties/margin_top-expected.txt:
        * platform/efl/css1/box_properties/padding-expected.txt:
        * platform/efl/css1/box_properties/padding_bottom-expected.txt:
        * platform/efl/css1/box_properties/padding_top-expected.txt:
        * platform/efl/css1/color_and_background/background_attachment-expected.txt:
        * platform/efl/css1/font_properties/font_weight-expected.txt:
        * platform/efl/css1/formatting_model/vertical_formatting-expected.txt:

2013-03-13  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Adding failure expectation for the SVG test after r145541.

2013-03-13  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Unskipp some passing compositing tests.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt-5.0-wk1/compositing/direct-image-compositing-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/direct-image-compositing-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/fixed-in-composited-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/geometry/fixed-in-composited-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/geometry/video-fixed-scrolling-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/iframes/iframe-size-from-zero-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/iframes/page-cache-layer-tree-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/layer-creation/scroll-partial-update-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/layer-creation/spanOverlapsCanvas-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/overflow/overflow-auto-with-touch-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/overflow/overflow-overlay-with-touch-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/overflow/scrolling-without-painting-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/overflow/updating-scrolling-content-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/plugins/no-backing-store-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/plugins/small-to-large-composited-plugin-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/self-painting-layers-expected.png: Added.
        * platform/qt-5.0-wk1/compositing/self-painting-layers-expected.txt: Added.
        * platform/qt-5.0-wk1/compositing/video/video-poster-expected.txt: Added.

2013-03-13  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding expectations for a couple of flaky crashers on the debug builder.
        Adding flaky failure expectations for a couple of SVG animations tests.
        Adding failure expectation for the SVG test introduced in 145541, failing due to disabled subpixel layout.

        * platform/gtk/TestExpectations:

2013-03-12  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed inspector test fix.

        * http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html:
        * inspector/datagrid-autosize.html:
        * inspector/debugger/breakpoint-manager-listeners-count.html:

2013-03-12  Antti Koivisto  <antti@apple.com>

        Basic child obscuration test for backgrounds
        https://bugs.webkit.org/show_bug.cgi?id=111701

        Reviewed by Simon Fraser.

        * fast/repaint/obscured-background-no-repaint-expected.txt: Added.
        * fast/repaint/obscured-background-no-repaint.html: Added.
        * fast/repaint/resources/animated.gif: Added.

2013-03-12  Ryosuke Niwa  <rniwa@webkit.org>

        Update test expectation for the bug 111521.

        * platform/mac/TestExpectations:

2013-03-12  James Robinson  <jamesr@chromium.org>

        Update a few chromium test expectations.

        * platform/chromium/TestExpectations:

2013-03-12  James Robinson  <jamesr@chromium.org>

        Fix Gamepad::axes and Gamepad::buttons to avoid calling std::copy(..., ..., 0)
        https://bugs.webkit.org/show_bug.cgi?id=89510

        Reviewed by Kenneth Russell.

        Remove expectation now that test passes.

        * platform/chromium/TestExpectations:

2013-03-12  Filip Pizlo  <fpizlo@apple.com>

        Array.prototype.sort should at least try to be PTIME even when the array is in some bizarre mode
        https://bugs.webkit.org/show_bug.cgi?id=112187
        <rdar://problem/13393550>

        Reviewed by Michael Saboff and Gavin Barraclough.
        
        If your Array.prototype.sort is not sufficiently smart, this test will never complete.
        But if it is, it'll complete instantly.

        * fast/js/array-sort-small-sparse-array-with-large-length-expected.txt: Added.
        * fast/js/array-sort-small-sparse-array-with-large-length.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/array-sort-small-sparse-array-with-large-length.js: Added.

2013-03-12  James Robinson  <jamesr@chromium.org>

        Update chromium pixel baselines for mesa blend fix in chromium r187688

        * platform/chromium-linux/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png: Removed.
        * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png: Removed.
        * platform/chromium-linux/compositing/direct-image-compositing-expected.png:
        * platform/chromium-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-linux/compositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-linux/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/chromium-linux/compositing/geometry/video-opacity-overlay-expected.png:
        * platform/chromium-linux/compositing/layers-inside-overflow-scroll-expected.png:
        * platform/chromium-linux/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-linux/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-linux/compositing/reflections/transform-inside-reflection-expected.png:
        * platform/chromium-linux/compositing/self-painting-layers-expected.png:
        * platform/chromium-linux/compositing/transitions/scale-transition-no-start-expected.png:
        * platform/chromium-linux/compositing/visibility/visibility-image-layers-expected.png: Removed.
        * platform/chromium-linux/compositing/visibility/visibility-simple-video-layer-expected.png: Removed.
        * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.png:
        * platform/chromium-linux/css3/filters/custom/effect-color-check-expected.png: Added.
        * 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/effect-custom-parameters-expected.png:
        * platform/chromium-linux/css3/filters/effect-blur-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-combined-hw-expected.png:
        * platform/chromium-linux/css3/filters/effect-contrast-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-drop-shadow-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-saturate-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-sepia-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/filter-change-repaint-composited-expected.png: Removed.
        * platform/chromium-linux/css3/filters/filter-change-repaint-expected.png: Removed.
        * platform/chromium-linux/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
        * platform/chromium-linux/css3/filters/filter-repaint-composited-fallback-expected.png:
        * platform/chromium-linux/fast/canvas/webgl/css-webkit-canvas-expected.png: Removed.
        * platform/chromium-linux/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/3d-corners-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/video-frame-size-change-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-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-mac-lion/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-mac-lion/compositing/direct-image-compositing-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/video-opacity-overlay-expected.png:
        * platform/chromium-mac-lion/compositing/layers-inside-overflow-scroll-expected.png:
        * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/chromium-mac-lion/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac-lion/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac-lion/compositing/reflections/transform-inside-reflection-expected.png:
        * platform/chromium-mac-lion/compositing/self-painting-layers-expected.png:
        * platform/chromium-mac-lion/compositing/transitions/scale-transition-no-start-expected.png:
        * platform/chromium-mac-lion/platform/chromium/compositing/video-frame-size-change-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/scroll-ancestor-update-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/chromium-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-mac-snowleopard/compositing/direct-image-compositing-expected.png:
        * platform/chromium-mac-snowleopard/compositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-mac-snowleopard/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-mac-snowleopard/compositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/chromium-mac-snowleopard/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/chromium-mac-snowleopard/compositing/geometry/video-opacity-overlay-expected.png:
        * platform/chromium-mac-snowleopard/compositing/layers-inside-overflow-scroll-expected.png:
        * platform/chromium-mac-snowleopard/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/transform-inside-reflection-expected.png:
        * platform/chromium-mac-snowleopard/compositing/self-painting-layers-expected.png:
        * platform/chromium-mac-snowleopard/compositing/transitions/scale-transition-no-start-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/video-frame-size-change-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-compositing-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/compositing/overflow/overflow-compositing-descendant-expected.png.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
        * 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-preserve-3d-expected.png:
        * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-mac/compositing/culling/filter-occlusion-blur-expected.png:
        * platform/chromium-mac/compositing/culling/filter-occlusion-blur-large-expected.png:
        * platform/chromium-mac/compositing/direct-image-compositing-expected.png:
        * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png:
        * platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png:
        * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png:
        * platform/chromium-mac/compositing/self-painting-layers-expected.png:
        * platform/chromium-mac/compositing/transitions/scale-transition-no-start-expected.png:
        * platform/chromium-mac/compositing/visibility/visibility-image-layers-expected.png:
        * platform/chromium-mac/compositing/visibility/visibility-simple-video-layer-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-parameters-expected.png:
        * platform/chromium-mac/css3/filters/effect-blur-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-contrast-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-drop-shadow-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
        * platform/chromium-mac/css3/filters/filter-change-repaint-composited-expected.png: Added.
        * platform/chromium-mac/css3/filters/filter-change-repaint-expected.png: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
        * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-expected.png:
        * platform/chromium-mac/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
        * platform/chromium-mac/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/3d-corners-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/video-frame-size-change-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scroll-ancestor-update-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-text-alignment-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/canvas/webgl/css-webkit-canvas-expected.png: Removed.
        * platform/chromium/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Removed.
        * platform/efl-wk2/compositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/clipping-foreground-expected.png.

2013-03-12  Ryosuke Niwa  <rniwa@webkit.org>

        Add one more test expectation per bug 112176.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-03-12  Adam Barth  <abarth@webkit.org>

        Remove stray .gitmodules file
        https://bugs.webkit.org/show_bug.cgi?id=112186

        Reviewed by Tony Chang.

        Apparently I imported this together with the jquery tests by mistake.

        * jquery/resources/src/sizzle/.gitmodules: Removed.

2013-03-12  Christian Biesinger  <cbiesinger@chromium.org>

        Mac: Incorrect rendering of <audio> controls
        https://bugs.webkit.org/show_bug.cgi?id=110913

        Reviewed by Tony Chang.

        * platform/mac/media/audio-controls-rendering-expected.txt:
        * platform/mac/media/controls-after-reload-expected.txt:
        * platform/mac/media/controls-strict-expected.txt:
        * platform/mac/media/controls-styling-strict-expected.txt:
        * platform/mac/media/controls-without-preload-expected.txt:
        * platform/mac/media/video-controls-rendering-expected.txt:
        * platform/mac/media/video-display-toggle-expected.txt:
        * platform/mac/media/video-no-audio-expected.txt:
        * platform/mac/media/video-playing-and-pause-expected.txt:

2013-03-12  Ryosuke Niwa  <rniwa@webkit.org>

        Some canvas tests only fail on Mac EWS
        https://bugs.webkit.org/show_bug.cgi?id=112176

        Reviewed by Simon Fraser.

        Add Failure / Pass test expectations on tests that only fail on Mac EWS bots.

        Ideally, we can figure out the root cause of this failure and fix that problem but we haven't been able
        to do so. We also don't have a way of adding test expectations only on EWS bots we're out of luck here.

        * platform/mac/TestExpectations:

2013-03-12  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline.

        Rubber-stamped by Simon Fraser.

        * platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt:

2013-03-12  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>

        Webkit unable to show gifs with applcation extension string shorter than 11 bytes
        https://bugs.webkit.org/show_bug.cgi?id=110620

        Reviewed by Laszlo Gombos.

        Test that webkit is able to decode gifs with short application extension string.

        * fast/images/gif-short-app-extension-string-expected.png: Added.
        * fast/images/gif-short-app-extension-string-expected.txt: Added.
        * fast/images/gif-short-app-extension-string.html: Added.
        * fast/images/resources/short-app-extension-string.gif: Added.

2013-03-12  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for two crashers and a flaky test.
        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r145526.
        * platform/gtk/http/tests/security/xssAuditor: Added. Adding baselines for tests introduced in r145503.
        * platform/gtk/http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt: Added.
        * platform/gtk/http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt: Added.

2013-03-12  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk2/TestExpectations: Skipped two fullscreen tests after r144837 and r145214.
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Updated after r145422.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Updated after r145422.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Updated after r145422.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Updated after r145422.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Updated after r145422.
        * platform/qt/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Updated after r145422.

2013-03-12  Florin Malita  <fmalita@chromium.org>

        SVG Pattern pixelated on inline SVG with CSS transforms
        https://bugs.webkit.org/show_bug.cgi?id=111587

        Reviewed by Dirk Schulze.

        * svg/custom/resources-css-scaled-expected.html: Added.
        * svg/custom/resources-css-scaled.html: Added.

2013-03-12  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: ResourceScriptFile diverged state should be correctly reset after debugger reset.
        https://bugs.webkit.org/show_bug.cgi?id=112036

        Reviewed by Alexander Pavlov.

        * inspector/debugger/file-system-project-mapping-expected.txt:
        * inspector/debugger/file-system-project-mapping.html:

2013-03-12  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Add a test for Workspace add/removeMapping methods.
        https://bugs.webkit.org/show_bug.cgi?id=112035

        Reviewed by Alexander Pavlov.

        * http/tests/inspector/isolated-filesystem-test.js: Added.
        (initialize_IsolatedFileSystemTest.InspectorTest.createIsolatedFileSystemManager):
        (initialize_IsolatedFileSystemTest.MockIsolatedFileSystem):
        (initialize_IsolatedFileSystemTest.MockIsolatedFileSystem.prototype.path):
        (initialize_IsolatedFileSystemTest.MockIsolatedFileSystem.prototype.requestFileContent):
        (initialize_IsolatedFileSystemTest.MockIsolatedFileSystem.prototype.setFileContent):
        (initialize_IsolatedFileSystemTest.MockIsolatedFileSystem.prototype.requestFilesRecursive):
        (initialize_IsolatedFileSystemTest.MockIsolatedFileSystemManager):
        (initialize_IsolatedFileSystemTest.MockIsolatedFileSystemManager.prototype.addMockFileSystem):
        (initialize_IsolatedFileSystemTest.MockIsolatedFileSystemManager.prototype.removeMockFileSystem):
        (initialize_IsolatedFileSystemTest):
        * inspector/debugger/file-system-project-mapping-expected.txt: Added.
        * inspector/debugger/file-system-project-mapping.html: Added.
        * inspector/debugger/resource-script-mapping.html:
        * inspector/file-system-project.html:

2013-03-12  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: SourceFrames are leaking on reload.
        https://bugs.webkit.org/show_bug.cgi?id=111961

        Reviewed by Alexander Pavlov.

        * inspector/debugger/breakpoint-manager-listeners-count-expected.txt: Added.
        * inspector/debugger/breakpoint-manager-listeners-count.html: Added.

2013-03-12  Krzysztof Czech  <k.czech@samsung.com>

        Unreviewed EFL gardening.
        https://bugs.webkit.org/show_bug.cgi?id=112130

        Gardening; assigning bug numbers to failure accessibility tests.

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

2013-03-12  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: chromium gardening.

        * platform/chromium/TestExpectations:

2013-03-12  Mike West  <mkwst@chromium.org>

        XSSAuditor should send only one console error when blocking a page.
        https://bugs.webkit.org/show_bug.cgi?id=110733

        Reviewed by Daniel Bates.

        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-expected.txt:
        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
        * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
        * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
        * http/tests/security/xssAuditor/cached-frame-expected.txt:
        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
        * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
        * http/tests/security/xssAuditor/dom-write-location-expected.txt:
        * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
        * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/formaction-on-button-expected.txt:
        * http/tests/security/xssAuditor/formaction-on-input-expected.txt:
        * http/tests/security/xssAuditor/form-action-expected.txt:
        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/object-tag-expected.txt:
        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
        * http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
        * http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-01-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-02-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-03-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-04-expected.txt:
        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
        * http/tests/security/xssAuditor/property-escape-expected.txt:
        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
        * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
        * http/tests/security/xssAuditor/svg-script-tag-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:

2013-03-12  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Several inspector tests are flaky beacuse of beforeonload event handler.
        https://bugs.webkit.org/show_bug.cgi?id=112111

        Reviewed by Alexander Pavlov.

        Added removeEventListener call.
        Beforeunload message was updated so that it is possible to find it's source from it.

        * inspector-protocol/page/javascriptDialogEvents-expected.txt:
        * inspector-protocol/page/javascriptDialogEvents.html:

2013-03-12  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r145397 and r145474.
        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r145400.

2013-03-12  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed test flakiness fix.

        * inspector/debugger/event-listener-breakpoints.html:

2013-03-11  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed test flakiness fix.

        * inspector/debugger/xhr-breakpoints.html:
        * platform/chromium/TestExpectations:

2013-03-11  Filip Pizlo  <fpizlo@apple.com>

        DFG overflow check elimination is too smart for its own good
        https://bugs.webkit.org/show_bug.cgi?id=111832

        Reviewed by Oliver Hunt and Gavin Barraclough.

        * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Added.
        * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Added.
        * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Added.
        * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Added.
        (foo):
        (bar):
        * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Added.
        (foo):
        (bar):

2013-03-11  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: Chromium expectations updated.

        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Removed.
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:

2013-03-11  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: Chromium expectations updated.

        * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-expected.png:
        * platform/chromium-win/fast/borders/border-radius-with-box-shadow-expected.png:

2013-03-11  Jochen Eisinger  <jochen@chromium.org>

        Don't create multiple user gesture indicators when forwarding events to sub frames
        https://bugs.webkit.org/show_bug.cgi?id=111923

        Reviewed by Adam Barth.

        Ports that implement consumable user gestures depend on a single user
        gesture indicator being created in response to a single user gesture.

        * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-iframes-expected.txt: Added.
        * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-iframes.html: Added.

2013-03-11  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: Chromium expectations updated.

        * platform/chromium/TestExpectations:

2013-03-11  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: Chromium rebaselines.

        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
        * platform/chromium-mac-lion/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
        * platform/chromium-mac-lion/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
        * platform/chromium-mac/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
        * platform/chromium-mac/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Renamed from LayoutTests/platform/chromium-linux/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Renamed from LayoutTests/platform/chromium-linux/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.

2013-03-11  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: Chromium rebaselines.

        * platform/chromium/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt:

2013-03-11  Takashi Sakamoto  <tasak@google.com>

        [CSS] shadow from radius has wrong render in webkit
        https://bugs.webkit.org/show_bug.cgi?id=99928

        Reviewed by Simon Fraser.

        * fast/box-shadow/box-shadow-with-zero-radius-expected.html: Added.
        * fast/box-shadow/box-shadow-with-zero-radius.html: Added.
        * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png:
        Rebaselined. Comparing the old one with the new one, both ones look almost
        the same.

2013-03-11  James Robinson  <jamesr@chromium.org>

        [chromium] Fix flaky timeouts in platform/chromium/events/fast/events/intercept-postmessage.html
        https://bugs.webkit.org/show_bug.cgi?id=112089

        Reviewed by Adam Barth.

        This test had a few problems. The most serious is it raced a window.postMessage() from an inline <script> in the
        <head> with the HTML parser processing the rest of the testcase. If the HTML parser yielded before parsing out
        the <pre id="console">, function recvMsg1 would generate an error accessing the undefined pre. The test also
        set up a setTimeout with a timeout of 50ms to run after a postMessage handler. There's no need to wait after
        yielding for a timeout, these events are processed in order.

        * platform/chromium/fast/events/intercept-postmessage.html:

2013-03-11  Adam Barth  <abarth@webkit.org>

        Make BackgroundHTMLParser work with doc.writes that enter or leave foreign content
        https://bugs.webkit.org/show_bug.cgi?id=109764

        Reviewed by Eric Seidel.

        * fast/parser/document-write-svg-cdata-expected.txt: Added.
        * fast/parser/document-write-svg-cdata.html: Added.

2013-03-11  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>

        Ruby text is incorrectly positioned when its writing-mode is changed to vertical after layout is done
        https://bugs.webkit.org/show_bug.cgi?id=96592

        Reviewed by Hajime Morrita.

        * fast/writing-mode/ruby-text-logical-left-expected.html: Added.
        * fast/writing-mode/ruby-text-logical-left.html: Added.

2013-03-11  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>

        [css3-text] Add partial parsing support for text-underline-position property from CSS3 Text
        https://bugs.webkit.org/show_bug.cgi?id=102491

        Reviewed by Julien Chaffraix.

        Added getComputedStyle layout tests for 'text-underline-position' CSS3
        property, with 'webkit' prefix.

        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt: Added.
        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position.html: Added.
        * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-underline-position.js: Added.
        (testElementStyle):
        (testComputedStyle):

2013-03-11  Christian Biesinger  <cbiesinger@chromium.org>

        Hit testing should use ancestorInThisScope to get the non-shadow ancestor
        https://bugs.webkit.org/show_bug.cgi?id=112068

        Reviewed by Dimitri Glazkov.

        * media/nodesFromRect-shadowContent.html: Extend the hit testing rect
        to guarantee reaching a nested shadow tree.

2013-03-11  James Robinson  <jamesr@chromium.org>

        More chromium layer tree rebaselines for r145422

        * platform/chromium-mac-lion/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
        * platform/chromium-mac-lion/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
        * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
        * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
        * platform/chromium-mac/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
        * platform/chromium-mac/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:

2013-03-11  James Robinson  <jamesr@chromium.org>

        First (of probably many) layer tree rebaselines for r145422

        * platform/chromium-linux-x86/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt.
        * platform/chromium-linux/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/chromium-linux/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/chromium-linux/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/chromium-linux/compositing/iframes/iframe-resize-expected.txt:
        * platform/chromium-linux/compositing/iframes/iframe-size-from-zero-expected.txt:
        * platform/chromium-linux/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-linux/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/chromium-linux/compositing/iframes/resizer-expected.txt:
        * platform/chromium-linux/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/chromium-linux/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
        * platform/chromium-linux/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
        * platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
        * platform/chromium-linux/compositing/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-resize-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-size-from-zero-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/overlapped-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/resizer-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/scrolling-iframe-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt:

2013-03-11  James Robinson  <jamesr@chromium.org>

        De-flake fast/dom/title-directionality.html
        https://bugs.webkit.org/show_bug.cgi?id=112075

        Reviewed by Adam Barth.

        This moves the test logic from an inline script to an onload handler. Otherwise, the whitespace collapsing logic
        creates a race between the style recalc timer and the HTML parser which sometimes produces an extra newline at
        the end of the text output.

        * fast/dom/title-directionality-expected.txt:
        * fast/dom/title-directionality.html:

2013-03-05  Ojan Vafai  <ojan@chromium.org>

        Intrinsic width keyword values don't work for tables
        https://bugs.webkit.org/show_bug.cgi?id=111515

        Reviewed by Julien Chaffraix.

        * fast/css-intrinsic-dimensions/css-tables-expected.txt: Added.
        * fast/css-intrinsic-dimensions/css-tables.html: Added.
        * fast/css-intrinsic-dimensions/tables-expected.txt: Added.
        * fast/css-intrinsic-dimensions/tables.html: Added.

2013-03-11  Stephen Chenney  <schenney@chromium.org>

        HTMLInputElement can delete an ImageLoader while it's still needed
        https://bugs.webkit.org/show_bug.cgi?id=110621

        Reviewed by Darin Adler.

        * fast/forms/image/image-error-event-modifies-type-crash-expected.txt: Added.
        * fast/forms/image/image-error-event-modifies-type-crash.html: Added.

2013-03-11  Alok Priyadarshi  <alokp@chromium.org>

        Revert "Mark GraphicsLayers as opaque when possible"

        This reverts commit 0a4d3c2d8a0373aa9e5bd9209885137a13a7f0e0.

        REGRESSION (r143626): http://chainlove.com shows garbage tiles on Mac
        https://bugs.webkit.org/show_bug.cgi?id=112043

        Unreviewed, rolling out r143626.

        * compositing/absolute-inside-out-of-view-fixed-expected.txt:
        * compositing/backing/no-backing-for-clip-expected.txt:
        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * compositing/backing/no-backing-for-perspective-expected.txt:
        * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
        * compositing/columns/composited-in-paginated-expected.txt:
        * compositing/contents-opaque/contents-opaque-background-clip-expected.txt: Removed.
        * compositing/contents-opaque/contents-opaque-background-clip.html: Removed.
        * compositing/contents-opaque/contents-opaque-background-color-expected.txt: Removed.
        * compositing/contents-opaque/contents-opaque-background-color.html: Removed.
        * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Removed.
        * compositing/contents-opaque/contents-opaque-layer-opacity.html: Removed.
        * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Removed.
        * compositing/contents-opaque/contents-opaque-layer-transform.html: Removed.
        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-expected.txt:
        * compositing/geometry/clip-expected.txt:
        * compositing/geometry/clip-inside-expected.txt:
        * compositing/geometry/fixed-position-composited-switch-expected.txt:
        * compositing/geometry/flipped-writing-mode-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
        * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * compositing/geometry/preserve-3d-switching-expected.txt:
        * compositing/iframes/become-composited-nested-iframes-expected.txt:
        * compositing/iframes/become-overlapped-iframe-expected.txt:
        * compositing/iframes/composited-parent-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * compositing/iframes/connect-compositing-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe2-expected.txt:
        * compositing/iframes/connect-compositing-iframe3-expected.txt:
        * compositing/iframes/enter-compositing-iframe-expected.txt:
        * compositing/iframes/iframe-resize-expected.txt:
        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * compositing/iframes/overlapped-iframe-expected.txt:
        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * compositing/iframes/overlapped-nested-iframes-expected.txt:
        * compositing/iframes/page-cache-layer-tree-expected.txt:
        * compositing/iframes/scrolling-iframe-expected.txt:
        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * compositing/layer-creation/overlap-animation-clipping-expected.txt:
        * compositing/layer-creation/overlap-animation-expected.txt:
        * compositing/layer-creation/overlap-child-layer-expected.txt:
        * compositing/layer-creation/overlap-clipping-expected.txt:
        * compositing/layer-creation/overlap-transformed-3d-expected.txt:
        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
        * compositing/layer-creation/overlap-transforms-expected.txt:
        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-expected.txt:
        * compositing/layer-creation/translatez-overlap-expected.txt:
        * compositing/masks/mask-layer-size-expected.txt:
        * compositing/overflow-trumps-transform-style-expected.txt:
        * compositing/overflow/clip-descendents-expected.txt:
        * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * compositing/overflow/textarea-scroll-touch-expected.txt:
        * compositing/plugins/no-backing-store-expected.txt:
        * compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * compositing/rtl/rtl-absolute-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-fixed-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-relative-expected.txt:
        * compositing/rtl/rtl-relative-expected.txt:
        * compositing/tiled-layers-hidpi-expected.txt:
        * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * compositing/tiling/rotated-tiled-clamped-expected.txt:
        * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
        * compositing/tiling/tile-cache-zoomed-expected.txt:
        * compositing/tiling/tiled-layer-resize-expected.txt:
        * compositing/visible-rect/2d-transformed-expected.txt:
        * compositing/visible-rect/3d-transform-style-expected.txt:
        * compositing/visible-rect/3d-transformed-expected.txt:
        * compositing/visible-rect/animated-expected.txt:
        * compositing/visible-rect/animated-from-none-expected.txt:
        * compositing/visible-rect/clipped-by-viewport-expected.txt:
        * compositing/visible-rect/clipped-visible-rect-expected.txt:
        * compositing/visible-rect/iframe-and-layers-expected.txt:
        * compositing/visible-rect/iframe-no-layers-expected.txt:
        * compositing/visible-rect/nested-transform-expected.txt:
        * compositing/visible-rect/scrolled-expected.txt:
        * css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
        * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
        * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium/compositing/geometry/clip-expected.txt:
        * platform/chromium/compositing/geometry/clip-inside-expected.txt:
        * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
        * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/chromium/compositing/iframes/resizer-expected.txt:
        * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
        * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
        * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * platform/efl/TestExpectations:
        * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
        * platform/mac/TestExpectations:
        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
        * platform/mac/compositing/iframes/resizer-expected.txt:
        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
        * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
        * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
        * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/qt/TestExpectations:
        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
        * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:

2013-03-11  James Robinson  <jamesr@chromium.org>

        Update chromium render tree baselines for track cue changes in r145397.

        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Added.
        * platform/chromium-mac-lion/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:

2013-03-11  Benjamin Poulain  <benjamin@webkit.org>

        Modernize the test visited-link-background-color.html
        https://bugs.webkit.org/show_bug.cgi?id=111931

        Reviewed by Sam Weinig.

        Make the test a ref-test instead of a pixel test.

        Use Internals' computedStyleIncludingVisitedInfo to make the test reliable
        on platforms where the visited link list is updated asynchronously.

        * fast/history/visited-link-background-color-expected.html: Copied from LayoutTests/fast/history/visited-link-background-color.html.
        * fast/history/visited-link-background-color.html:
        * platform/chromium-linux/fast/history/visited-link-background-color-expected.png: Removed.
        * platform/chromium-win/fast/history/visited-link-background-color-expected.png: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/history/visited-link-background-color-expected.png: Removed.
        * platform/chromium/fast/history/visited-link-background-color-expected.txt: Removed.
        * platform/efl-wk1/fast/history/visited-link-background-color-expected.png: Removed.
        * platform/efl/fast/history/visited-link-background-color-expected.png: Removed.
        * platform/efl/fast/history/visited-link-background-color-expected.txt: Removed.
        * platform/gtk/fast/history/visited-link-background-color-expected.png: Removed.
        * platform/gtk/fast/history/visited-link-background-color-expected.txt: Removed.
        * platform/mac-wk2/fast/history/visited-link-background-color-expected.png: Removed.
        * platform/mac-wk2/fast/history/visited-link-background-color-expected.txt: Removed.
        * platform/mac/fast/history/visited-link-background-color-expected.png: Removed.
        * platform/mac/fast/history/visited-link-background-color-expected.txt: Removed.
        * platform/qt/fast/history/visited-link-background-color-expected.png: Removed.
        * platform/qt/fast/history/visited-link-background-color-expected.txt: Removed.

2013-03-11  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r144818.
        http://trac.webkit.org/changeset/144818
        https://bugs.webkit.org/show_bug.cgi?id=112062

        Preparing to rollout r143626, which broke a few websites on
        Mac (Requested by alokp on #webkit).

        * compositing/contents-opaque/contents-opaque-background-color-expected.txt:
        * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt:
        * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/contents-opaque/contents-opaque-background-color-expected.txt: Removed.
        * platform/chromium/compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Removed.
        * platform/chromium/compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Removed.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Renamed from LayoutTests/platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Renamed from LayoutTests/platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
        * platform/efl/TestExpectations:
        * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-26  Dima Gorbik  <dgorbik@apple.com>

        Not all properties apply to the '::cue' pseudo-element
        https://bugs.webkit.org/show_bug.cgi?id=110705

        Reviewed by Eric Carlson.

        * media/media-controls.js:
        (textTrackDisplayElement):
        * media/track/track-css-all-cues-expected.txt:
        * media/track/track-css-all-cues.html:
        * media/track/track-css-cue-lifetime.html:
        * media/track/track-css-matching-default.html:
        * media/track/track-css-matching-lang.html:
        * media/track/track-css-matching-timestamps.html:
        * media/track/track-css-matching.html:
        * media/track/track-css-property-whitelist.html:
        * media/track/track-in-band-style.html:
        * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt:

2013-03-11  James Robinson  <jamesr@chromium.org>

        Update chromium expectations.

        * platform/chromium/TestExpectations:

2013-03-11  Adam Klein  <adamk@chromium.org>

        MutationCallback should be a WebIDL 'callback', not a [Callback] interface
        https://bugs.webkit.org/show_bug.cgi?id=91406

        Reviewed by Adam Barth.

        * fast/dom/MutationObserver/mutation-observer-constructor-expected.txt:
        * fast/dom/MutationObserver/mutation-observer-constructor.html: Add test for TypeError-throwing.
        Note that the Number and String cases already threw before this patch.

2013-03-11  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Handle spanning grid items over specified grid tracks
        https://bugs.webkit.org/show_bug.cgi?id=111918

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-item-spanning-resolution-expected.txt:
        We now pass all the tests.

2013-03-11  Christian Biesinger  <cbiesinger@chromium.org>

        (tests) make nodesFromRect.js print a list of nodes that were found
        https://bugs.webkit.org/show_bug.cgi?id=111793

        Reviewed by Allan Sandfeld Jensen.

        * fast/dom/nodesFromRect/resources/nodesFromRect.js:
        (nodeToString):
        (nodeListToString):
        (check):
        (nodesFromRectAsString):
        Move node prettyprinting code from nodesFromRectAsString to new
        functions nodeToString and nodeListToString, and make use of it in
        check().
        I've also converted the nodeType checks to use the constants on Node
        instead of using magic numbers.

2013-03-11  Kent Tamura  <tkent@chromium.org>

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

        Reviewed by Kentaro Hara.

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

2013-03-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Unskip most of the websocket hybi test cases on EFL port as they
        are passing nowadays.

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

2013-03-11  Alan Cutter  <alancutter@chromium.org>

        [Chromium] Mark LayoutTests/html5lib/generated/run-tests16-data.html as slow
        https://bugs.webkit.org/show_bug.cgi?id=111960

        Reviewed by Eric Seidel.

        Related to V8 performance issue: https://code.google.com/p/v8/issues/detail?id=2567

        * platform/chromium/TestExpectations:

2013-03-11  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unrewieved gardening. Cleaning up some skip.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Rebaselining after r145296.
        * platform/qt/fast/dynamic/002-expected.txt: Rebaselining after r145296.

2013-03-11  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Removing a few expectations for tests that were rolled out in r145296.
        * platform/gtk/editing/pasteboard/paste-text-016-expected.txt: Rebaselining after r145296.
        * platform/gtk/fast/dynamic/002-expected.txt: Ditto.

2013-03-07  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Elements] XSLT transformation result from the xml-stylesheet PI not rendered
        https://bugs.webkit.org/show_bug.cgi?id=111313

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/styles/resources/xsl-transformed.xsl: Added.
        * http/tests/inspector/styles/xsl-transformed-expected.txt: Added.
        * http/tests/inspector/styles/xsl-transformed.xml: Added.

2013-03-10  Matt Falkenhagen  <falken@chromium.org>

        Implement inert subtrees needed for modal <dialog>
        https://bugs.webkit.org/show_bug.cgi?id=110952

        Reviewed by Hajime Morrita.

        * fast/dom/HTMLDialogElement/closed-dialog-does-not-block-mouse-events-expected.txt: Added.
        * fast/dom/HTMLDialogElement/closed-dialog-does-not-block-mouse-events.html: Added.
        * fast/dom/HTMLDialogElement/modal-dialog-blocks-mouse-events-expected.txt: Added.
        * fast/dom/HTMLDialogElement/modal-dialog-blocks-mouse-events.html: Added.
        * fast/dom/HTMLDialogElement/non-modal-dialog-does-not-block-mouse-events-expected.txt: Added.
        * fast/dom/HTMLDialogElement/non-modal-dialog-does-not-block-mouse-events.html: Added.

2013-03-10  Glenn Adams  <glenn@skynav.com>

        Line breaking opportunities at the end of a text node are missed
        https://bugs.webkit.org/show_bug.cgi?id=17427

        Reviewed by Darin Adler.

        * fast/text/line-break-between-text-nodes-expected.html: Added.
        * fast/text/line-break-between-text-nodes.html: Added.

2013-03-09  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r145299.
        http://trac.webkit.org/changeset/145299
        https://bugs.webkit.org/show_bug.cgi?id=111928

        compilation failure with recent clang
        (DFGBackwardsPropagationPhase.cpp:132:35: error: comparison of
        constant 10 with expression of type 'bool' is always false)
        (Requested by thorton on #webkit).

        * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Removed.
        * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Removed.
        * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Removed.
        * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Removed.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Removed.
        * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Removed.

2013-03-09  Keishi Hattori  <keishi@webkit.org>

        Add tests for opening the picker with the f4 key
        https://bugs.webkit.org/show_bug.cgi?id=111811

        Reviewed by Kent Tamura.

        * platform/chromium-win/fast/forms/calendar-picker/date-open-picker-with-f4-key-expected.txt: Added.
        * platform/chromium-win/fast/forms/calendar-picker/date-open-picker-with-f4-key.html: Added.
        * platform/chromium-win/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key-expected.txt: Added.
        * platform/chromium-win/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html: Added.
        * platform/chromium-win/fast/forms/calendar-picker/month-open-picker-with-f4-key-expected.txt: Added.
        * platform/chromium-win/fast/forms/calendar-picker/month-open-picker-with-f4-key.html: Added.
        * platform/chromium-win/fast/forms/calendar-picker/week-open-picker-with-f4-key-expected.txt: Added.
        * platform/chromium-win/fast/forms/calendar-picker/week-open-picker-with-f4-key.html: Added.

2013-03-09  Keishi Hattori  <keishi@webkit.org>

        Month transition animation is missing in some places
        https://bugs.webkit.org/show_bug.cgi?id=111908

        Reviewed by Kent Tamura.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
        (isCalendarTableScrollingWithAnimation):
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:

2013-03-07  Robert Hogan  <robert@webkit.org>

        REGRESSION(r140907): Incorrect baseline for cells with media content during load
        https://bugs.webkit.org/show_bug.cgi?id=108357

        Reviewed by Julien Chaffraix.

        * fast/css/vertical-align-baseline-rowspan-012-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-012.html: Added.
        * http/tests/css/vertical-align-baseline-after-image-load-2-expected.html: Added.
        * http/tests/css/vertical-align-baseline-after-image-load-2.html: Added.
        * http/tests/css/vertical-align-baseline-after-image-load-3-expected.html: Added.
        * http/tests/css/vertical-align-baseline-after-image-load-3.html: Added.
        * http/tests/css/vertical-align-baseline-after-image-load-expected.html: Added.
        * http/tests/css/vertical-align-baseline-after-image-load.html: Added.

2013-03-08  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r145254, r145264, and r145288.
        http://trac.webkit.org/changeset/145254
        http://trac.webkit.org/changeset/145264
        http://trac.webkit.org/changeset/145288
        https://bugs.webkit.org/show_bug.cgi?id=111917

        Test breakage hints at conceptual unsoundness (Requested by ap
        on #webkit).

        * platform/mac-wk2/TestExpectations:

2013-03-08  Filip Pizlo  <fpizlo@apple.com>

        DFG overflow check elimination is too smart for its own good
        https://bugs.webkit.org/show_bug.cgi?id=111832

        Reviewed by Oliver Hunt and Gavin Barraclough.

        * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Added.
        * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Added.
        * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Added.
        * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Added.
        (foo):
        (bar):
        * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Added.
        (foo):
        (bar):

2013-03-08  James Robinson  <jamesr@chromium.org>

        Update chromium baselines for transforms/3d/point-mapping

        * platform/chromium-linux-x86/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-win-xp/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Removed.
        * platform/chromium/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Removed.

2013-03-08  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Resolve grid-{end|after} integer against the end|after edge
        https://bugs.webkit.org/show_bug.cgi?id=111885

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
        Moar passing tests!

2013-03-08  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r142015.
        http://trac.webkit.org/changeset/142015
        https://bugs.webkit.org/show_bug.cgi?id=111904

        The change caused 2 major regressions (bug 111091 and bug
        111595) and Pravin doesn't have time to investigate them
        (Requested by jchaffraix on #webkit).

        * fast/css/first-letter-removed-added-expected.txt:
        * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Removed.
        * fast/dynamic/absolute-positioned-to-static-positioned.html: Removed.
        * fast/dynamic/floating-to-non-floating-expected.txt: Removed.
        * fast/dynamic/floating-to-non-floating.html: Removed.
        * fast/dynamic/non-floating-to-floating-expected.txt: Removed.
        * fast/dynamic/non-floating-to-floating.html: Removed.
        * fast/dynamic/resources/helper-bug91665.js: Removed.
        * fast/dynamic/resources/style-bug91665.css: Removed.
        * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Removed.
        * fast/dynamic/static-positioned-to-absolute-positioned.html: Removed.
        * fullscreen/full-screen-fixed-pos-parent-expected.txt:
        * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
        * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
        * platform/chromium-win/fast/dynamic/002-expected.txt:
        * platform/chromium/fast/dynamic/002-expected.txt:
        * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Removed.
        * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
        * platform/mac/fast/dynamic/002-expected.txt:
        * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Removed.
        * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.

2013-03-08  Rafael Weinstein  <rafaelw@chromium.org>

        [HTMLTemplateElement] processTemplateEndTag() needs to check for template in html scope
        https://bugs.webkit.org/show_bug.cgi?id=111880

        Reviewed by Eric Seidel.

        * html5lib/resources/template.dat:

2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>

        Add a failing test expectation per bug 111901.

        * platform/mac-wk2/TestExpectations:

2013-03-08  James Robinson  <jamesr@chromium.org>

        Update a few more chromium baselines.

        * platform/chromium-mac-lion/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
        * platform/chromium-mac/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
        * platform/chromium-win-xp/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
        * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt:

2013-03-08  Harald Alvestrand  <hta@chromium.org>

        Implemented new API for RTCStatsReport object.
        https://bugs.webkit.org/show_bug.cgi?id=110333

        Reviewed by Adam Barth.

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

2013-03-08  James Robinson  <jamesr@chromium.org>

        Chromium rebaselines and expectations updates.

        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
        * platform/chromium-linux/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
        * platform/chromium-linux/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-mac/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
        * platform/chromium-mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-ne-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-nw-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-se-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-size-change-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-sw-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scroll-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
        * platform/chromium-win/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
        * platform/chromium-win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scroll-expected.txt: Added.
        * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.

2013-03-08  James Robinson  <jamesr@chromium.org>

        Update some more chromium compositor pixel baselines.

        * platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/chromium-linux/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-linux/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
        * platform/chromium-linux/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac-lion/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-mac-lion/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-mac-lion/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
        * platform/chromium-mac-lion/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac-snowleopard/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-mac-snowleopard/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-mac-snowleopard/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
        * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-mac/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-mac/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
        * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-win/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-win/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
        * platform/chromium-win/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
        * platform/chromium-win/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/chromium-win/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
        * platform/chromium/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
        * platform/chromium/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added.
        * platform/efl-wk2/compositing/reflections/nested-reflection-anchor-point-expected.png: Renamed from LayoutTests/platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png.

2013-03-08  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. AppleWin port.

        * platform/win/TestExpectations:

2013-03-08  James Robinson  <jamesr@chromium.org>

        Update baselines for a few chromium compositor tests.

        * platform/chromium-linux/compositing/checkerboard-expected.png: Removed.
        * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Removed.
        * platform/chromium-mac/compositing/checkerboard-expected.png:
        * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-win/compositing/checkerboard-expected.png: Removed.
        * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium/TestExpectations:

2013-03-08  Mike West  <mkwst@chromium.org>

        CSP: 'eval()' is blocked in report-only mode.
        https://bugs.webkit.org/show_bug.cgi?id=111867

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.html: Added.

2013-03-08  James Robinson  <jamesr@chromium.org>

        Update baselines for string prototypes fixed by v8-i18n roll 164:171

        * platform/chromium/fast/js/kde/function_length-expected.txt: Removed.
        * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:
        * platform/chromium/fast/js/string-prototype-properties-expected.txt:

2013-03-08  Christian Biesinger  <cbiesinger@chromium.org>

        REGRESSION (r143643): <button> should support ::first-line and ::first-letter
        https://bugs.webkit.org/show_bug.cgi?id=111782

        Reviewed by Ojan Vafai.

        * fast/forms/button-first-line-first-letter-expected.html: Added.
        * fast/forms/button-first-line-first-letter.html: Added.

2013-03-08  James Robinson  <jamesr@chromium.org>

        Layout Test fast/dom/HTMLMeterElement/meter-element-crash.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=88131

        Reviewed by Tony Chang.

        This test was calling setTimeout(..., 0) in a <script> block before the end of the document.
        The timeout sometimes fired before parsing the rest of the document and sometimes after,
        depending on when the parser yielded. This moves the <script> block to the end of the document
        so it always runs after parsing the rest of the test, which is the more common and expected
        behavior.

        * fast/dom/HTMLMeterElement/meter-element-crash.html:

2013-03-07  Geoffrey Garen  <ggaren@apple.com>

        Added a regression test for raw parsing speed
        https://bugs.webkit.org/show_bug.cgi?id=111808

        Reviewed by Oliver Hunt.

        * fast/js/regress/nested-function-parsing-random.html: Added.
        * fast/js/regress/script-tests/nested-function-parsing-random.js: Added.
        (randomIdent): Use randomness to defeat caching.

2013-03-08  James Robinson  <jamesr@chromium.org>

        Chromium gardening.

        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
        * platform/chromium-linux/editing/pasteboard/paste-text-016-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-016-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
        * platform/chromium/TestExpectations:

2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r145242. I'm really hoping that the optimization didn't mess this up.

        * css1/box_properties/margin_bottom-expected.txt: Replaced.
        * css1/box_properties/margin_top-expected.txt: Replaced.
        * css1/box_properties/padding_bottom-expected.txt: Replaced.
        * css1/box_properties/padding_top-expected.txt: Replaced.
        * css1/color_and_background/background_attachment-expected.txt: Replaced.
        * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
        * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
        * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
        * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
        * platform/win-future/css1: Added.
        * platform/win-future/css1/box_properties: Added.
        * platform/win-future/css1/box_properties/margin_bottom-expected.txt: Added.
        * platform/win-future/css1/box_properties/margin_top-expected.txt: Added.
        * platform/win-future/css1/box_properties/padding_bottom-expected.txt: Added.
        * platform/win-future/css1/box_properties/padding_top-expected.txt: Added.
        * platform/win-future/css1/color_and_background: Added.
        * platform/win-future/css1/color_and_background/background_attachment-expected.txt: Added.

2013-03-08  Benjamin Poulain  <benjamin@webkit.org>

        [Mac] Add a feature flag for 'view-mode' Media Feature, disable it on Mac
        https://bugs.webkit.org/show_bug.cgi?id=111297

        Reviewed by Kenneth Rohde Christiansen.

        * platform/mac/TestExpectations:
        Mark the view-mode tests as failing to track any regression
        or crash in this area.

2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>

        After sending message, Mail changes formatting
        https://bugs.webkit.org/show_bug.cgi?id=111360

        Reviewed by Enrica Casucci.

        Added a regression test, demonstrating that a paragraph element is not nested after a paste.
        Also rebaselined multiple tests that had been exhibiting this bug in their expected results.

        * editing/pasteboard/block-wrappers-necessary-expected.txt:
        * editing/pasteboard/paste-table-001-expected.txt:
        * editing/pasteboard/paste-text-011-expected.txt:
        * editing/pasteboard/paste-text-015-expected.txt:
        * editing/pasteboard/pasting-into-p-should-not-nest-p-expected.txt: Added.
        * editing/pasteboard/pasting-into-p-should-not-nest-p.html: Added.
        * editing/pasteboard/pasting-into-h6-should-not-nest-h6-expected.txt: Added.
        * editing/pasteboard/pasting-into-h6-should-not-nest-h6.html: Added.
        * platform/mac/editing/pasteboard/paste-text-016-expected.txt:

2013-03-08  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac/win rebaselines for r145242.

        * css1/basic/inheritance-expected.txt: Added.
        * css1/box_properties/clear_float-expected.txt: Added.
        * css1/box_properties/margin-expected.txt: Added.
        * css1/box_properties/padding-expected.txt: Added.
        * css1/font_properties/font_weight-expected.txt: Added.
        * fast/css-generated-content/015-expected.txt: Added.
        * fast/css/h1-in-section-elements-expected.txt: Added.
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
        * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/padding-expected.png:
        * platform/chromium-mac-lion/css1/font_properties/font_weight-expected.png:
        * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac-lion/fast/css/h1-in-section-elements-expected.png:
        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug126742-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug69187-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug73321-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug73321-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/padding-expected.png:
        * platform/chromium-mac-snowleopard/css1/color_and_background/background_attachment-expected.png:
        * platform/chromium-mac-snowleopard/css1/font_properties/font_weight-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
        * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/h1-in-section-elements-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug126742-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug69187-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.txt: Added.
        * platform/chromium-mac/css1/basic/inheritance-expected.txt: Removed.
        * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
        * platform/chromium-mac/css1/box_properties/clear_float-expected.txt: Removed.
        * platform/chromium-mac/css1/box_properties/margin-expected.txt: Removed.
        * platform/chromium-mac/css1/box_properties/margin_bottom-expected.txt: Added.
        * platform/chromium-mac/css1/box_properties/margin_top-expected.txt: Added.
        * platform/chromium-mac/css1/box_properties/padding-expected.png:
        * platform/chromium-mac/css1/box_properties/padding-expected.txt: Removed.
        * platform/chromium-mac/css1/box_properties/padding_bottom-expected.txt: Added.
        * platform/chromium-mac/css1/box_properties/padding_top-expected.txt: Added.
        * platform/chromium-mac/css1/color_and_background/background_attachment-expected.txt: Added.
        * platform/chromium-mac/css1/font_properties/font_weight-expected.png:
        * platform/chromium-mac/css1/font_properties/font_weight-expected.txt: Removed.
        * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.txt:
        * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
        * platform/chromium-mac/fast/css-generated-content/015-expected.txt: Removed.
        * platform/chromium-mac/fast/css/h1-in-section-elements-expected.png:
        * platform/chromium-mac/fast/css/h1-in-section-elements-expected.txt: Removed.
        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug126742-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug126742-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug69187-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug69187-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.txt: Added.
        * platform/chromium-win/css1/basic/inheritance-expected.png:
        * platform/chromium-win/css1/box_properties/clear_float-expected.png:
        * platform/chromium-win/css1/box_properties/margin_top-expected.png:
        * platform/chromium-win/css1/font_properties/font_weight-expected.png:
        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-win/fast/css/h1-in-section-elements-expected.png:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
        * platform/chromium-win/tables/mozilla/bugs/bug126742-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug69187-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:
        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
        * platform/mac/css1/basic/inheritance-expected.txt: Removed.
        * platform/mac/css1/box_properties/clear_float-expected.txt: Removed.
        * platform/mac/css1/box_properties/margin-expected.txt: Removed.
        * platform/mac/css1/box_properties/padding-expected.txt: Removed.
        * platform/mac/css1/font_properties/font_weight-expected.txt: Removed.
        * platform/mac/fast/css-generated-content/015-expected.txt: Removed.
        * platform/mac/fast/css/h1-in-section-elements-expected.txt: Removed.

2013-03-08  Emil A Eklund  <eae@chromium.org>

        Unreviewed apple rebaselines for r145242.

        * css1/box_properties/margin_bottom-expected.txt: Added.
        * css1/box_properties/margin_top-expected.txt: Added.
        * css1/box_properties/padding_bottom-expected.txt: Added.
        * css1/box_properties/padding_top-expected.txt: Added.
        * css1/color_and_background/background_attachment-expected.txt: Added.
        * platform/chromium-mac/css1/box_properties/margin_bottom-expected.txt: Removed.
        * platform/chromium-mac/css1/box_properties/margin_top-expected.txt: Removed.
        * platform/chromium-mac/css1/box_properties/padding_bottom-expected.txt: Removed.
        * platform/chromium-mac/css1/box_properties/padding_top-expected.txt: Removed.
        * platform/chromium-mac/css1/color_and_background/background_attachment-expected.txt: Removed.
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
        * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.txt: Removed.
        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: Removed.
        * platform/mac-lion/css1/box_properties: Removed.
        * platform/mac/css1/basic/inheritance-expected.txt:
        * platform/mac/css1/box_properties/clear_float-expected.txt:
        * platform/mac/css1/box_properties/margin-expected.txt:
        * platform/mac/css1/box_properties/margin_bottom-expected.txt: Removed.
        * platform/mac/css1/box_properties/margin_top-expected.txt: Removed.
        * platform/mac/css1/box_properties/padding-expected.txt:
        * platform/mac/css1/box_properties/padding_bottom-expected.txt: Removed.
        * platform/mac/css1/box_properties/padding_top-expected.txt: Removed.
        * platform/mac/css1/color_and_background/background_attachment-expected.txt: Removed.
        * platform/mac/css1/font_properties/font_weight-expected.txt:
        * platform/mac/fast/css-generated-content/015-expected.txt:
        * platform/mac/fast/css/h1-in-section-elements-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
        * tables/mozilla/bugs/bug73321-expected.txt: Added.

2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>

        Skip editing/selection/drag-list-item.html on Mac WebKit2 since drag and drop is not supported
        in WebKitTestRunner yet.

        * platform/mac-wk2/TestExpectations:

2013-03-07  Emil A Eklund  <eae@chromium.org>

        [sub-pixel] Rounding error in table cell height calculation causes unnecessary scrollbar
        https://bugs.webkit.org/show_bug.cgi?id=111794

        Reviewed by Levi Weintraub.
        
        Add test for zoomed-in table containing block child.

        * fast/sub-pixel/table-cell-height-expected.html: Added.
        * fast/sub-pixel/table-cell-height.html: Added.

2013-03-08  Christian Biesinger  <cbiesinger@chromium.org>

        RenderFullScreen needs to clear override sizes when exiting full screen
        https://bugs.webkit.org/show_bug.cgi?id=111775

        Reviewed by Ojan Vafai.

        * fullscreen/full-screen-with-flex-item-expected.txt: Added.
        * fullscreen/full-screen-with-flex-item.html: Added.

2013-03-08  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Handle 2 positions with one 'auto' properly
        https://bugs.webkit.org/show_bug.cgi?id=111653

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
        * fast/css-grid-layout/grid-auto-flow-resolution.html:
        * fast/css-grid-layout/grid-item-spanning-resolution-expected.txt: Added.
        * fast/css-grid-layout/grid-item-spanning-resolution.html: Added.
        Extended and added a new test. Most of the new testing is failing as it
        requires other changes to land. This will help us track our progress
        towards fully supporting the new syntax and padding.

        * fast/css-grid-layout/resources/grid.css:
        Added the 2 new classes.

2013-03-08  Dominic Cooney  <dominicc@chromium.org>

        RenderTextControlSingleLine should not assume that its text element has a renderer
        https://bugs.webkit.org/show_bug.cgi?id=111826

        Reviewed by Ojan Vafai.

        * fast/forms/search/search-autoscroll-hidden-decoration-container-crash-expected.txt: Added.
        * fast/forms/search/search-autoscroll-hidden-decoration-container-crash.html: Added.
        * fast/forms/search/search-hide-decoration-container-crash-expected.txt: Added.
        * fast/forms/search/search-hide-decoration-container-crash.html: Added.
        * fast/forms/search/search-scroll-hidden-decoration-container-crash-expected.txt: Added.
        * fast/forms/search/search-scroll-hidden-decoration-container-crash.html: Added.

2013-03-08  John Mellor  <johnme@chromium.org>

        @media queries do not take zooming into account
        https://bugs.webkit.org/show_bug.cgi?id=53186

        Reviewed by Kenneth Rohde Christiansen.

        * fast/media/mq-width-pagezoom-expected.html: Added.
        * fast/media/mq-width-pagezoom.html: Added.

2013-03-08  Chris Fleizach  <cfleizach@apple.com>

        [Mac] [WK2] platform/mac/accessibility/press-action-is-first.html fails
        https://bugs.webkit.org/show_bug.cgi?id=111814

        Reviewed by Ryosuke Niwa.

        * platform/mac-wk2/TestExpectations:

2013-03-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Update platform expectations for failing tests after r145024 and r145067.

        * platform/efl/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
        * platform/efl/fast/forms/datalist/input-list-expected.txt:
        * platform/efl/fast/forms/validationMessage-expected.txt: Added.

2013-03-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Skip failing tests on EFL bots.

        * platform/efl/TestExpectations:

2013-03-08  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Unskip now passing compositing tests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.

2013-03-08  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Get rid of file system ids and use file pathes as uri for file based uiSourceCodes.
        https://bugs.webkit.org/show_bug.cgi?id=111753

        Reviewed by Pavel Feldman.

        * inspector/file-system-mapping-expected.txt:
        * inspector/file-system-mapping.html:
        * inspector/file-system-project-expected.txt:
        * inspector/workspace-mapping-expected.txt:
        * inspector/workspace-mapping.html:

2013-03-08  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skip test after r145195.

2013-03-08  Philip Rogers  <pdr@google.com>

        Prevent infinite loop in SVG use cycle detection
        https://bugs.webkit.org/show_bug.cgi?id=111822

        Reviewed by Stephen Chenney.

        * svg/custom/use-cycle-detection-expected.html: Added.
        * svg/custom/use-cycle-detection.html: Added.

2013-03-08  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>

        When we set word-wrap: break-word and xml:space="preserve" to svg text element, the text is collapsed.
        https://bugs.webkit.org/show_bug.cgi?id=111675

        Reviewed by Stephen Chenney.

        Test combination of xml:space="preserve" and word-wrap: break-word to SVG Text.
        These text should not be collapsed.

        * svg/text/preserve-break-word-expected.html: Added.
        * svg/text/preserve-break-word.html: Added.

2013-03-08  Kent Tamura  <tkent@chromium.org>

        Allow platform-dependent strings for validationMessage property
        https://bugs.webkit.org/show_bug.cgi?id=111846

        Reviewed by Kentaro Hara.

        Do not check matching with fixed strings in validationMessage.html
        test. We print validationMessage values in the test instead.
        We'd like to change user-visible strings at our own discretion.

        * fast/forms/validationMessage-expected.txt:
        Note that many platforms don't have a dedicated message for
        badInput and uses the same message as typeMismatch for now.
        * fast/forms/validationMessage.html:
        * platform/chromium/fast/forms/validationMessage-expected.txt:
        Chromium has a dedicated one for badInput.

2013-03-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        [EFL] [WK2] Some authentication tests fail in WebKit2
        https://bugs.webkit.org/show_bug.cgi?id=106407

        Reviewed by Kenneth Rohde Christiansen.

        Unskip several authentication test cases now that we cherry-picked
        the needed libsoup fix from upstream.

        * platform/efl-wk2/TestExpectations:

2013-03-08  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r145200.

2013-03-08  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Skipping the tests in inspector-protocol/layers as they rely on compositing support
        which is not available on the GTK builders.
        Adding failure expectations for tests that regressed with r145100.

        * platform/gtk/TestExpectations:

2013-03-07  Dean Jackson  <dino@apple.com>

        Implement a custom appearance for the snapshotted plugin background
        https://bugs.webkit.org/show_bug.cgi?id=108368

        Reviewed by Tim Horton.

        Toggles our new snapshotted-plugin-overlay appearance, to make sure it
        isn't getting applied to non-plugins.

        * plugins/snapshot-appearance-expected.html: Added.
        * plugins/snapshot-appearance.html: Added.

2013-03-08  Sergio Villar Senin  <svillar@igalia.com>

        Improve drag&drop of list items in contentEditable divs
        https://bugs.webkit.org/show_bug.cgi?id=111556

        Reviewed by Ryosuke Niwa.

        Added a new test case. The test performs 2 drag&drops, first of
        all a selection of a single list item, and secondly a selection of
        two list items. It checks that both behave the same way, i.e, the
        whole <li> is moved and not only the text.

        * editing/selection/drag-list-item-expected.txt: Added.
        * editing/selection/drag-list-item.html: Added.

2013-03-08  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skip failing test after r145100.
        * platform/qt/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Rebaselining after r145067.

2013-03-07  Keishi Hattori  <keishi@webkit.org>

        Update calendar picker UI
        https://bugs.webkit.org/show_bug.cgi?id=109439

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Removed.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Removed.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
        * platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/date-picker-events.html:
        * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events.html:
        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html:
        * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html:
        * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
        (currentMonth):
        (highlightedValue):
        (selectedValue):
        (skipAnimation):
        (hoverOverDayCellAt):
        (clickDayCellAt):
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html:

2013-03-07  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: compositing/rtl/rtl-iframe-absolute-overflow.html

2013-03-07  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: fast/js/exception-sequencing-binops2.html

2013-03-07  Ryosuke Niwa  <rniwa@webkit.org>

        Add Mac WebKit2 test expectations per bugs 111814 and 111815.

        * platform/mac-wk2/TestExpectations:

2013-03-07  Hajime Morrita  <morrita@google.com>

        Custom Elements: CustomElement constructor shouldn't share function instance
        https://bugs.webkit.org/show_bug.cgi?id=111807

        Reviewed by Kentaro Hara.

        * fast/dom/custom/document-register-basic-expected.txt:
        * fast/dom/custom/document-register-basic.html:

2013-03-07  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: fast/borders/border-fit-2.html

2013-03-07  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/win/TestExpectations: Remove duplication of svg/custom/foreign-object-skew.svg.

2013-03-07  Jared Wyles  <wyles@adobe.com>

        Reading border radius from style property returns in wrong order.
        https://bugs.webkit.org/show_bug.cgi?id=110853

        Reviewed by Ryosuke Niwa
        
        * fast/borders/border-radius-parsing-expected.txt:
        * fast/borders/border-radius-parsing.html:
        * inspector/elements/elements-panel-styles-expected.txt:

2013-03-07  Andreas Kling  <akling@apple.com>

        Remove desktop version of -webkit-text-size-adjust property.
        <http://webkit.org/b/56543>
        <rdar://problem/9150203>

        Reviewed by Simon Fraser.

        * editing/pasteboard/5078739.html:
        * editing/pasteboard/data-transfer-items-expected.txt:
        * editing/pasteboard/onpaste-text-html-expected.txt:
        * fast/css/font-size-nan.svg:
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * fast/css/getComputedStyle/resources/property-names.js:
        * fast/css/ignore-text-zoom.html: Removed.
        * fast/css/text-rendering-priority.html:
        * fast/events/ondrop-text-html-expected.txt:
        * platform/chromium-linux/fast/css/ignore-text-zoom-expected.png: Removed.
        * platform/chromium-mac-lion/fast/css/ignore-text-zoom-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/css/ignore-text-zoom-expected.png: Removed.
        * platform/chromium-mac/fast/css/ignore-text-zoom-expected.png: Removed.
        * platform/chromium-win/fast/css/ignore-text-zoom-expected.png: Removed.
        * platform/chromium-win/fast/css/ignore-text-zoom-expected.txt: Removed.
        * platform/chromium/fast/css/ignore-text-zoom-expected.txt: Removed.
        * platform/efl/fast/css/ignore-text-zoom-expected.png: Removed.
        * platform/efl/fast/css/ignore-text-zoom-expected.txt: Removed.
        * platform/gtk/fast/css/ignore-text-zoom-expected.png: Removed.
        * platform/gtk/fast/css/ignore-text-zoom-expected.txt: Removed.
        * platform/mac/fast/css/ignore-text-zoom-expected.png: Removed.
        * platform/mac/fast/css/ignore-text-zoom-expected.txt: Removed.
        * platform/qt/fast/css/ignore-text-zoom-expected.png: Removed.
        * platform/qt/fast/css/ignore-text-zoom-expected.txt: Removed.

2013-03-07  Aaron Colwell  <acolwell@chromium.org>

        Fix commented out code in LayoutTests/http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
        https://bugs.webkit.org/show_bug.cgi?id=111800

        Unreviewed.

        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html:

2013-03-07  Aaron Colwell  <acolwell@chromium.org>

        Heap-use-after-free in WebCore::HTMLMediaElement::~HTMLMediaElement
        https://bugs.webkit.org/show_bug.cgi?id=110623

        Reviewed by Kentaro Hara.

        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Added.
        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Added.
        * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Added.

2013-03-07  Alexey Proskuryakov  <ap@apple.com>

        Roll out an accidentally committed change I made for local testing.

        * http/tests/misc/empty-file-formdata.html:

2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: fast/events/before-unload-adopt-subframe-to-outside.html

2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.

2013-03-07  Li Yin  <li.yin@intel.com>

        Adding id attribute test for MediaStream
        https://bugs.webkit.org/show_bug.cgi?id=111526

        Reviewed by Kentaro Hara.

        Spec: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#widl-MediaStream-id
        The id strings must only use characters in the ranges U+0021, U+0023 to U+0027,
        U+002A to U+002B, U+002D to U+002E, U+0030 to U+0039, U+0041 to U+005A,
        U+005E to U+007E, and must be 36 characters long.

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

2013-03-07  Dean Jackson  <dino@apple.com>

        border-fit should happen at layout time rather than paint time
        https://bugs.webkit.org/show_bug.cgi?id=111606

        Unreviewed. Skipping some broken tests.

        * platform/mac/TestExpectations:

2013-03-07  Filip Pizlo  <fpizlo@apple.com>

        DFG should not get corrupted IR in the case of code that is dead, unreachable, and contains a chain of nodes that use each other in an untyped way
        https://bugs.webkit.org/show_bug.cgi?id=111783

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes-expected.txt: Added.
        * fast/js/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js: Added.
        (foo.bar):
        (foo):

2013-03-07  Alexey Proskuryakov  <ap@apple.com>

        FormData should allow setting filename to empty
        https://bugs.webkit.org/show_bug.cgi?id=111687

        Reviewed by Brady Eidson.

        * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Added.
        * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Added.
        * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Added.
        * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Added.
        * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Added.

        * platform/wk2/TestExpectations: Skip one of the tests, as it uses beginDragWithFiles.

2013-03-07  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening AppleWin port.

        * platform/win/TestExpectations:

2013-03-07  David Hyatt  <hyatt@apple.com>

        REGRESSION: fast/border/border-fit-2.html needs updating
        https://bugs.webkit.org/show_bug.cgi?id=111776

        Reviewed by Simon Fraser.

        * platform/mac/fast/borders/border-fit-2-expected.png:
        * platform/mac/fast/borders/border-fit-2-expected.txt:

2013-03-07  Antoine Quint  <graouts@apple.com>

        Web Inspector: provide reasons why a layer was composited in the LayerTreeAgent
        https://bugs.webkit.org/show_bug.cgi?id=111703

        New test for LayerTree.reasonsForCompositingLayer(layerId).

        Reviewed by Timothy Hatcher.

        * inspector-protocol/layers/layers-compositing-reasons-expected.txt: Added.
        * inspector-protocol/layers/layers-compositing-reasons.html: Added.

2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: http/tests/security/cross-origin-css.html

2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium-mac/fast/repaint/border-fit-lines-expected.txt: Renamed from LayoutTests/platform/chromium/fast/repaint/border-fit-lines-expected.txt.
        * platform/chromium-win/fast/repaint/border-fit-lines-expected.txt:

2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * fast/borders/border-fit-expected.txt: Renamed from LayoutTests/platform/chromium/fast/borders/border-fit-expected.txt.
        * platform/chromium-mac/fast/borders/border-fit-expected.txt: Renamed from LayoutTests/platform/mac/fast/borders/border-fit-expected.txt.
        * platform/chromium-win/fast/borders/border-fit-expected.txt:
        * platform/efl/fast/borders/border-fit-expected.txt: Removed.
        * platform/gtk/fast/borders/border-fit-expected.txt: Removed.

2013-03-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        [EFL] Bump libsoup dependency to 2.40.3 to fix regressions
        https://bugs.webkit.org/show_bug.cgi?id=111756

        Reviewed by Kenneth Rohde Christiansen.

        Unskip several tests that are passing after the libsoup dependency
        bump to 2.40.3.

        * platform/efl/TestExpectations:

2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.

2013-03-07  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r145097.
        http://trac.webkit.org/changeset/145097
        https://bugs.webkit.org/show_bug.cgi?id=111765

        Triggers an ASSERT in the Chromium port (Requested by abarth
        on #webkit).

        * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Removed.
        * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Removed.
        * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Removed.
        * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Removed.
        * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Removed.
        * platform/wk2/TestExpectations:

2013-03-07  Ojan Vafai  <ojan@chromium.org>

        Image rebaselines after r145104.

        * platform/chromium-mac/fast/table/border-collapsing/cached-change-row-border-width-expected.png:
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:

2013-03-07  Chris Fleizach  <cfleizach@apple.com>

        AX: Can't activate links with VoiceOver in Safari
        https://bugs.webkit.org/show_bug.cgi?id=111755

        Reviewed by Tim Horton.

        * platform/mac/accessibility/press-action-is-first-expected.txt: Added.
        * platform/mac/accessibility/press-action-is-first.html: Added.

2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed, rolling out r145083.
        http://trac.webkit.org/changeset/145083
        https://bugs.webkit.org/show_bug.cgi?id=110733

        caused lots crashes in http/tests/security/xssAuditor/* tests

        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-expected.txt:
        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
        * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
        * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
        * http/tests/security/xssAuditor/cached-frame-expected.txt:
        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
        * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
        * http/tests/security/xssAuditor/dom-write-location-expected.txt:
        * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
        * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/form-action-expected.txt:
        * http/tests/security/xssAuditor/formaction-on-button-expected.txt:
        * http/tests/security/xssAuditor/formaction-on-input-expected.txt:
        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/object-tag-expected.txt:
        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
        * http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
        * http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
        * http/tests/security/xssAuditor/open-iframe-src-03-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-01-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-02-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-03-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-04-expected.txt:
        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
        * http/tests/security/xssAuditor/property-escape-expected.txt:
        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
        * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
        * http/tests/security/xssAuditor/svg-animate-expected.txt:
        * http/tests/security/xssAuditor/svg-script-tag-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:

2013-03-07  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] Implement hue and saturation non-separable blend modes
        https://bugs.webkit.org/show_bug.cgi?id=109464

        Added relevant tests for the "hue" and "saturation" non-separable blend modes.
        These tests are currently skipped on Mac due to a slight color difference; please see relevant bug: http://webkit.org/b/107487.

        Reviewed by Dean Jackson.

        * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue-expected.html: Added.
        * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue.html: Added.
        * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation-expected.html: Added.
        * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation.html: Added.
        * platform/mac/TestExpectations:

2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
        * platform/chromium-win/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.

2013-03-07  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Make test behavior deterministic in multiprocess ports
        https://bugs.webkit.org/show_bug.cgi?id=111643

        Reviewed by Tony Chang.

        Root cause is documented in wkbug.com/111642 but as a stop-gap - ensure
        that this test doesn't fail flakily in multiprocess ports by moving the
        last part of the test out of a limbo zone.

        * storage/indexeddb/resources/index-multientry.js: Run subsequent part of
        test in open's "success" handler rather than transaction's "complete" handler.

2013-03-06  Ojan Vafai  <ojan@chromium.org>

        Recalculate borders at the beginning of table layout
        https://bugs.webkit.org/show_bug.cgi?id=111634

        Reviewed by Julien Chaffraix.

        * fast/table/border-collapsing/cached-change-row-border-width-expected.png:
        * fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
        * fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
        * fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt:

2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: http/tests/css/shared-stylesheet-mutation-preconstruct.html

2013-03-07  David Hyatt  <hyatt@apple.com>

        border-fit should happen at layout time rather than paint time
        https://bugs.webkit.org/show_bug.cgi?id=111606
        <rdar://problem/13101714>

        Reviewed by Antti Koivisto.

        * fast/block/border-fit-with-right-alignment-expected.html: Added.
        * fast/block/border-fit-with-right-alignment.html: Added.

2013-03-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        REGRESSION(r143727): Clicking / selecting inside an <embed> is broken
        https://bugs.webkit.org/show_bug.cgi?id=111217

        Reviewed by Julien Chaffraix.

        Test rect and point based hit-testing inside embed and object child frames.

        * fast/dom/nodesFromRect/nodesFromRect-embedded-frame-content-expected.txt: Added.
        * fast/dom/nodesFromRect/nodesFromRect-embedded-frame-content.html: Added.
        * fast/dom/nodesFromRect/resources/nodesFromRect.js:
        (checkPoint):

2013-03-07  Alexey Proskuryakov  <ap@apple.com>

        FormData should allow setting filename to empty
        https://bugs.webkit.org/show_bug.cgi?id=111687

        Reviewed by Brady Eidson.

        * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Added.
        * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Added.
        * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Added.
        * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Added.
        * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Added.

        * platform/wk2/TestExpectations: Skip one of the tests, as it uses beginDragWithFiles.

2013-03-07  Dean Jackson  <dino@apple.com>

        inspector/debugger/debugger-expand-scope.html sometimes fails on Apple MountainLion Release WK1 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=111754

        Skipping this test so that Mac EWS can catch up.

        * platform/mac/TestExpectations:

2013-03-07  Dean Jackson  <dino@apple.com>

        Chromium, mac-wk2 and mac need new baselines after fixing paint phases for composited scrolling.
        https://bugs.webkit.org/show_bug.cgi?id=107952

        New baseline for Mac.

        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:

2013-03-07  Aaron Colwell  <acolwell@chromium.org>

        Remove GC code duplication in http/tests LayoutTests.
        https://bugs.webkit.org/show_bug.cgi?id=111589

        Reviewed by Kentaro Hara, Alexey Proskuryakov.

        Replaced duplicated GC logic in various tests with a function call to the implementation
        in /js-test-resources/js-test-pre.js

        * http/tests/appcache/destroyed-frame.html:
        * http/tests/media/media-source/video-media-source-sourcebufferlist-crash.html:
        * http/tests/misc/async-script.html:
        * http/tests/misc/embed-image-load-outlives-gc-without-crashing.html:
        * http/tests/misc/image-input-type-outlives-gc-without-crashing.html:
        * http/tests/misc/image-load-outlives-gc-without-crashing.html:
        * http/tests/misc/javascript-url-stop-loaders.html:
        * http/tests/misc/object-image-load-outlives-gc-without-crashing.html:
        * http/tests/misc/svg-image-load-outlives-gc-without-crashing.html:
        * http/tests/misc/video-poster-image-load-outlives-gc-without-crashing.html:
        * http/tests/security/detached-sandboxed-frame-access.html:
        * http/tests/websocket/tests/hybi/websocket-pending-activity.html:
        * http/tests/xmlhttprequest/event-listener-gc.html:

2013-03-07  Mike West  <mkwst@chromium.org>

        XSSAuditor should send only one console error when blocking a page.
        https://bugs.webkit.org/show_bug.cgi?id=110733

        Reviewed by Daniel Bates.

        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
        * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-expected.txt:
        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
        * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
        * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
        * http/tests/security/xssAuditor/cached-frame-expected.txt:
        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
        * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
        * http/tests/security/xssAuditor/dom-write-location-expected.txt:
        * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
        * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/formaction-on-button-expected.txt:
        * http/tests/security/xssAuditor/formaction-on-input-expected.txt:
        * http/tests/security/xssAuditor/form-action-expected.txt:
        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/object-tag-expected.txt:
        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
        * http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
        * http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-01-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-02-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-03-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-04-expected.txt:
        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
        * http/tests/security/xssAuditor/property-escape-expected.txt:
        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
        * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
        * http/tests/security/xssAuditor/svg-script-tag-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:

2013-03-07  Ian Vollick  <vollick@chromium.org>

        Fix painting phases for composited scrolling
        https://bugs.webkit.org/show_bug.cgi?id=107618

        Reviewed by Simon Fraser.

        With composited scrolling, the scrolling contents layer paints the 
        foreground and the main graphics layer paints the background. This 
        causes a few problems:

          1) If we create a foreground layer, we end up with two layers painting 
             the foreground phase.
          2) Focus rings / outlines paint into the foreground layer, so they end
             up moving around with the scrolling contents.
          3) Neg z-order descendants paint in the the main graphics layer and
             will therefore not scroll.

        To deal with 1) we need to stop painting the foreground into both the
        foreground and scrolling contents layers. We also need to ensure that
        the foreground layer is the right size and has the right offset from
        renderer if we're on the composited scrolling path.

        To deal with 2) and 3), I have added a new graphics layer painting phase 
        flag -- GraphicsLayerPaintCompositedScroll -- and applied it to two
        layers in the subtree created by RenderLayerBacking. This ultimately
        affects the paint phase passed to RenderLayer::paintLayerContents and
        allows us to paint the focus rings, outlines and negative z-order
        descendants into the proper layers.

        * compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
        * compositing/overflow/composited-scrolling-paint-phases.html: Added.
        * platform/mac/compositing/overflom/composited-scrolling-paint-phases-expected.txt: Added.
          This is a text-based test that checks that the graphics layer
          painting phases are correct with composited scrolling + foreground
          layers.
        * compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents.html: Added.
        * compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer.html: Added.
          These tests cover cases 2) and 3) above.
        * platform/chromium/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
          These have been updated to reflect the missing baselines.

2013-03-07  Antoine Quint  <graouts@apple.com>

        Web Inspector: identify layers for CSS generated content in LayerTreeAgent
        https://bugs.webkit.org/show_bug.cgi?id=111551

        New tests for layers associated with pseudo elements.

        Reviewed by Simon Fraser.

        * inspector-protocol/layers/layers-generated-content-expected.txt: Added.
        * inspector-protocol/layers/layers-generated-content.html: Added.

2013-03-07  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardneing. Skipped some failing tests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

2013-03-07  Keishi Hattori  <keishi@webkit.org>

        Add clear button to date/time input types
        https://bugs.webkit.org/show_bug.cgi?id=111319

        Reviewed by Kent Tamura.

        * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-change-and-input-events.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events-expected.txt:
        * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-change-and-input-events.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events-expected.txt:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-change-and-input-events.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt:
        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html:
        * fast/forms/resources/common-clearbutton-change-and-input-events.js: Added.
        (.testInput.onchange):
        (.testInput.oninput):
        (testClearButtonChangeAndInputEvents):
        * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html:
        * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events-expected.txt:
        * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events.html:
        * platform/chromium/TestExpectations:

2013-03-07  Victor Carbune  <vcarbune@chromium.org>

        TextTrackRegion Constructor
        https://bugs.webkit.org/show_bug.cgi?id=110511

        Reviewed by Adam Barth.

        * TestExpectations:
        * media/track/regions-webvtt/text-track-region-constructor-expected.txt: Added.
        * media/track/regions-webvtt/text-track-region-constructor.html: Added.

2013-03-06  Filip Pizlo  <fpizlo@apple.com>

        ConvertThis should be turned into Identity based on predictions in Fixup, rather than based on proofs in ConstantFolding
        https://bugs.webkit.org/show_bug.cgi?id=111674

        Reviewed by Oliver Hunt.

        * fast/js/dfg-convert-this-object-then-exit-on-other-expected.txt: Added.
        * fast/js/dfg-convert-this-object-then-exit-on-other.html: Added.
        * fast/js/dfg-convert-this-other-then-exit-on-object-expected.txt: Added.
        * fast/js/dfg-convert-this-other-then-exit-on-object.html: Added.
        * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-other-expected.txt: Added.
        * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-other.html: Added.
        * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-string-expected.txt: Added.
        * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-string.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-convert-this-object-then-exit-on-other.js: Added.
        (foo):
        * fast/js/script-tests/dfg-convert-this-other-then-exit-on-object.js: Added.
        (foo):
        * fast/js/script-tests/dfg-convert-this-polymorphic-object-then-exit-on-other.js: Added.
        (foo):
        * fast/js/script-tests/dfg-convert-this-polymorphic-object-then-exit-on-string.js: Added.
        (foo):

2013-03-07  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:

2013-03-07  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: NavigatorView should show (program) for uiSourceCodes with empty name.
        https://bugs.webkit.org/show_bug.cgi?id=111691

        Reviewed by Alexander Pavlov.

        * inspector/debugger/navigator-view-expected.txt:
        * inspector/debugger/navigator-view.html:

2013-03-06  Takashi Sakamoto  <tasak@google.com>

        Box-shadow displayed improperly with border-radius.
        https://bugs.webkit.org/show_bug.cgi?id=111256

        Reviewed by Simon Fraser.

        * fast/borders/border-radius-with-box-shadow-01-expected.txt: Added.
        * fast/borders/border-radius-with-box-shadow-01.html: Added.
        * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.

2013-03-06  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r144726.
        http://trac.webkit.org/changeset/144726
        https://bugs.webkit.org/show_bug.cgi?id=111681

        caused performance regression for Dromaeo attribute tests.
        (Requested by arpitab on #webkit).

        * fast/dom/Element/getAttribute-case-insensitivity-expected.txt: Removed.
        * fast/dom/Element/getAttribute-case-insensitivity.html: Removed.

2013-03-05  Kinuko Yasuda  <kinuko@chromium.org>

        File.lastModifiedDate() should return the current date/time if the file date/time is not available
        https://bugs.webkit.org/show_bug.cgi?id=111403

        Reviewed by Kent Tamura.

        * http/tests/local/fileapi/file-last-modified-after-delete-expected.txt: Updated.
        * http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js: Updated.

2013-03-06  Jer Noble  <jer.noble@apple.com>

        Unreviewed gardening.

        * platform/win/TestExpectations:

2013-03-06  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Extend our grammar to support 2 positions for grid-{row|column}
        https://bugs.webkit.org/show_bug.cgi?id=110777

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
        * fast/css-grid-layout/grid-item-column-row-get-set.html:
        * fast/css-grid-layout/grid-item-end-after-get-set-expected.txt:
        * fast/css-grid-layout/grid-item-end-after-get-set.html:
        * fast/css-grid-layout/grid-item-start-before-get-set-expected.txt:
        * fast/css-grid-layout/grid-item-start-before-get-set.html:
        Extended the following test to ensure that grid-{row|column} are a
        shortand for resp. grid-{before|after} and grid-{start|end}.

        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt:
        Removed grid-{row|column} as they are now shorthands so they don't appear
        in the list of supported properties.

2013-03-06  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: fast/js/exception-sequencing-binops.html

2013-03-06  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: media/encrypted-media/encrypted-media-events.html

2013-03-06  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening AppleWin port.

        * platform/win/TestExpectations:
        * platform/win/cssom: Removed.
        * platform/win/cssom/cssvalue-comparison-expected.txt: Removed.

2013-03-06  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] Missing implementation of AccessibilityControllerEfl and AccessibilityUIElementEfl files
        https://bugs.webkit.org/show_bug.cgi?id=110584

        Reviewed by Gyuyoung Kim.

        Unskipping LayoutTests/accessibility folder.
        Added failure tests. Skipping those with missing expected results.

        * platform/efl-wk1/TestExpectations:

2013-03-06  Benjamin Poulain  <benjamin@webkit.org>

        WebKitTestRunner needs layoutTestController.elementDoesAutoCompleteForElementWithId
        https://bugs.webkit.org/show_bug.cgi?id=42696

        Reviewed by Andreas Kling.

        * security/set-form-autocomplete-attribute.html: Update the test.
        * platform/wk2/TestExpectations: Unskip it for WebKit2.

2013-03-06  Dean Jackson  <dino@apple.com>

        REGRESSION (r143931): set-cookie-on-redirect.html still breaking subsequent tests
        https://bugs.webkit.org/show_bug.cgi?id=111650

        Unreviewed gardening.

        * platform/mac/TestExpectations:

2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: platform/chromium/fast/events/intercept-postmessage.html

2013-03-06  Dean Jackson  <dino@apple.com>

        REGRESSION (r144748-r144750): sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html failing on Apple MountainLion Debug WK1 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=111647

        Unreviewed skip in test expectations for Mac.

        * platform/mac/TestExpectations:

2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening: rebaselines.

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:

2013-01-23  Jer Noble  <jer.noble@apple.com>

        Default mouse cursor behavior should be auto-hide for full screen video with custom controls
        https://bugs.webkit.org/show_bug.cgi?id=107601

        Reviewed by Beth Dakin.

        * fullscreen/video-cursor-auto-hide-expected.txt: Added.
        * fullscreen/video-cursor-auto-hide.html: Added.

        Add an expected failing result in platforms which do not enable CURSOR_VISIBILITY.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:


2013-03-06  Jer Noble  <jer.noble@apple.com>

        Full screen from an iframe with a z-index style will allow siblings with higher z-index to overlay full screen content.
        https://bugs.webkit.org/show_bug.cgi?id=111637

        Reviewed by Simon Fraser.

        * fullscreen/full-screen-iframe-zIndex.html:

2013-03-06  Ryosuke Niwa  <rniwa@webkit.org>

        editing/pasteboard/paste-4035648-fix.html should be a dump-as-markup test
        https://bugs.webkit.org/show_bug.cgi?id=111639

        Reviewed by Levi Weintraub.

        Converted the test. Also renamed it to line-feed-between-br-and-b-should-not-reorder-pasted-content.html
        to reflect the semantics of the test, and also added more description per radar bug.

        * editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content-expected.txt: Added.
        * editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content.html: Copied from
        LayoutTests/editing/pasteboard/paste-4035648-fix.html.
        * editing/pasteboard/paste-4035648-fix.html: Removed.
        * platform/chromium-linux/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
        * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
        * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
        * platform/chromium/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
        * platform/gtk/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
        * platform/mac/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
        * platform/mac/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
        * platform/qt/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
        * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.

2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: fast/dom/Window/window-special-properties.html

2013-03-06  Dean Jackson  <dino@apple.com>

        ASSERTION FAILED: m_tokenizer->state() == HTMLTokenizer::DataState
        https://bugs.webkit.org/show_bug.cgi?id=110546

        Unreviewed change to test expectations while the above bug is open.

        * platform/mac/TestExpectations:

2013-03-06  Levi Weintraub  <leviw@chromium.org>

        InsertUnorderedList can lead to lost content and assertions in moveParagraphs
        https://bugs.webkit.org/show_bug.cgi?id=111228

        Reviewed by Ryosuke Niwa.

        * editing/deleting/pruning-after-merge-1-expected.txt:
        * editing/execCommand/insert-remove-block-list-inside-presentational-inline-expected.txt: Added.
        * editing/execCommand/insert-remove-block-list-inside-presentational-inline.html: Added.
        * editing/pasteboard/paste-and-sanitize-expected.txt:
        * editing/pasteboard/paste-and-sanitize.html:

2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: compositing/rtl/..

2013-03-06  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening of AppleWin port.

        * platform/win/TestExpectations:

2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: svg/css/font-face-crash.html

2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: svg/custom/foreign-object-skew.svg

2013-03-06  Victor Costan  <costan@gmail.com>

        Cleanup in multipart FormData tests.
        https://bugs.webkit.org/show_bug.cgi?id=111603

        Reviewed by Alexey Proskuryakov.

        * http/tests/local/formdata/resources/send-form-data-common.js:
        (sendFormData): JavaScript style cleanup.
        (testSendingFormData): JavaScript style, bugfix in checking if
        eventSender.beginDragWithFiles needs to be called.
        * http/tests/local/formdata/send-form-data-with-filename-expected.txt: Better test description.
        * http/tests/local/formdata/send-form-data-with-filename.html: Better test description.

2013-03-06  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky crash test expectation to platform/mac/fast/speechsynthesis/speech-synthesis-cancel.html
        on Mac per 111613.

        * platform/mac/TestExpectations:

2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: animations/animation-delay-changed.html

2013-03-06  Tony Chang  <tony@chromium.org>

        fast/css/hover-update.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=111592

        Reviewed by Ryosuke Niwa.

        Speculative fix for a flaky test. The test sometimes fails on slower machines (mostly debug).
        Re-check the results in a loop for up to 200ms to see if the :hover pseudo style applies.

        Also force a layout after changing the style, which should also trigger the :hover style.

        * fast/css/hover-update.html:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening: svg/custom/foreign-object-skew.svg

        * platform/chromium/TestExpectations:

2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>

        editing/pasteboard/paste-table-cells.html should be a dump-as-markup test
        https://bugs.webkit.org/show_bug.cgi?id=111491

        Reviewed by Levi Weintraub.

        Converted the test.

        * editing/pasteboard/paste-table-cells-expected.txt: Added.
        * editing/pasteboard/paste-table-cells.html:
        * platform/chromium-linux/editing/pasteboard/paste-table-cells-expected.png: Removed.
        * platform/chromium-mac-lion/editing/pasteboard/paste-table-cells-expected.png: Removed.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-cells-expected.png: Removed.
        * platform/chromium-mac/editing/pasteboard/paste-table-cells-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.txt: Removed.
        * platform/chromium/editing/pasteboard/paste-table-cells-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/paste-table-cells-expected.png: Removed.
        * platform/gtk/editing/pasteboard/paste-table-cells-expected.txt: Removed.
        * platform/mac/editing/pasteboard/paste-table-cells-expected.png: Removed.
        * platform/mac/editing/pasteboard/paste-table-cells-expected.txt: Removed.
        * platform/qt/editing/pasteboard/paste-table-cells-expected.png: Removed.
        * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Removed.

2013-03-06  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows rebaselines for r144837.

        * platform/chromium-linux/fast/invalid/017-expected.txt: Removed.
        * platform/chromium-linux/fast/invalid/018-expected.txt: Removed.
        * platform/chromium-linux/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
        * platform/chromium-linux/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/chromium-mac/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/chromium-win/fast/invalid/017-expected.txt:
        * platform/chromium-win/fast/invalid/018-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
        * platform/chromium/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
        * platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
        * platform/mac-lion/tables/mozilla/bugs: Removed.
        * platform/mac-lion/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
        * platform/mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/mac-wk2/tables/mozilla/bugs: Removed.
        * platform/mac-wk2/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
        * platform/mac-wk2/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
        * platform/mac/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
        * platform/qt/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
        * platform/win-future/tables: Added.
        * platform/win-future/tables/mozilla: Added.
        * platform/win-future/tables/mozilla/bugs: Added.
        * platform/win-future/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
        * platform/win-future/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/win-future/tables/mozilla_expected_failures: Added.
        * platform/win-future/tables/mozilla_expected_failures/bugs: Added.
        * platform/win-future/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
        * tables/mozilla/bugs/bug113235-2-expected.txt: Replaced.
        * tables/mozilla/bugs/bug9024-expected.txt: Replaced.
        * tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Replaced.

2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed, rolling out r144924.
        http://trac.webkit.org/changeset/144924
        https://bugs.webkit.org/show_bug.cgi?id=109908

        caused multiple crashes in inspector/debugger tests

        * inspector-protocol/persistent-id-expected.txt: Removed.
        * inspector-protocol/persistent-id.html: Removed.
        * inspector/console/command-line-api-expected.txt:

2013-03-06  Florin Malita  <fmalita@chromium.org>

        SVG pattern to pattern reference does not work if first pattern has a child node
        https://bugs.webkit.org/show_bug.cgi?id=111586

        Reviewed by Philip Rogers.

        * svg/custom/pattern-reference-expected.svg: Added.
        * svg/custom/pattern-reference.svg: Added.

2013-03-06  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky failure expectation to fast/css/hover-update.html on Mac per bug 111592.

        * platform/mac/TestExpectations:

2013-03-06  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Added new baseline after r144837.

        * platform/qt/fast/invalid/017-expected.txt:
        * platform/qt/fast/invalid/018-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.

2013-03-06  Douglas Stockwell  <dstockwell@chromium.org>

        REGRESSION(r111639): delayed animation start can be postponed
        https://bugs.webkit.org/show_bug.cgi?id=108582

        Reviewed by Darin Adler.

        * animations/animation-delay-changed-expected.txt: Added.
        * animations/animation-delay-changed.html: Added.

2013-03-06  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed gardening.

        * platform/efl/TestExpectations: Adjusting the expectation for fast/workers/shared-worker-load-error.html.
        * platform/gtk/TestExpectations: Add an expectation for a test added in r144824.

2013-03-06  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Update open resource dialog when new uiSourceCodes are loaded.
        https://bugs.webkit.org/show_bug.cgi?id=111327

        Reviewed by Pavel Feldman.

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

2013-03-05  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: support stable remote object ids
        https://bugs.webkit.org/show_bug.cgi?id=109908

        Reviewed by Pavel Feldman.

        Test that same object will have same id if requested several times.

        * inspector-protocol/persistent-id-expected.txt: Added.
        * inspector-protocol/persistent-id.html: Added.
        * inspector/console/command-line-api-expected.txt:

2013-03-06  Krzysztof Czech  <k.czech@samsung.com>

        Unreviewed EFL gardening.
        https://bugs.webkit.org/show_bug.cgi?id=111571

        Gardening; added accessibility failure tests.

        * platform/efl-wk2/TestExpectations:

2013-03-06  Alexis Menard  <alexis@webkit.org>

        Do not add CSSPropertyBorderImage shorthand part of the property list when parsing CSS border property
        https://bugs.webkit.org/show_bug.cgi?id=111481

        Reviewed by Julien Chaffraix.

        As now border-image is expanded when we sucessfully parsed a CSS border,
        this test needs to be updated to reflect that the longhands are now
        part of the declarated style. 

        * inspector/styles/styles-new-API-expected.txt:

2013-03-06  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening

        Added new baselines after r144837 and marked as failures
        some pasteboard tests that we don't support yet.

        * platform/efl/TestExpectations:
        * platform/efl/fast/invalid/017-expected.txt:
        * platform/efl/fast/invalid/018-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.

2013-03-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Unskip authentication test that is now passing on EFL port.

        * platform/efl/TestExpectations:

2013-03-06  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding a failure expectation for a test added in r144877.
        * platform/gtk/fast/invalid/017-expected.txt: Rebaselining after r144837.
        * platform/gtk/fast/invalid/018-expected.txt: Ditto.
        * platform/gtk/tables/mozilla/bugs/bug113235-2-expected.txt: Added. Ditto.
        * platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Added. Ditto.
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added. Ditto.

2013-03-06  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        REGGRESSION (r142112): It made compositing tests fail on EFL, Qt.
        https://bugs.webkit.org/show_bug.cgi?id=109291

        Reviewed by Kenneth Rohde Christiansen.

        Unskip now passing test, and move baselines specific to having no scrolling-coordinator to WK1.

        * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png.
        * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt.
        * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png.
        * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt.
        * platform/qt-5.0-wk2/TestExpectations:

2013-03-06  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: Delete http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html

2013-03-06  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r144859.
        http://trac.webkit.org/changeset/144859
        https://bugs.webkit.org/show_bug.cgi?id=111519

        Introduced a test that calls non-exist function on non-
        Chromium ports and crash on Chromium (Requested by rniwa on
        #webkit).

        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Removed.
        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Removed.
        * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Removed.

2013-03-06  Tony Chang  <tony@chromium.org>

        Crash during middle mouse click when page is removed
        https://bugs.webkit.org/show_bug.cgi?id=111489

        Reviewed by Hajime Morrita.

        * editing/pasteboard/resources/selection-paste-crash.html: Added.
        * editing/pasteboard/selection-paste-crash-expected.txt: Added.
        * editing/pasteboard/selection-paste-crash.html: Added.

2013-03-05  Claudio Saavedra  <csaavedra@igalia.com>

        Make toggle-unlink.html test Mac specific behaviour
        https://bugs.webkit.org/show_bug.cgi?id=111321

        Reviewed by Ryosuke Niwa.

        A new test for Windows behavior will have to be added once bug
        110487 is landed.

        * editing/execCommand/script-tests/toggle-unlink-mac.js: Renamed
        from
        LayoutTests/editing/execCommand/script-tests/toggle-unlink.js.
        Also set editing behaviour to Mac.
        * editing/execCommand/toggle-unlink-mac-expected.txt: Renamed from
        LayoutTests/editing/execCommand/toggle-unlink-expected.txt.
        * editing/execCommand/toggle-unlink-mac.html: Renamed from
        LayoutTests/editing/execCommand/toggle-unlink.html.

2013-03-05  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky crash test expectation to editing/selection/selection-invalid-offset.html
        on Mac per bug 111521.

        * platform/mac/TestExpectations:

2013-03-05  Filip Pizlo  <fpizlo@apple.com>

        Add test coverage for DCE and type checks.

        Rubber stamped by Geoffrey Garen.

        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement-expected.txt: Added.
        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.html: Added.
        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-expected.txt: Added.
        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.js: Added.
        (foo):
        * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js: Added.
        (foo):

2013-03-05  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: fast/dom/HTMLDocument/document-special-properties.html

2013-03-05  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html

2013-03-05  Hayato Ito  <hayato@chromium.org>

        [Shadow] Implements event re-targeting for Touch Events.
        https://bugs.webkit.org/show_bug.cgi?id=107800

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/resources/event-dispatching.js:
        (recordEvent):
        (dumpTouchList):
        (sortDispatchedEvent):
        (showSandboxTree):
        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html:
        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt:
        * fast/dom/shadow/touch-event-retargeting-expected.txt: Added.
        * fast/dom/shadow/touch-event-retargeting.html: Added.

2013-03-05  Filip Pizlo  <fpizlo@apple.com>

        Add test coverage for DCE and type checks.

        Rubber stampted by Geoffrey Garen.

        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof-expected.txt: Added.
        * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.js: Added.
        (foo):

2013-03-05  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. AppleWin port.

        * platform/win/TestExpectations:

2013-03-05  Filip Pizlo  <fpizlo@apple.com>

        DFG may infer an edge to be a double-using edge and then later experience multiple-personality disorder with respect to that particular decision
        https://bugs.webkit.org/show_bug.cgi?id=109393

        Rubber stamped by Geoffrey Garen.

        * fast/js/dfg-double-addition-simplify-to-int-expected.txt: Added.
        * fast/js/dfg-double-addition-simplify-to-int.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-double-addition-simplify-to-int.js: Added.
        (foo):

2013-03-05  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. AppleWin port.

        * platform/win/cssom: Added.
        * platform/win/cssom/cssvalue-comparison-expected.txt: Added.

2013-03-05  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. AppleWin port.

        * platform/win/TestExpectations:
        * platform/win/fast/forms/number: Added.
        * platform/win/fast/forms/number/number-l10n-input-expected.txt: Added.

2013-03-05  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: svg/custom/foreign-object-skew.svg

2013-03-05  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: plugins/plugin-clip-subframe.html

2013-03-05  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: fast/regions/region-style-in-columns.html

2013-03-05  Filip Pizlo  <fpizlo@apple.com>

        DFG DCE might eliminate checks unsoundly
        https://bugs.webkit.org/show_bug.cgi?id=109389

        Reviewed by Oliver Hunt.

        * fast/js/dfg-arguments-osr-exit-multiple-blocks-before-exit-expected.txt: Added.
        * fast/js/dfg-arguments-osr-exit-multiple-blocks-before-exit.html: Added.
        * fast/js/dfg-arguments-osr-exit-multiple-blocks-expected.txt: Added.
        * fast/js/dfg-arguments-osr-exit-multiple-blocks.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-arguments-osr-exit-multiple-blocks-before-exit.js: Added.
        (baz):
        (foo):
        (bar):
        * fast/js/script-tests/dfg-arguments-osr-exit-multiple-blocks.js: Added.
        (baz):
        (foo):
        (bar):

2013-03-05  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: inspector/console/command-line-api-inspect.html

2013-03-05  Aaron Colwell  <acolwell@chromium.org>

        Heap-use-after-free in WebCore::HTMLMediaElement::~HTMLMediaElement
        https://bugs.webkit.org/show_bug.cgi?id=110623

        Reviewed by Eric Seidel.

        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Added.
        * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Added.
        * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Added.

2013-03-05  Chris Fleizach  <cfleizach@apple.com>

        AX: Support aria-posinset/setsize
        https://bugs.webkit.org/show_bug.cgi?id=109725

        Reviewed by Tim Horton.

        * platform/mac/accessibility/aria-setsize-posinset-expected.txt: Added.
        * platform/mac/accessibility/aria-setsize-posinset.html: Added.

2013-03-05  Emil A Eklund  <eae@chromium.org>

        Unreviewed apple rebaselines for r144837.

        * fast/invalid/017-expected.txt: Added.
        * fast/invalid/018-expected.txt: Added.
        * platform/chromium-mac/fast/invalid/017-expected.txt: Removed.
        * platform/chromium-mac/fast/invalid/018-expected.txt: Removed.
        * platform/mac-lion/tables/mozilla/bugs: Added.
        * platform/mac-lion/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
        * platform/mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/mac-lion/tables/mozilla_expected_failures: Removed.
        * platform/mac-wk2/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
        * platform/mac-wk2/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/mac/fast/invalid/017-expected.txt: Removed.
        * platform/mac/fast/invalid/018-expected.txt: Removed.
        * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.

2013-03-05  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaselines for r144837.

        * platform/chromium-linux/fast/invalid/017-expected.txt: Added.
        * platform/chromium-linux/fast/invalid/018-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/chromium-mac/fast/invalid/017-expected.txt: Added.
        * platform/chromium-mac/fast/invalid/018-expected.txt: Added.
        * platform/chromium-mac/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
        * platform/chromium-mac/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
        * platform/chromium/fast/invalid/017-expected.txt: Removed.
        * platform/chromium/fast/invalid/018-expected.txt: Removed.
        * platform/chromium/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
        * platform/chromium/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Replaced.

2013-03-05  Peter Nelson  <peter@peterdn.com>

        [WinCairo] Support for cookies is incomplete
        https://bugs.webkit.org/show_bug.cgi?id=110147

        Reviewed by Brent Fulgham.
        
        Re-enabled cookie tests for WinCairo.
        Added test to check whether cookie set in HTTP response is accessible in JS.

        * http/tests/cookies/http-get-cookie-set-in-js-expected.txt: Added.
        * http/tests/cookies/http-get-cookie-set-in-js.html: Added.
        * http/tests/cookies/resources/cookies-test-pre.js:
        (clearAllCookies): Cookies set in JS now correctly cleared.
        * platform/wincairo/TestExpectations:

2013-03-05  Roger Fong  <roger_fong@apple.com>

        Unreviewed. AppleWin gardening.

        * platform/win/TestExpectations:
        * platform/win/css3/filters/effect-reference-expected.txt:
        * platform/win/css3/filters/effect-reference-hw-expected.txt:

2013-03-05  Andrew Scherkus  <scherkus@chromium.org>

        Unreviewed rebaseline of media/track/track-cue-rendering-*.html
        https://bugs.webkit.org/show_bug.cgi?id=111388

        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium/TestExpectations:

2013-03-05  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: /inspector/debugger/debugger-script-preprocessor.html

2013-03-05  Emil A Eklund  <eae@chromium.org>

        ASSERTION FAILED: i < size(), UNKNOWN in WebCore::RenderTableSection::layout
        https://bugs.webkit.org/show_bug.cgi?id=108838

        Reviewed by Levi Weintraub.
        
        Add test for calling requestFullscreen on an element with a
        table-section display type.

        * fullscreen/full-screen-table-section-expected.txt: Added.
        * fullscreen/full-screen-table-section.html: Added.

2013-03-05  Roger Fong  <roger_fong@apple.com>

		Unreviewed. Skip tests on Windows to make EWS bots happier.

		* platform/win/TestExpectations:

2013-03-05  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: fullscreen/full-screen-iframe-allowed-prexied.

2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>

        Remove old Mac test expectations for the bug 106412.

        * platform/mac/TestExpectations:

2013-03-05  Stephen Chenney  <schenney@chromium.org>

        Crash when ImageLoader deletes Element inside SVGImageElement
        https://bugs.webkit.org/show_bug.cgi?id=111085

        Reviewed by Abhishek Arya.

        * svg/custom/image-with-attr-change-after-delete-crash-expected.txt: Added.
        * svg/custom/image-with-attr-change-after-delete-crash.html: Added.

2013-03-05  Antoine Quint  <graouts@apple.com>

        Web Inspector: identify reflection layers in LayerTreeAgent
        https://bugs.webkit.org/show_bug.cgi?id=111419

        New test for reflection layers and an updated output for the
        existing layersForNode() test since we changed the coordinates
        for the "bounds" property to be absolute instead of local.

        Reviewed by Dean Jackson.

        * inspector-protocol/layers/layers-for-node-expected.txt:
        * inspector-protocol/layers/layers-reflected-content-expected.txt: Added.
        * inspector-protocol/layers/layers-reflected-content.html: Added.

2013-03-05  Alok Priyadarshi  <alokp@chromium.org>

        Rebaseline text output for opaque GraphicsLayers
        https://bugs.webkit.org/show_bug.cgi?id=109507

        Unreviewed rebaseline.

        * compositing/contents-opaque/contents-opaque-background-color-expected.txt:
        * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt:
        * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/contents-opaque/contents-opaque-background-color-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-background-color-expected.txt.
        * platform/chromium/compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt.
        * platform/chromium/compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-layer-transform-expected.txt.
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Renamed from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Renamed from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
        * platform/efl/TestExpectations:
        * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>

        editing/pasteboard/paste-text-005.html, paste-text-006.html, and paste-text-007.html should be dump-as-markup tests
        https://bugs.webkit.org/show_bug.cgi?id=111466

        Reviewed by Levi Weintraub.

        * editing/pasteboard/paste-text-005-expected.txt: Added.
        * editing/pasteboard/paste-text-005.html:
        * editing/pasteboard/paste-text-006-expected.txt: Added.
        * editing/pasteboard/paste-text-006.html:
        * editing/pasteboard/paste-text-007-expected.txt: Added.
        * editing/pasteboard/paste-text-007.html:
        * platform/chromium-linux/editing/pasteboard/paste-text-005-expected.png: Removed.
        * platform/chromium-linux/editing/pasteboard/paste-text-006-expected.png: Removed.
        * platform/chromium-linux/editing/pasteboard/paste-text-007-expected.png: Removed.
        * platform/chromium-mac-lion/editing/pasteboard/paste-text-005-expected.png: Removed.
        * platform/chromium-mac-lion/editing/pasteboard/paste-text-006-expected.png: Removed.
        * platform/chromium-mac-lion/editing/pasteboard/paste-text-007-expected.png: Removed.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-005-expected.txt: Removed.
        * platform/chromium-mac/editing/pasteboard/paste-text-005-expected.png: Removed.
        * platform/chromium-mac/editing/pasteboard/paste-text-006-expected.png: Removed.
        * platform/chromium-mac/editing/pasteboard/paste-text-007-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/paste-text-005-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/paste-text-005-expected.txt: Removed.
        * platform/chromium-win/editing/pasteboard/paste-text-006-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/paste-text-006-expected.txt: Removed.
        * platform/chromium-win/editing/pasteboard/paste-text-007-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/paste-text-007-expected.txt: Removed.
        * platform/chromium/editing/pasteboard/paste-text-005-expected.txt: Removed.
        * platform/chromium/editing/pasteboard/paste-text-006-expected.txt: Removed.
        * platform/chromium/editing/pasteboard/paste-text-007-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/paste-text-005-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/paste-text-006-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/paste-text-007-expected.txt: Removed.
        * platform/mac/editing/pasteboard/paste-text-005-expected.png: Removed.
        * platform/mac/editing/pasteboard/paste-text-005-expected.txt: Removed.
        * platform/mac/editing/pasteboard/paste-text-006-expected.png: Removed.
        * platform/mac/editing/pasteboard/paste-text-006-expected.txt: Removed.
        * platform/mac/editing/pasteboard/paste-text-007-expected.png: Removed.
        * platform/mac/editing/pasteboard/paste-text-007-expected.txt: Removed.
        * platform/qt/editing/pasteboard/paste-text-005-expected.png: Removed.
        * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Removed.
        * platform/qt/editing/pasteboard/paste-text-006-expected.png: Removed.
        * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Removed.
        * platform/qt/editing/pasteboard/paste-text-007-expected.png: Removed.
        * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Removed.
        * platform/win/editing/pasteboard/paste-text-005-expected.txt: Removed.

2013-03-04  Ryosuke Niwa  <rniwa@webkit.org>

        editing/pasteboard/paste-table-003.html should be a dump-as-text test
        https://bugs.webkit.org/show_bug.cgi?id=111400

        Reviewed by Levi Weintraub.

        Convert the test to a dump-as-text test. The output is much easier to understand now.
        Also moved the test description out of the root element so that it won't be repeated
        multiple times in the output.

        * editing/pasteboard/paste-table-003-expected.txt: Added.
        * editing/pasteboard/paste-table-003.html:
        * platform/chromium-linux/editing/pasteboard/paste-table-003-expected.png: Removed.
        * platform/chromium-mac-lion/editing/pasteboard/paste-table-003-expected.png: Removed.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-003-expected.png: Removed.
        * platform/chromium-mac/editing/pasteboard/paste-table-003-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/paste-table-003-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/paste-table-003-expected.txt: Removed.
        * platform/chromium/editing/pasteboard/paste-table-003-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/paste-table-003-expected.png: Removed.
        * platform/gtk/editing/pasteboard/paste-table-003-expected.txt: Removed.
        * platform/mac/editing/pasteboard/paste-table-003-expected.png: Removed.
        * platform/mac/editing/pasteboard/paste-table-003-expected.txt: Removed.
        * platform/qt/editing/pasteboard/paste-table-003-expected.png: Removed.
        * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Removed.

2013-03-05  Victor Carbune  <vcarbune@chromium.org>

        Cue line-height property shouldn't be inherited from the video element
        https://bugs.webkit.org/show_bug.cgi?id=111262

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/captions-snap-to-lines-set.vtt: Updated.
        * media/track/track-cue-rendering-on-resize-expected.txt: Added.
        * media/track/track-cue-rendering-on-resize.html: Added.

2013-03-05  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed gardening.

        * platform/efl/TestExpectations: Unskipping the fast/workers/shared-worker-load-error.html layout test
        and adding a flaky timeout expectation for it. Looking for testing data from the EFL port on this test.
        * platform/gtk-wk1/TestExpectations: Removed an expectation for a test that was removed in r144624.
        * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r144714 and r144747.

2013-03-05  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Allow local and remote descriptions to be accessed after close
        https://bugs.webkit.org/show_bug.cgi?id=111437

        Reviewed by Adam Barth.

        Expanding tests to check the new behaviour.

        * fast/mediastream/RTCPeerConnection-localDescription-expected.txt:
        * fast/mediastream/RTCPeerConnection-localDescription.html:
        * fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt:
        * fast/mediastream/RTCPeerConnection-remoteDescription.html:

2013-03-05  Eric Seidel  <eric@webkit.org>

        Multiple html5lib Layout Tests are slow since r144032
        https://bugs.webkit.org/show_bug.cgi?id=110876

        Reviewed by Tony Chang.

        Skip the html5lib tests when in debug mode.  The -data variants
        almost always timeout due to v8 boot-up time:
        https://code.google.com/p/v8/issues/detail?id=2567

        These timeouts sometimes manifest as failures, and we've even
        seen crashes (with empty stacks!?) of these tests on Win and Mac in Debug, so
        skipping them until they run in a reasonable time and can
        be debugged further.

        * platform/chromium/TestExpectations:

2013-03-05  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: expectations for transitions/transitions-parsing.html

2013-03-05  Terry Anderson  <tdanderson@chromium.org>

        [chromium] Unreviewed gardening

        Unreviewed gardening 

        * platform/chromium/TestExpectations:

2013-03-04  Ryosuke Niwa  <rniwa@webkit.org>

        editing/pasteboard/5247341.html should be a dump-as-markup test
        https://bugs.webkit.org/show_bug.cgi?id=111397

        Reviewed by Darin Adler.

        Convert the test to use dump-as-markup.js. Also rename it to preserve-line-break-at-end-of-pasted-content
        to reflect the content of the test.

        * editing/pasteboard/5247341.html: Removed.
        * editing/pasteboard/preserve-line-break-at-end-of-pasted-content-expected.txt: Added.
        * editing/pasteboard/preserve-line-break-at-end-of-pasted-content.html: Copied from LayoutTests/editing/pasteboard/5247341.html.
        * platform/chromium-linux/editing/pasteboard/5247341-expected.png: Removed.
        * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png: Removed.
        * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png: Removed.
        * platform/chromium-mac/editing/pasteboard/5247341-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/5247341-expected.png: Removed.
        * platform/chromium-win/editing/pasteboard/5247341-expected.txt: Removed.
        * platform/chromium/editing/pasteboard/5247341-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/5247341-expected.png: Removed.
        * platform/gtk/editing/pasteboard/5247341-expected.txt: Removed.
        * platform/mac/editing/pasteboard/5247341-expected.png: Removed.
        * platform/mac/editing/pasteboard/5247341-expected.txt: Removed.
        * platform/qt/editing/pasteboard/5247341-expected.png: Removed.
        * platform/qt/editing/pasteboard/5247341-expected.txt: Removed.

2013-03-05  Tony Chang  <tony@chromium.org>

        Fix some crashes in render sliders
        https://bugs.webkit.org/show_bug.cgi?id=111458

        Reviewed by Ojan Vafai.

        * fast/forms/range/slider-inline-crash-expected.txt: Added.
        * fast/forms/range/slider-inline-crash.html: Added.

2013-03-04  Andrew Scherkus  <scherkus@chromium.org>

        REGRESSION(r142191): Fix closed caption buttons for ports still using the painting path.
        https://bugs.webkit.org/show_bug.cgi?id=111109

        Reviewed by Eric Carlson.

        * platform/chromium/TestExpectations:

2013-03-05  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] shape-outside on floats for polygon shapes
        https://bugs.webkit.org/show_bug.cgi?id=98676

        Reviewed by David Hyatt.

        Simple test for floats with polygonal shape-outside.

        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-polygon-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-polygon.html: Added.

2013-03-05  Chris Fleizach  <cfleizach@apple.com>

        AX: aria-label does not override text content on iOS
        https://bugs.webkit.org/show_bug.cgi?id=111222

        Reviewed by David Kilzer.

        * platform/iphone-simulator/accessibility/aria-label-with-internal-text-expected.txt: Added.
        * platform/iphone-simulator/accessibility/aria-label-with-internal-text.html: Added.

2013-03-05  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Add parsing for grid-{end|after}
        https://bugs.webkit.org/show_bug.cgi?id=111372

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-item-end-after-get-set-expected.txt: Added.
        * fast/css-grid-layout/grid-item-end-after-get-set.html: Added.
        Note that some of the test fails as we don't treat grid-{row|column} as a shorthand.

2013-03-05  Mark Lam  <mark.lam@apple.com>

        Improve robustness of WebSQL quota management.
        https://bugs.webkit.org/show_bug.cgi?id=110600.

        Reviewed by Geoffrey Garen.

        * storage/websql/multiple-databases-garbage-collection.js:
        - This test runs 2 transactions on 2 databases (1 each). The 2 databases
          are named "persistent" and "forgotten". The test executes the
          transaction on "persistent" first, but expects the transaction on
          "forgotten" to finish first. This is because "forgotten"'s transaction
          is a smaller one. The new changes to SQLTransactionCoordinator now
          ensures that a write transaction must completes before another is
          started for databases in the same origin. Hence, the previously expected
          result will no longer be true.

          Regardless, the purpose of the test is not to test the order of
          completion but that resources are reclaimed. So, I'm changing the test
          to start the "forgotten" transaction first followed by the "persistent"
          transaction. This ensures that the test will yield consistent results
          even when run on ports that may allow more than one write transaction
          to run at the same time.

2013-03-05  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: remove length parameter from Parse HTML timeline event
        https://bugs.webkit.org/show_bug.cgi?id=111421

        Reviewed by Yury Semikhatsky.

        - removed length field from ParseHTML data in expectations.

        * inspector/timeline/timeline-parse-html-expected.txt:

2013-03-05  Tim Horton  <timothy_horton@apple.com>, Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled
        https://bugs.webkit.org/show_bug.cgi?id=81042

        Reviewed by Enrica Casucci.

        Gardening of the asynchronous spell checking tests.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        Some tests need to be skipped as they require features not
        implemented for EFL yet (pasteboard, grammar checking, text replacement).

        * platform/gtk-wk2/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        Skip asynchronous spell checking for GTK+, Mac, Qt unless
        they implement TextChecker::requestCheckingOfText.

        * platform/wk2/TestExpectations:
        Remove asynchronous spell checking tests from global wk2's
        as they are passing for EFL.

2013-03-05  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Add the getStreamById method on RTCPeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=111311

        Reviewed by Adam Barth.

        * fast/mediastream/MediaStream-add-remove-tracks.html:
        * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
        * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:

2013-03-05  Antoine Quint  <graouts@apple.com>

        Web Inspector: allow retrieval of composited layers in a given DOM subtree
        https://bugs.webkit.org/show_bug.cgi?id=111312

        New test for the LayerTree.layersForNode() method.

        Reviewed by Simon Fraser.

        * inspector-protocol/layers/layers-for-node-expected.txt: Added.
        * inspector-protocol/layers/layers-for-node.html: Added.

2013-03-05  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Crash when MathML used in CSS Regions
        https://bugs.webkit.org/show_bug.cgi?id=110686

        Reviewed by David Hyatt.

        Add a test to verify regions and MathML do not crash.

        * fast/regions/mathml-crash-expected.txt: Added.
        * fast/regions/mathml-crash.html: Added.

2013-03-05  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed, EFL gardening.

        Skip failing tests on EFL bots.

        * platform/efl/TestExpectations:

2013-03-05  Kinuko Yasuda  <kinuko@chromium.org>

        Unreviewed; updating test expectations.

        fast/regions/seamless-iframe-flowed-into-regions.html is failing not only with debug build.

        * platform/chromium/TestExpectations:

2013-03-04  Kinuko Yasuda  <kinuko@chromium.org>

        Unreviewed, adding crashing test to the expectations.

        * platform/chromium/TestExpectations:

2013-03-04  Uday Kiran  <udaykiran@motorola.com>

        getPropertyValue for -webkit-text-stroke returns null, should compute the shorthand value
        https://bugs.webkit.org/show_bug.cgi?id=111018

        Reviewed by Alexander Pavlov.

        Added test for getPropertyValue("-webkit-text-stroke").

        * fast/css/getPropertyValue-webkit-text-stroke-expected.txt: Added.
        * fast/css/getPropertyValue-webkit-text-stroke.html: Added.

2013-03-04  Uday Kiran  <udaykiran@motorola.com>

        getPropertyValue for -webkit-columns returns null, should compute the shorthand value
        https://bugs.webkit.org/show_bug.cgi?id=111011

        Reviewed by Alexander Pavlov.

        Added test for getPropertyValue("-webkit-columns").

        * fast/css/getPropertyValue-columns-expected.txt: Added.
        * fast/css/getPropertyValue-columns.html: Added.

2013-03-04  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Do not accumulate file system files, add them to workspace immediately
        https://bugs.webkit.org/show_bug.cgi?id=111325

        Reviewed by Pavel Feldman.

        * inspector/file-system-project.html:

2013-03-04  Chris Fleizach  <cfleizach@apple.com>

        AX: cellForColumnAndRow fails for tables with hidden table cells
        https://bugs.webkit.org/show_bug.cgi?id=110050

        Reviewed by Tim Horton.

        * accessibility/table-with-hidden-head-section-expected.txt: Added.
        * accessibility/table-with-hidden-head-section.html: Added.
        * platform/chromium/TestExpectations:

2013-03-04  Arpita Bahuguna  <a.bah@samsung.com>

        getAttribute does not behave correctly for mixed-case attributes on HTML elements
        https://bugs.webkit.org/show_bug.cgi?id=105713

        Reviewed by Andreas Kling.

        * fast/dom/Element/getAttribute-case-insensitivity-expected.txt: Added.
        * fast/dom/Element/getAttribute-case-insensitivity.html: Added.
        Layout test added for verifying that getAttribute() and getAttributeNode()
        APIs convert the passed attribute name to lowercase before comparing
        against the existing attributes.

2013-03-04  Joshua Bell  <jsbell@chromium.org>

        [V8] Add LayoutTests for SerializedScriptValue Int32/Uint32 cases
        https://bugs.webkit.org/show_bug.cgi?id=111364

        Reviewed by Kentaro Hara.

        A lack of layout tests for SerializedScriptValue special cases let
        crbug.com/179280 slip in and out un-noticed. Rectify the situation.

        * platform/chromium/fast/storage/serialized-script-value-expected.txt:
        * platform/chromium/fast/storage/serialized-script-value.html:
        * storage/indexeddb/structured-clone-expected.txt:
        * storage/indexeddb/structured-clone.html:

2013-03-04  Brandon Jones  <bajones@google.com>

        WEBGL_compressed_texture_atc implementation
        https://bugs.webkit.org/show_bug.cgi?id=110496

        Reviewed by Kenneth Russell.

        * webgl/conformance/extensions/webgl-compressed-texture-atc-expected.txt: Added.
        * webgl/conformance/extensions/webgl-compressed-texture-atc.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-atc.html: Added.

2013-03-04  Eugene Klyuchnikov  <eustas@chromium.org>

        Web Inspector: Exceptions when WebInspector run in hosted mode.
        https://bugs.webkit.org/show_bug.cgi?id=111326

        Reviewed by Pavel Feldman.

        Test runtime commands code generator output.

        * inspector/inspector-backend-commands-generation-expected.txt: Added.
        * inspector/inspector-backend-commands-generation.html: Added.

2013-03-04  Kinuko Yasuda  <kinuko@chromium.org>

        Rebaseline 4 virtual/softwarecompositing tests.

        Unreviewed rebaseline of test expectations.

        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:

2013-03-04  Adam Barth  <abarth@webkit.org>

        Background HTML parser can rewind the tokenizer after end-of-file
        https://bugs.webkit.org/show_bug.cgi?id=111365

        Reviewed by Eric Seidel.

        * fast/parser/document-write-fighting-eof.html: Added.

2013-03-04  Tim 'mithro' Ansell  <mithro@mithis.com>

        Make sure that clearOwnerNode also clears StyleResolver references (via didMutate).
        https://bugs.webkit.org/show_bug.cgi?id=109446

        Reviewed by Eric Seidel.

        * fast/css/stylesheet.innerHTML-calls-didmutate-expected.txt: Added.
        * fast/css/stylesheet.innerHTML-calls-didmutate.html: Added.

2013-03-04  Christian Biesinger  <cbiesinger@chromium.org>

        REGRESSION (r143643): Buttons containing floats render differently
        https://bugs.webkit.org/show_bug.cgi?id=110933

        Reviewed by Ojan Vafai.

        * css3/flexbox/float-inside-flexitem-expected.html: Added.
        * css3/flexbox/float-inside-flexitem.html: Added.
        * fast/forms/button-with-float-expected.html: Added.
        * fast/forms/button-with-float.html: Added.

2013-03-04  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed, rolling out r144595.
        http://trac.webkit.org/changeset/144595
        https://bugs.webkit.org/show_bug.cgi?id=90341

        Causing multiple crashes in fast/dom/Element/* tests (hits
        assert in Attr.cp:215)

        * fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt: Removed.
        * fast/dom/Element/setAttributeNode-case-insensitivity.html: Removed.

2013-03-04  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: touch-gesture-noscroll-body-* are failing on mac.

2013-03-04  Chris Fleizach  <cfleizach@apple.com>

        Support WebSpeech - Speech Synthesis
        https://bugs.webkit.org/show_bug.cgi?id=106742

        Reviewed by Simon Fraser.

        Unskip speech synthesis tests.

        * fast/dom/script-tests/constructed-objects-prototypes.js:
        (constructorPropertiesOnWindow):
        * platform/mac/TestExpectations:

2013-03-04  Ruslan Abdikeev  <aruslan@chromium.org>

        <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
        https://bugs.webkit.org/show_bug.cgi?id=109061

        Reviewed by Adam Barth.

        Added test for apple-touch-icon in allIconURLs().
        Changed iconURLs() to shortcutIconURLs().

        * fast/dom/icon-url-change.html:
        * fast/dom/icon-url-list-apple-touch-expected.txt: Added.
        * fast/dom/icon-url-list-apple-touch.html: Added.
        * fast/dom/icon-url-list.html:
        * fast/dom/icon-url-property.html:

2013-02-27  Jeffrey Pfau  <jpfau@apple.com>

        Cache partitioning does not affect iframe MainResources
        https://bugs.webkit.org/show_bug.cgi?id=111022

        Reviewed by David Kilzer.

        These tests results are for the case in which the cache is not
        partitioned, as no shipping ports have cache partitioning enabled

        * http/tests/cache/partitioned-cache-iframe-expected.txt: Added.
        * http/tests/cache/partitioned-cache-iframe.html: Added.
        * http/tests/cache/resources/random-cached-iframe.cgi: Added.

2013-03-04  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: Marking all html5lib/generated/ as crashing.

2013-03-04  Alan Cutter  <alancutter@chromium.org>

        CSS3 calc: identify divide by zero cases at parse time
        https://bugs.webkit.org/show_bug.cgi?id=80411

        Reviewed by Tony Chang.

        Added tests to check whether divide by 0 cases are caught.

        * css3/calc/catch-divide-by-0-expected.txt: Added.
        * css3/calc/catch-divide-by-0.html: Added.

2013-03-04  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Add parsing for grid-{start|before}
        https://bugs.webkit.org/show_bug.cgi?id=110988

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
        * fast/css-grid-layout/grid-item-column-row-get-set.html:
        Extended the test to make sure that both grid-column (resp. grid-row) and grid-start (resp. grid-before) are
        in sync.

        * fast/css-grid-layout/grid-item-start-before-get-set-expected.txt: Added.
        * fast/css-grid-layout/grid-item-start-before-get-set.html: Added
        Add this test for grid-{start|before}, similar to LayoutTests/fast/css-grid-layout/grid-item-column-row-get-set.html.

2013-03-04  Chris Fleizach  <cfleizach@apple.com>

        WebSpeech: change voiceURI to voice
        https://bugs.webkit.org/show_bug.cgi?id=110773

        Reviewed by Tim Horton.

        * platform/mac/fast/speechsynthesis/speech-synthesis-utterance-uses-voice-expected.txt: Added.
        * platform/mac/fast/speechsynthesis/speech-synthesis-utterance-uses-voice.html: Added.

2013-03-04  Victor Costan <costan@gmail.com>

        Filename passed to FormData.append() takes precedence over filename in
        File.
        https://bugs.webkit.org/show_bug.cgi?id=111255

        Reviewed by Alexey Proskuryakov.

        (runTest):
        * http/tests/local/formdata/send-form-data-with-filename-expected.txt: Added.
        * http/tests/local/formdata/send-form-data-with-filename.html: Added.
        * http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt: Updated
        to reflect the behavior specified in the XMLHttpRequest W3C spec.
        * platform/wk2/TestExpectations: newly added test doesn't work in
        WebKit2 because beginDragWithFiles is not implemented

2013-03-04  Alexis Hetu  <sugoi@chromium.org>

        Canvas and DOM go out of sync
        https://bugs.webkit.org/show_bug.cgi?id=107701

        Reviewed by Simon Fraser.

        Added a new layout test for moving an object (a div) within a div that
        has the "overflow:hidden" property.

        * fast/canvas/canvas-overflow-hidden-animation-expected.html: Added.
        * fast/canvas/canvas-overflow-hidden-animation.html: Added.

2013-03-04  Tom Sepez  <tsepez@chromium.org>

        XSSAuditor bypass with --> comment syntax.
        https://bugs.webkit.org/show_bug.cgi?id=111349

        Reviewed by Adam Barth.

        * http/tests/security/xssAuditor/open-iframe-src-03-expected.txt: Added.
        * http/tests/security/xssAuditor/open-iframe-src-03.html: Added.

2013-03-04  Christian Biesinger  <cbiesinger@chromium.org>

        (tests) flexbox/resources.css should use unprefixed properties, for firefox
        https://bugs.webkit.org/show_bug.cgi?id=111010

        Reviewed by Tony Chang.

        Search & replace to remove -moz- prefixes, as per
        https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_flexible_boxes:
        "Gecko implementation is unprefixed (and is no longer behind a
        preference as of Firefox 20)"

        * css3/flexbox/resources/flexbox.css:
        (.flexbox):
        (.inline-flexbox):
        (.flex-none):
        (.flex-auto):
        (.flex-one):
        (.row):
        (.row-reverse):
        (.column):
        (.column-reverse):
        (.wrap):
        (.wrap-reverse):
        (.align-content-flex-start):
        (.align-content-flex-end):
        (.align-content-center):
        (.align-content-space-between):
        (.align-content-space-around):
        (.align-content-stretch):
        (.align-items-flex-start):
        (.align-items-flex-end):
        (.align-items-center):
        (.align-items-baseline):
        (.align-items-stretch):
        (.align-self-auto):
        (.align-self-flex-start):
        (.align-self-flex-end):
        (.align-self-center):
        (.align-self-baseline):
        (.align-self-stretch):
        (.justify-content-flex-start):
        (.justify-content-flex-end):
        (.justify-content-center):
        (.justify-content-space-between):
        (.justify-content-space-around):

2013-03-04  Uday Kiran  <udaykiran@motorola.com>

        getComputedStyle not implemented for -webkit-columns shorthand
        https://bugs.webkit.org/show_bug.cgi?id=111236

        Reviewed by Alexis Menard.

        Add test to check getComputedStyle for -webkit-columns.

        * fast/css/getComputedStyle/getComputedStyle-webkit-columns-shorthand-expected.txt: Added.
        * fast/css/getComputedStyle/getComputedStyle-webkit-columns-shorthand.html: Added.

2013-03-04  Alexis Menard  <alexis@webkit.org>

        transition-property property and transition shorthand property doesn't accept "all, all".
        https://bugs.webkit.org/show_bug.cgi?id=111201

        Reviewed by Simon Fraser.

        Updated the tests to cover the bug.

        * transitions/transitions-parsing-expected.txt:
        * transitions/transitions-parsing.html:

2013-03-04  Ian Vollick  <vollick@chromium.org>

        ASSERTION FAILED: m_clipRectsCache->m_respectingOverflowClip[clipRectsType] == (clipRectsContext.respectOverflowClip == RespectOverflowClip) in RenderLayer.
        https://bugs.webkit.org/show_bug.cgi?id=108257

        Reviewed by David Hyatt.

        * platform/efl-wk2/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:

2013-03-03  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] Make sure region styling works for columns inside regions.
        https://bugs.webkit.org/show_bug.cgi?id=111276

        Reviewed by Sam Weinig.

        * fast/regions/region-style-in-columns-expected.html: Added.
        * fast/regions/region-style-in-columns.html: Added.

2013-03-04  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt][WK2] Unreviewed gardening. Updated platform specific expected files and png results.

        * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
        * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-expected.png: Added.
        * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-expected.txt: Added.
        * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png:
        * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.txt: Added.
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png:
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.png: Added.
        * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
        * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: Added.
        * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png: Added.
        * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/ruby/position-after-expected.png: Added.
        * platform/qt-5.0-wk2/fast/ruby/position-after-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
        * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
        * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/custom/visibility-override-filter-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png.
        * platform/qt-5.0-wk2/svg/custom/visibility-override-filter-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/filters/big-sized-filter-2-expected.png: Added.
        * platform/qt-5.0-wk2/svg/filters/big-sized-filter-2-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/filters/filterRes1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png.
        * platform/qt-5.0-wk2/svg/filters/filterRes1-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/filters/filterRes3-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png.
        * platform/qt-5.0-wk2/svg/filters/filterRes3-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/filters/parent-children-with-same-filter-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png.
        * platform/qt-5.0-wk2/svg/filters/parent-children-with-same-filter-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/filters/shadow-on-filter-expected.png: Added.
        * platform/qt-5.0-wk2/svg/filters/shadow-on-filter-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
        * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
        * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
        * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Added.

2013-03-04  Alexis Menard  <alexis@webkit.org>

        transition properties can't be found in CSSStyleDeclaration
        https://bugs.webkit.org/show_bug.cgi?id=110011

        Reviewed by Antti Koivisto.

        Updated layout test to cover the bug.

        * transitions/transitions-parsing-expected.txt:
        * transitions/transitions-parsing.html:

2013-03-04  Antoine Quint  <graouts@apple.com>

        Web Inspector: remove existing LayerTreeAgent protocol APIs
        https://bugs.webkit.org/show_bug.cgi?id=111251

        Remove existing tests since they're testing API that we're
        removing.

        Reviewed by Timothy Hatcher.

        * inspector-protocol/layer-tree-expected.txt: Removed.
        * inspector-protocol/layer-tree-generated-content-expected.txt: Removed.
        * inspector-protocol/layer-tree-generated-content.html: Removed.
        * inspector-protocol/layer-tree.html: Removed.

2013-03-04  Li Yin  <li.yin@intel.com>

        MediaStream.ended must return true when it is created with ended tracks.
        https://bugs.webkit.org/show_bug.cgi?id=111293

        Reviewed by Kentaro Hara.

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

2013-03-04  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Adding new rules broken if a <style> tag is added to document dynamically
        https://bugs.webkit.org/show_bug.cgi?id=111299

        Reviewed by Pavel Feldman.

        * inspector/styles/add-new-rule-with-style-after-body-expected.txt: Added.
        * inspector/styles/add-new-rule-with-style-after-body.html: Added.

2013-03-04  Kinuko Yasuda  <kinuko@chromium.org>

        [Chromium] Unreviewed, removing failure test expectations for passing softwarecompositing tests.

        * platform/chromium/TestExpectations:

2013-03-04  Mike West  <mkwst@chromium.org>

        XSSAuditor should strip dangerous attributes from SMIL animation elements.
        https://bugs.webkit.org/show_bug.cgi?id=111071

        Reviewed by Adam Barth.

        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
            Add a new mode that dumps an element and its attributes, which is a
            bit more robust than adding a new mode for each attribute type we're
            interested in.
        * http/tests/security/xssAuditor/svg-animate-expected.txt: Added.
        * http/tests/security/xssAuditor/svg-animate.html: Added.

2013-03-04  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Marking a few layout tests as flaky.

2013-03-04  Adam Bergkvist  <adam.bergkvist@ericsson.com>

        MediaStream API: local addTrack() and removeTrack() operations should not fire events.
        https://bugs.webkit.org/show_bug.cgi?id=111079

        Reviewed by Adam Barth.

        Replaced the test since the old test was driven by the event firing
        removed by this patch.

        * fast/mediastream/MediaStream-add-remove-tracks-expected.txt: Added.
        * fast/mediastream/MediaStream-add-remove-tracks.html: Added.
        * fast/mediastream/MediaStreamTrackList-expected.txt: Removed.
        * fast/mediastream/MediaStreamTrackList.html: Removed.

2013-03-04  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: touchmove not emulated inside iframe
        https://bugs.webkit.org/show_bug.cgi?id=111292

        Reviewed by Vsevolod Vlasov.

        * fast/events/touch/emulated-touch-iframe.html:
        * fast/events/touch/resources/emulated-touch-iframe2.html:

2013-03-04  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.
        https://bugs.webkit.org/show_bug.cgi?id=111290

        * platform/qt/TestExpectations: Skipped failing test after r144461.

2013-03-03  Alexander Pavlov  <apavlov@chromium.org>

        Unreviewed, rolling out r144455.
        http://trac.webkit.org/changeset/144455
        https://bugs.webkit.org/show_bug.cgi?id=111165

        A simpler solution to the SecurityOrigin -> localStorage
        lookup exists

        * http/tests/inspector-enabled/dom-storage-open.html:
        * http/tests/inspector/filesystem/delete-entry.html:
        * http/tests/inspector/filesystem/request-filesystem-root.html:
        * http/tests/inspector/indexeddb/database-data.html:
        * http/tests/inspector/indexeddb/database-names.html:
        * http/tests/inspector/indexeddb/database-structure.html:
        * http/tests/inspector/resource-tree/resource-tree-events.html:

2013-03-03  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed chromium gardening

        Remove failure annotation on tests which was already fixed.

        * platform/chromium/TestExpectations:

2013-03-03  Arpita Bahuguna  <a.bah@samsung.com>

        createAttribute/setAttributeNode does not properly normalize case
        https://bugs.webkit.org/show_bug.cgi?id=90341

        Reviewed by Darin Adler.

        * fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt: Added.
        * fast/dom/Element/setAttributeNode-case-insensitivity.html: Added.
        Testcase for verifying that setAttributeNode() checks against existing
        attributes in a case insensitive manner. It updates the value of an
        existing attribute (in lower case) with that of the one set using
        setAttributeNode() (in upper case).
        The test also verifies the behavior of attributes when specified with
        namespace and prefix.

2013-03-03  Ryosuke Niwa  <rniwa@webkit.org>

        Some perf. tests have variances that differ greatly between runs
        https://bugs.webkit.org/show_bug.cgi?id=97510

        Reviewed by Benjamin Poulain.

        Use dromaeoIterationCount now that we no longer support iterationCount.

        * fast/harness/perftests/runs-per-second-iterations.html:

2013-03-03  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r144567.
        http://trac.webkit.org/changeset/144567
        https://bugs.webkit.org/show_bug.cgi?id=111266

        Does not compile on apple-win (Requested by abarth on
        #webkit).

        * fast/dom/icon-url-change.html:
        * fast/dom/icon-url-list-apple-touch-expected.txt: Removed.
        * fast/dom/icon-url-list-apple-touch.html: Removed.
        * fast/dom/icon-url-list.html:
        * fast/dom/icon-url-property.html:
        * platform/chromium-android/fast/dom/icon-url-list-apple-touch-expected.txt: Removed.

2013-03-03  Ruslan Abdikeev  <aruslan@chromium.org>

        <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
        https://bugs.webkit.org/show_bug.cgi?id=109061

        Reviewed by Adam Barth.

        Added test for apple-touch-icon in allIconURLs().
        Changed iconURLs() to shortcutIconURLs().

        * fast/dom/icon-url-change.html:
        * fast/dom/icon-url-list-apple-touch-expected.txt: Added.
        * fast/dom/icon-url-list-apple-touch.html: Added.
        * fast/dom/icon-url-list.html:
        * fast/dom/icon-url-property.html:

2013-03-03  Mike West  <mkwst@chromium.org>

        CSP: Throw a warning when a '*-report-only' header doesn't contain a 'report-uri' directive.
        https://bugs.webkit.org/show_bug.cgi?id=111208

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/report-only-report-uri-missing-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html: Added.

2013-03-02  Zan Dobersek  <zdobersek@igalia.com>

        REGRESSION (r144517): IndexedDB layout test failures on GTK
        https://bugs.webkit.org/show_bug.cgi?id=111243

        Reviewed by Martin Robinson.

        * platform/gtk/TestExpectations: Removing failure expectations for IDB tests that again pass.

2013-03-02  Benjamin Poulain  <bpoulain@apple.com>

        Move computedStyleIncludingVisitedInfo from TestRunner to Internals
        https://bugs.webkit.org/show_bug.cgi?id=109772

        Reviewed by Andreas Kling.

        Update the tests.

        * fast/history/multiple-classes-visited.html:
        * fast/history/nested-visited-test.html:
        * fast/history/self-is-visited.html:
        * fast/history/sibling-visited-test.html:
        * fast/loader/stateobjects/state-url-sets-links-visited.html:
        * platform/win/TestExpectations: unskip the tests.
        * platform/chromium/TestExpectations:

2013-03-02  Rob Buis  <rbuis@rim.com>

        Text overflow ellipsis wrong color when using webkit-text-fill-color
        https://bugs.webkit.org/show_bug.cgi?id=54841

        Reviewed by David Hyatt.

        Add reftest for using -webkit-text-fill-color in combination with text-overflow:ellipsis.

        * fast/css/text-overflow-ellipsis-color-expected.html: Added.
        * fast/css/text-overflow-ellipsis-color.html: Added.

2013-03-02  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip some passing tests.

        * platform/efl/TestExpectations: Remove tests that pass after
        r140006 and r139217.

2013-03-02  Nayan Kumar K  <nayankk@motorola.com>

        [WebGL] Support for texImage2D of type HALF_FLOAT_OES with ArrayBufferView.
        https://bugs.webkit.org/show_bug.cgi?id=110818

        Reviewed by Kenneth Russell.

        As per OES_texture_half_float specification texImage2D and texSubImage2D entry
        points taking ArrayBufferView should extended to accept null with the pixel type
        HALF_FLOAT_OES.

        * fast/canvas/webgl/constants.html:
        * fast/canvas/webgl/oes-texture-half-float-expected.txt: Added.
        * fast/canvas/webgl/oes-texture-half-float-not-supported-expected.txt: Added.
        * fast/canvas/webgl/oes-texture-half-float-not-supported.html: Added.
        * fast/canvas/webgl/oes-texture-half-float.html: Added.

2013-03-01  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for IndexedDB tests
        that regressed on platforms using JavaScriptCore with r144517.

2013-03-01  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] Transformed objects inside fragmented transparent objects don't render
        https://bugs.webkit.org/show_bug.cgi?id=111221.

        Reviewed by Simon Fraser.

        * fast/multicol/mixed-opacity-fixed-test-expected.html: Added.
        * fast/multicol/mixed-opacity-fixed-test.html: Added.
        * fast/multicol/mixed-opacity-test-expected.html: Added.
        * fast/multicol/mixed-opacity-test.html: Added.
        * fast/multicol/transform-inside-opacity-expected.html: Added.
        * fast/multicol/transform-inside-opacity.html: Added.

2013-03-01  Kentaro Hara  <haraken@chromium.org>

        Style recalculation takes too long when adding whitespace text nodes
        https://bugs.webkit.org/show_bug.cgi?id=110786

        Reviewed by Darin Adler.

        * fast/html/details-nested-2-expected.txt: Sometimes anonymous blocks are left without
        being cleaned up (for some reason). With this patch, one anonymouse block is removed at
        the clean-up phase (for some reason). Anyway the new behavior is an expected behavior.
        * platform/chromium-mac/fast/html/details-nested-2-expected.txt: Ditto.
        * platform/chromium-win/fast/html/details-nested-2-expected.txt: Ditto.
        * platform/efl/fast/html/details-nested-2-expected.txt: Ditto.
        * platform/mac/fast/html/details-nested-2-expected.txt: Ditto.
        * platform/qt/fast/html/details-nested-2-expected.txt: Ditto.
        * perf/append-text-nodes-without-renderers-expected.txt: Added. For performance test.
        * perf/append-text-nodes-without-renderers.html: Added. Ditto.

2013-03-01  Jason Anderssen  <janderssen@gmail.com>

        Move markerTextForListItem from TestRunner to Internals
        https://bugs.webkit.org/show_bug.cgi?id=110939

        Reviewed by Benjamin Poulain.

        * fast/lists/resources/dump-list.js:
        (dumpListItemAsHTML):
        (testListItemMarkerEqualsListItemText):
        * fast/lists/w3-css3-list-styles-numeric.html:

2013-03-01  Terry Anderson  <tdanderson@chromium.org>

        EventHandler::handleGestureScrollUpdate() should invoke the user-generated scroll routines 
        so its behavior matches other user-initiated scrolls
        https://bugs.webkit.org/show_bug.cgi?id=109769

        Reviewed by James Robinson.

        Four new layout tests have been added and touch-gesture-scroll-page.html has been
        modified to demonstrate that this patch fixes two existing bugs. See the inline
        comments below for details.

        Because I am now using the existing user-generated scroll logic, the delta for a single
        GestureScrollUpdate event will not be propagated to the parent of the targeted node
        unless the targeted node has no remaining scrollable area. So the changes to the
        existing layout tests have been made to ensure that the targeted node has been fully
        scrolled before subsequent GestureScrollUpdate events will scroll the parent(s) of
        the targeted node.

        I have also removed the function recordScroll() from the existing layout tests
        because this function already exists in the included file resources/gesture-helpers.js.

        * fast/events/touch/gesture/touch-gesture-noscroll-body-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-noscroll-body-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
        * fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
        * fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
        * fast/events/touch/gesture/touch-gesture-noscroll-body.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html:
        * fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html:
        * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html:
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html:
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html:
        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html:
        * fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html:
        * fast/events/touch/gesture/touch-gesture-scroll-page.html:
              I modified this layout test in order to add test coverage for another bug
              which is fixed by this patch: if the hit test performed on a GestureScrollBegin
              does not target a specific node, the subsequent GestureScrollUpdate events should
              still attempt to scroll the page itself. This is consistent with how mousewheel
              events behave.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden-expected.txt: Added.
              These four new layout tests verify that a non-scrollable body will not scroll,
              as reported in https://bugs.webkit.org/show_bug.cgi?id=109316.

2013-03-01  Roger Fong  <roger_fong@apple.com>

		Unreviewed gardening of AppleWin port.

		* platform/win/TestExpectations:

2013-03-01  Roger Fong  <roger_fong@apple.com>

		Unreviewed gardening of AppleWin port.

		* platform/win/TestExpectations:

2013-03-01  Roger Fong  <roger_fong@apple.com>

		Unreviewed gardening of AppleWin port.

		* platform/win/TestExpectations:

2013-03-01  James Robinson  <jamesr@chromium.org>

        [chromium] Mark some software compositing tests as failing before landing anti-aliasing changes
        https://bugs.webkit.org/show_bug.cgi?id=111224

        * platform/chromium/TestExpectations:

2013-03-01  Adrienne Walker  <enne@chromium.org>

        [chromium] Mark more flaky tests related to scrollbar ordering
        https://bugs.webkit.org/show_bug.cgi?id=111199

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-03-01  Victor Carbune  <vcarbune@chromium.org>

        Support padding, margin and border for internal UA cue styling
        https://bugs.webkit.org/show_bug.cgi?id=110703

        Reviewed by Eric Carlson.

        * media/track/track-cue-rendering-with-padding-expected.txt: Added.
        * media/track/track-cue-rendering-with-padding.html: Added.

2013-03-01  Chris Fleizach  <cfleizach@apple.com>

        AX: Upstream iOS Accessibility layout tests
        https://bugs.webkit.org/show_bug.cgi?id=111187

        Reviewed by David Kilzer.

        Upstream the latest iOS Accessibility layout tests.

        * platform/iphone-simulator: Added.
        * platform/iphone-simulator/accessibility: Added.
        * platform/iphone-simulator/accessibility/accessibility-aria-table-children-expected.txt: Added.
        * platform/iphone-simulator/accessibility/accessibility-aria-table-children.html: Added.
        * platform/iphone-simulator/accessibility/accessibility-crash-in-axcontainer-expected.txt: Added.
        * platform/iphone-simulator/accessibility/accessibility-crash-in-axcontainer.html: Added.
        * platform/iphone-simulator/accessibility/accessibility-hint-expected.txt: Added.
        * platform/iphone-simulator/accessibility/accessibility-hint.html: Added.
        * platform/iphone-simulator/accessibility/aria-pressed-state-expected.txt: Added.
        * platform/iphone-simulator/accessibility/aria-pressed-state.html: Added.
        * platform/iphone-simulator/accessibility/centerpoint-expected.txt: Added.
        * platform/iphone-simulator/accessibility/centerpoint.html: Added.
        * platform/iphone-simulator/accessibility/dom-focus-fires-on-correct-element-expected.txt: Added.
        * platform/iphone-simulator/accessibility/dom-focus-fires-on-correct-element.html: Added.
        * platform/iphone-simulator/accessibility/focus-change-notifications-expected.txt: Added.
        * platform/iphone-simulator/accessibility/focus-change-notifications.html: Added.
        * platform/iphone-simulator/accessibility/header-elements-expected.txt: Added.
        * platform/iphone-simulator/accessibility/header-elements.html: Added.
        * platform/iphone-simulator/accessibility/identifier-expected.txt: Added.
        * platform/iphone-simulator/accessibility/identifier.html: Added.
        * platform/iphone-simulator/accessibility/internal-link-expected.txt: Added.
        * platform/iphone-simulator/accessibility/internal-link.html: Added.
        * platform/iphone-simulator/accessibility/link-with-images-text-expected.txt: Added.
        * platform/iphone-simulator/accessibility/link-with-images-text.html: Added.
        * platform/iphone-simulator/accessibility/link-with-only-image-expected.txt: Added.
        * platform/iphone-simulator/accessibility/link-with-only-image.html: Added.
        * platform/iphone-simulator/accessibility/math-expected.txt: Added.
        * platform/iphone-simulator/accessibility/math.html: Added.
        * platform/iphone-simulator/accessibility/mixed-checkboxes-expected.txt: Added.
        * platform/iphone-simulator/accessibility/mixed-checkboxes.html: Added.
        * platform/iphone-simulator/accessibility/no-child-link-header-expected.txt: Added.
        * platform/iphone-simulator/accessibility/no-child-link-header.html: Added.
        * platform/iphone-simulator/accessibility/non-contiguous-link-expected.txt: Added.
        * platform/iphone-simulator/accessibility/non-contiguous-link.html: Added.
        * platform/iphone-simulator/accessibility/password-value-expected.txt: Added.
        * platform/iphone-simulator/accessibility/password-value.html: Added.
        * platform/iphone-simulator/accessibility/placeholder-value-expected.txt: Added.
        * platform/iphone-simulator/accessibility/placeholder-value.html: Added.
        * platform/iphone-simulator/accessibility/popup-button-value-label-expected.txt: Added.
        * platform/iphone-simulator/accessibility/popup-button-value-label.html: Added.
        * platform/iphone-simulator/accessibility/radio-button-expected.txt: Added.
        * platform/iphone-simulator/accessibility/radio-button.html: Added.
        * platform/iphone-simulator/accessibility/secure-text-field-expected.txt: Added.
        * platform/iphone-simulator/accessibility/secure-text-field.html: Added.
        * platform/iphone-simulator/accessibility/selected-buttons-expected.txt: Added.
        * platform/iphone-simulator/accessibility/selected-buttons.html: Added.
        * platform/iphone-simulator/accessibility/selected-text-expected.txt: Added.
        * platform/iphone-simulator/accessibility/selected-text.html: Added.
        * platform/iphone-simulator/accessibility/tab-role-expected.txt: Added.
        * platform/iphone-simulator/accessibility/tab-role.html: Added.
        * platform/iphone-simulator/accessibility/table-cell-for-row-col-expected.txt: Added.
        * platform/iphone-simulator/accessibility/table-cell-for-row-col.html: Added.
        * platform/iphone-simulator/accessibility/table-cell-ranges-expected.txt: Added.
        * platform/iphone-simulator/accessibility/table-cell-ranges.html: Added.
        * platform/iphone-simulator/accessibility/tables-lists-expected.txt: Added.
        * platform/iphone-simulator/accessibility/tables-lists.html: Added.
        * platform/iphone-simulator/accessibility/text-line-no-ignored-elements-expected.txt: Added.
        * platform/iphone-simulator/accessibility/text-line-no-ignored-elements.html: Added.
        * platform/iphone-simulator/accessibility/text-marker-list-item-expected.txt: Added.
        * platform/iphone-simulator/accessibility/text-marker-list-item.html: Added.
        * platform/iphone-simulator/accessibility/text-marker-validation-expected.txt: Added.
        * platform/iphone-simulator/accessibility/text-marker-validation.html: Added.
        * platform/iphone-simulator/accessibility/text-role-expected.txt: Added.
        * platform/iphone-simulator/accessibility/text-role.html: Added.
        * platform/iphone-simulator/accessibility/textfield-in-axvalue-expected.txt: Added.
        * platform/iphone-simulator/accessibility/textfield-in-axvalue.html: Added.
        * platform/iphone-simulator/accessibility/url-test-expected.txt: Added.
        * platform/iphone-simulator/accessibility/url-test.html: Added.

2013-03-01  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] Change inRenderFlowThread to follow containing block chain
        https://bugs.webkit.org/show_bug.cgi?id=111206

        Reviewed by Simon Fraser.

        * fast/multicol/positioned-outside-of-columns-expected.html: Added.
        * fast/multicol/positioned-outside-of-columns.html: Added.

2013-03-01  Bear Travis  <betravis@adobe.com>

        [css exclusions] setting shape-inside on a parent does not relayout child blocks' inline content
        https://bugs.webkit.org/show_bug.cgi?id=108128

        Reviewed by David Hyatt.

        Test that setting and resetting shape-inside and shape-outside correctly lay out
        content inside of child blocks.

        * fast/exclusions/shape-inside/shape-inside-dynamic-nested-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-dynamic-nested.html: Added.

2013-03-01  Uday Kiran  <udaykiran@motorola.com>

        getComputedStyle not implemented for -webkit-column-rule shorthand
        https://bugs.webkit.org/show_bug.cgi?id=111203

        Reviewed by Alexis Menard.

        Add test to check getComputedStyle for -webkit-column-rule.

        * fast/css/getComputedStyle/getComputedStyle-column-rule-expected.txt: Added.
        * fast/css/getComputedStyle/getComputedStyle-column-rule.html: Added.

2013-03-01  Adrienne Walker  <enne@chromium.org>

        [chromium] Mark rtl-iframe-absolute-overflow-scrolled as flaky.
        https://bugs.webkit.org/show_bug.cgi?id=111199

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-03-01  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Navigator should show tree element for each folder in the source path.
        https://bugs.webkit.org/show_bug.cgi?id=108943

        Reviewed by Pavel Feldman.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest.):
        (initialize_DebuggerTest):
        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        * inspector/debugger/navigator-view-expected.txt: Added.
        * inspector/debugger/navigator-view.html: Added.
        * inspector/debugger/scripts-file-selector-expected.txt: Removed.
        * inspector/debugger/scripts-file-selector.html: Removed.
        * inspector/debugger/scripts-panel-expected.txt:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/scripts-sorting-expected.txt:
        * inspector/debugger/scripts-sorting.html:

2013-03-01  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: [Regression] Snippets renaming is broken.
        https://bugs.webkit.org/show_bug.cgi?id=111181

        Reviewed by Alexander Pavlov.

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

2013-03-01  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skipped failing test.

2013-03-01  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Introduce opaque SecurityOrigin string identifiers in the frontend
        https://bugs.webkit.org/show_bug.cgi?id=111165

        Reviewed by Vsevolod Vlasov.

        Follow the string -> object conversion of the security origin.

        * http/tests/inspector-enabled/dom-storage-open.html:
        * http/tests/inspector/filesystem/delete-entry.html:
        * http/tests/inspector/filesystem/request-filesystem-root.html:
        * http/tests/inspector/indexeddb/database-data.html:
        * http/tests/inspector/indexeddb/database-names.html:
        * http/tests/inspector/indexeddb/database-structure.html:
        * http/tests/inspector/resource-tree/resource-tree-events.html:

2013-03-01  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed chromium gardening, update image expectation again

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:

2013-03-01  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r144443.
        http://trac.webkit.org/changeset/144443
        https://bugs.webkit.org/show_bug.cgi?id=111169

        Caused 2 tests to crash by segv on Chromium Mac10.6 (Requested
        by toyoshim on #webkit).

        * media/track/track-cue-rendering-with-padding-expected.txt: Removed.
        * media/track/track-cue-rendering-with-padding.html: Removed.

2013-03-01  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed chromium gardening, cleanup lint errors #2
        Remove duplicated entries.

        * platform/chromium/TestExpectations:

2013-03-01  Victor Carbune  <vcarbune@chromium.org>

        Support padding, margin and border for internal UA cue styling
        https://bugs.webkit.org/show_bug.cgi?id=110703

        Reviewed by Eric Carlson.

        * media/track/track-cue-rendering-with-padding-expected.txt: Added.
        * media/track/track-cue-rendering-with-padding.html: Added.

2013-03-01  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed chromium gardening

        * platform/chromium/TestExpectations:

2013-03-01  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Enable LINK_PREFETCH
        https://bugs.webkit.org/show_bug.cgi?id=111158

        Reviewed by Simon Hausmann.

        Unskip tests depending on LINK_PREFETCH.

        * platform/qt/TestExpectations:

2013-03-01  Vsevolod Vlasov  <vsevik@chromium.org>

        Flaky test: http/tests/inspector/resource-tree/resource-request-content-while-loading.html
        https://bugs.webkit.org/show_bug.cgi?id=111123

        Reviewed by Alexander Pavlov.

        * TestExpectations:
        * http/tests/inspector/resource-tree/resource-request-content-while-loading.html:
        * platform/chromium/TestExpectations:

2013-02-28  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Selector's raw start position in its line is considered to be 0 when computing UILocation
        https://bugs.webkit.org/show_bug.cgi?id=110732

        Reviewed by Vsevolod Vlasov.

        Changed tests have been rebaselined to follow the new source range structure.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.rangeText): Fix source range dumping format.
        * inspector/audits/audits-panel-functional-expected.txt:
        * inspector/audits/audits-panel-noimages-functional-expected.txt:
        * inspector/styles/get-set-stylesheet-text-expected.txt:
        * inspector/styles/parse-stylesheet-errors-expected.txt:
        * inspector/styles/resources/selector-line.css: Added.
        * inspector/styles/resources/selector-line.css.map: Added.
        * inspector/styles/resources/selector-line.scss: Added.
        * inspector/styles/selector-line-expected.txt: Added.
        * inspector/styles/selector-line.html: Added.
        * inspector/styles/styles-new-API-expected.txt:
        * inspector/styles/styles-source-offsets-expected.txt:
        * inspector/styles/styles-source-offsets.html:

2013-03-01  Mike West  <mkwst@chromium.org>

        [Mac] [WK1] http/tests/xmlhttprequest/navigation-should-abort.html fails
        https://bugs.webkit.org/show_bug.cgi?id=111052

        Reviewed by Alexey Proskuryakov.

        Currently, this test is failing to output the textual content of the
        'data:' URL to which the test navigates. Replacing this 'data:' URL
        with a "real" HTML file ensures that Mac WK1 behaves the same way as
        the other ports for this test.

        This doesn't really address the issue raised: navigation to a 'data:'
        URL should behave in the same way as a "real" URL; filed
        http://wkbug.com/111152 to track that issue.

        * http/tests/xmlhttprequest/resources/navigation-target.html: Added.
            Add an actual file to which we can navigate.
        * http/tests/xmlhttprequest/navigation-should-abort-expected.txt:
        * http/tests/xmlhttprequest/navigation-should-abort.html:
            Navigate to the new HTML file during the test rather than an inlined
            data: URL.
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
            Remove the expectations set in r144277.

2013-03-01  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk-wk1/TestExpectations: Removing expectation for the fast/canvas/canvas-currentPath-crash.html test.
        * platform/gtk/media/video-playing-and-pause-expected.txt: Rebaselining.

2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed chromium gardening
        https://bugs.webkit.org/show_bug.cgi?id=111141

        * platform/chromium/TestExpectations:

2013-02-28  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] Gardening for some inspector tests
        https://bugs.webkit.org/show_bug.cgi?id=111131

        Unreviewed gardening.

        * platform/efl-wk1/TestExpectations:

2013-02-28  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r144370.
        http://trac.webkit.org/changeset/144370
        https://bugs.webkit.org/show_bug.cgi?id=111136

        Caused 21 assertion failure at DocumentLoader.cpp(436)
        (Requested by toyoshim on #webkit).

        * platform/mac/TestExpectations:

2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, chromium gardening; update expected image for Snow Leopard

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium/TestExpectations:

2013-02-28  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Rebaselines for Win decorations-with-text-combine.html

        Unreviewed expectations update.

        * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.png:
        * platform/chromium-win/fast/text/decorations-with-text-combine-expected.png:

2013-02-28  Eberhard Graether  <egraether@google.com>

        WebInspector: Switch hide element shortcut in ElementsPanel to use a selector
        https://bugs.webkit.org/show_bug.cgi?id=110641

        Reviewed by Pavel Feldman.

        This change switches the shortcut for adding visibility:hidden to an element's style
        to toggling a class name on the element and injecting a style rule into the element's
        document instead. This way it is possible to change the visibility of all child
        elements as well.

        Test: inspector/elements/hide-shortcut.html

        * inspector/elements/hide-shortcut-expected.txt: Added.
        * inspector/elements/hide-shortcut.html: Added.
        * inspector/elements/resources/hide-shortcut-iframe.html: Added.

2013-02-28  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] Focus problem in inspector/extensions/extensions-panel.html
        https://bugs.webkit.org/show_bug.cgi?id=97077

        Reviewed by Laszlo Gombos.

        Remove inspector/extensions/extensions-panel.html from TestExpectations.

        * platform/efl-wk1/TestExpectations:

2013-02-28  Levi Weintraub  <leviw@chromium.org>

        Stale FrameSelection in removed iframe causes crash
        https://bugs.webkit.org/show_bug.cgi?id=108696

        Reviewed by Ryosuke Niwa.

        * editing/selection/selection-in-iframe-removed-crash-expected.txt: Added.
        * editing/selection/selection-in-iframe-removed-crash.html: Added.

2013-02-28  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Rebaselines for Mac decorations-with-text-combine.html

        Unreviewed expectations update.

        * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.png:
        * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.png:

2013-02-28  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. Skip storage tests on Windows.

        * platform/win/TestExpectations:

2013-02-28  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky failure expectation to http/tests/inspector/resource-tree/resource-request-content-while-loading.html
        on all platforms per bug 111123.

        * TestExpectations:

2013-02-28  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, rebaselining fast/forms/date-appearance/basic.html for chromium.

        * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium/TestExpectations:

2013-02-28  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, rebaselining media/track/track-cue-rendering-vertical.html on chromium

        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Removed.
        * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.txt: Added.
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:
        * platform/chromium/TestExpectations:

2013-02-28  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, updating chromium TestExpectations to remove passing tests.

        * platform/chromium/TestExpectations:

2013-02-28  Kaustubh Atrawalkar  <kaustubh@motorola.com>

        Notification.requestPermission callback should be optional
        https://bugs.webkit.org/show_bug.cgi?id=108196

        Reviewed by Kentaro Hara.

        Spec says it should be optional.
        http://notifications.spec.whatwg.org/#notification

        * fast/notifications/notifications-request-permission-optional-expected.txt: Added.
        * fast/notifications/notifications-request-permission-optional.html: Added.

2013-02-28  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Move html5linb tests to be Slow rather than Timeout

        Unreviewed expectations. Requested by Eric Seidel.

        * platform/chromium/TestExpectations:

2013-02-28  Jochen Eisinger  <jochen@chromium.org>

        Meta referrer isn't honored for window.open
        https://bugs.webkit.org/show_bug.cgi?id=111076

        Reviewed by Adam Barth.

        * http/tests/security/referrer-policy-window-open-expected.txt: Added.
        * http/tests/security/referrer-policy-window-open.html: Added.

2013-02-28  Kondapally Kalyan  <kalyan.kondapally@intel.com>

        [EFL][WebGL] Enable compositing/webgl/webgl-reflection.html.
        https://bugs.webkit.org/show_bug.cgi?id=110688

        Reviewed by Laszlo Gombos.

        This patch adds platform specific test expectation files for the
        test and enables it for efl port.

        * platform/efl/TestExpectations:
        * platform/efl/compositing/webgl/webgl-reflection-expected.png: Added.
        * platform/efl/compositing/webgl/webgl-reflection-expected.txt: Added.

2013-02-28  Kent Tamura  <tkent@chromium.org>

        REGRESSION: INPUT_MULTIPLE_FIELDS_UI: Changing CSS display property on input[type=date] unexpectedly makes another line for ::-webkit-calendar-picker-indicator
        https://bugs.webkit.org/show_bug.cgi?id=110974

        Reviewed by Kentaro Hara.

        * fast/forms/date/date-appearance-basic-expected.txt:
        * fast/forms/date/date-appearance-basic.html:
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium/TestExpectations:

2013-02-28  Xianzhu Wang  <wangxianzhu@chromium.org>

        Focus ring for a child layer is incorrectly offset by ancestor composited layer's position
        https://bugs.webkit.org/show_bug.cgi?id=110895

        Reviewed by Simon Fraser.

        New ref test for the bug.

        * compositing/sub-layer-focus-ring-expected.html: Added.
        * compositing/sub-layer-focus-ring.html: Added.

2013-02-28  Justin Novosad  <junov@google.com>

        Re-baselining expected pixels for fast/borders/border-radius-percent.html on linux
        https://bugs.webkit.org/show_bug.cgi?id=110889

        Unreviewed

        * TestExpectations:
        * platform/chromium-linux/fast/borders/border-radius-percent-expected.png:

2013-02-28  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Unreviewed gardening, update expectation

        * platform/chromium/TestExpectations: Add Win modifier for compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html
            and remove modifiers for fast/forms/textarea/textarea-state-restore.html

2013-02-28  Adam Barth  <abarth@webkit.org>

        Remove these supressions now that we've reverted http://trac.webkit.org/changeset/144126.

        * platform/chromium/TestExpectations:

2013-02-28  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r144126 and r144176.
        http://trac.webkit.org/changeset/144126
        http://trac.webkit.org/changeset/144176
        https://bugs.webkit.org/show_bug.cgi?id=111096

        Caused fast/notifications/notifications-request-
        permission.html to crash (Requested by abarth on #webkit).

        * fast/notifications/notifications-request-permission-optional-expected.txt: Removed.
        * fast/notifications/notifications-request-permission-optional.html: Removed.

2013-02-28  Nate Chapin  <japhet@chromium.org>

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

        Reviewed by Adam Barth.

        * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt: Added.
        * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt: Added.

2013-02-28  Chris Fleizach  <cfleizach@apple.com>

        WebSpeech: support the boundary event
        https://bugs.webkit.org/show_bug.cgi?id=107350

        Reviewed by Beth Dakin.

        * platform/mac/fast/speechsynthesis/speech-synthesis-boundary-events-expected.txt: Added.
        * platform/mac/fast/speechsynthesis/speech-synthesis-boundary-events.html: Added.

2013-02-28  Adam Barth  <abarth@webkit.org>

        This timeout also happens in Release.

        * platform/chromium/TestExpectations:

2013-02-28  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Marking one more html5 test as timeout

        Unreviewed expectations, removing a Debug modifier.

        * platform/chromium/TestExpectations:

2013-02-26  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] Rewrite the painting/stacking model to be spec compliant.
        https://bugs.webkit.org/show_bug.cgi?id=110624.

        Reviewed by Simon Fraser.

        * fast/multicol/mixed-positioning-stacking-order-expected.html: Added.
        * fast/multicol/mixed-positioning-stacking-order.html: Added.

2013-02-28  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.
        https://bugs.webkit.org/show_bug.cgi?id=111058.

        * platform/qt/TestExpectations: Skipped failing test after r144236.

2013-02-28  Stephen Chenney  <schenney@chromium.org>

        Unreviewed gardening, update expectation

        * platform/chromium/TestExpectations: Add ImageOnlyFailure for compositing/rtl/rtl-iframe-fixed-overflow.html

2013-02-28  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Enable CANVAS_PATH flag
        https://bugs.webkit.org/show_bug.cgi?id=108508

        Reviewed by Simon Hausmann.

        Unskip CANVAS_PATH tests.

        * platform/qt/TestExpectations:

2013-02-28  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skipped failing test after r144265.

2013-02-28  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: class console-formatted-string renamed to console-formatted- ?
        https://bugs.webkit.org/show_bug.cgi?id=110881

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/console-test.js:
        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
        * inspector/console/console-object-preview-expected.txt:
        * inspector/console/console-object-preview.html:

2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed gardening, update expectation

        * platform/chromium/TestExpectations:

2013-02-28  Mike West  <mkwst@chromium.org>

        XSSAuditor should strip formaction attributes from input and button elements.
        https://bugs.webkit.org/show_bug.cgi?id=110975

        Reviewed by Daniel Bates.

        * http/tests/security/xssAuditor/formaction-on-button-expected.txt: Added.
        * http/tests/security/xssAuditor/formaction-on-button.html: Added.
        * http/tests/security/xssAuditor/formaction-on-input-expected.txt: Added.
        * http/tests/security/xssAuditor/formaction-on-input.html: Added.
        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
            Support 'showFormaction' as a new option to write out formaction values.

2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed gardening, clean up expectations to remove lint errors #1.

        * platform/chromium/TestExpectations:

2013-02-28  Mike West  <mkwst@chromium.org>

        Web Inspector: Make it obvious where command line functions come from
        https://bugs.webkit.org/show_bug.cgi?id=62367

        Reviewed by Pavel Feldman.

        * inspector/console/console-native-function-to-string-expected.txt: Added.
        * inspector/console/console-native-function-to-string.html: Added.

2013-02-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviwed gardening. Skip test that made to crash other test.

        * platform/qt-5.0-wk1/TestExpectations:

2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed gardening, update test expectation

        * platform/chromium/TestExpectations:

2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, gardening.
        https://bugs.webkit.org/show_bug.cgi?id=111062

        * platform/chromium/TestExpectations:

2013-02-28  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Generating missing baselines for an octet of media tests and removing related expectations.

        * platform/gtk/TestExpectations: Also removing expectation for
        fast/multicol/newmulticol/column-rules-fixed-height.html, the test is now passing.
        * platform/gtk/media/audio-controls-rendering-expected.png: Added.
        * platform/gtk/media/audio-controls-rendering-expected.txt: Added.
        * platform/gtk/media/controls-after-reload-expected.png: Added.
        * platform/gtk/media/controls-after-reload-expected.txt:
        * platform/gtk/media/controls-strict-expected.png: Added.
        * platform/gtk/media/controls-strict-expected.txt:
        * platform/gtk/media/controls-styling-strict-expected.txt:
        * platform/gtk/media/controls-without-preload-expected.png: Added.
        * platform/gtk/media/controls-without-preload-expected.txt:
        * platform/gtk/media/video-controls-rendering-expected.png:
        * platform/gtk/media/video-controls-rendering-expected.txt:
        * platform/gtk/media/video-display-toggle-expected.png: Added.
        * platform/gtk/media/video-display-toggle-expected.txt:
        * platform/gtk/media/video-playing-and-pause-expected.png: Added.
        * platform/gtk/media/video-playing-and-pause-expected.txt:

2013-02-28  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for tests added in r144236 and r144258.

2013-02-28  Mike West  <mkwst@chromium.org>

        Cleanup: XSSAuditor's form[action] tests should be manually executable.
        https://bugs.webkit.org/show_bug.cgi?id=111049

        Reviewed by Daniel Bates.

        We currently check whether we're running in a DRT-like world before
        creating user-visible output for XSSAuditor's form[action] tests. This
        patch removes that restriction in order to allow manually-run tests
        to show some reasonable output.

        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
            Drop the 'if (window.testRunner)' from the 'showAction' branch in
            order to allow manually running the test.

2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed gardening
        https://bugs.webkit.org/show_bug.cgi?id=111054

        * platform/chromium/TestExpectations:

2013-02-28  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skipped failing ref html tests.

        * platform/qt/TestExpectations:

2013-02-28  Ryosuke Niwa  <rniwa@webkit.org>

        Add a failing test expectation to navigation-should-abort.html on Mac WebKit1.
        The failure is tracked by the bug 111052.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-02-28  Adam Barth  <abarth@webkit.org>

        A couple more tweaks to TestExpectations after the threaded parser.

        * platform/chromium/TestExpectations:

2013-02-28  Kent Tamura  <tkent@chromium.org>

        Unreviewed, rolling out r144184.
        http://trac.webkit.org/changeset/144184
        https://bugs.webkit.org/show_bug.cgi?id=110974

        The change didn't fix all of the problems.

        * fast/forms/date/date-appearance-basic-expected.txt:
        * fast/forms/date/date-appearance-basic.html:
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium/TestExpectations:

2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed gardening, mark two tests as slow.
        https://bugs.webkit.org/show_bug.cgi?id=111038
        https://bugs.webkit.org/show_bug.cgi?id=111046

        * platform/chromium/TestExpectations:

2013-02-28  Adam Barth  <abarth@webkit.org>

        Apparently Failure does not include ImageOnlyFailure.

        * platform/chromium/TestExpectations:

2013-02-28  Adam Barth  <abarth@webkit.org>

        Unreviewed.

        The version of this file I landed in
        http://trac.webkit.org/changeset/144262 appears to have been
        ever-so-slightly incorrect.

        * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt:

2013-02-27  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r144224.
        http://trac.webkit.org/changeset/144224
        https://bugs.webkit.org/show_bug.cgi?id=111045

        Caused plugins/pass-different-npp-struct.html to time out
        (Requested by abarth on #webkit).

        * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
        * plugins/netscape-plugin-setwindow-size-2.html:
        * plugins/netscape-plugin-setwindow-size.html:
        * plugins/pass-different-npp-struct.html:

2013-02-27  Adam Barth  <abarth@webkit.org>

        Unreviewed.

        Update some test expectations based on the threaded parser behavior.
        These look like test integration issues rather than actual bugs in the
        parser. We will investigate them offline.

        * platform/chromium/TestExpectations:

2013-02-27  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of hour field should respect min/max attributes
        https://bugs.webkit.org/show_bug.cgi?id=109555

        Reviewed by Kent Tamura.

        Added test cases with min/max attributes.

        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-stepup-stepdown-from-renderer.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:

2013-02-27  Adam Barth  <abarth@webkit.org>

        [Chromium] Enable threaded HTML parser by default in DumpRenderTree
        https://bugs.webkit.org/show_bug.cgi?id=110907

        Reviewed by Eric Seidel.

        Update test results to show subtle differences in FrameLoaderClient callbacks.

        * platform/chromium-mac/security/block-test-no-port-expected.txt: Removed.
        * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt:
        * platform/chromium-win/security/block-test-no-port-expected.txt: Removed.
        * platform/chromium/fast/images/support-broken-image-delegate-expected.txt:
        * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Added.
        * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Added.
        * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Added.
        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
        * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
        * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Added.
        * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Added.
        * platform/chromium/security/block-test-no-port-expected.txt:

2013-02-27  Tien-Ren Chen  <trchen@chromium.org>

        Need to re-layout fixed position elements after scale when using settings()->fixedElementsLayoutRelativeToFrame()
        https://bugs.webkit.org/show_bug.cgi?id=105486

        Reviewed by James Robinson.

        In settings()->fixedElementsLayoutRelativeToFrame() mode, fixed-position
        elements are layout relative to the current visible viewport, which can
        be different from the layout viewport when using fixed-layout mode.
        We need to re-layout fixed-position elements in case of visible content
        size changes.

        The test is currently chromium-specific due to difficulties to make this
        test works on Mac. The mac port seems to work very differently with
        visible content size when a page is scaled. And there is no reliable way
        to hide scrollbars in mac-wk1 that doesn't cause a side effect.

        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Added.
        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Added.

2013-02-27  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Enable shape-inside rectangle support for shape-padding
        https://bugs.webkit.org/show_bug.cgi?id=110500

        Reviewed by Dirk Schulze.

        Added one shape-inside, shape-padding test for each CSS shape type.

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

2013-02-27  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Rebaseline after r144236
        https://bugs.webkit.org/show_bug.cgi?id=109879

        Unreviewed expectations update

        * platform/chromium-linux/plugins/plugin-clip-subframe-expected.txt: Added.

2013-02-27  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Rebaseline after r144236
        https://bugs.webkit.org/show_bug.cgi?id=109879

        Unreviewed expectations update

        * platform/chromium-mac/plugins/plugin-clip-subframe-expected.txt: Added.
        * platform/chromium-win-xp/plugins: Removed.
        * platform/chromium-win/plugins/plugin-clip-subframe-expected.txt: Added.

2013-02-27  James Simonsen  <simonjam@chromium.org>

        [chromium] Lower priority of preloaded images
        https://bugs.webkit.org/show_bug.cgi?id=110527

        Reviewed by Nate Chapin.

        * http/tests/loading/promote-img-preload-priority-expected.txt: Added.
        * http/tests/loading/promote-img-preload-priority.html: Added.

2013-02-27  Philip Rogers  <pdr@google.com>

        Rebaseline 2 SVG tests after WK108429

        This patch rebaselines svg/repaint after WK108429 and removes a stale
        test expectations entry for svg/custom/text-ctm.

        Unreviewed update of test expectations.

        * platform/chromium-win/svg/repaint/svgsvgelement-repaint-children-expected.png: Added.
        * platform/chromium-win/svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
        * platform/chromium/TestExpectations:

2013-02-27  Chris Fleizach  <cfleizach@apple.com>

        WebSpeech: support speech cancel
        https://bugs.webkit.org/show_bug.cgi?id=107349

        Reviewed by Beth Dakin.

        * platform/mac/fast/speechsynthesis/speech-synthesis-cancel-expected.txt: Added.
        * platform/mac/fast/speechsynthesis/speech-synthesis-cancel.html: Added.

2013-02-27  Kenneth Russell  <kbr@google.com>

        Insufficient validation when uploading depth textures to WebGL
        https://bugs.webkit.org/show_bug.cgi?id=110931

        Reviewed by Abhishek Arya.

        Updated webgl/conformance/extensions/webgl-depth-texture.html
        layout test with additional test cases. These changes will be
        added to the Khronos repository.

        * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html:
            Added more test cases.

2013-02-27  Chris Fleizach  <cfleizach@apple.com>
 
        AX: Mac platform should support ability to scroll an element into visible
        https://bugs.webkit.org/show_bug.cgi?id=109860

        Reviewed by Beth Dakin.

        * platform/mac/accessibility/scroll-to-visible-action.html: Added.
        * platform/mac/accessibility/scroll-to-visible-action-expected.txt: Added.

2013-02-27  John Bauman  <jbauman@chromium.org>

        Plugin in iframe may not display
        https://bugs.webkit.org/show_bug.cgi?id=109879

        Reviewed by Simon Fraser.

        Use log-npp-set-window to ensure plugin clip changes correctly.

        * platform/mac-wk2/plugins/plugin-clip-subframe-expected.txt: Added.
        * platform/mac/plugins/plugin-clip-subframe-expected.txt: Added.
        * plugins/plugin-clip-subframe-expected.txt: Added.
        * plugins/plugin-clip-subframe.html: Added.
        * plugins/resources/plugin-clip-subframe-iframe.html: Added.

2013-02-27  Chris Rogers  <crogers@google.com>

        Implement channel up-mixing and down-mixing rules
        https://bugs.webkit.org/show_bug.cgi?id=110812

        Reviewed by Kenneth Russell.

        * webaudio/audionode-channel-rules-expected.txt: Added.
        * webaudio/audionode-channel-rules.html: Added.

2013-02-27  Jochen Eisinger  <jochen@chromium.org>

        Skip media tests that fail on content_shell

        Unreviewed gardening.

        * platform/chromium/ContentShellTestExpectations:

2013-02-27  Jochen Eisinger  <jochen@chromium.org>

        plugins/netscape-plugin-setwindow-size*.html and plugins/pass-different-npp-struct.html should be async
        https://bugs.webkit.org/show_bug.cgi?id=110973

        Reviewed by Adam Barth.

        There is nothing that ensures that the log messages from the plugin
        come in before the layout test finished loading.

        * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed.
        * plugins/netscape-plugin-setwindow-size-2.html:
        * plugins/netscape-plugin-setwindow-size.html:
        * plugins/pass-different-npp-struct.html:

2013-02-27  Manuel Rego Casasnovas  <rego@igalia.com>

        Add smartInsertDeleteEnabled setting to WebCore::Page
        https://bugs.webkit.org/show_bug.cgi?id=107840

        Reviewed by Ryosuke Niwa.

        Replace testRunner.setSmartInsertDeleteEnabled by
        internals.settings.setSmartInsertDeleteEnabled in tests.

        * editing/deleting/smart-editing-disabled.html:
        * editing/selection/doubleclick-beside-cr-span.html:
        * editing/selection/doubleclick-whitespace-crash.html:
        * editing/selection/doubleclick-whitespace-img-crash.html:
        * editing/selection/doubleclick-whitespace.html:
        * platform/wk2/TestExpectations: Unflag
        editing/deleting/smart-editing-disabled.html as it passes now.

2013-02-27  Chris Fleizach  <cfleizach@apple.com>

        WebSpeech: Support pause/resume ability
        https://bugs.webkit.org/show_bug.cgi?id=107345

        Reviewed by Beth Dakin.

        * platform/mac/fast/speechsynthesis/speech-synthesis-pause-resume-expected.txt: Added.
        * platform/mac/fast/speechsynthesis/speech-synthesis-pause-resume.html: Added.

2013-02-27  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations updates

        Unreviewed expectations after recent bug fixes.

        * platform/chromium-mac-lion/fast/borders/border-radius-percent-expected.png: Added.
        * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-radius-percent-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-percent-expected.png: Added.
        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png:
        * platform/chromium-win/fast/borders/border-radius-percent-expected.png: Added.
        * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png:
        * platform/chromium/TestExpectations:

2013-02-27  Andrei Bucur  <abucur@adobe.com>

        REGRESSION(r124739): fast/lists/list-marker-remove-crash.html hits an assertion in MoveParagraphs
        https://bugs.webkit.org/show_bug.cgi?id=93247

        Reviewed by Darin Adler.

        Update TestExpectations because the test doesn't crash any more.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-27  Aaron Colwell  <acolwell@chromium.org>

        Fix SourceBufferList so SourceBuffer.append() calls are always rejected after the MediaSource is closed.
        https://bugs.webkit.org/show_bug.cgi?id=110917

        Reviewed by Eric Carlson.

        * http/tests/media/media-source/video-media-source-reject-append-after-reopening-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-reject-append-after-reopening.html: Added.

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

        [Qt] Unreviewed gardening. Unskipp inspector tests after r144071.

        * platform/qt/TestExpectations:

2013-02-27  Justin Novosad  <junov@google.com>

        REGRESSION (r134631) of border-radius percentage with border pixel
        https://bugs.webkit.org/show_bug.cgi?id=110889

        Reviewed by Simon Fraser.

        Adding new pixel test to verify the correct rendering of
        rounded rectangle backgrounds with inner border radii that
        exceed the dimensions of the inner edge of the border.

        * fast/borders/border-radius-percent-expected.txt: Added.
        * fast/borders/border-radius-percent.html: Added.
        * platform/chromium-linux/fast/borders/border-radius-percent-expected.png: Added.
        * platform/chromium/TestExpectations:

2013-02-27  Florin Malita  <fmalita@chromium.org>

        [Chromium] Layout Test svg/custom/transform-with-shadow-and-gradient.svg is failing
        https://bugs.webkit.org/show_bug.cgi?id=76557

        Reviewed by Stephen Chenney.

        * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png:
        * platform/chromium/TestExpectations:

2013-02-27  No'am Rosenthal  <noam@webkit.org>

        [Texmap] TextureMapper is too eager to use intermediate surfaces
        https://bugs.webkit.org/show_bug.cgi?id=110762

        Reviewed by Allan Sandfeld Jensen.

        Added a few ref-tests for correct overlap blending in accelearated compositing mode. 
        Skipping the new reflection test on Mac/Chromium since it's not rendered
        properly on those platforms.

        * compositing/overlap-blending/children-opacity-huge-expected.html: Added.
        * compositing/overlap-blending/children-opacity-huge.html: Added.
        * compositing/overlap-blending/children-opacity-no-overlap-expected.html: Added.
        * compositing/overlap-blending/children-opacity-no-overlap.html: Added.
        * compositing/overlap-blending/reflection-opacity-huge-expected.html: Added.
        * compositing/overlap-blending/reflection-opacity-huge.html: Added.

2013-02-27  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Template element support is already enabled in
        development builds. Removing skip entries for related tests as they all pass.

2013-02-27  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Rebaselining after r144096.

        * platform/gtk/TestExpectations:
        * platform/gtk/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/gtk/css2.1/replaced-elements-001-expected.png: Added.
        * platform/gtk/css3/flexbox/button-expected.png: Added.
        * platform/gtk/css3/flexbox/button-expected.txt: Added.
        * platform/gtk/svg/custom/foreign-object-skew-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt:

2013-02-27  Jochen Eisinger  <jochen@chromium.org>

        Add plugins test expectations for content_shell

        Unreviewed gardening.

        * platform/chromium/ContentShellTestExpectations:

2013-02-27  Kent Tamura  <tkent@chromium.org>

        REGRESSION: INPUT_MULTIPLE_FIELDS_UI: Changing CSS display property on input[type=date] unexpectedly makes another line for ::-webkit-calendar-picker-indicator
        https://bugs.webkit.org/show_bug.cgi?id=110974

        Reviewed by Kentaro Hara.

        * fast/forms/date/date-appearance-basic-expected.txt:
        * fast/forms/date/date-appearance-basic.html:
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium/TestExpectations:

2013-02-27  Vivek Galatage  <vivek.vg@samsung.com>

        Web Inspector: Refactor AuditsPanel with AuditController as newly introduced entity
        https://bugs.webkit.org/show_bug.cgi?id=110866

        Reviewed by Alexander Pavlov.

        * inspector/extensions/extensions-audits-tests.js:

2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-27  Mihai Maerean  <mmaerean@adobe.com>

        [CSS Regions] Region overset property is not properly computed when there is a region break
        https://bugs.webkit.org/show_bug.cgi?id=92497

        Reviewed by David Hyatt.

        * fast/multicol/break-after-always-bottom-margin-expected.txt: Added.
        * fast/multicol/break-after-always-bottom-margin.html: Added.
        * fast/regions/overset-break-expected.txt: Added.
        * fast/regions/overset-break-nested-expected.txt: Added.
        * fast/regions/overset-break-nested.html: Added.
        * fast/regions/overset-break-with-sibling-expected.txt: Added.
        * fast/regions/overset-break-with-sibling.html: Added.
        * fast/regions/overset-break.html: Added.

2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-27  Michael Starzinger  <mstarzinger@chromium.org>

        [chromium] Adapt test expectations to V8 __proto__ changes.
        https://bugs.webkit.org/show_bug.cgi?id=110887

        Reviewed by Stephen Chenney.

        ad window-custom-prototype) This is expected bahavior, consistent with
        SpiderMonkey. The test expectation is broken. Assigning 'null' to
        '__proto__' makes the accessor installed on Object.prototype disappear.

        ad JSON-parse) The result of JSON.parse() doesn't match the result we
        get when evaluating the same string through eval() as V8 still has
        special handling of the __proto__ property for object literals.

        ad cyclic-prototypes) Test fully matches the WebKit expectation now and
        no longer fails. However the exception message has a slightly different
        format and hence causes a text diff.

        * platform/chromium/TestExpectations: Temporary mark tests failing.
        * platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt:
        * platform/chromium/fast/js/JSON-parse-expected.txt:
        * platform/chromium/fast/js/cyclic-prototypes-expected.txt:

2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-27  Li Yin  <li.yin@intel.com>

        MediaStream constructor test should cover ended MediaStreamTrack.
        https://bugs.webkit.org/show_bug.cgi?id=110941

        Reviewed by Kentaro Hara.

        Spec: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastream
        If tracks has ended, it should skip these tracks and continue with the next one.

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

2013-02-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening

        Updated tests baselines.

        * platform/efl/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.

2013-02-27  Mike West  <mkwst@chromium.org>

        XHR should fire 'abort' event when navigation interrupts a request.
        https://bugs.webkit.org/show_bug.cgi?id=110867

        Reviewed by Alexey Proskuryakov.

        Adding a layout test to ensure that navigation-canceled XMLHttpRequests
        fire an 'abort' event rather than an 'error' event.

        * http/tests/xmlhttprequest/navigation-should-abort-expected.txt: Added.
        * http/tests/xmlhttprequest/navigation-should-abort.html: Added.

2013-02-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening

        Mark custom elements tests as failures until we enable them.

        * platform/efl/TestExpectations:

2013-02-27  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] Remove test related to html5lib after r144032
        https://bugs.webkit.org/show_bug.cgi?id=110946

        Unreviewed, EFL gardening.

        Test was removed after r144032. And remove it from TestExpectations.
        html5lib/generated/run-template.html.

        * platform/efl/TestExpectations:

2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-26  Benjamin Poulain  <benjamin@webkit.org>

        Fix the tests based on computedStyleIncludingVisitedInfo for asynchronous update of the visited style
        https://bugs.webkit.org/show_bug.cgi?id=110708

        Reviewed by Ryosuke Niwa.

        The tests using computedStyleIncludingVisitedInfo were using the asumption that visited style
        is updated synchronously with the loading of resources.
        This assumption is valid for Mac WebKit1, but does not hold for multiprocess
        WebKit because the list of visited URLs is maintained outside the WebProcess.

        This patch changes the tests to use the 'shouldBecomeXXX' test functions in order to wait
        for the asynchronous update. With the change, all the tests succeed reliably on WebKit2.

        * fast/history/multiple-classes-visited-expected.txt:
        * fast/history/multiple-classes-visited.html:
        * fast/history/nested-visited-test-expected.txt:
        * fast/history/nested-visited-test.html:
        * fast/history/self-is-visited-expected.txt:
        * fast/history/self-is-visited.html:
        * fast/history/sibling-visited-test-expected.txt:
        * fast/history/sibling-visited-test.html:
        * fast/js/resources/js-test-pre.js:
        (.condition):
        (.failureHandler):
        (shouldBecomeDifferent):
        * platform/wk2/TestExpectations:
        * platform/chromium/TestExpectations: The tests can now also timeout due to
        computedStyleIncludingVisitedInfo missing from Chromium's DRT.

2013-02-27  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed gardening.

        * platform/efl/TestExpectations: Removing expectation for html5lib/runner.html, the test was removed in r144032.
        * platform/gtk/TestExpectations: Ditto.
        * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Added. Required after r144105.

2013-02-27  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r144136, r144143, and r144147.
        http://trac.webkit.org/changeset/144136
        http://trac.webkit.org/changeset/144143
        http://trac.webkit.org/changeset/144147
        https://bugs.webkit.org/show_bug.cgi?id=110950

        Caused some timeouts and flaky crashes (Requested by abarth on
        #webkit).

        * platform/chromium-mac/security/block-test-no-port-expected.txt: Copied from LayoutTests/platform/chromium/security/block-test-no-port-expected.txt.
        * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt:
        * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt:
        * platform/chromium-win/security/block-test-no-port-expected.txt: Copied from LayoutTests/platform/chromium/security/block-test-no-port-expected.txt.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/images/support-broken-image-delegate-expected.txt:
        * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Removed.
        * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Removed.
        * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Removed.
        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
        * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Removed.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Removed.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Removed.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Removed.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Removed.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Removed.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Removed.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Removed.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Removed.
        * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Removed.
        * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Removed.
        * platform/chromium/security/block-test-no-port-expected.txt:

2013-02-26  Csaba Osztrogonác  <ossy@webkit.org>

        One more unreviewed fix after r144032 and r144051.
        https://bugs.webkit.org/show_bug.cgi?id=110734

        * TestExpectations: Unskip tests.
        * html5lib/generated/run-template-write.html: Revert an accidental change by r144051.
        * platform/gtk/TestExpectations: Skip run-template-data.html and run-template-write.html instead of run-template.html
        * platform/mac/TestExpectations: Ditto.
        * platform/qt/TestExpectations: Ditto.
        * platform/win/TestExpectations: Ditto.
        * platform/wincairo/TestExpectations: Ditto.

2013-02-26  Adam Barth  <abarth@webkit.org>

        Unreviewed.

        Note another multipart failure to work through.

        * platform/chromium/TestExpectations:

2013-02-26  Uday Kiran  <udaykiran@motorola.com>

        getPropertyValue for -webkit-column-rule returns null, should compute the shorthand value
        https://bugs.webkit.org/show_bug.cgi?id=110698

        Reviewed by Alexander Pavlov.

        * fast/css/getPropertyValue-column-rule-expected.txt: Added.
        * fast/css/getPropertyValue-column-rule.html: Added.

2013-02-26  Uday Kiran  <udaykiran@motorola.com>

        getPropertyValue for -webkit-margin-collapse returns null, should compute the shorthand value
        https://bugs.webkit.org/show_bug.cgi?id=110903

        Reviewed by Alexander Pavlov.

        Added test for getPropertyValue("-webkit-margin-collapse").

        * fast/css/getPropertyValue-webkit-margin-collapse-expected.txt: Added.
        * fast/css/getPropertyValue-webkit-margin-collapse.html: Added.

2013-02-26  Uday Kiran  <udaykiran@motorola.com>

        getPropertyValue for -webkit-marquee returns null, should compute the shorthand value
        https://bugs.webkit.org/show_bug.cgi?id=110816

        Reviewed by Alexander Pavlov.

        Added testcases to check getPropertyValue for -webkit-marquee shorthand.

        * fast/css/getPropertyValue-webkit-marquee-expected.txt: Added.
        * fast/css/getPropertyValue-webkit-marquee.html: Added.

2013-02-26  Adam Barth  <abarth@webkit.org>

        Unreviewed.

        Update expectations to show new FrameLoaderClient callbacks. I missed
        this test earlier because it doesn't run on Linux.

        * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt:

2013-02-26  Filip Pizlo  <fpizlo@apple.com>

        DFG OSR exit doesn't know which virtual register to use for the last result register for post_inc and post_dec
        https://bugs.webkit.org/show_bug.cgi?id=109036
        <rdar://problem/13292139>

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-post-inc-then-exit-expected.txt: Added.
        * fast/js/dfg-post-inc-then-exit.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-post-inc-then-exit.js: Added.
        (foo):

2013-02-26  Adam Barth  <abarth@webkit.org>

        [Chromium] Enable threaded HTML parser by default in DumpRenderTree
        https://bugs.webkit.org/show_bug.cgi?id=110907

        Reviewed by Eric Seidel.

        Update test results to show subtle differences in FrameLoaderClient callbacks.

        * platform/chromium-mac/security/block-test-no-port-expected.txt: Removed.
        * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt:
        * platform/chromium-win/security/block-test-no-port-expected.txt: Removed.
        * platform/chromium/fast/images/support-broken-image-delegate-expected.txt:
        * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Added.
        * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Added.
        * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Added.
        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
        * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Added.
        * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
        * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Added.
        * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Added.
        * platform/chromium/security/block-test-no-port-expected.txt:

2013-02-26  Stephen Chenney  <schenney@chromium.org>

        Crashes in fast/notifications/notifications-request-permission.html after r144126
        https://bugs.webkit.org/show_bug.cgi?id=108196

        Unreviewed expectations update.

        * platform/chromium/TestExpectations:

2013-02-26  Stephen Chenney  <schenney@chromium.org>

        Deleting extraneous baseline after feDisplacementMap fix
        https://bugs.webkit.org/show_bug.cgi?id=10592

        Unreviewed expectations update. Slow build bot to blame.

        * platform/chromium-win-xp/svg/filters/feDisplacementMap-expected.png: Removed.

2013-02-26  Adam Klein  <adamk@chromium.org>

        Parsing of HTML tags in MathML Text Insertion Points leads to bogus parser behavior
        https://bugs.webkit.org/show_bug.cgi?id=110808

        Reviewed by Adam Barth.

        * html5lib/generated/run-math-data-expected.txt: Added.
        * html5lib/generated/run-math-data.html: Added.
        * html5lib/generated/run-math-write-expected.txt: Added.
        * html5lib/generated/run-math-write.html: Added.
        * html5lib/resources/math.dat: Added.

2013-02-26  Kaustubh Atrawalkar  <kaustubh@motorola.com>

        Notification.requestPermission callback should be optional
        https://bugs.webkit.org/show_bug.cgi?id=108196

        Reviewed by Adam Barth.

        Specs says it should be optional.
        http://notifications.spec.whatwg.org/#notification

        * fast/notifications/notifications-request-permission-optional-expected.txt: Added.
        * fast/notifications/notifications-request-permission-optional.html: Added.

2013-02-26  Stephen Chenney  <schenney@chromium.org>

        [Chromium] TestExpectations addition

        Unreviewed addition of fast/js/regress/inlined-put-by-id-transition.html which crashes occasionally.

        * platform/chromium/TestExpectations:

2013-02-26  Stephen Chenney  <schenney@chromium.org>

        New baselines after feDisplacementMap fix
        https://bugs.webkit.org/show_bug.cgi?id=10592

        Unreviewed expectations update.

        * platform/chromium-linux-x86/svg/filters/feDisplacementMap-expected.png: Removed.
        * platform/chromium-linux/svg/filters/feDisplacementMap-expected.png: Removed.
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/feDisplacementMap-expected.png: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-mac/svg/filters/feDisplacementMap-expected.png:
        * platform/chromium-mac/svg/filters/filterRes-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-win/svg/filters/feDisplacementMap-expected.png:
        * platform/chromium-win/svg/filters/filterRes-expected.png:
        * platform/chromium/TestExpectations:

2013-02-26  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] Implement color and luminosity non-separable blend modes
        https://bugs.webkit.org/show_bug.cgi?id=106226

        Added relevant tests for the "color" and "luminosity" non-separable blend modes.
        These tests are currently skipped on Mac due to a slight color difference; please
        see relevant bug: http://webkit.org/b/107487.

        Reviewed by Dean Jackson.

        * css3/filters/custom/custom-filter-nonseparable-blend-mode-color-expected.html: Added.
        * css3/filters/custom/custom-filter-nonseparable-blend-mode-color.html: Added.
        * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.html: Added.
        * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity.html: Added.

2013-02-26  Dirk Pranke  <dpranke@chromium.org>

        [chromium] Re-enable the fixed version of freetype on linux
        https://bugs.webkit.org/show_bug.cgi?id=110542

        Reviewed by Tony Chang.

        Re-add entries for two tests that pass on Lucid but fail on Precise
        even with the Freetype change. This isn't worth adding in
        Lucid and Precise keywords for just these two tests.

        * platform/chromium/TestExpectations:

2013-02-26  Stephen Chenney  <schenney@chromium.org>

        feDisplacementMap filter gets color space wrong
        https://bugs.webkit.org/show_bug.cgi?id=105929

        Reviewed by Dirk Schulze.

       Add two new feDisplacementMap tests to get better coverage. And update some results.

        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-linux/svg/filters/feDisplacementMap-expected.png:
        * platform/chromium-linux/svg/filters/filterRes-expected.png:
        * svg/filters/feDisplacementMap-color-interpolation-filters-expected.svg: Added.
        * svg/filters/feDisplacementMap-color-interpolation-filters.svg: Added.
        * svg/filters/feDisplacementMap-filterUnits-expected.svg: Added.
        * svg/filters/feDisplacementMap-filterUnits.svg: Added.

2013-02-26  Mike West  <mkwst@chromium.org>

        X-Frame-Options should accept ALLOWALL as a valid value.
        https://bugs.webkit.org/show_bug.cgi?id=110857

        Reviewed by Adam Barth.

        * http/tests/security/XFrameOptions/resources/x-frame-options-allowall.cgi: Added.
        * http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Added.
        * http/tests/security/XFrameOptions/x-frame-options-allowall.html: Added.
            Exciting new test!
        * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt:
            Exciting new baseline for an old test that was already using ALLOWALL!

2013-02-26  Tony Chang  <tony@chromium.org>

        CSS Flexbox: dynamically applied align-items doesn't affect item alignment
        https://bugs.webkit.org/show_bug.cgi?id=110341

        Reviewed by Ojan Vafai.

        Also fix a typo causing align-self-* classes from not applying. There
        was only one test that tried to use the align-self classes and it was
        testing all values behaved the same.

        * css3/flexbox/relayout-align-items-expected.txt: Added.
        * css3/flexbox/relayout-align-items.html: Added.
        * css3/flexbox/resources/flexbox.css:
        (.align-self-auto):
        (.align-self-flex-start):
        (.align-self-flex-end):
        (.align-self-center):
        (.align-self-baseline):
        (.align-self-stretch):

2013-02-26  Christian Biesinger  <cbiesinger@chromium.org>

        Empty <button>s should collapse; empty <input type="button"> should not collapse
        https://bugs.webkit.org/show_bug.cgi?id=110654

        Reviewed by Ojan Vafai.

        * css3/flexbox/button-expected.png: Added.
        * css3/flexbox/button-expected.txt: Added.
        * css3/flexbox/button.html: Added.
        Test empty buttons, <input type=button>, and buttons with
        overflow:scroll;

        * css3/flexbox/position-absolute-child-with-contenteditable-expected.html: Added.
        * css3/flexbox/position-absolute-child-with-contenteditable.html: Added.
        Test flex boxes with hasLineIfEmpty()=true and absolute positioned
        children. Uses contenteditable=true to get that effect.

        * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-linux/svg/custom/foreign-object-skew-expected.txt:
        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.txt:
        Regenerate test cases that use <input type=button>.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        Mark tests for rebaselining.

2013-02-26  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed gardening.

        Adding failure expectations for three html5lib tests that are failing after r144032
        on EFL and GTK, most likely due to the ports sharing Libsoup as the network backend.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2013-02-26  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: IDBObjectStore.index() doesn't report errors after deleteIndex()
        https://bugs.webkit.org/show_bug.cgi?id=110792

        Reviewed by Tony Chang.

        Added regression test for bug.

        * storage/indexeddb/deleteIndex-bug110792-expected.txt: Added.
        * storage/indexeddb/deleteIndex-bug110792.html: Added.

2013-02-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r144019.
        http://trac.webkit.org/changeset/144019
        https://bugs.webkit.org/show_bug.cgi?id=110892

        due to 8% perf regression on chromium-win7 intl1 page cycler,
        see https://bugs.webkit.org/show_bug.cgi?id=110872 (Requested
        by gasubic on #webkit).

        * platform/mac/TestExpectations:

2013-02-26  Stephen Chenney  <schenney@chromium.org>

        [Chromium] New baselines for css3-modsel-15c

        Unreviewed test expectations update.

        * platform/chromium-linux-x86/css3/selectors3/xml: Removed.
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-15c-expected.txt: Added.
        * platform/chromium/css3/selectors3/xml/css3-modsel-15c-expected.png: Removed.
        * platform/chromium/css3/selectors3/xml/css3-modsel-15c-expected.txt: Removed.

2013-02-25  Antoine Quint  <graouts@apple.com>

        Web Inspector: Cannot deep expand an element that has previously been partially expanded
        https://bugs.webkit.org/show_bug.cgi?id=110424

        Update existing test for InspectorDOMAgent::requestChildNodes to cover the case
        where we want to request children for a node that already has had children pushed
        but may not have pushed children at the depth requested.

        Reviewed by Pavel Feldman.

        * inspector-protocol/dom-request-child-nodes-depth-expected.txt:
        * inspector-protocol/dom-request-child-nodes-depth.html:

2013-02-26  Martin Robinson  <mrobinson@igalia.com>

        REGRESSION (r143619): Crashes in three layout tests
        https://bugs.webkit.org/show_bug.cgi?id=110588

        Reviewed by Gustavo Noronha Silva.

        * platform/gtk/TestExpectations: Unskip some tests which are no longer
        crashing.

2013-02-26  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed, rolling out r144041, r144044, and r144048.
        http://trac.webkit.org/changeset/144041
        http://trac.webkit.org/changeset/144044
        http://trac.webkit.org/changeset/144048
        https://bugs.webkit.org/show_bug.cgi?id=105796

        Broke build

        * inspector/timeline/timeline-enum-stability-expected.txt:

2013-02-26  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Migrate IndexedDB support to ResourceTreeModel's SecurityOriginAdded/Removed events.
        https://bugs.webkit.org/show_bug.cgi?id=110863

        Reviewed by Alexander Pavlov.

        * http/tests/inspector/indexeddb/database-names-expected.txt:
        * http/tests/inspector/indexeddb/database-names.html:

2013-02-26  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed fix after r144032.
        https://bugs.webkit.org/show_bug.cgi?id=110734

        Update expected files due to JSC/V8 differences.

        * TestExpectations: Skip 2 failing tests until proper fix.
        * html5lib/generated/run-template-write.html:
        * html5lib/generated/run-tests1-data-expected.txt:
        * html5lib/generated/run-tests1-write-expected.txt:
        * html5lib/generated/run-tests18-data-expected.txt:
        * html5lib/generated/run-tests18-write-expected.txt:
        * html5lib/generated/run-tests7-data-expected.txt:
        * html5lib/generated/run-tests7-write-expected.txt:
        * platform/chromium/html5lib/generated/run-tests1-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests1-data-expected.txt.
        * platform/chromium/html5lib/generated/run-tests1-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests1-write-expected.txt.
        * platform/chromium/html5lib/generated/run-tests18-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests18-data-expected.txt.
        * platform/chromium/html5lib/generated/run-tests18-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests18-write-expected.txt.
        * platform/chromium/html5lib/generated/run-tests7-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests7-data-expected.txt.
        * platform/chromium/html5lib/generated/run-tests7-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests7-write-expected.txt.

2013-02-26  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-26  Stephen Chenney  <schenney@chromium.org>

        [Chromium] TestExpectations cleanup.

        Unreviewed removal of expectations for tests that are now passing.

        * platform/chromium/TestExpectations:

2013-02-26  Sergio Villar Senin  <svillar@igalia.com>

        REGRESSION (r143931): set-cookie-on-redirect.html breaks subsequent tests
        https://bugs.webkit.org/show_bug.cgi?id=110844

        Reviewed by Alexey Proskuryakov.

        Clean up cookies at the beginning and after finishing the test in
        order not to break other tests behavior.

        * http/tests/cookies/resources/set-cookie-on-redirect.php: clear cookie before returning.
        * http/tests/cookies/set-cookie-on-redirect.html: clear all cookies before starting the test.

2013-02-26  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: show deferred paints on Timeline
        https://bugs.webkit.org/show_bug.cgi?id=105851

        Reviewed by Pavel Feldman.

        * inspector/timeline/timeline-enum-stability-expected.txt: Added "Rasterize" record type.

2013-02-26  Takashi Toyoshima  <toyoshim@chromium.org>

        Add User-Agent header in opening handshake headers.
        https://bugs.webkit.org/show_bug.cgi?id=110601

        Reviewed by Alexey Proskuryakov.

        RFC-6455 doesn't require to send User-Agent header, but allow it.
        Many web application developers want to have it, and Firefox already
        did it. This patch adds User-Agent header in opening handshake also in
        WebKit ports.

        Test: http/tests/websocket/tests/hybi/useragent-in-openinghandshake.html

        * http/tests/websocket/tests/hybi/sendback_ua_wsh.py: Added.
        (web_socket_do_extra_handshake):
        (web_socket_transfer_data):
        * http/tests/websocket/tests/hybi/useragent-in-openinghandshake-expected.txt: Added.
        * http/tests/websocket/tests/hybi/useragent-in-openinghandshake.html: Added.

2013-02-26  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Updating expectations for two inspector tests.
        Expanding expectation for media/encrypted-media/encrypted-media-syntax.html to expect timeouts as well.
        Adding a flaky failure expectation for svg/custom/animation-currentColor.svg.

2013-02-26  Jochen Eisinger  <jochen@chromium.org>

        [chromium] add content shell specific TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=110710

        Reviewed by Eric Seidel.

        For now, add tests that pass on content shell but fail on DRT.
        Next, I will file bugs for all the remaining failing tests and skip
        them here to ease the transition from DRT.

        * platform/chromium/ContentShellTestExpectations: Added.

2013-02-26  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk1/http/tests/navigation/forward-and-cancel-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/forward-and-cancel-expected.txt.
        * platform/qt-5.0-wk1/http/tests/navigation/postredirect-frames-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/postredirect-frames-expected.txt.
        * platform/qt-5.0-wk1/http/tests/navigation/postredirect-goback2-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/postredirect-goback2-expected.txt.

2013-02-26  Eric Seidel  <eric@webkit.org>

        Layout Test Multiple html5lib/ tests are too slow and should be split.
        https://bugs.webkit.org/show_bug.cgi?id=110734

        Reviewed by Adam Barth.

        Split all of the html5lib tests into write and data variants
        instead of running both in sequence in each test.
        I added a script to autogenerate all of the test harness files
        from the *.dat files in resources/ (which we sync with the
        upstream html5lib tests.

        I removed all the old tests and expectations as well as TestExpectation entries.
        All of these tests should now be fast enough to avoid timeout on all platforms.
        I set the expectations from my chromium-linux (v8) machine, thus someone
        from a jsc port will need to rebaseline appropriately from their machine.

        * TestExpectations:
        * html5lib/generate-test-wrappers.py: Added.
        (WrapperGenerator):
        (_files_in_directory_with_suffix):
        (_last_path_component_removing_suffix):
        (_remove_harness_prefix):
        (_remove_harness_type):
        (_test_name_from_harness_name):
        (_remove_stale_tests):
        (_input_path):
        (_harness_path):
        (_harness_content):
        (_write_harness):
        (main):
        * html5lib/generated/run-adoption01-data-expected.txt: Added.
        * html5lib/generated/run-adoption01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-adoption01-write-expected.txt: Added.
        * html5lib/generated/run-adoption01-write.html: Renamed from LayoutTests/html5lib/generated/run-template.html.
        * html5lib/generated/run-adoption02-data-expected.txt: Added.
        * html5lib/generated/run-adoption02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-adoption02-write-expected.txt: Added.
        * html5lib/generated/run-adoption02-write.html: Renamed from LayoutTests/html5lib/generated/run-tests11.html.
        * html5lib/generated/run-comments01-data-expected.txt: Added.
        * html5lib/generated/run-comments01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-comments01-write-expected.txt: Added.
        * html5lib/generated/run-comments01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-doctype01-data-expected.txt: Added.
        * html5lib/generated/run-doctype01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-doctype01-write-expected.txt: Added.
        * html5lib/generated/run-doctype01-write.html: Renamed from LayoutTests/html5lib/generated/run-tests10.html.
        * html5lib/generated/run-domjs-unsafe-data-expected.txt: Added.
        * html5lib/generated/run-domjs-unsafe-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-domjs-unsafe-write-expected.txt: Added.
        * html5lib/generated/run-domjs-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-entities01-data-expected.txt: Added.
        * html5lib/generated/run-entities01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-entities01-write-expected.txt: Added.
        * html5lib/generated/run-entities01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-entities02-data-expected.txt: Added.
        * html5lib/generated/run-entities02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-entities02-write-expected.txt: Added.
        * html5lib/generated/run-entities02-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-html5test-com-data-expected.txt: Added.
        * html5lib/generated/run-html5test-com-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-html5test-com-write-expected.txt: Added.
        * html5lib/generated/run-html5test-com-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-inbody01-data-expected.txt: Added.
        * html5lib/generated/run-inbody01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-inbody01-write-expected.txt: Added.
        * html5lib/generated/run-inbody01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-isindex-data-expected.txt: Added.
        * html5lib/generated/run-isindex-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-isindex-write-expected.txt: Added.
        * html5lib/generated/run-isindex-write.html: Renamed from LayoutTests/html5lib/generated/run-tests2.html.
        * html5lib/generated/run-pending-spec-changes-data-expected.txt: Added.
        * html5lib/generated/run-pending-spec-changes-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-data-expected.txt: Added.
        * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-data.html: Added.
        * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-write-expected.txt: Added.
        * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-pending-spec-changes-write-expected.txt: Added.
        * html5lib/generated/run-pending-spec-changes-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-plain-text-unsafe-data-expected.txt: Added.
        * html5lib/generated/run-plain-text-unsafe-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-plain-text-unsafe-write-expected.txt: Added.
        * html5lib/generated/run-plain-text-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-scriptdata01-data-expected.txt: Added.
        * html5lib/generated/run-scriptdata01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-scriptdata01-write-expected.txt: Added.
        * html5lib/generated/run-scriptdata01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tables01-data-expected.txt: Added.
        * html5lib/generated/run-tables01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tables01-write-expected.txt: Added.
        * html5lib/generated/run-tables01-write.html: Renamed from LayoutTests/html5lib/generated/run-tests22.html.
        * html5lib/generated/run-template-data-expected.txt: Added.
        * html5lib/generated/run-template-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-template-expected.txt: Removed.
        * html5lib/generated/run-template-write-expected.txt: Added.
        * html5lib/generated/run-template-write.html: Renamed from LayoutTests/html5lib/generated/run-tests3.html.
        * html5lib/generated/run-tests1-data-expected.txt: Added.
        * html5lib/generated/run-tests1-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests1-expected.txt: Removed.
        * html5lib/generated/run-tests1-write-expected.txt: Added.
        * html5lib/generated/run-tests1-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests10-data-expected.txt: Added.
        * html5lib/generated/run-tests10-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests10-expected.txt: Removed.
        * html5lib/generated/run-tests10-write-expected.txt: Added.
        * html5lib/generated/run-tests10-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests11-data-expected.txt: Added.
        * html5lib/generated/run-tests11-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests11-expected.txt: Removed.
        * html5lib/generated/run-tests11-write-expected.txt: Added.
        * html5lib/generated/run-tests11-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests12-data-expected.txt: Added.
        * html5lib/generated/run-tests12-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests12-expected.txt: Removed.
        * html5lib/generated/run-tests12-write-expected.txt: Added.
        * html5lib/generated/run-tests12-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests12.html: Removed.
        * html5lib/generated/run-tests14-data-expected.txt: Added.
        * html5lib/generated/run-tests14-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests14-expected.txt: Removed.
        * html5lib/generated/run-tests14-write-expected.txt: Added.
        * html5lib/generated/run-tests14-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests14.html: Removed.
        * html5lib/generated/run-tests15-data-expected.txt: Added.
        * html5lib/generated/run-tests15-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests15-expected.txt: Removed.
        * html5lib/generated/run-tests15-write-expected.txt: Added.
        * html5lib/generated/run-tests15-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests15.html: Removed.
        * html5lib/generated/run-tests16-data-expected.txt: Added.
        * html5lib/generated/run-tests16-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests16-expected.txt: Removed.
        * html5lib/generated/run-tests16-write-expected.txt: Added.
        * html5lib/generated/run-tests16-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests16.html: Removed.
        * html5lib/generated/run-tests17-data-expected.txt: Added.
        * html5lib/generated/run-tests17-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests17-expected.txt: Removed.
        * html5lib/generated/run-tests17-write-expected.txt: Added.
        * html5lib/generated/run-tests17-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests17.html: Removed.
        * html5lib/generated/run-tests18-data-expected.txt: Added.
        * html5lib/generated/run-tests18-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests18-expected.txt: Removed.
        * html5lib/generated/run-tests18-write-expected.txt: Added.
        * html5lib/generated/run-tests18-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests18.html: Removed.
        * html5lib/generated/run-tests19-data-expected.txt: Added.
        * html5lib/generated/run-tests19-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests19-expected.txt: Removed.
        * html5lib/generated/run-tests19-write-expected.txt: Added.
        * html5lib/generated/run-tests19-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests19.html: Removed.
        * html5lib/generated/run-tests2-data-expected.txt: Added.
        * html5lib/generated/run-tests2-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests2-expected.txt: Removed.
        * html5lib/generated/run-tests2-write-expected.txt: Added.
        * html5lib/generated/run-tests2-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests20-data-expected.txt: Added.
        * html5lib/generated/run-tests20-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests20-expected.txt: Removed.
        * html5lib/generated/run-tests20-write-expected.txt: Added.
        * html5lib/generated/run-tests20-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests20.html: Removed.
        * html5lib/generated/run-tests21-data-expected.txt: Added.
        * html5lib/generated/run-tests21-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests21-expected.txt: Removed.
        * html5lib/generated/run-tests21-write-expected.txt: Added.
        * html5lib/generated/run-tests21-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests21.html: Removed.
        * html5lib/generated/run-tests22-data-expected.txt: Added.
        * html5lib/generated/run-tests22-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests22-expected.txt: Removed.
        * html5lib/generated/run-tests22-write-expected.txt: Added.
        * html5lib/generated/run-tests22-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests23-data-expected.txt: Added.
        * html5lib/generated/run-tests23-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests23-expected.txt: Removed.
        * html5lib/generated/run-tests23-write-expected.txt: Added.
        * html5lib/generated/run-tests23-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests23.html: Removed.
        * html5lib/generated/run-tests24-data-expected.txt: Added.
        * html5lib/generated/run-tests24-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests24-expected.txt: Removed.
        * html5lib/generated/run-tests24-write-expected.txt: Added.
        * html5lib/generated/run-tests24-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests24.html: Removed.
        * html5lib/generated/run-tests25-data-expected.txt: Added.
        * html5lib/generated/run-tests25-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests25-expected.txt: Removed.
        * html5lib/generated/run-tests25-write-expected.txt: Added.
        * html5lib/generated/run-tests25-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests25.html: Removed.
        * html5lib/generated/run-tests26-data-expected.txt: Added.
        * html5lib/generated/run-tests26-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests26-expected.txt: Removed.
        * html5lib/generated/run-tests26-write-expected.txt: Added.
        * html5lib/generated/run-tests26-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests26.html: Removed.
        * html5lib/generated/run-tests3-data-expected.txt: Added.
        * html5lib/generated/run-tests3-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests3-expected.txt: Removed.
        * html5lib/generated/run-tests3-write-expected.txt: Added.
        * html5lib/generated/run-tests3-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests4-data-expected.txt: Added.
        * html5lib/generated/run-tests4-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests4-expected.txt: Removed.
        * html5lib/generated/run-tests4-write-expected.txt: Added.
        * html5lib/generated/run-tests4-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests4.html: Removed.
        * html5lib/generated/run-tests5-data-expected.txt: Added.
        * html5lib/generated/run-tests5-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests5-expected.txt: Removed.
        * html5lib/generated/run-tests5-write-expected.txt: Added.
        * html5lib/generated/run-tests5-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests5.html: Removed.
        * html5lib/generated/run-tests6-data-expected.txt: Added.
        * html5lib/generated/run-tests6-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests6-expected.txt: Removed.
        * html5lib/generated/run-tests6-write-expected.txt: Added.
        * html5lib/generated/run-tests6-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests6.html: Removed.
        * html5lib/generated/run-tests7-data-expected.txt: Added.
        * html5lib/generated/run-tests7-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests7-expected.txt: Removed.
        * html5lib/generated/run-tests7-write-expected.txt: Added.
        * html5lib/generated/run-tests7-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests7.html: Removed.
        * html5lib/generated/run-tests8-data-expected.txt: Added.
        * html5lib/generated/run-tests8-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests8-expected.txt: Removed.
        * html5lib/generated/run-tests8-write-expected.txt: Added.
        * html5lib/generated/run-tests8-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests8.html: Removed.
        * html5lib/generated/run-tests9-data-expected.txt: Added.
        * html5lib/generated/run-tests9-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests9-expected.txt: Removed.
        * html5lib/generated/run-tests9-write-expected.txt: Added.
        * html5lib/generated/run-tests9-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests9.html: Removed.
        * html5lib/generated/run-tests_innerHTML_1-data-expected.txt: Added.
        * html5lib/generated/run-tests_innerHTML_1-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tests_innerHTML_1-write-expected.txt: Added.
        * html5lib/generated/run-tests_innerHTML_1-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tricky01-data-expected.txt: Added.
        * html5lib/generated/run-tricky01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-tricky01-write-expected.txt: Added.
        * html5lib/generated/run-tricky01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-webkit01-data-expected.txt: Added.
        * html5lib/generated/run-webkit01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-webkit01-write-expected.txt: Added.
        * html5lib/generated/run-webkit01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-webkit02-data-expected.txt: Added.
        * html5lib/generated/run-webkit02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/generated/run-webkit02-write-expected.txt: Added.
        * html5lib/generated/run-webkit02-write.html: Renamed from LayoutTests/html5lib/generated/run-tests1.html.
        * html5lib/resources/runner.js:
        (window.onload):
        * html5lib/runner-expected.txt: Removed.
        * html5lib/runner.html: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/html5lib/generated/run-tests1-expected.txt: Removed.
        * platform/chromium/html5lib/generated/run-tests18-expected.txt: Removed.
        * platform/chromium/html5lib/generated/run-tests7-expected.txt: Removed.

2013-02-26  Takashi Sakamoto  <tasak@google.com>

        Shadow DOM styles appear to be over-eagerly shared
        https://bugs.webkit.org/show_bug.cgi?id=110797

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/no-style-sharing-with-distributed-nodes-expected.html: Added.
        * fast/dom/shadow/no-style-sharing-with-distributed-nodes.html: Added.

2013-02-26  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Update platform specific expected file after r143836.

        * platform/qt/TestExpectations: Skipped after r143300.
        * platform/qt/fast/forms/select-baseline-expected.txt: Update after r143836.

2013-02-26  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: CSSAgent.setStyleSheetText crashes on inline styles
        https://bugs.webkit.org/show_bug.cgi?id=110359

        Reviewed by Pavel Feldman.

        * inspector/styles/styles-new-API-expected.txt:
        * inspector/styles/styles-new-API.html:

2013-02-26  Tien-Ren Chen  <trchen@chromium.org>

        Implement coordinated scrollbar for subframes and overflow:scroll
        https://bugs.webkit.org/show_bug.cgi?id=109560

        Reviewed by James Robinson.

        Coordinated scrollbars changes drawsContent flag on scrollbar GraphicsLayers,
        test expectation are updated.

        * platform/chromium-linux/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/composited-parent-iframe-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/iframe-resize-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/iframe-size-from-zero-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/overlapped-iframe-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/resizer-expected.txt: Added.
        * platform/chromium-linux/compositing/iframes/scrolling-iframe-expected.txt: Added.
        * platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium-linux/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt:
        * platform/chromium-linux/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
        * platform/chromium-linux/compositing/overflow/updating-scrolling-content-expected.txt:
        * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
        * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
        * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
        * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe2-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/enter-compositing-iframe-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-resize-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-size-from-zero-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/overlapped-iframe-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/resizer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/scrolling-iframe-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
        * platform/chromium/TestExpectations:

2013-02-26  Glenn Adams  <glenn@skynav.com>

        CSS3: line-break property support
        https://bugs.webkit.org/show_bug.cgi?id=89235

        Reviewed by Eric Seidel.

        * platform/mac/TestExpectations: Mark css3/line-break tests as passing.

2013-02-26  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Unskipp now passing tests after r144005.
        https://bugs.webkit.org/show_bug.cgi?id=110756.

        Reviewed by Geoffrey Garen.

        * platform/qt/TestExpectations:

2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-25  Xueqing Huang  <huangxueqing@baidu.com>

        Flexbox should ignore firstLetter pseudo element.
        https://bugs.webkit.org/show_bug.cgi?id=105126

        Reviewed by Tony Chang.

        The CSS WG decided that first-line and first-letter should not
        apply to flex containers.
        http://dev.w3.org/csswg/css3-flexbox/issues-cr-2012#issue-13

        * css3/flexbox/flexbox-ignore-container-firstLetter-expected.txt: Added.
        * css3/flexbox/flexbox-ignore-container-firstLetter.html: Added.
        * css3/flexbox/flexbox-ignore-firstLetter-expected.txt: Added.
        * css3/flexbox/flexbox-ignore-firstLetter.html: Added.
        * css3/flexbox/inline-flex-crash-expected.txt:
        * css3/flexbox/inline-flex-crash2-expected.txt:

2013-02-25  James Simonsen  <simonjam@chromium.org>

        [Resource Timing] Update test suite so it can be exported to the W3C
        https://bugs.webkit.org/show_bug.cgi?id=107343

        Reviewed by Tony Gentilcore.

        * http/tests/w3c/webperf/resources/webperftestharness.js: Removed unneeded functions and moved new ones to extension.
        * http/tests/w3c/webperf/resources/webperftestharnessextension.js:
        (test_resource_entries):
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order.html.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached.html.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse.html.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion.html.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type.html.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_data_url-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_data_url.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url.html.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_failures-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_failures.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures.html.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects.html.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting.html.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_script_types-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types-expected.txt.
        * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_script_types.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types.html.
        * platform/chromium/TestExpectations: Moved directories...
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-21  Jeffrey Pfau  <jpfau@apple.com>

        Optionally partition cache to prevent using cache for tracking
        https://bugs.webkit.org/show_bug.cgi?id=110269

        Reviewed by Maciej Stachowiak.

        Added tests for ensuring the cache partitioning functions

        * http/tests/cache/partitioned-cache-expected.txt: Added.
        * http/tests/cache/partitioned-cache.html: Added.
        * http/tests/cache/resources/echo-cookie.cgi: Added.
        * http/tests/cache/resources/partitioned-cache-loader.html: Added.

2013-02-25  Eric Seidel  <eric@webkit.org>

        Move html5lib/run-test* into html5lib/generated in preparation for generating these harnesses
        https://bugs.webkit.org/show_bug.cgi?id=110795

        Reviewed by Ojan Vafai.

        * html5lib/generated/run-template-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-template.html: Added.
        * html5lib/generated/run-tests1-expected.txt: Renamed from LayoutTests/html5lib/run-test7-expected.txt.
        * html5lib/generated/run-tests1.html: Added.
        * html5lib/generated/run-tests10-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests10.html: Added.
        * html5lib/generated/run-tests11-expected.txt: Renamed from LayoutTests/html5lib/run-test11-expected.txt.
        * html5lib/generated/run-tests11.html: Added.
        * html5lib/generated/run-tests12-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests12.html: Added.
        * html5lib/generated/run-tests14-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests14.html: Added.
        * html5lib/generated/run-tests15-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests15.html: Added.
        * html5lib/generated/run-tests16-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests16.html: Added.
        * html5lib/generated/run-tests17-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests17.html: Added.
        * html5lib/generated/run-tests18-expected.txt: Renamed from LayoutTests/html5lib/run-test18-expected.txt.
        * html5lib/generated/run-tests18.html: Added.
        * html5lib/generated/run-tests19-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests19.html: Added.
        * html5lib/generated/run-tests2-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests2.html: Added.
        * html5lib/generated/run-tests20-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests20.html: Added.
        * html5lib/generated/run-tests21-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests21.html: Added.
        * html5lib/generated/run-tests22-expected.txt: Renamed from LayoutTests/html5lib/run-test10-expected.txt.
        * html5lib/generated/run-tests22.html: Added.
        * html5lib/generated/run-tests23-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests23.html: Added.
        * html5lib/generated/run-tests24-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests24.html: Added.
        * html5lib/generated/run-tests25-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests25.html: Added.
        * html5lib/generated/run-tests26-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests26.html: Added.
        * html5lib/generated/run-tests3-expected.txt: Renamed from LayoutTests/html5lib/run-test14-expected.txt.
        * html5lib/generated/run-tests3.html: Added.
        * html5lib/generated/run-tests4-expected.txt: Renamed from LayoutTests/html5lib/run-test12-expected.txt.
        * html5lib/generated/run-tests4.html: Added.
        * html5lib/generated/run-tests5-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests5.html: Added.
        * html5lib/generated/run-tests6-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests6.html: Added.
        * html5lib/generated/run-tests7-expected.txt: Renamed from LayoutTests/html5lib/run-test1-expected.txt.
        * html5lib/generated/run-tests7.html: Added.
        * html5lib/generated/run-tests8-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests8.html: Added.
        * html5lib/generated/run-tests9-expected.txt: Renamed from LayoutTests/html5lib/run-template-expected.txt.
        * html5lib/generated/run-tests9.html: Added.
        * html5lib/run-template.html: Removed.
        * html5lib/run-test1.html: Removed.
        * html5lib/run-test10.html: Removed.
        * html5lib/run-test11.html: Removed.
        * html5lib/run-test12.html: Removed.
        * html5lib/run-test14.html: Removed.
        * html5lib/run-test15-expected.txt: Removed.
        * html5lib/run-test15.html: Removed.
        * html5lib/run-test16-expected.txt: Removed.
        * html5lib/run-test16.html: Removed.
        * html5lib/run-test17-expected.txt: Removed.
        * html5lib/run-test17.html: Removed.
        * html5lib/run-test18.html: Removed.
        * html5lib/run-test19-expected.txt: Removed.
        * html5lib/run-test19.html: Removed.
        * html5lib/run-test2-expected.txt: Removed.
        * html5lib/run-test2.html: Removed.
        * html5lib/run-test20-expected.txt: Removed.
        * html5lib/run-test20.html: Removed.
        * html5lib/run-test21-expected.txt: Removed.
        * html5lib/run-test21.html: Removed.
        * html5lib/run-test22-expected.txt: Removed.
        * html5lib/run-test22.html: Removed.
        * html5lib/run-test23-expected.txt: Removed.
        * html5lib/run-test23.html: Removed.
        * html5lib/run-test24-expected.txt: Removed.
        * html5lib/run-test24.html: Removed.
        * html5lib/run-test25-expected.txt: Removed.
        * html5lib/run-test25.html: Removed.
        * html5lib/run-test26-expected.txt: Removed.
        * html5lib/run-test26.html: Removed.
        * html5lib/run-test3-expected.txt: Removed.
        * html5lib/run-test3.html: Removed.
        * html5lib/run-test4-expected.txt: Removed.
        * html5lib/run-test4.html: Removed.
        * html5lib/run-test5-expected.txt: Removed.
        * html5lib/run-test5.html: Removed.
        * html5lib/run-test6-expected.txt: Removed.
        * html5lib/run-test6.html: Removed.
        * html5lib/run-test7.html: Removed.
        * html5lib/run-test8-expected.txt: Removed.
        * html5lib/run-test8.html: Removed.
        * html5lib/run-test9-expected.txt: Removed.
        * html5lib/run-test9.html: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/html5lib/generated/run-tests1-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test7-expected.txt.
        * platform/chromium/html5lib/generated/run-tests18-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test18-expected.txt.
        * platform/chromium/html5lib/generated/run-tests7-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test1-expected.txt.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-02-25  Philip Rogers  <pdr@google.com>

        Remove two stale entries from TestExpectations

        Unreviewed patch of test expectations.

        * platform/chromium/TestExpectations:

2013-02-25  Philip Rogers  <pdr@google.com>

        Rebaseline 3 svg/as-image/ tests

        Unreviewed rebaseline of test expectations.

        * platform/chromium-linux/svg/as-image/animated-svg-as-image-expected.png:
        * platform/chromium-linux/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png:
        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png:
        * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png:
        * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:

2013-02-25  Alexis Menard  <alexis@webkit.org>

        transition-property property doesn't accept "all, <IDENT>".
        https://bugs.webkit.org/show_bug.cgi?id=110074

        Reviewed by Dean Jackson.

        Extend exising test to cover the bug.

        * transitions/transitions-parsing-expected.txt:
        * transitions/transitions-parsing.html:

2013-02-25  Sergio Villar Senin  <svillar@igalia.com>

        [soup] "Too many redirects" error loading chat in plus.google.com
        https://bugs.webkit.org/show_bug.cgi?id=64575

        Reviewed by Martin Robinson.

        This new test checks firstPartyForCookies is properly set to the
        new URL on redirects.

        * http/tests/cookies/resources/set-cookie-on-redirect.php: Added.
        * http/tests/cookies/set-cookie-on-redirect-expected.txt: Added.
        * http/tests/cookies/set-cookie-on-redirect.html: Added.

2013-02-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip asserting tests.
        https://bugs.webkit.org/show_bug.cgi?id=110756

        * platform/qt/TestExpectations:

2013-02-25  Alexei Filippov  <alph@chromium.org>

        Web Inspector: Remove CPU profile from a group causes exception
        https://bugs.webkit.org/show_bug.cgi?id=110466

        Reviewed by Yury Semikhatsky.

        WebInspector.ProfilesPanel._removeProfileHandle did not handle
        profile removal from a group. The fix takes care of this case.

        Test: inspector/profiler/cpu-profiler-profile-removal.html

        * inspector/profiler/cpu-profiler-profile-removal-expected.txt: Added.
        * inspector/profiler/cpu-profiler-profile-removal.html: Added.

2013-02-25  Mike West  <mkwst@chromium.org>

        XSSAuditor tests shouldn't depend on IFrames's load order.
        https://bugs.webkit.org/show_bug.cgi?id=110737

        Reviewed by Jochen Eisinger.

        Various tests under http/tests/security/xssAuditor actually wrap up
        multiple test cases under a single HTML file by loading a variety of
        IFrames. Currently, the error messages that these tests expect aren't
        detailed enough to distinguish between the order in which the IFrames
        load: they all generate the same error, so the ordering is irrelevant.

        Before we increase the error message detail in webkit.org/b/110733, we
        need to ensure that these tests don't rely on load order. One option
        is to serialize the IFrame loading by chaining onload events, but that
        seems like a slow way of doing things. This patch takes a different
        approach, breaking the multiple-IFrame tests into many single-IFrame
        tests (which should be more shardable, and actually execute more quickly
        in the long run).

        * http/tests/security/xssAuditor/open-iframe-src-expected.txt: Removed.
        * http/tests/security/xssAuditor/open-iframe-src.html: Removed.
        * http/tests/security/xssAuditor/open-script-src-expected.txt: Removed.
        * http/tests/security/xssAuditor/open-script-src.html: Removed.
        * http/tests/security/xssAuditor/property-escape-comment-expected.txt: Removed.
        * http/tests/security/xssAuditor/property-escape-comment.html: Removed.
        * http/tests/security/xssAuditor/property-escape-entity-expected.txt: Removed.
        * http/tests/security/xssAuditor/property-escape-entity.html: Removed.
        * http/tests/security/xssAuditor/property-escape-quote-expected.txt: Removed.
        * http/tests/security/xssAuditor/property-escape-quote.html: Removed.
        * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt: Removed.
        * http/tests/security/xssAuditor/script-tag-with-comma.html: Removed.
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt: Removed.
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated.html: Removed.
            Removed these tests, breaking them into multiple single-IFrame HTML files.
        * http/tests/security/xssAuditor/open-iframe-src-01.html: Added.
        * http/tests/security/xssAuditor/open-iframe-src-02.html: Added.
        * http/tests/security/xssAuditor/open-script-src-01-expected.txt: Added.
        * http/tests/security/xssAuditor/open-script-src-01.html: Added.
        * http/tests/security/xssAuditor/open-script-src-02-expected.txt: Added.
        * http/tests/security/xssAuditor/open-script-src-02.html: Added.
        * http/tests/security/xssAuditor/open-script-src-03-expected.txt: Added.
        * http/tests/security/xssAuditor/open-script-src-03.html: Added.
        * http/tests/security/xssAuditor/open-script-src-04-expected.txt: Added.
        * http/tests/security/xssAuditor/open-script-src-04.html: Added.
        * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt: Added.
        * http/tests/security/xssAuditor/property-escape-comment-01.html: Added.
        * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt: Added.
        * http/tests/security/xssAuditor/property-escape-comment-02.html: Added.
        * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt: Added.
        * http/tests/security/xssAuditor/property-escape-comment-03.html: Added.
        * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt: Added.
        * http/tests/security/xssAuditor/property-escape-entity-01.html: Added.
        * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt: Added.
        * http/tests/security/xssAuditor/property-escape-entity-02.html: Added.
        * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt: Added.
        * http/tests/security/xssAuditor/property-escape-entity-03.html: Added.
        * http/tests/security/xssAuditor/property-escape-quote-01.html: Added.
        * http/tests/security/xssAuditor/property-escape-quote-02.html: Added.
        * http/tests/security/xssAuditor/property-escape-quote-03.html: Added.
        * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt: Added.
        * http/tests/security/xssAuditor/script-tag-with-comma-01.html: Added.
        * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt: Added.
        * http/tests/security/xssAuditor/script-tag-with-comma-02.html: Added.
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt: Added.
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01.html: Added.
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt: Added.
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02.html: Added.
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt: Added.
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03.html: Added.
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment5.html: Added.
            These tests perform the same validation as the combined tests, they
            simply do it without introducing load-order dependencies.

2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-25  Alexei Filippov  <alph@chromium.org>

        Web Inspector: move profile type specific code out of ProfilesPanel (refactor)
        https://bugs.webkit.org/show_bug.cgi?id=110597

        Reviewed by Yury Semikhatsky.

        Move profile type specific functionality out of ProfilesPanel class.
        This is a first part of WebInspector.ProfilesPanel refactoring.

        No new tests as the functionality isn't changed.

        * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
        * inspector/profiler/heap-snapshot-inspect-dom-wrapper-expected.txt:
        * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
        * inspector/profiler/heap-snapshot-loader.html:
        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest.):
        (initialize_HeapSnapshotTest):
        * inspector/profiler/profiler-test.js:
        (initialize_ProfilerTest.InspectorTest.startProfilerTest.startTest):
        (initialize_ProfilerTest.InspectorTest.startProfilerTest):

2013-02-25  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skipped failing tests.

        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt: Removed.
        * platform/qt-5.0/fast/forms/select-baseline-expected.png: Removed.
        * platform/qt-5.0/fast/forms/select-baseline-expected.txt: Removed.
        * platform/qt/TestExpectations:
        * platform/qt/fast/forms/select-baseline-expected.png: Update after r143836.
        * platform/qt/fast/forms/select-baseline-expected.txt: Update after r143836.

2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Unskip tests after r143800.

        * platform/qt/TestExpectations:

2013-02-25  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Giving up on individually listing slow sputnik tests, replaced all
        the expectations with a single one covering the whole directory in both release and debug builds.
        Also removing duplicate expectations and adding an expectation for tests that require custom elements support.
        * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Rebaselining.
        * platform/gtk/media/audio-controls-rendering-expected.png: Removed. Requires a new baseline.
        * platform/gtk/media/audio-controls-rendering-expected.txt: Removed. Ditto.

2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2013-02-25  Ilya Tikhonovsky  <loislo@chromium.org>

        Web Inspector: Improve speed of Linkifier.reset operation.
        https://bugs.webkit.org/show_bug.cgi?id=110696

        Reviewed by Yury Semikhatsky.

        Linkifier calls Location.dispose N times and each dispose method calls Array.remove
        which scans entire array and does splice. So the complexity of Linkifier.reset
        is O(N^2). I replaced the arrays with Set and got O(N) complexity.

        Drive by fix: The identifier generator was slightly changed.
        Now it produces identifiers that couldn't be converted into a number.
        So the engine will never convert Set/Map object into an array.

        * inspector/debugger/callstack-placards-discarded.html:
        * inspector/debugger/linkifier.html:

2013-02-24  Kihong Kwon  <kihong.kwon@samsung.com>

        Add an ASSERT to didChangeDeviceProximity
        https://bugs.webkit.org/show_bug.cgi?id=110317

        Reviewed by Hajime Morrita.

        Fix wrong test cases which are found by ASSERT insertion.

        * proximity/basic-operation-expected.txt:
        * proximity/basic-operation.html:
        * proximity/resources/event-after-navigation-new.html:

2013-02-24  Mike West  <mkwst@chromium.org>

        CSP 1.1: Experiment with 'reflected-xss' directive.
        https://bugs.webkit.org/show_bug.cgi?id=104479

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-allow-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-allow.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-unset-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-unset.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-allow-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-allow.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing.html: Added.
        * http/tests/security/contentSecurityPolicy/resources/reflected-xss-and-xss-protection.js: Added.
        (testMixedHeader):
        (frameLoaded):
        (frameErrored):
        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
            Added the ability to send an 'X-WebKit-CSP' header to test 'reflected-xss' behavior.

2013-02-24  Keishi Hattori  <keishi@webkit.org>

        Add methods to date types for new calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=110454

        Reviewed by Kent Tamura.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types.html: Added. Unit tests for date types.

2013-02-24  Hajime Morrita  <morrita@google.com>

        [Custom Elements] Implement bare-bone document.register()
        https://bugs.webkit.org/show_bug.cgi?id=100229

        Reviewed by Adam Barth.

        * fast/dom/custom/document-register-basic-expected.txt: Added.
        * fast/dom/custom/document-register-basic.html: Added.
        * fast/dom/custom/document-register-reentrant-null-constructor-expected.txt: Added.
        * fast/dom/custom/document-register-reentrant-null-constructor.html: Added.
        * fast/dom/custom/document-register-reentrant-returning-fake-expected.txt: Added.
        * fast/dom/custom/document-register-reentrant-returning-fake.html: Added.
        * fast/dom/custom/document-register-reentrant-throwing-constructor-expected.txt: Added.
        * fast/dom/custom/document-register-reentrant-throwing-constructor.html: Added.
        * fast/dom/custom/resources/document-register-fuzz.js: Added.
        * platform/mac/TestExpectations:

2013-02-24  Benjamin Poulain  <benjamin@webkit.org>

        Add timeout to the Chromium expectation of state-url-sets-links-visited.html

        Unreviewed.

        * platform/chromium/TestExpectations: Since Chromium's DRT does not support
        computedStyleIncludingVisitedInfo, the test can also timeout as it will
        raise an exception before invoking finishJSTest.

2013-02-23  Benjamin Poulain  <benjamin@webkit.org>

        Add support for testing states changing asynchronously. Apply it to state-url-sets-links-visited.html.
        https://bugs.webkit.org/show_bug.cgi?id=109883

        Reviewed by Antti Koivisto.

        Some tests depends on state change happening asynchronously. This is typically solved by using
        timers with a long enough interval.

        Timers have the general pitfalls of causing unreliable tests, and forcing unnecessary delays
        in the tests.

        This patch introduces new testing helpers, shouldBecomeEqual and shouldBecomeEqualToString, to
        test a change of state repetively until it succeed (or timeout). Those test functions execute
        the condition every 5ms until the test succeed.

        The helper shouldBecomeEqualToString is applied on state-url-sets-links-visited.html to illustrate
        the concept.

        * fast/js/resources/js-test-pre.js:
        (_waitForCondition): Generic helper function for the familly shouldBecomeXXX.
        (.condition):
        (.failureHandler):
        (shouldBecomeEqual):
        (shouldBecomeEqualToString):

        * fast/loader/stateobjects/state-url-sets-links-visited.html:
        * platform/wk2/TestExpectations:
        state-url-sets-links-visited.html failed on WebKit2 because the visited links table is updated
        asynchronously, and the style is only updated after 1 IPC message + 1 timer + 1 IPC message.

        The test is changed to use shouldBecomeEqualToString in order to become reliable. If the UIProcess
        does not update the style in a reasonable amount of time, the test fails.

        * platform/chromium/TestExpectations: Make the test as failing on Chromium until proper test support is added
        to DRT or Internals.

2013-02-23  Philip Rogers  <pdr@google.com>

        Prevent crash in animated transform lists
        https://bugs.webkit.org/show_bug.cgi?id=110704

        Reviewed by Abhishek Arya.

        * svg/animations/animateTransform-list-crash-expected.txt: Added.
        * svg/animations/animateTransform-list-crash.html: Added.

2013-02-23  Ryosuke Niwa  <rniwa@webkit.org>

        Skip javascriptDialogEvents.html since its result bleed into other tests non-deterministically per bug 110186.

        * platform/mac/TestExpectations:

2013-02-23  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed gardening.

        * platform/efl/TestExpectations: Adding a failure expectation for the html5lib/runner.html test
        that started failing with r143804.
        * platform/gtk/TestExpectations: Ditto. Also adding flaky crasher expectations for two http tests,
        crashes are originating from IDB code and starter appearing with r143694.

2013-02-23  Martin Robinson  <mrobinson@igalia.com>

        Remove some tests needing to be rebaselined from TestExpectations

        * platform/gtk/TestExpectations: Update the list of tests needing new baselines
        and skip some that are timing out on my machine.
        * platform/gtk/accessibility/color-well-expected.txt: Added.
        * platform/gtk/accessibility/image-link-expected.txt: Added.
        * platform/gtk/accessibility/image-map1-expected.txt: Added.
        * platform/gtk/accessibility/image-map2-expected.txt: Added.
        * platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt: Added.
        * platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt: Added.
        * platform/gtk/accessibility/notification-listeners-expected.txt: Added.
        * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.txt:
        * platform/gtk/editing/selection/extend-by-sentence-001-expected.png:
        * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Added.
        * platform/gtk/fast/block/float/024-expected.png:
        * platform/gtk/fast/block/float/024-expected.txt: Added.
        * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Added.
        * platform/gtk/fast/css/resize-corner-tracking-expected.png:
        * platform/gtk/fast/css/resize-corner-tracking-expected.txt:
        * platform/gtk/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
        * platform/gtk/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
        * platform/gtk/fast/inline/drawStyledEmptyInlines-expected.png:
        * platform/gtk/fast/inline/drawStyledEmptyInlines-expected.txt:
        * platform/gtk/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/gtk/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
        * platform/gtk/fast/inline/justify-emphasis-inline-box-expected.png: Added.
        * platform/gtk/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
        * platform/gtk/fast/repaint/caret-with-transformation-expected.png: Added.
        * platform/gtk/fast/repaint/caret-with-transformation-expected.txt: Added.
        * platform/gtk/fast/text/capitalize-empty-generated-string-expected.png:
        * platform/gtk/fast/text/capitalize-empty-generated-string-expected.txt:
        * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
        * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
        * platform/gtk/fast/text/whitespace/006-expected.png:
        * platform/gtk/fast/text/whitespace/006-expected.txt:
        * platform/gtk/fast/text/whitespace/007-expected.png:
        * platform/gtk/fast/text/whitespace/007-expected.txt:
        * platform/gtk/media/audio-controls-rendering-expected.png: Added.
        * platform/gtk/media/audio-controls-rendering-expected.txt:
        * platform/gtk/media/controls-after-reload-expected.txt:
        * platform/gtk/media/controls-strict-expected.txt:
        * platform/gtk/media/controls-styling-strict-expected.txt:
        * platform/gtk/media/controls-without-preload-expected.txt:
        * platform/gtk/media/video-controls-rendering-expected.txt:
        * platform/gtk/media/video-display-toggle-expected.txt:
        * platform/gtk/media/video-playing-and-pause-expected.txt:
        * platform/gtk/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
        * platform/gtk/svg/as-image/image-preserveAspectRatio-all-expected.txt: Added.
        * platform/gtk/svg/batik/text/xmlSpace-expected.png:
        * platform/gtk/svg/batik/text/xmlSpace-expected.txt:
        * platform/gtk/svg/carto.net/combobox-expected.png:
        * platform/gtk/svg/carto.net/combobox-expected.txt:
        * platform/gtk/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/gtk/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Added.
        * platform/gtk/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/gtk/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added.
        * platform/gtk/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
        * platform/gtk/svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added.
        * platform/gtk/svg/filters/filter-hidden-content-expected.png: Added.
        * platform/gtk/svg/filters/filter-hidden-content-expected.txt: Added.
        * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.png:
        * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug1188-expected.png:
        * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug1318-expected.png:
        * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:

2013-02-23  Jason Anderssen  <janderssen@gmail.com>

        Moved setAutofilled from TestRunner to WebCore
        https://bugs.webkit.org/show_bug.cgi?id=110521

        Reviewed by Benjamin Poulain.

        * fast/forms/input-autofilled.html:
        * fast/forms/reset-autofilled.html:
        * platform/wk2/TestExpectations:

2013-02-22  Christian Biesinger  <cbiesinger@chromium.org>

        Rebaseline ports after bug 109994
        https://bugs.webkit.org/show_bug.cgi?id=110551

        Unreviewed rebaseline of test expectations.

        * css2.1/20110323/replaced-elements-001-expected.txt: Renamed from LayoutTests/platform/mac/css2.1/20110323/replaced-elements-001-expected.txt.
        * fast/forms/button-generated-content-expected.txt:
        * fast/forms/select-baseline-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/select-baseline-expected.txt.
        * platform/chromium-mac-lion/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/chromium-mac-lion/fast/forms/button-generated-content-expected.png:
        * platform/chromium-mac-lion/fast/forms/select-baseline-expected.png:
        * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/button-generated-content-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-mac/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/chromium-mac/fast/forms/button-generated-content-expected.png:
        * platform/chromium-mac/fast/forms/select-baseline-expected.png:
        * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/chromium-win/fast/forms/button-generated-content-expected.png:
        * platform/chromium-win/fast/forms/button-generated-content-expected.txt:
        * platform/chromium-win/fast/forms/select-baseline-expected.png:
        * platform/chromium-win/fast/forms/select-baseline-expected.txt:
        * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/css2.1/20110323/replaced-elements-001-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/efl/fast/forms/button-generated-content-expected.txt:
        * platform/efl/fast/forms/select-baseline-expected.txt:
        * platform/efl/svg/custom/foreign-object-skew-expected.txt: Renamed from LayoutTests/platform/mac/svg/custom/foreign-object-skew-expected.txt.
        * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt:
        * platform/gtk/TestExpectations:
        * platform/gtk/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/gtk/fast/forms/button-generated-content-expected.txt:
        * platform/gtk/fast/forms/select-baseline-expected.txt:
        * platform/gtk/svg/custom/foreign-object-skew-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt:
        * platform/mac/TestExpectations:
        * platform/mac/fast/forms/select-baseline-expected.txt: Removed.
        * platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt: Removed.
        * platform/qt/TestExpectations:
        * platform/qt/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/qt/fast/forms/button-generated-content-expected.txt:
        * platform/qt/fast/forms/select-baseline-expected.txt:
        * platform/qt/svg/custom/foreign-object-skew-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
        * platform/win-future/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/fast/forms/button-generated-content-expected.txt.
        * svg/custom/foreign-object-skew-expected.txt: Renamed from LayoutTests/platform/chromium/svg/custom/foreign-object-skew-expected.txt.
        * tables/mozilla/bugs/bug92647-2-expected.txt: Renamed from LayoutTests/platform/chromium/tables/mozilla/bugs/bug92647-2-expected.txt.

2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>

        More rebaselines after http://trac.webkit.org/changeset/143804.

        * html5lib/run-test1-expected.txt:
        * html5lib/run-test18-expected.txt:
        * html5lib/run-test7-expected.txt:

2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>

        WebKit can erroneously strip font-size CSS property from font element with size attribute
        https://bugs.webkit.org/show_bug.cgi?id=110657

        Reviewed by Justin Garcia.

        Added two regression tests to ensure WebKit doesn't erroneously remove inline styles of an element
        when its implicit styles differ from the inline styles. Also rebaselined some tests as their results
        have progressed.

        * editing/pasteboard/insert-u-with-text-decoration-none-expected.txt: Added.
        * editing/pasteboard/insert-u-with-text-decoration-none.html: Added.
        * editing/pasteboard/insert-font-with-size-and-css-expected.txt: Added.
        * editing/pasteboard/insert-font-with-size-and-css.html: Added.
        * editing/pasteboard/4744008-expected.txt:
        * editing/pasteboard/paste-text-with-style-5-expected.txt:
        * editing/pasteboard/paste-text-with-style-5.html:
        * editing/pasteboard/style-from-rules-expected.txt:
        * editing/pasteboard/style-from-rules.html:

2013-02-22  Nils Barth  <nbarth@chromium.org>

        REGRESSION(r130089): Scrollbar thumb no longer re-rendered on hover
        https://bugs.webkit.org/show_bug.cgi?id=109230

        Reviewed by Eric Seidel.

        * fast/css/pseudo-element-selector-scrollbar-hover-expected.html: Added.
        * fast/css/pseudo-element-selector-scrollbar-hover.html: Added.

2013-02-22  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening, updating test expecations after r140374.

        * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch: Removed.
        * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
        * platform/chromium-win-xp/platform/chromium/fast/events/touch: Removed.
        * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:

2013-02-22  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, rolling out r143794.
        http://trac.webkit.org/changeset/143794
        https://bugs.webkit.org/show_bug.cgi?id=110542

        debug linux builds broken?

        * platform/chromium/TestExpectations:

2013-02-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations for newish tests

        Unreviewed test expectations addition.

        * platform/chromium-linux-x86/fast/text/decorations-with-text-combine-expected.txt: Added.
        * platform/chromium-linux-x86/fast/text/orientation-sideways-expected.txt: Added.
        * platform/chromium-linux/fast/text/decorations-with-text-combine-expected.png: Added.
        * platform/chromium-linux/fast/text/decorations-with-text-combine-expected.txt: Added.
        * platform/chromium-linux/fast/text/orientation-sideways-expected.png: Added.
        * platform/chromium-linux/fast/text/orientation-sideways-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/orientation-sideways-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/orientation-sideways-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/decorations-with-text-combine-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/orientation-sideways-expected.txt: Added.
        * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.png: Added.
        * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.txt: Added.
        * platform/chromium-mac/fast/text/orientation-sideways-expected.png: Added.
        * platform/chromium-mac/fast/text/orientation-sideways-expected.txt: Added.
        * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.png: Added.
        * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.txt: Added.
        * platform/chromium-win-xp/fast/text/orientation-sideways-expected.png: Added.
        * platform/chromium-win-xp/fast/text/orientation-sideways-expected.txt: Added.
        * platform/chromium-win/fast/text/decorations-with-text-combine-expected.png: Added.
        * platform/chromium-win/fast/text/decorations-with-text-combine-expected.txt: Added.
        * platform/chromium-win/fast/text/orientation-sideways-expected.png: Added.
        * platform/chromium-win/fast/text/orientation-sideways-expected.txt: Added.
        * platform/chromium/TestExpectations:

2013-02-22  Eric Seidel  <eric@webkit.org>

        Teach the html5lib tests how to test the threaded HTML parser
        https://bugs.webkit.org/show_bug.cgi?id=110643

        Reviewed by Adam Barth.

        * TestExpectations:
        * html5lib/resources/runner.js:
        (window.onload):
        * html5lib/run-template-expected.txt:
        * html5lib/run-test10-expected.txt:
        * html5lib/run-test11-expected.txt:
        * html5lib/run-test12-expected.txt:
        * html5lib/run-test14-expected.txt:
        * html5lib/run-test15-expected.txt:
        * html5lib/run-test16-expected.txt:
        * html5lib/run-test17-expected.txt:
        * html5lib/run-test19-expected.txt:
        * html5lib/run-test2-expected.txt:
        * html5lib/run-test20-expected.txt:
        * html5lib/run-test21-expected.txt:
        * html5lib/run-test22-expected.txt:
        * html5lib/run-test23-expected.txt:
        * html5lib/run-test24-expected.txt:
        * html5lib/run-test25-expected.txt:
        * html5lib/run-test26-expected.txt:
        * html5lib/run-test3-expected.txt:
        * html5lib/run-test4-expected.txt:
        * html5lib/run-test5-expected.txt:
        * html5lib/run-test6-expected.txt:
        * html5lib/run-test8-expected.txt:
        * html5lib/run-test9-expected.txt:
        * html5lib/runner-expected.txt:
        * platform/chromium/html5lib/run-test1-expected.txt:
        * platform/chromium/html5lib/run-test18-expected.txt:
        * platform/chromium/html5lib/run-test7-expected.txt:

2013-02-22  Adam Barth  <abarth@webkit.org>

        fast/parser/parser-yield-timing.html doesn't integrate with js-test-pre correctly
        https://bugs.webkit.org/show_bug.cgi?id=110645

        Reviewed by Eric Seidel.

        * fast/parser/parser-yield-timing.html:

2013-02-21  Ojan Vafai  <ojan@chromium.org>

        Increase the max preferred width of tables to 1000000
        https://bugs.webkit.org/show_bug.cgi?id=110545

        Reviewed by Emil A Eklund.

        * fast/table/large-shrink-wrapped-width-expected.txt: Added.
        * fast/table/large-shrink-wrapped-width.html: Added.

2013-02-22  Ian Vollick  <vollick@chromium.org>

        [chromium] Update test expectations for XP after 143554
        https://bugs.webkit.org/show_bug.cgi?id=110636

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-02-22  Dirk Pranke  <dpranke@chromium.org>

        [chromium] enable the fixed version of freetype on linux
        https://bugs.webkit.org/show_bug.cgi?id=110542

        Reviewed by Tony Chang.

        Add entries for two tests that pass on Lucid but fail on Precise
        even with the Freetype change. This isn't worth adding in
        Lucid and Precise keywords for just these two tests.

        * platform/chromium/TestExpectations:

2013-02-22  Kenneth Russell  <kbr@google.com>

        Uint8ClampedArray constructor is wrong in WorkerContext.idl
        https://bugs.webkit.org/show_bug.cgi?id=110634

        Reviewed by Adam Barth.

        Added copy of new WebGL conformance test both in old location
        (fast/canvas/webgl) and new location (webgl -- not yet being run
        on any ports) to avoid losing test coverage after cutover.

        * fast/canvas/webgl/array-unit-tests.html:
        * fast/canvas/webgl/resources/typed-array-test-cases.js: Added.
        * fast/canvas/webgl/resources/typed-array-worker.js: Added.
        (constructTypedArray):
        (constructDataView):
        (onmessage):
        * fast/canvas/webgl/typed-arrays-in-workers-expected.txt: Added.
        * fast/canvas/webgl/typed-arrays-in-workers.html: Added.
        * webgl/conformance/typedarrays/typed-arrays-in-workers-expected.txt: Added.
        * webgl/conformance/typedarrays/typed-arrays-in-workers.html: Added.
        * webgl/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt:
        * webgl/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html:
        * webgl/resources/webgl_test_files/conformance/typedarrays/resources/typed-array-test-cases.js: Added.
        * webgl/resources/webgl_test_files/conformance/typedarrays/resources/typed-array-worker.js: Added.
        (constructTypedArray):
        (constructDataView):
        (onmessage):
        * webgl/resources/webgl_test_files/conformance/typedarrays/typed-arrays-in-workers.html: Added.

2013-02-22  James Simonsen  <simonjam@chromium.org>

        Preloads should be cleared when JavaScript cancels loading prematurely.
        https://bugs.webkit.org/show_bug.cgi?id=110388

        Reviewed by Antti Koivisto.

        * http/tests/cache/preload-cleared-after-parrsing-canceled-by-js-expected.txt: Added.
        * http/tests/cache/preload-cleared-after-parrsing-canceled-by-js.html: Added.

2013-02-22  Rouslan Solomakhin  <rouslan@chromium.org>

        Expect editing/spelling/spelling-changed-text.html to fail on Qt and GTK
        https://bugs.webkit.org/show_bug.cgi?id=110447

        Reviewed by Ryosuke Niwa.

        Qt and GTK layout tests do not mark the word "wellcome" as a misspelling in
        editing/spelling/spelling-changed-text.html layout test. This patch disables
        editing/spelling/spelling-changed-text.html on Qt and GTK platforms.

        * platform/gtk/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ].
        * platform/qt/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ].

2013-02-22  Gregg Tavares  <gman@chromium.org>

        Add script to generate LayoutTests from WebGL Conformance Tests
        https://bugs.webkit.org/show_bug.cgi?id=110525

        Reviewed by Kenneth Russell.

        Adds the script generate-webgl-tests.py which given a path
        to the WebGL Conformance 'sdk/tests' folder generates and
        or updates LayoutTests for WebGL.  Example

        git clone git://github.com/KhronosGroup/WebGL.git
        generate-webgl-tests.py -w WebGL/sdk/tests -e

        * webgl/generate-webgl-tests.py: Added.
        (ReadFile):
        (WriteFile):
        (CopyTree):
        (FileReader):
        (GreaterThanOrEqualToVersion):
        (GetTestList):
        (main):
        * webgl/resources/webgl-expectation-template.txt: Added.
        * webgl/resources/webgl-wrapper-template.html: Added.

2013-02-22  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Removed expectations for tests that now pass. Adjusted an expectation for a flaky crasher.
        Marked a few more sputnik tests as slow.

        * platform/gtk-wk1/TestExpectations:
        * platform/gtk/TestExpectations:

2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>

        Mac WebKit2 rebaselines.

        Partially revert http://trac.webkit.org/changeset/143709 since the expected result for
        cross-origin-local-storage-wk1-expected.txt is different on Mac WebKit on the contrary to
        the change log description in the changeset.

        Also skip editing/spelling/spelling-changed-text.html on Mac since the test requires
        the support for asynchronous spellchecking.

        * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Copied
            from platform/mac/http/tests/security/cross-origin-local-storage-wk1-expected.txt.
        * platform/mac/TestExpectations:

2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>

        Add a Mac baseline for the test added in r142955.

        * platform/mac/TestExpectations:
        * platform/mac/svg/filters/filter-hidden-content-expected.png: Added.
        * platform/mac/svg/filters/filter-hidden-content-expected.txt: Added.

2013-02-22  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Marking a bunch of (mostly Sputnik) tests as slow.

2013-02-22  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Unable to enter "24" to hour field
        https://bugs.webkit.org/show_bug.cgi?id=110431

        Reviewed by Kent Tamura.

        Added test cases for hour formats 0-11 and 1-24.

        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:

2013-02-21  Zoltan Horvath  <zoltan@webkit.org>

        [CSS Regions] Region boxes should respect -shape-inside CSS property
        https://bugs.webkit.org/show_bug.cgi?id=107880

        Reviewed by David Hyatt.

        The shape-inside CSS property modifies the shape of the inner inline flow content from rectangular content box
        to an arbitrary geometry. The detailed documentation is located in the CSS-Exclusions specification:
        http://dev.w3.org/csswg/css3-exclusions/#shape-inside-property. This change adds support for the shape-inside property
        on CSS Regions.

        * fast/regions/shape-inside-on-regions-expected.html: Added.
        * fast/regions/shape-inside-on-regions.html: Added.

2013-02-22  Bem Jones-Bey  <bjonesbe@adobe.com>

        text-overflow:ellipsis is not applied when the block contains nested blocks
        https://bugs.webkit.org/show_bug.cgi?id=101879

        Reviewed by Eric Seidel.

        Use the test from the specification that is supplied as part of the
        bug.

        * fast/css/text-overflow-ellipsis-anonymous-blocks-expected.html: Added.
        * fast/css/text-overflow-ellipsis-anonymous-blocks.html: Added.

2013-02-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [WTR] Do not dump information about empty subframes.
        https://bugs.webkit.org/show_bug.cgi?id=110585

        Reviewed by Simon Fraser.

        Remove some platform-specific expectations now that the results match
        the base expectations.

        * platform/efl/TestExpectations: Unskip tests that are now passing.
        * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
        * platform/mac-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed.
        * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
        * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed.
        * platform/win-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
        * platform/win-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed.

2013-02-22  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r143678 and r143702.
        http://trac.webkit.org/changeset/143678
        http://trac.webkit.org/changeset/143702
        https://bugs.webkit.org/show_bug.cgi?id=110613

        Breaks fast/loader/stateobjects/state-url-sets-links-
        visited.html in Chromium (Requested by abarth on #webkit).

        * fast/js/resources/js-test-pre.js:
        * fast/loader/stateobjects/state-url-sets-links-visited-expected.txt:
        * fast/loader/stateobjects/state-url-sets-links-visited.html:
        * platform/chromium-win/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Copied from LayoutTests/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt.
        * platform/chromium/TestExpectations:
        * platform/win/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Copied from LayoutTests/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt.
        * platform/wk2/TestExpectations:

2013-02-22  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Added platform specific expected files after 143626.

        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
        * platform/qt/TestExpectations:

2013-02-22  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Skip failing tests on EFL bots.

        * platform/efl/TestExpectations:

2013-02-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Allow child-frame content in hit-tests.
        https://bugs.webkit.org/show_bug.cgi?id=95204

        Reviewed by Julien Chaffraix.

        A new tests for nodesFromRect that returns result from child frames.

        * fast/dom/nodesFromRect/nodesFromRect-child-frame-content-expected.txt: Added.
        * fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html: Added.
        * fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html:
        * fast/dom/nodesFromRect/resources/child-frame.html: Added.
        * fast/dom/nodesFromRect/resources/nodesFromRect.js:
        (check):
        (checkShadowContent):
        (nodesFromRectAsString):

2013-02-22  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding crash expectations for tests that regressed with r143624.
        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining.

2013-02-22  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip tests until regressions (r143470, r143654) fixed.

        * platform/qt/TestExpectations:

2013-02-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        Unreviewed gardening.

        Remove some platform expectations which are identical to the
        original ones.

        * platform/efl/http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked-expected.txt: Removed.
        * platform/gtk/http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Removed.
        * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Removed.
        * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Removed.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Removed.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Removed.

2013-02-22  Kondapally Kalyan  <kalyan.kondapally@intel.com>

        [WebGL][EFL] Support for creating surface with alpha disabled.
        https://bugs.webkit.org/show_bug.cgi?id=110067

        Reviewed by Kenneth Rohde Christiansen.

        Enabled compositing/webgl/webgl-no-alpha.html for Efl port.

        * platform/efl/TestExpectations:
        * platform/efl/compositing/webgl/webgl-no-alpha-expected.png: Added.
        * platform/efl/compositing/webgl/webgl-no-alpha-expected.txt: Added.

2013-02-22  Vsevolod Vlasov  <vsevik@chromium.org>

        Layout Test fast/multicol/newmulticol/positioned-split.html is failing on chromium mac 10.8 since it was added
        https://bugs.webkit.org/show_bug.cgi?id=110568

        Unreviewed test expectation update.

        * platform/chromium/TestExpectations:

2013-02-22  Vsevolod Vlasov  <vsevik@chromium.org>

        Layout Test fast/loader/stateobjects/state-url-sets-links-visited.html is timing out in chromium
        https://bugs.webkit.org/show_bug.cgi?id=110566

        Unreviewed test expectation update.

        * platform/chromium/TestExpectations:

2013-02-22  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed tests rebaseline.

        * platform/chromium-linux-x86/fast/images/favicon-as-image-expected.png: Added.
        * platform/chromium-linux/fast/images/favicon-as-image-expected.png:
        * platform/chromium-linux/http/tests/misc/favicon-as-image-expected.png: Added.
        * platform/chromium-linux/http/tests/misc/favicon-as-image-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
        * platform/chromium-mac-lion/fast/images/favicon-as-image-expected.png:
        * platform/chromium-mac-lion/fast/images/favicon-as-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/images/favicon-as-image-expected.txt.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png:
        * platform/chromium-mac-snowleopard/fast/images/favicon-as-image-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
        * platform/chromium-mac/fast/images/favicon-as-image-expected.png:
        * platform/chromium-mac/fast/images/favicon-as-image-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/images/favicon-as-image-expected.txt.
        * platform/chromium/TestExpectations:

2013-02-21  Takashi Sakamoto  <tasak@google.com>

        RenderTable::paintBoxDecorations sometimes draws box-shadow twice.
        https://bugs.webkit.org/show_bug.cgi?id=110196

        Reviewed by Simon Fraser.

        * fast/css/table-border-radius-with-box-shadow-expected.html: Added.
        * fast/css/table-border-radius-with-box-shadow.html: Added.

2013-02-21  Ryosuke Niwa  <rniwa@webkit.org>

        Add failing test expectations for bugs 110554 and 110555.

        * platform/mac/TestExpectations:

2013-02-21  Benjamin Poulain  <benjamin@webkit.org>

        Add support for testing states changing asynchronously. Apply it to state-url-sets-links-visited.html.
        https://bugs.webkit.org/show_bug.cgi?id=109883

        Reviewed by Antti Koivisto.

        Some tests depends on state change happening asynchronously. This is typically solved by using
        timers with a long enough interval.

        Timers have the general pitfalls of causing unreliable tests, and forcing unnecessary delays
        in the tests.

        This patch introduces new testing helpers, shouldBecomeEqual and shouldBecomeEqualToString, to
        test a change of state repetively until it succeed (or timeout). Those test functions execute
        the condition every 5ms until the test succeed.

        The helper shouldBecomeEqualToString is applied on state-url-sets-links-visited.html to illustrate
        the concept.

        * fast/js/resources/js-test-pre.js:
        (_waitForCondition): Generic helper function for the familly shouldBecomeXXX.
        (.condition):
        (.failureHandler):
        (shouldBecomeEqual):
        (shouldBecomeEqualToString):

        * fast/loader/stateobjects/state-url-sets-links-visited.html:
        * platform/wk2/TestExpectations:
        state-url-sets-links-visited.html fails on WebKit2 because the visited links table is updated
        asynchronously, and the style is only updated after 1 IPC message + 1 timer + 1 IPC message.

        The test is changed to use shouldBecomeEqualToString in order to become reliable. If the UIProcess
        does not update the style in a reasonable amount of time, the test fails.

2013-02-21  Adam Barth  <abarth@webkit.org>

        Threaded HTML Parser fails fast/dom/Document/readystate.html
        https://bugs.webkit.org/show_bug.cgi?id=110529

        Reviewed by Eric Seidel.

        This test is a reduction of the original issue.

        * fast/parser/body-should-exist-after-open-close-expected.txt: Added.
        * fast/parser/body-should-exist-after-open-close.html: Added.

2013-02-21  Rouslan Solomakhin  <rouslan@chromium.org>

        Fix editing/spelling/spelling-changed-text.html on Qt and GTK
        https://bugs.webkit.org/show_bug.cgi?id=110447

        Reviewed by Tony Chang.

        After r143470 editing/spelling/spelling-changed-text.html fails on Qt and GTK,
        because Qt and Gtk spelling tests do not mark "cheher" as a misspelling. This
        patch changes the test to use the misspelling "wellcome" instead.

        * editing/spelling/spelling-changed-text-expected.txt: Changed "cheher" to "wellcome".
        * editing/spelling/spelling-changed-text.html: Changed "cheher" to "wellcome".
        * platform/gtk/TestExpectations: Enabled editing/spelling/spelling-changed-text.html test.
        * platform/qt/TestExpectations: Enabled editing/spelling/spelling-changed-text.html test.

2013-02-21  Eric Seidel  <eric@webkit.org>

        LayoutTests/fast/encoding/parser-tests-*.html timeout with threaded HTML parser
        https://bugs.webkit.org/show_bug.cgi?id=109995

        Reviewed by Adam Barth.

        Mark http/tests/security/feed-urls-from-remote.html as timeout on chromium.
        I believe this is due to a bug in our DRT implementation in the policyDelegate case
        (which AFAIK is not a codepath which Chromium actually uses in the wild).
        The test already times out on TOT if you remove the setCustomPolicyDelegate calls.

        * platform/chromium/TestExpectations:

2013-02-21  Erik Arvidsson  <arv@chromium.org>

        Nodes should not have attributes property
        https://bugs.webkit.org/show_bug.cgi?id=110510

        Reviewed by Adam Barth.

        * fast/dom/Node/initial-values-expected.txt:
        * fast/dom/Node/script-tests/initial-values.js:
        * fast/dom/Text/text-should-not-have-attributes-expected.txt: Added.
        * fast/dom/Text/text-should-not-have-attributes.html: Added.

2013-02-21  Alok Priyadarshi  <alokp@chromium.org>

        Suppressed failing tests after r143626.
        These tests need to be rebaselined.

        Unreviewed gardening of TestExpectations.

        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-21  Simon Fraser  <simon.fraser@apple.com>

        [Safari] Crash with opacity + drop shadow filter + child element extending beyond filter outsets
        https://bugs.webkit.org/show_bug.cgi?id=107467

        Reviewed by Dean Jackson.
        
        Testcase with filtered element with opacity, and layer child.

        * css3/filters/filter-with-opacity-and-children-expected.txt: Added.
        * css3/filters/filter-with-opacity-and-children.html: Added.

2013-02-21  Philip Rogers  <pdr@google.com>

        Rebaseline 4 SVG tests after an aspect ratio change in r143389

        These 4 SVG tests needed a rebaseline after fixing WK99984.

        Unreviewed rebaseline of test expectations.

        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium/TestExpectations:

2013-02-21  Philip Rogers  <pdr@google.com>

        Fix duplicate TestExpecataions entry for svg/custom/foreign-object-skew.svg

        Unreviewed gardening of TestExpecations

        * platform/chromium/TestExpectations:

2013-02-21  Filip Pizlo  <fpizlo@apple.com>

        Rebalance the running times of JSRegress somewhat.

        Rubber stamped by Mark Hahnenberg.

        * fast/js/regress/script-tests/adapt-to-double-divide.js:
        (foo):
        * fast/js/regress/script-tests/array-access-polymorphic-structure.js:
        * fast/js/regress/script-tests/int-overflow-local.js:
        * fast/js/regress/script-tests/method-on-number.js:
        (foo):
        * fast/js/regress/script-tests/rare-osr-exit-on-local.js:
        * fast/js/regress/script-tests/slow-convergence.js:

2013-02-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r143419.
        http://trac.webkit.org/changeset/143419
        https://bugs.webkit.org/show_bug.cgi?id=110507

        Broke border-image on Mac (Requested by jpfau on #webkit).

        * fast/borders/border-image-02.html: Removed.
        * platform/chromium-linux/fast/borders/border-image-02-expected.png: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/borders/border-image-02-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/gtk/fast/borders/border-image-02-expected.png: Removed.
        * platform/gtk/fast/borders/border-image-02-expected.txt: Removed.
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2013-02-21  Filip Pizlo  <fpizlo@apple.com>

        Add Apache's HashMap.java translated into JavaScript as a JSRegress test

        Rubber stamped by Geoffrey Garen.
        
        * fast/js/regress/HashMap-put-get-iterate-keys.html: Added.
        * fast/js/regress/HashMap-put-get-iterate.html: Added.
        * fast/js/regress/HashMap-string-put-get-iterate.html: Added.
        * fast/js/regress/script-tests/HashMap-put-get-iterate-keys.js: Added.
        (HashMap):
        (HashMap.):
        (get var):
        * fast/js/regress/script-tests/HashMap-put-get-iterate.js: Added.
        (HashMap):
        (HashMap.):
        (get var):
        * fast/js/regress/script-tests/HashMap-string-put-get-iterate.js: Added.
        (HashMap):
        (HashMap.):
        (get var):

2013-02-21  Tom Sepez  <tsepez@chromium.org>

        XSSAuditor should block pages by redirecting to a sandboxed data: URL.
        https://bugs.webkit.org/show_bug.cgi?id=110406

        Reviewed by Adam Barth.

        * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt: Added.
        * http/tests/security/xssAuditor/block-does-not-leak-location.html: Added.
        * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt: Added.
        * http/tests/security/xssAuditor/block-does-not-leak-referrer.html: Added.
        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
        * http/tests/security/xssAuditor/full-block-base-href.html:
        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-javascript-url.html:
        * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
        * http/tests/security/xssAuditor/full-block-javascript-link.html:
        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
        * http/tests/security/xssAuditor/full-block-link-onclick.html:
        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-object-tag.html:
        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt: Added.
        * http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html: Added.
        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-with-source.html:
        * http/tests/security/xssAuditor/full-block-script-tag.html:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html:
        * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-02.html:
        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-03.html:
        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-04.html:
            Rebaselined tests. Can no longer use final location of about:blank to 
            indicate success.

        * http/tests/security/xssAuditor/resources/utilities.js:
        (checkIfFrameLocationMatchesSrcAndCallDone):
            Check final location against frame source (should only match when same
            origin and not blocked).

        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
            Clean up noise in httpd error log about undefined values.

2013-02-21  Christian Biesinger  <cbiesinger@chromium.org>

        Convert buttons from DeprecatedFlexBox to nondeprecated FlexibleBox
        https://bugs.webkit.org/show_bug.cgi?id=109994

        Reviewed by Ojan Vafai.

        * fast/flexbox/box-orient-button.html: Change -webkit-box to
        -webkit-flex, and related changes.
        * fast/flexbox/resources/box-orient-button.js:
        (setFlexDirection): webkitBoxOrient -> webkitFlexDirection

        * fast/replaced/table-percent-height.html: Give a value to the
        <input type="button"> so that the layout doesn't change. No need to
        change expectations because this test uses dumpAsText() and just
        compares one button's height to another.

        * http/tests/security/isolatedWorld/userGestureEvents.html: Add text
        to the button so that sending the click event doesn't miss the
        now-smaller button.
        * http/tests/security/isolatedWorld/userGestureEvents-expected.txt:
        Add that text to the expectation too.

        * fast/forms/button-generated-content-expected.txt:
        * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
        * platform/chromium-linux/fast/forms/button-generated-content-expected.txt:
        * platform/chromium-linux/fast/forms/select-baseline-expected.png:
        * platform/chromium-linux/fast/forms/select-baseline-expected.txt:
        * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-linux/svg/custom/foreign-object-skew-expected.txt:
        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.txt:
        * platform/mac/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/mac/fast/forms/select-baseline-expected.txt:
        * platform/mac/svg/custom/foreign-object-skew-expected.txt:
        Rebaseline. Most changes come from the fact that an empty button now
        consistently has a small height, when previously it would sometimes
        have the height of the line. See this testcase:
        https://bugs.webkit.org/attachment.cgi?id=188679
        The new behavior is consistent with Firefox.

        The only other difference is fast/forms/button-generated-content.html:
        The empty buttons are now aligned on the baseline instead of being
        vertically centered in the line. This is consistent with Firefox.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        Mark tests for rebaselining.

2013-02-21  Beth Dakin  <bdakin@apple.com>

        Out-of-view fixed position check should not be affected by page scale at all on Mac
        https://bugs.webkit.org/show_bug.cgi?id=110294
        -and corresponding-
        <rdar://problem/13247582>

        Reviewed by Simon Fraser.

        These layer results should be the same regardless of the scale factor.

        * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
        * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:

        Skip these on Chromium for now.
        * platform/chromium/TestExpectations:

2013-02-21  Philip Rogers  <pdr@google.com>

        Stop starting animations when leaving a page
        https://bugs.webkit.org/show_bug.cgi?id=110257

        Reviewed by Stephen Chenney.

        * svg/animations/reset-animation-crash-expected.html: Added.
        * svg/animations/reset-animation-crash.html: Added.

2013-02-21  Nate Chapin  <japhet@chromium.org>

        REGRESSION: Crash in MainResourceLoader::setDataBufferingPolicy when sharing an html5 video via email
        https://bugs.webkit.org/show_bug.cgi?id=110075

        Reviewed by Alexey Proskuryakov.

        * webarchive/loading/resources/video-in-webarchive.webarchive: Added.
        * webarchive/loading/video-in-webarchive-expected.txt: Added.
        * webarchive/loading/video-in-webarchive.html: Added.

2013-02-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r143616.
        http://trac.webkit.org/changeset/143616
        https://bugs.webkit.org/show_bug.cgi?id=110491

        Caused a test failure on Chromium Mac. (Requested by vollick
        on #webkit).

        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Removed.
        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Removed.

2013-02-21  Alok Priyadarshi  <alokp@chromium.org>

        Mark GraphicsLayers as opaque when possible
        https://bugs.webkit.org/show_bug.cgi?id=70634

        Reviewed by Simon Fraser.

        * compositing/absolute-inside-out-of-view-fixed-expected.txt:
        * compositing/backing/no-backing-for-clip-expected.txt:
        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * compositing/backing/no-backing-for-perspective-expected.txt:
        * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
        * compositing/columns/composited-in-paginated-expected.txt:
        * compositing/contents-opaque/contents-opaque-background-clip-expected.txt: Copied from LayoutTests/platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
        * compositing/contents-opaque/contents-opaque-background-clip.html: Added.
        * compositing/contents-opaque/contents-opaque-background-color-expected.txt: Copied from LayoutTests/platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
        * compositing/contents-opaque/contents-opaque-background-color.html: Added.
        * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
        * compositing/contents-opaque/contents-opaque-layer-opacity.html: Added.
        * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
        * compositing/contents-opaque/contents-opaque-layer-transform.html: Added.
        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-expected.txt:
        * compositing/geometry/clip-expected.txt:
        * compositing/geometry/clip-inside-expected.txt:
        * compositing/geometry/fixed-position-composited-switch-expected.txt:
        * compositing/geometry/flipped-writing-mode-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
        * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * compositing/geometry/preserve-3d-switching-expected.txt:
        * compositing/iframes/become-composited-nested-iframes-expected.txt:
        * compositing/iframes/become-overlapped-iframe-expected.txt:
        * compositing/iframes/composited-parent-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * compositing/iframes/connect-compositing-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe2-expected.txt:
        * compositing/iframes/connect-compositing-iframe3-expected.txt:
        * compositing/iframes/enter-compositing-iframe-expected.txt:
        * compositing/iframes/iframe-resize-expected.txt:
        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * compositing/iframes/overlapped-iframe-expected.txt:
        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * compositing/iframes/overlapped-nested-iframes-expected.txt:
        * compositing/iframes/page-cache-layer-tree-expected.txt:
        * compositing/iframes/scrolling-iframe-expected.txt:
        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * compositing/layer-creation/overlap-animation-clipping-expected.txt:
        * compositing/layer-creation/overlap-animation-expected.txt:
        * compositing/layer-creation/overlap-child-layer-expected.txt:
        * compositing/layer-creation/overlap-clipping-expected.txt:
        * compositing/layer-creation/overlap-transformed-3d-expected.txt:
        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
        * compositing/layer-creation/overlap-transforms-expected.txt:
        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-expected.txt:
        * compositing/layer-creation/translatez-overlap-expected.txt:
        * compositing/masks/mask-layer-size-expected.txt:
        * compositing/overflow-trumps-transform-style-expected.txt:
        * compositing/overflow/clip-descendents-expected.txt:
        * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * compositing/overflow/textarea-scroll-touch-expected.txt:
        * compositing/plugins/no-backing-store-expected.txt:
        * compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * compositing/rtl/rtl-absolute-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-fixed-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-relative-expected.txt:
        * compositing/rtl/rtl-relative-expected.txt:
        * compositing/tiled-layers-hidpi-expected.txt:
        * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * compositing/tiling/rotated-tiled-clamped-expected.txt:
        * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
        * compositing/tiling/tile-cache-zoomed-expected.txt:
        * compositing/tiling/tiled-layer-resize-expected.txt:
        * compositing/visible-rect/2d-transformed-expected.txt:
        * compositing/visible-rect/3d-transform-style-expected.txt:
        * compositing/visible-rect/3d-transformed-expected.txt:
        * compositing/visible-rect/animated-expected.txt:
        * compositing/visible-rect/animated-from-none-expected.txt:
        * compositing/visible-rect/clipped-by-viewport-expected.txt:
        * compositing/visible-rect/clipped-visible-rect-expected.txt:
        * compositing/visible-rect/iframe-and-layers-expected.txt:
        * compositing/visible-rect/iframe-no-layers-expected.txt:
        * compositing/visible-rect/nested-transform-expected.txt:
        * compositing/visible-rect/scrolled-expected.txt:
        * css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
        * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
        * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium/compositing/geometry/clip-expected.txt:
        * platform/chromium/compositing/geometry/clip-inside-expected.txt:
        * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
        * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/chromium/compositing/iframes/resizer-expected.txt:
        * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
        * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
        * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
        * platform/mac/TestExpectations:
        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
        * platform/mac/compositing/iframes/resizer-expected.txt:
        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
        * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
        * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
        * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
        * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:

2013-02-21  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Implement grid growth during auto placement
        https://bugs.webkit.org/show_bug.cgi?id=110418

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/grid-item-addition-auto-placement-update-expected.txt:
        * fast/css-grid-layout/grid-item-removal-auto-placement-update-expected.txt:

2013-02-21  Andrei Bucur  <abucur@adobe.com>

        -webkit-margin-collapse: separate doesn't work correctly for before margins
        https://bugs.webkit.org/show_bug.cgi?id=109956

        Reviewed by David Hyatt.

        The test verifies a child specifying "-webkit-margin-collapse: separate" is correctly positioned inside
        its container, at a value equal with the top margin of the child. The container also need to be sized
        accordingly.

        * fast/block/margin-collapse/webkit-margin-collapse-separate-position-expected.txt: Added.
        * fast/block/margin-collapse/webkit-margin-collapse-separate-position.html: Added.

2013-02-21  Tien-Ren Chen  <trchen@chromium.org>

        Need to re-layout fixed position elements after scale when using settings()->fixedElementsLayoutRelativeToFrame()
        https://bugs.webkit.org/show_bug.cgi?id=105486

        Reviewed by James Robinson.

        In settings()->fixedElementsLayoutRelativeToFrame() mode, fixed-position
        elements are layout relative to the current visible viewport, which can
        be different from the layout viewport when using fixed-layout mode.
        We need to re-layout fixed-position elements in case of visible content
        size changes.

        The test is currently chromium-specific due to difficulties to make this
        test works on Mac. The mac port seems to work very differently with
        visible content size when a page is scaled. And there is no reliable way
        to hide scrollbars in mac-wk1 that doesn't cause a side effect.

        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Added.
        * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Added.

2013-02-21  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions]  border-radius on a region causes overflow to be hidden
        https://bugs.webkit.org/show_bug.cgi?id=103684

        Reviewed by Tony Chang.

        The fix for https://bugs.webkit.org/show_bug.cgi?id=74132, making RenderRegion
        inherit from RenderBlock instead of RenderReplaced, also fixed this bug.
        Still, it deserves a test.

        * fast/regions/last-region-border-radius-expected.html: Added.
        * fast/regions/last-region-border-radius.html: Added.

2013-02-21  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] Add a positioned object pagination test.
        https://bugs.webkit.org/show_bug.cgi?id=110480.

        Reviewed by Antti Koivisto.

        * fast/multicol/newmulticol/positioned-split-expected.html: Added.
        * fast/multicol/newmulticol/positioned-split.html: Added.

2013-02-21  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening; unskip test that is now passing on the bots.

        * platform/efl/TestExpectations:

2013-02-21  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        Unskip some tests which are passing; too bad nobody cared to file
        bugs for them in the first place.

        * platform/efl/TestExpectations:

2013-02-21  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] UI: more intuitive control buttons
        https://bugs.webkit.org/show_bug.cgi?id=110327

        Reviewed by Pavel Feldman.

        * inspector/profiler/canvas2d/canvas-replay-log-grid.html:

2013-02-21  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
        * platform/efl/fast/js/global-constructors-expected.txt: Ditto.
        * platform/efl/TestExpectations: Added editing/spelling/spelling-changed-text.html after r143470.

2013-02-21  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Local/session storage tree items in the Resources panel after page refresh are not shown
        https://bugs.webkit.org/show_bug.cgi?id=109572

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector-enabled/dom-storage-open-expected.txt:
        * http/tests/inspector-enabled/dom-storage-open.html:

2013-02-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r143581.
        http://trac.webkit.org/changeset/143581
        https://bugs.webkit.org/show_bug.cgi?id=110457

        Breaks Windows builds (compile + link) (Requested by apavlov
        on #webkit).

        * http/tests/inspector-enabled/dom-storage-open-expected.txt:
        * http/tests/inspector-enabled/dom-storage-open.html:

2013-02-21  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Get rid of parsedURL in uiSourceCode, use name and path for displayName instead.
        https://bugs.webkit.org/show_bug.cgi?id=110335

        Reviewed by Alexander Pavlov.

        * http/tests/inspector-enabled/dynamic-scripts.html:
        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * inspector/debugger/dynamic-scripts.html:
        * inspector/debugger/scripts-file-selector-expected.txt:
        * inspector/debugger/source-url-comment.html:
        * inspector/styles/edit-inspector-stylesheet.html:
        * inspector/styles/styles-add-new-rule.html:

2013-02-21  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Local/session storage tree items in the Resources panel after page refresh are not shown
        https://bugs.webkit.org/show_bug.cgi?id=109572

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector-enabled/dom-storage-open-expected.txt:
        * http/tests/inspector-enabled/dom-storage-open.html:

2013-02-21  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk2/TestExpectations: Skip failing reftests.
        * platform/qt/TestExpectations: Skip failing tests after r143541 and r110447.
        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
        * platform/qt/fast/js/global-constructors-expected.txt: Rebaselining after r143505.

2013-02-21  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r143470 and r143541.
        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
        * platform/gtk/fast/js/global-constructors-expected.txt: Ditto.

2013-02-21  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skipped failing inpector tests after r143300.
        https://bugs.webkit.org/show_bug.cgi?id=110440.

        * platform/qt/TestExpectations:

2013-02-21  Ken Kania  <kkania@chromium.org>

        Web Inspector: Add command for selecting files for file input element
        https://bugs.webkit.org/show_bug.cgi?id=109308

        Reviewed by Pavel Feldman.

        * inspector-protocol/dom/setFileInputFiles-expected.txt: Added.
        * inspector-protocol/dom/setFileInputFiles.html: Added.
        * platform/chromium/inspector-protocol/dom/setFileInputFiles-expected.txt: Added.

2013-02-21  Pan Deng  <pan.deng@intel.com>

        [Web Inspector]Add WebSocket networking events in WebInspector Timeline panel.
        https://bugs.webkit.org/show_bug.cgi?id=105527.

        Reviewed by Pavel Feldman.

        This change add the record event type to test expections. The Events are CreateWebSocket, 
        SendWebSocketHandshakeRequest, ReceiveWebSocketHandShakeResponse and DestoryWebSocket.
        timeline-test.js was moved to http folder, since new added websocket test need it from server side.

        * http/tests/inspector/timeline-test.js: Renamed from LayoutTests/inspector/timeline/timeline-test.js.
        (initialize_Timeline.InspectorTest.startTimeline.addRecord):
        (initialize_Timeline.InspectorTest.startTimeline):
        (initialize_Timeline.addRecord):
        (initialize_Timeline.InspectorTest.waitForRecordType):
        (initialize_Timeline.InspectorTest.stopTimeline):
        (initialize_Timeline.step1):
        (initialize_Timeline.step2):
        (initialize_Timeline.InspectorTest.evaluateWithTimeline):
        (initialize_Timeline.):
        (initialize_Timeline.InspectorTest.performActionsAndPrint):
        (initialize_Timeline.InspectorTest.printTimelineRecords):
        (initialize_Timeline.InspectorTest.printTimestampRecords):
        (initialize_Timeline.InspectorTest.innerPrintTimelineRecords):
        (initialize_Timeline.InspectorTest.dumpTimelineRecord):
        (initialize_Timeline.InspectorTest.dumpTimelineRecords):
        (initialize_Timeline.InspectorTest.printTimelineRecordProperties):
        (initialize_Timeline.InspectorTest._timelineAgentTypeToString):
        (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
        (initialize_Timeline.InspectorTest.findPresentationRecord):
        (initialize_Timeline.InspectorTest.FakeFileReader):
        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.start):
        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.cancel):
        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.loadedSize):
        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.fileSize):
        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.fileName):
        (initialize_Timeline.InspectorTest):
        (initialize_Timeline):
        * http/tests/inspector/websocket/timeline-websocket-event-expected.txt: Added.
        * http/tests/inspector/websocket/timeline-websocket-event.html: Added.
        * inspector/timeline/timeline-animation-frame.html: Modify address of script "timeline-test.js"
        * inspector/timeline/timeline-decode-resize.html:
        * inspector/timeline/timeline-dom-content-loaded-event.html:
        * inspector/timeline/timeline-enum-stability-expected.txt:
        * inspector/timeline/timeline-event-dispatch.html:
        * inspector/timeline/timeline-frames.html:
        * inspector/timeline/timeline-injected-script-eval.html:
        * inspector/timeline/timeline-layout-reason.html:
        * inspector/timeline/timeline-layout.html:
        * inspector/timeline/timeline-load-event.html:
        * inspector/timeline/timeline-load.html:
        * inspector/timeline/timeline-mark-timeline.html:
        * inspector/timeline/timeline-network-received-data.html:
        * inspector/timeline/timeline-network-resource.html:
        * inspector/timeline/timeline-paint.html:
        * inspector/timeline/timeline-parse-html.html:
        * inspector/timeline/timeline-recalculate-styles.html:
        * inspector/timeline/timeline-receive-response-event.html:
        * inspector/timeline/timeline-script-tag-1.html:
        * inspector/timeline/timeline-script-tag-2.html:
        * inspector/timeline/timeline-start-time.html:
        * inspector/timeline/timeline-time-stamp.html:
        * inspector/timeline/timeline-time.html:
        * inspector/timeline/timeline-timer-fired-from-eval-call-site.html:
        * inspector/timeline/timeline-timer.html:
        * inspector/timeline/timeline-trivial.html:

2013-02-21  Nils Barth  <nbarth@google.com>

        File upload control doesn't apply CSS vertical padding or border to file name
        https://bugs.webkit.org/show_bug.cgi?id=109011

        Reviewed by Hajime Morrita.

        * fast/forms/file/file-vertical-padding-border.html: Added.
        * fast/forms/file/file-vertical-padding-border-expected.html: Added.

2013-02-20  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: TabbedEditorContainer and OpenResourceDialog should show uiSourceCode path and name instead of parsedURL
        https://bugs.webkit.org/show_bug.cgi?id=110334

        Reviewed by Alexander Pavlov.

        * inspector/debugger/scripts-file-selector-expected.txt:
        * inspector/debugger/ui-source-code-display-name-expected.txt:
        * inspector/debugger/ui-source-code-display-name.html:

2013-02-20  Mike West  <mkwst@chromium.org>

        Mouseup event does not fire on Scroll Bar
        https://bugs.webkit.org/show_bug.cgi?id=25811

        Reviewed by Tony Chang.

        * fast/scrolling/scrollbar-mousedown-mouseup-expected.txt: Added.
        * fast/scrolling/scrollbar-mousedown-mouseup.html: Added.
        * fast/scrolling/scrollbar-mousedown-move-mouseup-expected.txt: Added.
        * fast/scrolling/scrollbar-mousedown-move-mouseup.html: Added.

2013-02-20  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed gardening, update TestExpectations.

        * platform/chromium/TestExpectations:

2013-02-20  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed gardening, add chromium-mac specific expectation image.

        * platform/chromium-mac/fast/repaint/paint-caret-in-div-with-negative-indent-expected.png: Added.

2013-02-20  Dirk Schulze  <krit@webkit.org>

        Enable CANVAS_PATH flag
        https://bugs.webkit.org/show_bug.cgi?id=108508

        Reviewed by Simon Fraser.

        Unreviewed rebaseline after landing patch.

        * fast/dom/constructed-objects-prototypes-expected.txt:

2013-02-20  Filip Pizlo  <fpizlo@apple.com>

        DFG inlines Resolves that it doesn't know how to handle correctly
        https://bugs.webkit.org/show_bug.cgi?id=110405

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-inline-resolve-expected.txt: Added.
        * fast/js/dfg-inline-resolve.html: Added.

2013-02-20  Christian Biesinger  <cbiesinger@chromium.org>

        Convert residual-style.html test to a reftest (and fix typos)
        https://bugs.webkit.org/show_bug.cgi?id=109981

        Reviewed by Darin Adler.

        * fast/flexbox/box-orient-button.html: clsas->class
        * fast/flexbox/resources/box-orient-button.js: DTR->DRT
        * fast/invalid/residual-style-expected.html: Added. New reftest
        version. Note that some lines are red, which is
        https://bugs.webkit.org/show_bug.cgi?id=109984
        * fast/invalid/residual-style.html: Add missing semicolon in <style>.
        Also close a few more <font> tags, so that the descriptive text is
        in black as it should be.

        * platform/chromium-android/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-android/fast/invalid/residual-style-expected.txt: Removed.
        * platform/chromium-linux/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-mac/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed.
        * platform/chromium-win/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-win/fast/invalid/residual-style-expected.txt: Removed.
        * platform/efl/fast/invalid/residual-style-expected.png: Removed.
        * platform/efl/fast/invalid/residual-style-expected.txt: Removed.
        * platform/gtk/fast/invalid/residual-style-expected.png: Removed.
        * platform/gtk/fast/invalid/residual-style-expected.txt: Removed.
        * platform/mac/fast/invalid/residual-style-expected.png: Removed.
        * platform/mac/fast/invalid/residual-style-expected.txt: Removed.
        Removed old expectation files.

2013-02-20  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] Fix overflow computation for column blocks.
        https://bugs.webkit.org/show_bug.cgi?id=110392.

        Reviewed by Simon Fraser.

        * fast/multicol/newmulticol/column-rules-fixed-height-expected.html:
        * fast/multicol/newmulticol/column-rules-fixed-height.html:

2013-02-20  Christian Biesinger  <cbiesinger@chromium.org>

        Incorrect rendering for flex boxes with percentage height in a table cell
        https://bugs.webkit.org/show_bug.cgi?id=110389

        Reviewed by Tony Chang.

        * css3/flexbox/flex-percentage-height-in-table-expected.html: Added.
        * css3/flexbox/flex-percentage-height-in-table-standards-mode-expected.html: Added.
        * css3/flexbox/flex-percentage-height-in-table-standards-mode.html: Added.
        * css3/flexbox/flex-percentage-height-in-table.html: Added.

2013-02-20  Philip Rogers  <pdr@google.com>

        Account for transform in SVG background images
        https://bugs.webkit.org/show_bug.cgi?id=110295

        Reviewed by Dirk Schulze.

        * svg/as-background-image/svg-transformed-background-expected.html: Added.
        * svg/as-background-image/svg-transformed-background.html: Added.

2013-02-20  Ojan Vafai  <ojan@chromium.org>

        Positioned, replaced elements with intrinsic width keywords compute the wrong width
        https://bugs.webkit.org/show_bug.cgi?id=110393

        Reviewed by Emil A Eklund.

        * fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes-expected.txt: Added.
        * fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes.html: Added.

2013-02-20  Simon Fraser  <simon.fraser@apple.com>

        Zoomed, slow-scrolling pages keep recreating tiles when scrolled
        https://bugs.webkit.org/show_bug.cgi?id=110379

        Reviewed by Tim Horton.
        
        This test now just has one tile, rather than four. There is an apparent issue
        with the integral tile cache coverage rect being smaller than the visible rect.
        This is caused by rounding when dumping the tile coverage rect.

        * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:

2013-02-20  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Implement the auto-placement algorithm without grid growth
        https://bugs.webkit.org/show_bug.cgi?id=110277

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
        * fast/css-grid-layout/grid-auto-flow-resolution.html:

        * fast/css-grid-layout/grid-item-addition-auto-placement-update-expected.txt: Added.
        * fast/css-grid-layout/grid-item-addition-auto-placement-update.html: Added.
        * fast/css-grid-layout/grid-item-removal-auto-placement-update-expected.txt: Added.
        * fast/css-grid-layout/grid-item-removal-auto-placement-update.html: Added.
        The current algorithm doesn't grow the grid but falls back to inserting the element at
        position (1, 1). The failures in these tests are due to that.

2013-02-20  Vincent Scheib  <scheib@chromium.org>

        Accept 'allowfullscreen' in addition to 'webkitallowfullscreen'.
        https://bugs.webkit.org/show_bug.cgi?id=110374

        Reviewed by Adam Barth.

        Two previous tests duplicated to preserve testing webkitallowfullscreen
        and then modified to test allowfullscreen.

        A new test 'full-screen-iframe-with-mixed-allow-webkitallow-attribute.html'
        added to test a mixed nesting of iframs with both allowfullscreen and
        webkitallowfullscreen.

        * fullscreen/full-screen-enabled-prefixed-expected.txt: Added.
        * fullscreen/full-screen-enabled-prefixed.html: Copied from LayoutTests/fullscreen/full-screen-enabled.html.
        * fullscreen/full-screen-enabled.html:
        * fullscreen/full-screen-iframe-allowed-prefixed-expected.txt: Added.
        * fullscreen/full-screen-iframe-allowed-prefixed.html: Copied from LayoutTests/fullscreen/full-screen-iframe-allowed.html.
        * fullscreen/full-screen-iframe-allowed.html:
        * fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute-expected.txt:
        * fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute.html: Added.
        * fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html: Added.
        * fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html: Added.

2013-02-20  Levi Weintraub  <leviw@chromium.org>

        Line layout (but not pref widths) double-counts word spacing when between inlines
        https://bugs.webkit.org/show_bug.cgi?id=110381

        Reviewed by Emil A Eklund.

        * fast/text/word-space-between-inlines-expected.html: Added.
        * fast/text/word-space-between-inlines.html: Added.

2013-02-20  Nate Chapin  <japhet@chromium.org>

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

        Reviewed by Abhishek Arya.

        * http/tests/misc/delete-frame-during-readystatechange-expected.txt: Added.
        * http/tests/misc/delete-frame-during-readystatechange.html: Added.
        * http/tests/misc/resources/delete-frame-during-readystatechange-frame.html: Added.
        * http/tests/misc/resources/empty.ogv: Added.

2013-02-20  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] Resize RenderMultiColumnSets around their columns.
        https://bugs.webkit.org/show_bug.cgi?id=110378.

        Reviewed by Dirk Schulze.

        * fast/multicol/newmulticol/positioned-with-constrained-height-expected.html: Added.
        * fast/multicol/newmulticol/positioned-with-constrained-height.html: Added.

2013-02-20  Dirk Schulze  <krit@webkit.org>

        Enable CANVAS_PATH flag
        https://bugs.webkit.org/show_bug.cgi?id=108508

        Reviewed by Simon Fraser.

        Enable CANVAS_PATH flag on trunk.

        Existing tests cover the feature.

        * fast/canvas/canvas-path-object-expected.txt:
        * inspector/profiler/canvas2d/canvas2d-api-changes.html:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2013-02-20  Ian Vollick <vollick@chromium.org>

        [chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-02-20  Ian Vollick <vollick@chromium.org>

        [chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-02-20  Robert Hogan  <robert@webkit.org>

        Make the test land in r143482 less platform-specific

        Add outline:none to the test so platform-specific outlines don't kick in and
        make us require separate results for Mac and Linux.

        Unreviewed, gardening.

        * fast/repaint/paint-caret-in-div-with-negative-indent-expected.png:
        * fast/repaint/paint-caret-in-div-with-negative-indent.html:

2013-02-20  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] RenderMultiColumnFlowThreads should establish a BFC.
        https://bugs.webkit.org/show_bug.cgi?id=110366.

        Reviewed by Antti Koivisto.

        * fast/multicol/newmulticol/float-avoidance-expected.html: Added.
        * fast/multicol/newmulticol/float-avoidance.html: Added.
        * fast/multicol/newmulticol/float-multicol-expected.html: Added.
        * fast/multicol/newmulticol/float-multicol.html: Added.
        * fast/multicol/newmulticol/float-paginate-complex-expected.html: Added.
        * fast/multicol/newmulticol/float-paginate-complex.html: Added.
        * fast/multicol/newmulticol/float-paginate-empty-lines-expected.html: Added.
        * fast/multicol/newmulticol/float-paginate-empty-lines.html: Added.
        * fast/multicol/newmulticol/float-paginate-expected.html: Added.
        * fast/multicol/newmulticol/float-paginate.html: Added.

2013-02-20  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] Column gap is computed incorrectly.
        https://bugs.webkit.org/show_bug.cgi?id=110360.

        Reviewed by Simon Fraser.

        * fast/multicol/newmulticol/layers-split-across-columns-expected.html: Added.
        * fast/multicol/newmulticol/layers-split-across-columns.html: Added.

2013-02-20  Robert Hogan  <robert@webkit.org>

        No caret on empty contenteditable element with negative text-indent
        https://bugs.webkit.org/show_bug.cgi?id=108633

        Reviewed by Ryosuke Niwa.

        * fast/repaint/paint-caret-in-div-with-negative-indent-expected.png: Added.
        * fast/repaint/paint-caret-in-div-with-negative-indent-expected.txt: Added.
        * fast/repaint/paint-caret-in-div-with-negative-indent.html: Added.

2013-02-20  Ojan Vafai  <ojan@chromium.org>

        Make intrinsic width values work for positioned elements
        https://bugs.webkit.org/show_bug.cgi?id=110264

        Reviewed by Tony Chang.

        * fast/css-intrinsic-dimensions/intrinsic-sized-absolutes-expected.txt: Added.
        * fast/css-intrinsic-dimensions/intrinsic-sized-absolutes.html: Added.
        * fast/css-intrinsic-dimensions/width-shrinks-avoid-floats-expected.txt: Added.
        * fast/css-intrinsic-dimensions/width-shrinks-avoid-floats.html: Added.

2013-02-20  Robert Hogan  <robert@webkit.org>

        input element with placeholder text and width set to 100% on focus causes overflow even after losing focus
        https://bugs.webkit.org/show_bug.cgi?id=109020

        Reviewed by David Hyatt.

        * fast/forms/input-placeholder-layout-view-expected.html: Added.
        * fast/forms/input-placeholder-layout-view.html: Added.
        * fast/forms/textarea-placeholder-layout-view-expected.html: Added.
        * fast/forms/textarea-placeholder-layout-view.html: Added.

2013-02-20  Rouslan Solomakhin  <rouslan@chromium.org>

        Spellchecker should not crash after text has changed and spellcheck results are served from cache
        https://bugs.webkit.org/show_bug.cgi?id=109220

        Reviewed by Tony Chang.

        * editing/spelling/spelling-changed-text-expected.txt: Added the expected output for serving spellcheck results from cache for edited text.
        * editing/spelling/spelling-changed-text.html: Added a test for serving spellcheck results from cache for edited text.

2013-02-19  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] Make layers paint properly in columns.
        https://bugs.webkit.org/show_bug.cgi?id=110296.

        Reviewed by Sam Weinig.

        * fast/multicol/newmulticol/layers-in-multicol-expected.html: Added.
        * fast/multicol/newmulticol/layers-in-multicol.html: Added.

2013-02-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>

        [Gtk] HTML5 Media controls require a design refresh
        https://bugs.webkit.org/show_bug.cgi?id=83869

        Tests flagged and rebaselines.

        Reviewed by Philippe Normand.

        * platform/gtk/TestExpectations: Tests flagged and removed some
        other flags.
        * platform/gtk/accessibility/media-element-expected.txt: Rebaseline
        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: Rebaseline
        * platform/gtk/fast/layers/video-layer-expected.png: Rebaseline
        * platform/gtk/fast/layers/video-layer-expected.txt: Rebaseline
        * platform/gtk/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Rebaseline
        * platform/gtk/media/audio-repaint-expected.png: Rebaseline
        * platform/gtk/media/audio-repaint-expected.txt: Rebaseline
        * platform/gtk/media/controls-styling-strict-expected.png: Rebaseline
        * platform/gtk/media/video-controls-rendering-expected.png: Rebaseline
        * platform/gtk/media/video-empty-source-expected.txt: Rebaseline
        * platform/gtk/media/video-no-audio-expected.txt: Rebaseline
        * platform/gtk/media/video-volume-slider-expected.txt: Rebaseline
        * platform/gtk/media/video-zoom-controls-expected.txt: Rebaseline
        * platform/gtk/media/video-zoom-expected.png: Rebaseline

2013-02-20  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl/TestExpectations: Marked touch event emulation test as failing.

2013-02-20  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed. Correcting gardening after r143436.

        * platform/qt/TestExpectations:

2013-02-20  Florin Malita  <fmalita@chromium.org>

        Clear SVGPathSeg role on removal.
        https://bugs.webkit.org/show_bug.cgi?id=110058

        Reviewed by Dirk Schulze.

        * svg/dom/SVGPathSegList-crash-expected.txt: Added.
        * svg/dom/SVGPathSegList-crash.html: Added.

2013-02-20  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r143434.
        http://trac.webkit.org/changeset/143434
        https://bugs.webkit.org/show_bug.cgi?id=110326

        added reftest fails on chromium mac 10.6 (Requested by
        toyoshim on #webkit).

        * fast/forms/file/file-vertical-padding-border-expected.html: Removed.
        * fast/forms/file/file-vertical-padding-border.html: Removed.

2013-02-19  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Make UISourceCode.path() an array of path segments.
        https://bugs.webkit.org/show_bug.cgi?id=110229

        Reviewed by Pavel Feldman.

        * inspector/workspace-mapping.html:

2013-02-20  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, update expectation for chromium gardening.
        https://bugs.webkit.org/show_bug.cgi?id=110324

        * platform/chromium/TestExpectations:

2013-02-19  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Move workspace specific code from FileMapping to workspace.
        https://bugs.webkit.org/show_bug.cgi?id=110219

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        * inspector/debugger/network-uisourcecode-provider.html:
        * inspector/file-mapping-expected.txt:
        * inspector/file-mapping.html:
        * inspector/file-system-mapping-expected.txt:
        * inspector/file-system-mapping.html:
        * inspector/file-system-project.html:
        * inspector/workspace-mapping-expected.txt: Added.
        * inspector/workspace-mapping.html: Added.

2013-02-20  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for tests added in r143395, r143420 and r143439.
        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r143386.

2013-02-20  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Introduce SecurityOriginAdded and SecurityOriginRemoved events into ResourceTreeModel
        https://bugs.webkit.org/show_bug.cgi?id=110232

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/resource-tree/resource-tree-events-expected.txt:
        * http/tests/inspector/resource-tree/resource-tree-events.html:

2013-02-20  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl/TestExpectations: Marked new failing ref test svg/as-background-image/tiled-background-image.html.
        * platform/efl/fast/js/global-constructors-expected.txt: Rebaselined, MutationObserver constructor now found.

2013-02-20  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: highlight undefined word in JavaScript
        https://bugs.webkit.org/show_bug.cgi?id=109585

        Reviewed by Vsevolod Vlasov.

        Enhance layout test to verify highlighting of global object value properties.

        * inspector/syntax-highlight-javascript-expected.txt:
        * inspector/syntax-highlight-javascript.html:

2013-02-20  Mike West  <mkwst@chromium.org>

        Use EventPathWalker rather than parentNode() to normalize event targets in EventHandler.
        https://bugs.webkit.org/show_bug.cgi?id=110037

        Reviewed by Ryosuke Niwa.

        * fast/dom/shadow/resources/event-dispatching.js:
        (scrollMouseWheel):
        (addEventListeners):
            Add MouseWheel, Drag, and Touch support to the event-dispatching
            tests in Shadow DOM.
        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html:
        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html:
            Scroll the mouse wheel, drag a bit, and touch before leaving the
            text node, and record the generated events.

2013-02-20  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Adding failure expectations after r143420.
        * platform/qt/fast/js/global-constructors-expected.txt: Rebaseline after r143386.

2013-02-20  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardenning. Unskip now passing tests.
        https://bugs.webkit.org/show_bug.cgi?id=99306

        * platform/qt-5.0-wk2/TestExpectations:

2013-02-20  Nils Barth  <nbarth@google.com>

        File upload control doesn't apply CSS vertical padding or border to file name
        https://bugs.webkit.org/show_bug.cgi?id=109011

        Reviewed by Hajime Morrita.

        * fast/forms/file/file-vertical-padding-border.html: Added.
        * fast/forms/file/file-vertical-padding-border-expected.html: Added.

2013-02-19  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Mark fast/regions/seamless-iframe-flowed-into-regions.html failure
        https://bugs.webkit.org/show_bug.cgi?id=110283

        Unreviewed. This test is added by r143256 and it is failing.

        * platform/efl/TestExpectations:

2013-02-19  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r143393.
        http://trac.webkit.org/changeset/143393
        https://bugs.webkit.org/show_bug.cgi?id=110302

        the converted reftest fails in chromium mac 10.6 and 10.7
        (Requested by toyoshim on #webkit).

        * fast/flexbox/box-orient-button.html:
        * fast/flexbox/resources/box-orient-button.js:
        * fast/invalid/residual-style-expected.html: Removed.
        * fast/invalid/residual-style.html:
        * platform/chromium-android/fast/invalid/residual-style-expected.png: Added.
        * platform/chromium-android/fast/invalid/residual-style-expected.txt: Added.
        * platform/chromium-linux/fast/invalid/residual-style-expected.png: Added.
        * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Added.
        * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Added.
        * platform/chromium-mac/fast/invalid/residual-style-expected.png: Added.
        * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Added.
        * platform/chromium-win/fast/invalid/residual-style-expected.png: Added.
        * platform/chromium-win/fast/invalid/residual-style-expected.txt: Added.
        * platform/efl/fast/invalid/residual-style-expected.png: Added.
        * platform/efl/fast/invalid/residual-style-expected.txt: Added.
        * platform/gtk/fast/invalid/residual-style-expected.png: Added.
        * platform/gtk/fast/invalid/residual-style-expected.txt: Added.
        * platform/mac/fast/invalid/residual-style-expected.png: Added.
        * platform/mac/fast/invalid/residual-style-expected.txt: Added.

2013-02-19  Simon Fraser  <simon.fraser@apple.com>

        Fix TileCache tile size when zoomed on slow-scrolling site
        https://bugs.webkit.org/show_bug.cgi?id=110289

        Reviewed by Tim Horton.
        
        Test that dumps tile coverage in a slow-scrolling, zoomed page.

        * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt: Added.
        * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed.html: Added.

2013-02-19  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Enable shape-inside support for ellipses
        https://bugs.webkit.org/show_bug.cgi?id=109868

        Reviewed by Dirk Schulze.

        Added a test for ellipse shape-inside values.

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

2013-02-19  Uday Kiran  <udaykiran@motorola.com>

        'round' not implemented in border-image
        https://bugs.webkit.org/show_bug.cgi?id=14185

        Reviewed by David Hyatt.

        Added test for 'round' keyword of border-image-repeat CSS property
        http://dev.w3.org/csswg/css3-background/#border-image-repeat

        * fast/borders/border-image-02.html: Added.
        * platform/chromium-linux/fast/borders/border-image-02-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/borders/border-image-02-expected.txt: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/fast/borders/border-image-02-expected.png: Added.
        * platform/gtk/fast/borders/border-image-02-expected.txt: Added.
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2013-02-19  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Refactor the code in preparation of auto placement support
        https://bugs.webkit.org/show_bug.cgi?id=110244

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt: Added.
        * fast/css-grid-layout/grid-auto-flow-resolution.html: Added.
        * fast/css-grid-layout/implicit-position-dynamic-change.html:
        * fast/css-grid-layout/resources/grid.css:
        (.autoRowAutoColumn):
        (.firstRowAutoColumn):
        (.secondRowAutoColumn):
        (.thirdRowAutoColumn):
        (.autoRowFirstColumn):
        (.autoRowSecondColumn):
        (.autoRowThirdColumn):
        Added these helper classes, some will be used in a follow-up patch.

        (.sizedToGridArea):
        Hoisted this class into the common style.

2013-02-19  David Hyatt  <hyatt@apple.com>

        [New Multicolumn] REGRESSION: RenderMultiColumnSets broken by the RenderRegion -> RenderBlock subclassing.
        https://bugs.webkit.org/show_bug.cgi?id=110239.

        Reviewed by Simon Fraser.

        * fast/multicol/newmulticol: Added.
        * fast/multicol/newmulticol/column-rules-fixed-height-expected.html: Added.
        * fast/multicol/newmulticol/column-rules-fixed-height.html: Added.

2013-02-19  Christian Biesinger  <cbiesinger@chromium.org>

        Convert residual-style.html test to a reftest (and fix typos)
        https://bugs.webkit.org/show_bug.cgi?id=109981

        Reviewed by Darin Adler.

        * fast/flexbox/box-orient-button.html: clsas->class
        * fast/flexbox/resources/box-orient-button.js: DTR->DRT
        * fast/invalid/residual-style-expected.html: Added. New reftest
        version. Note that some lines are red, which is
        https://bugs.webkit.org/show_bug.cgi?id=109984
        * fast/invalid/residual-style.html: Add missing semicolon in <style>.
        Also close a few more <font> tags, so that the descriptive text is
        in black as it should be.

        * platform/chromium-android/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-android/fast/invalid/residual-style-expected.txt: Removed.
        * platform/chromium-linux/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-mac/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed.
        * platform/chromium-win/fast/invalid/residual-style-expected.png: Removed.
        * platform/chromium-win/fast/invalid/residual-style-expected.txt: Removed.
        * platform/efl/fast/invalid/residual-style-expected.png: Removed.
        * platform/efl/fast/invalid/residual-style-expected.txt: Removed.
        * platform/gtk/fast/invalid/residual-style-expected.png: Removed.
        * platform/gtk/fast/invalid/residual-style-expected.txt: Removed.
        * platform/mac/fast/invalid/residual-style-expected.png: Removed.
        * platform/mac/fast/invalid/residual-style-expected.txt: Removed.
        Removed old expectation files.

2013-02-19  Branimir Lambov  <blambov@google.com>

        Fix 'slice' aspect ratio calculation
        https://bugs.webkit.org/show_bug.cgi?id=99984

        Reviewed by Dirk Schulze.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
        * svg/as-image/image-preserveAspectRatio-all-expected.txt: Added.
        * svg/as-image/image-preserveAspectRatio-all.svg: Added.
        * svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
        * svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added.
        * svg/filters/feImage-preserveAspectRatio-all.svg: Added.

2013-02-19  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test Expectations to reflect flakey calendar tests.
        https://bugs.webkit.org/show_bug.cgi?id=107508

        Unreviewed test expectations.

        * platform/chromium/TestExpectations: Re-added all the flakey calendar tests.

2013-02-19  Elliott Sprehn  <esprehn@chromium.org>

        Support both MutationObserver and WebKitMutationObserver
        https://bugs.webkit.org/show_bug.cgi?id=109776

        Reviewed by Ojan Vafai.

        * fast/dom/MutationObserver/added-out-of-order.html:
        * fast/dom/MutationObserver/callback-arguments.html:
        * fast/dom/MutationObserver/clear-transient-without-delivery.html:
        * fast/dom/MutationObserver/create-during-delivery.html:
        * fast/dom/MutationObserver/cross-document.html:
        * fast/dom/MutationObserver/database-callback-delivery.html:
        * fast/dom/MutationObserver/delivery-order.html:
        * fast/dom/MutationObserver/disconnect-cancel-pending.html:
        * fast/dom/MutationObserver/document-fragment-insertion.html:
        * fast/dom/MutationObserver/end-of-task-delivery.html:
        * fast/dom/MutationObserver/filesystem-callback-delivery.html:
        * fast/dom/MutationObserver/inline-event-listener.html:
        * fast/dom/MutationObserver/mutate-during-delivery.html:
        * fast/dom/MutationObserver/mutation-callback-non-element-crash.html:
        * fast/dom/MutationObserver/mutation-observer-constructor.html:
        * fast/dom/MutationObserver/mutation-observer-prefix-expected.txt: Added.
        * fast/dom/MutationObserver/mutation-observer-prefix.html: Added.
        * fast/dom/MutationObserver/mutation-record-nullity.html:
        * fast/dom/MutationObserver/observe-attributes.html:
        * fast/dom/MutationObserver/observe-characterdata.html:
        * fast/dom/MutationObserver/observe-childList.html:
        * fast/dom/MutationObserver/observe-exceptions.html:
        * fast/dom/MutationObserver/observe-subtree.html:
        * fast/dom/MutationObserver/observer-wrapper-dropoff-transient.html:
        * fast/dom/MutationObserver/observer-wrapper-dropoff.html:
        * fast/dom/MutationObserver/parser-mutations.html:
        * fast/dom/MutationObserver/removed-out-of-order.html:
        * fast/dom/MutationObserver/shadow-dom.html:
        * fast/dom/MutationObserver/takeRecords.html:
        * fast/dom/MutationObserver/transient-gc-crash.html:

2013-02-19  Glenn Adams  <glenn@skynav.com>

        CSS3: add line-break tests, initially skipping on all platforms
        https://bugs.webkit.org/show_bug.cgi?id=109954

        Reviewed by Dirk Pranke.

        See also wiki documentation at:
        [1] http://trac.webkit.org/wiki/LineBreaking
        [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping

        See also:
        https://bugs.webkit.org/show_bug.cgi?id=89235

        * TestExpectations:
        * css3/line-break/line-break-auto-centered-expected.html: Added.
        * css3/line-break/line-break-auto-centered.html: Added.
        * css3/line-break/line-break-auto-half-kana-expected.html: Added.
        * css3/line-break/line-break-auto-half-kana.html: Added.
        * css3/line-break/line-break-auto-hyphens-expected.html: Added.
        * css3/line-break/line-break-auto-hyphens.html: Added.
        * css3/line-break/line-break-auto-inseparables-expected.html: Added.
        * css3/line-break/line-break-auto-inseparables.html: Added.
        * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-auto-iteration-marks.html: Added.
        * css3/line-break/line-break-auto-postfixes-expected.html: Added.
        * css3/line-break/line-break-auto-postfixes.html: Added.
        * css3/line-break/line-break-auto-prefixes-expected.html: Added.
        * css3/line-break/line-break-auto-prefixes.html: Added.
        * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
        * css3/line-break/line-break-auto-sound-marks.html: Added.
        * css3/line-break/line-break-loose-centered-expected.html: Added.
        * css3/line-break/line-break-loose-centered.html: Added.
        * css3/line-break/line-break-loose-half-kana-expected.html: Added.
        * css3/line-break/line-break-loose-half-kana.html: Added.
        * css3/line-break/line-break-loose-hyphens-expected.html: Added.
        * css3/line-break/line-break-loose-hyphens.html: Added.
        * css3/line-break/line-break-loose-inseparables-expected.html: Added.
        * css3/line-break/line-break-loose-inseparables.html: Added.
        * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-loose-iteration-marks.html: Added.
        * css3/line-break/line-break-loose-postfixes-expected.html: Added.
        * css3/line-break/line-break-loose-postfixes.html: Added.
        * css3/line-break/line-break-loose-prefixes-expected.html: Added.
        * css3/line-break/line-break-loose-prefixes.html: Added.
        * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
        * css3/line-break/line-break-loose-sound-marks.html: Added.
        * css3/line-break/line-break-normal-centered-expected.html: Added.
        * css3/line-break/line-break-normal-centered.html: Added.
        * css3/line-break/line-break-normal-half-kana-expected.html: Added.
        * css3/line-break/line-break-normal-half-kana.html: Added.
        * css3/line-break/line-break-normal-hyphens-expected.html: Added.
        * css3/line-break/line-break-normal-hyphens.html: Added.
        * css3/line-break/line-break-normal-inseparables-expected.html: Added.
        * css3/line-break/line-break-normal-inseparables.html: Added.
        * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-normal-iteration-marks.html: Added.
        * css3/line-break/line-break-normal-postfixes-expected.html: Added.
        * css3/line-break/line-break-normal-postfixes.html: Added.
        * css3/line-break/line-break-normal-prefixes-expected.html: Added.
        * css3/line-break/line-break-normal-prefixes.html: Added.
        * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
        * css3/line-break/line-break-normal-sound-marks.html: Added.
        * css3/line-break/line-break-strict-centered-expected.html: Added.
        * css3/line-break/line-break-strict-centered.html: Added.
        * css3/line-break/line-break-strict-half-kana-expected.html: Added.
        * css3/line-break/line-break-strict-half-kana.html: Added.
        * css3/line-break/line-break-strict-hyphens-expected.html: Added.
        * css3/line-break/line-break-strict-hyphens.html: Added.
        * css3/line-break/line-break-strict-inseparables-expected.html: Added.
        * css3/line-break/line-break-strict-inseparables.html: Added.
        * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-strict-iteration-marks.html: Added.
        * css3/line-break/line-break-strict-postfixes-expected.html: Added.
        * css3/line-break/line-break-strict-postfixes.html: Added.
        * css3/line-break/line-break-strict-prefixes-expected.html: Added.
        * css3/line-break/line-break-strict-prefixes.html: Added.
        * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
        * css3/line-break/line-break-strict-sound-marks.html: Added.

2013-02-19  Tony Chang  <tony@chromium.org>

        Border changes on tables with collapsed borders doesn't relayout table cells
        https://bugs.webkit.org/show_bug.cgi?id=109774

        Reviewed by David Hyatt.

        * fast/table/border-collapsing/dynamic-border-width-change-expected.txt: Added.
        * fast/table/border-collapsing/dynamic-border-width-change.html: Added.

2013-02-19  Simon Fraser  <simon.fraser@apple.com>

        Add a test result missed in r143074.

        * platform/mac-wk2/tiled-drawing/null-parent-back-crash-expected.txt: Added.

2013-02-19  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.
        Remove two now-passing tests.

        * platform/chromium/TestExpectations:

2013-02-19  Kondapally Kalyan  <kalyan.kondapally@intel.com>

        [WebGL] Fix oes-element-index-uint.html test.
        https://bugs.webkit.org/show_bug.cgi?id=110045

        Reviewed by Kenneth Russell.

        This patch fixes the test case to use updated WebGLTestUtils functions
        and adds shaders used during resized buffer tests. This patch
        also enables the test for EFL port.

        * fast/canvas/webgl/oes-element-index-uint-expected.txt:
        * fast/canvas/webgl/oes-element-index-uint.html:
        * platform/efl/TestExpectations:

2013-02-19  Adrienne Walker  <enne@chromium.org>

        [chromium] Mark fast/workers/storage/interrupt-database.html as flaky crasher
        https://bugs.webkit.org/show_bug.cgi?id=110247

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-02-19  Stephen Chenney  <schenney@chromium.org>

        Rebaselining, again, calendar tests
        https://bugs.webkit.org/show_bug.cgi?id=110240

        Unreviewed expectations update.

        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Removed.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:

2013-02-18  Alexey Proskuryakov  <ap@apple.com>

        [WK2] Cannot load documents with blob urls
        https://bugs.webkit.org/show_bug.cgi?id=110160

        Reviewed by Sam Weinig.

        * http/tests/fileapi/blob-url-in-subframe-expected.txt: Added.
        * http/tests/fileapi/blob-url-in-subframe.html: Added.
        * http/tests/fileapi/resources: Added.
        * http/tests/fileapi/resources/blob-url-in-subframe-frame.html: Added.

2013-02-19  Tim Volodine  <timvolodine@chromium.org>

        Text Autosizing: prevent oscillation of font sizes during autosizing
        https://bugs.webkit.org/show_bug.cgi?id=108205

        Reviewed by Kenneth Rohde Christiansen.

        Added overflow-y:hidden to some existing tests, since previously those tests
        would start off with incorrect multipliers (because mainFrame->view()-layoutSize()
        is initially 785 instead of 800 as ScrollView wrongly guesses a scrollbar will
        be needed), and then the multipliers would get corrected on a subsequent layout.
        Now that we don't allow the multiplier to change after being set, it needs to be
        right first time.
        Also added specific oscillation test triggered by javascript.

        * fast/text-autosizing/constrained-height-body-expected.html:
        * fast/text-autosizing/constrained-height-body.html:
        * fast/text-autosizing/constrained-then-float-ancestors-expected.html:
        * fast/text-autosizing/constrained-then-float-ancestors.html:
        * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html:
        * fast/text-autosizing/constrained-then-position-fixed-ancestors.html:
        * fast/text-autosizing/nested-em-line-height-expected.html:
        * fast/text-autosizing/nested-em-line-height.html:
        * fast/text-autosizing/oscillation-javascript-fontsize-change-expected.html: Added.
        * fast/text-autosizing/oscillation-javascript-fontsize-change.html: Added.
        * fast/text-autosizing/simple-paragraph-expected.html:
        * fast/text-autosizing/simple-paragraph.html:
        * fast/text-autosizing/span-child-expected.html:
        * fast/text-autosizing/span-child.html:
        * fast/text-autosizing/unwrappable-blocks-expected.html:
        * fast/text-autosizing/unwrappable-blocks.html:
        * fast/text-autosizing/unwrappable-inlines-expected.html:
        * fast/text-autosizing/unwrappable-inlines.html:

2013-02-19  Youenn Fablet  <youennf@gmail.com>

        [EFL][DRT] http/tests/loading/307-after-303-after-post.html times out
        https://bugs.webkit.org/show_bug.cgi?id=93214

        Removed Failure from potential outcome of
        http/tests/loading/307-after-303-after-post.html test.

        Reviewed by Martin Robinson.

        * platform/efl/TestExpectations:

2013-02-19  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing test.

        * platform/qt/TestExpectations:

2013-02-19  Stephen Chenney  <schenney@chromium.org>

        Test Expectations update after r143267 and others

        Unreviewed expectations update.

        Updated many Chromium expectations, and removed superfluous
        expectations from mac and win.

        * editing/selection/extend-by-sentence-001-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-linux-x86/svg/filters/big-sized-filter-2-expected.png: Removed.
        * platform/chromium-linux-x86/svg/filters/shadow-on-filter-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug1188-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug1318-expected.png: Removed.
        * platform/chromium-linux/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-linux/svg/batik/text/xmlSpace-expected.txt:
        * platform/chromium-linux/svg/filters/big-sized-filter-2-expected.png: Removed.
        * platform/chromium-linux/svg/filters/shadow-on-filter-expected.png: Removed.
        * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
        * platform/chromium-mac-lion/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
        * platform/chromium-mac-lion/svg/filters/filter-on-tspan-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-sentence-001-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/big-sized-filter-2-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/filters/filter-on-tspan-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/shadow-on-filter-expected.png: Removed.
        * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.txt: Added.
        * platform/chromium-mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
        * platform/chromium-mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/chromium-mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
        * platform/chromium-mac/fast/text/capitalize-empty-generated-string-expected.txt: Added.
        * platform/chromium-mac/fast/text/whitespace/006-expected.txt: Added.
        * platform/chromium-mac/fast/text/whitespace/007-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
        * platform/chromium-mac/svg/batik/text/xmlSpace-expected.txt: Added.
        * platform/chromium-mac/svg/custom/visibility-override-filter-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
        * platform/chromium-mac/svg/filters/big-sized-filter-2-expected.png:
        * platform/chromium-mac/svg/filters/feImage-reference-svg-primitive-expected.png:
        * platform/chromium-mac/svg/filters/filter-on-tspan-expected.png:
        * platform/chromium-mac/svg/filters/filterRes1-expected.png:
        * platform/chromium-mac/svg/filters/filterRes3-expected.png:
        * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png:
        * platform/chromium-mac/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug113235-3-expected.txt: Added.
        * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
        * platform/chromium-win-xp/svg/filters/big-sized-filter-2-expected.png: Removed.
        * platform/chromium-win-xp/svg/filters/shadow-on-filter-expected.png: Removed.
        * platform/chromium-win/editing/selection/extend-by-sentence-001-expected.txt:
        * platform/chromium-win/fast/inline/drawStyledEmptyInlines-expected.txt:
        * platform/chromium-win/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/chromium-win/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
        * platform/chromium-win/fast/text/capitalize-empty-generated-string-expected.txt:
        * platform/chromium-win/fast/text/whitespace/006-expected.txt:
        * platform/chromium-win/fast/text/whitespace/007-expected.txt:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
        * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
        * platform/chromium-win/svg/filters/big-sized-filter-2-expected.png:
        * platform/chromium-win/svg/filters/feImage-reference-svg-primitive-expected.png:
        * platform/chromium-win/svg/filters/filter-on-tspan-expected.png:
        * platform/chromium-win/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug113235-3-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/editing/selection/extend-by-sentence-001-expected.txt: Removed.
        * platform/chromium/fast/inline/drawStyledEmptyInlines-expected.txt: Removed.
        * platform/chromium/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Removed.
        * platform/chromium/fast/text/capitalize-empty-generated-string-expected.txt: Removed.
        * platform/chromium/fast/text/whitespace/006-expected.txt: Removed.
        * platform/chromium/fast/text/whitespace/007-expected.txt: Removed.
        * platform/chromium/svg/batik/text/xmlSpace-expected.txt: Removed.
        * platform/chromium/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Removed.
        * platform/chromium/tables/mozilla/bugs/bug113235-3-expected.txt: Removed.
        * platform/efl-wk2/svg/filters: Added.
        * platform/efl-wk2/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
        * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.png: Removed.
        * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Removed.
        * platform/mac/TestExpectations:
        * platform/mac/editing/selection/extend-by-sentence-001-expected.txt: Removed.
        * platform/win/TestExpectations:

2013-02-19  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r142975.
        http://trac.webkit.org/changeset/142975
        https://bugs.webkit.org/show_bug.cgi?id=110225

        Introduces hard-to-reproduce crashes upon inspected page
        navigation on Mac (Requested by apavlov on #webkit).

        * inspector/styles/resources/stylesheet-tracking.css: Removed.
        * inspector/styles/stylesheet-tracking-expected.txt: Removed.
        * inspector/styles/stylesheet-tracking.html: Removed.

2013-02-19  Julien Chaffraix  <jchaffraix@webkit.org>

        RenderGrid::computedUsedBreadthOfGridTracks can read past m_grid's size
        https://bugs.webkit.org/show_bug.cgi?id=110126

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/grid-element-empty-row-column-expected.txt: Added.
        * fast/css-grid-layout/grid-element-empty-row-column.html: Added.

2013-02-19  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding a crash expectation for the layout test
        added in r143303. The test is crashing due to missing bits of EventSender implementation.

2013-02-19  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Decouple various file system project implementation parts for better testability and cover with tests.
        https://bugs.webkit.org/show_bug.cgi?id=110204

        Reviewed by Pavel Feldman.

        * http/tests/inspector/inspector-test.js:
        (initialize_InspectorTest):
        (initialize_InspectorTest.):
        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.uiSourceCodeAdded):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeAddedEvent):
        (initialize_WorkspaceTest.InspectorTest._defaultUISourceCodeProviderEventHandler):
        * inspector/file-mapping-expected.txt:
        * inspector/file-mapping.html:
        * inspector/file-system-project-expected.txt: Added.
        * inspector/file-system-project.html: Added.
        * inspector/version-controller.html:

2013-02-19  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] UI: tweak replay control buttons behavior
        https://bugs.webkit.org/show_bug.cgi?id=110207

        Reviewed by Pavel Feldman.

        Testing control buttons behavior.

        * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
        * inspector/profiler/canvas2d/canvas-replay-log-grid.html:

2013-02-19  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r143319.
        http://trac.webkit.org/changeset/143319
        https://bugs.webkit.org/show_bug.cgi?id=110214

        Causes build issues on win32 (Requested by carewolf on
        #webkit).

        * platform/qt/mathml/presentation/attributes-expected.png: Removed.
        * platform/qt/mathml/presentation/attributes-expected.txt: Removed.
        * platform/qt/mathml/presentation/fenced-expected.png: Removed.
        * platform/qt/mathml/presentation/fenced-expected.txt: Removed.
        * platform/qt/mathml/presentation/fenced-mi-expected.png: Removed.
        * platform/qt/mathml/presentation/fenced-mi-expected.txt: Removed.
        * platform/qt/mathml/presentation/fractions-expected.png: Removed.
        * platform/qt/mathml/presentation/fractions-expected.txt: Removed.
        * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.png: Removed.
        * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.txt: Removed.
        * platform/qt/mathml/presentation/mo-expected.png: Removed.
        * platform/qt/mathml/presentation/mo-expected.txt: Removed.
        * platform/qt/mathml/presentation/mo-stretch-expected.png: Removed.
        * platform/qt/mathml/presentation/mo-stretch-expected.txt: Removed.
        * platform/qt/mathml/presentation/mroot-pref-width-expected.png: Removed.
        * platform/qt/mathml/presentation/mroot-pref-width-expected.txt: Removed.
        * platform/qt/mathml/presentation/over-expected.png: Removed.
        * platform/qt/mathml/presentation/over-expected.txt: Removed.
        * platform/qt/mathml/presentation/roots-expected.png: Removed.
        * platform/qt/mathml/presentation/roots-expected.txt: Removed.
        * platform/qt/mathml/presentation/row-alignment-expected.png: Removed.
        * platform/qt/mathml/presentation/row-alignment-expected.txt: Removed.
        * platform/qt/mathml/presentation/row-expected.png: Removed.
        * platform/qt/mathml/presentation/row-expected.txt: Removed.
        * platform/qt/mathml/presentation/style-expected.png: Removed.
        * platform/qt/mathml/presentation/style-expected.txt: Removed.
        * platform/qt/mathml/presentation/sub-expected.png: Removed.
        * platform/qt/mathml/presentation/sub-expected.txt: Removed.
        * platform/qt/mathml/presentation/subsup-expected.png: Removed.
        * platform/qt/mathml/presentation/subsup-expected.txt: Removed.
        * platform/qt/mathml/presentation/sup-expected.png: Removed.
        * platform/qt/mathml/presentation/sup-expected.txt: Removed.
        * platform/qt/mathml/presentation/tables-expected.png: Removed.
        * platform/qt/mathml/presentation/tables-expected.txt: Removed.
        * platform/qt/mathml/presentation/tokenElements-expected.png: Removed.
        * platform/qt/mathml/presentation/tokenElements-expected.txt: Removed.
        * platform/qt/mathml/presentation/under-expected.png: Removed.
        * platform/qt/mathml/presentation/under-expected.txt: Removed.
        * platform/qt/mathml/presentation/underover-expected.png: Removed.
        * platform/qt/mathml/presentation/underover-expected.txt: Removed.
        * platform/qt/mathml/xHeight-expected.png: Removed.
        * platform/qt/mathml/xHeight-expected.txt: Removed.

2013-02-19  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Assertion in RenderFlowThread::removeRenderBoxRegionInfo
        https://bugs.webkit.org/show_bug.cgi?id=109914

        Reviewed by David Hyatt.

        The test creates a flow thread with two regions and a content node. We remove the region and the node from the flow thread
        at the same time. When the style is updated, the region is first removed from the chain and range information for boxes
        is cleared from the flow thread. When the node is removed from the flow thread it tries to delete its region box information.
        The range information on the flow thread is gone so the range for the node's box is zero - nothing gets deleted. Afterwards,
        an ASSERT is triggered because there's leftover box information inside the region chain.

        * fast/regions/remove-box-info-assert-expected.txt: Added.
        * fast/regions/remove-box-info-assert.html: Added.

2013-02-19  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.
        New baselines for effect-reference.html and effect-reference-hw.html

        * platform/chromium-linux-x86/css3/filters/effect-reference-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt.
        * platform/chromium-linux/css3/filters/effect-reference-expected.png: Added.
        * platform/chromium-linux/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt.
        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-mac-lion/css3/filters/effect-reference-expected.png: Added.
        * platform/chromium-mac-lion/css3/filters/effect-reference-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt.
        * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.png: Added.
        * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt.
        * platform/chromium-mac/css3/filters/effect-reference-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-expected.txt:
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
        * platform/chromium-win-xp/css3/filters/effect-reference-expected.png: Added.
        * platform/chromium-win-xp/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt.
        * platform/chromium-win/css3/filters/effect-reference-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-expected.txt:
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.txt:

2013-02-19  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Enable MathML
        https://bugs.webkit.org/show_bug.cgi?id=110205

        Reviewed by Simon Hausmann.

        Baselines for the MathML tests.

        * platform/qt/mathml/presentation/attributes-expected.png: Added.
        * platform/qt/mathml/presentation/attributes-expected.txt: Added.
        * platform/qt/mathml/presentation/fenced-expected.png: Added.
        * platform/qt/mathml/presentation/fenced-expected.txt: Added.
        * platform/qt/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/qt/mathml/presentation/fenced-mi-expected.txt: Added.
        * platform/qt/mathml/presentation/fractions-expected.png: Added.
        * platform/qt/mathml/presentation/fractions-expected.txt: Added.
        * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
        * platform/qt/mathml/presentation/mo-expected.png: Added.
        * platform/qt/mathml/presentation/mo-expected.txt: Added.
        * platform/qt/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/qt/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/qt/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/qt/mathml/presentation/mroot-pref-width-expected.txt: Added.
        * platform/qt/mathml/presentation/over-expected.png: Added.
        * platform/qt/mathml/presentation/over-expected.txt: Added.
        * platform/qt/mathml/presentation/roots-expected.png: Added.
        * platform/qt/mathml/presentation/roots-expected.txt: Added.
        * platform/qt/mathml/presentation/row-alignment-expected.png: Added.
        * platform/qt/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/qt/mathml/presentation/row-expected.png: Added.
        * platform/qt/mathml/presentation/row-expected.txt: Added.
        * platform/qt/mathml/presentation/style-expected.png: Added.
        * platform/qt/mathml/presentation/style-expected.txt: Added.
        * platform/qt/mathml/presentation/sub-expected.png: Added.
        * platform/qt/mathml/presentation/sub-expected.txt: Added.
        * platform/qt/mathml/presentation/subsup-expected.png: Added.
        * platform/qt/mathml/presentation/subsup-expected.txt: Added.
        * platform/qt/mathml/presentation/sup-expected.png: Added.
        * platform/qt/mathml/presentation/sup-expected.txt: Added.
        * platform/qt/mathml/presentation/tables-expected.png: Added.
        * platform/qt/mathml/presentation/tables-expected.txt: Added.
        * platform/qt/mathml/presentation/tokenElements-expected.png: Added.
        * platform/qt/mathml/presentation/tokenElements-expected.txt: Added.
        * platform/qt/mathml/presentation/under-expected.png: Added.
        * platform/qt/mathml/presentation/under-expected.txt: Added.
        * platform/qt/mathml/presentation/underover-expected.png: Added.
        * platform/qt/mathml/presentation/underover-expected.txt: Added.
        * platform/qt/mathml/xHeight-expected.png: Added.
        * platform/qt/mathml/xHeight-expected.txt: Added.

2013-02-19  Anton Vayvod  <avayvod@chromium.org>

        [Text Autosizing] Combine narrow descendants of a cluster into groups that should be autosized with the same multiplier.
        https://bugs.webkit.org/show_bug.cgi?id=109825

        Verify that narrow descendants are grouped and autosized separately according to the
        difference between the descendant's width and the width of its enclosing cluster's
        |blockContainingAllText|.

        Reviewed by Kenneth Rohde Christiansen.

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

2013-02-19  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, gardening for chromium.
        https://bugs.webkit.org/show_bug.cgi?id=110203

        * platform/chromium/TestExpectations:

2013-02-19  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        Caret is not displayed when trying to focus inside a contenteditable element containing an empty block.
        https://bugs.webkit.org/show_bug.cgi?id=108053

        Reviewed by Ryosuke Niwa.

        * editing/selection/caret-in-div-containing-empty-block-expected.txt: Added.
        * editing/selection/caret-in-div-containing-empty-block.html: Added.
        Layout test added for verifying that a caret is displayed within a
        contenteditable div having a border, both for the horizontal
        as well as the vertical writing modes.

2013-02-19  Mihnea Ovidenie  <mihnea@adobe.com>

        CSSRegions: crash positioned object with inline containing block in flow thread
        https://bugs.webkit.org/show_bug.cgi?id=108307

        Reviewed by David Hyatt.

        * fast/regions/positioned-object-inline-cb-crash-expected.txt: Added.
        * fast/regions/positioned-object-inline-cb-crash.html: Added.

2013-02-19  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding a failure expectation for the failing
        fast/regions/seamless-iframe-flowed-into-regions.html added in r143256.

2013-02-18  Hayato Ito  <hayato@chromium.org>

        Make EventDispatcher take an Event object in its constructor.
        https://bugs.webkit.org/show_bug.cgi?id=109898

        Reviewed by Dimitri Glazkov.

        * fast/events/platform-wheelevent-with-delta-zero-crash-expected.txt: Added.
        * fast/events/platform-wheelevent-with-delta-zero-crash.html: Added.

2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky failing test expectation to inspector/editor/brace-matcher.html on Mac per bug 110186.

        * platform/mac/TestExpectations:

2013-02-18  Takashi Sakamoto  <tasak@google.com>

        :before/:after pseudo elements do not always apply to the proper element
        https://bugs.webkit.org/show_bug.cgi?id=93925

        Reviewed by Dimitri Glazkov.

        * fast/css/before-after-pseudo-class-expected.html: Added.
        * fast/css/before-after-pseudo-class.html: Added.

2013-02-18  Andy Estes  <aestes@apple.com>

        Focusing a new frame (via window.focus()) should blur the active element in the current frame
        https://bugs.webkit.org/show_bug.cgi?id=110172

        Reviewed by Ryosuke Niwa.

        * fast/dom/HTMLDocument/active-element-frames-expected.txt:
        * fast/dom/HTMLDocument/active-element-frames.html: Modified to run the
        test a second time, focusing each element's frame before focusing the
        element itself.
        * fast/frames/frame-focus-blurs-active-element-expected.txt: Added.
        * fast/frames/frame-focus-blurs-active-element.html: Added a test that
        verifies a blur event is fired on the active element when a new frame
        is focused.

2013-02-18  Kondapally Kalyan  <kalyan.kondapally@intel.com>

        [EFL][WebGL] Enable test webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html.
        https://bugs.webkit.org/show_bug.cgi?id=110176

        Reviewed by Laszlo Gombos.

        Enable the test for EFL port, as it passes after r143220.

        * platform/efl-wk2/TestExpectations:

2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky crash expectation to video-controls-captions-trackmenu.html on Mac per bug 110173.

        * platform/mac/TestExpectations:

2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>

        Remove a stale Mac test expectation.

        * platform/mac/TestExpectations:

2013-02-18  David Hyatt  <hyatt@apple.com>

        Padding and border changes don't trigger the relayout of children in some cases.
        https://bugs.webkit.org/show_bug.cgi?id=109639.

        Reviewed by Ryosuke Niwa.

        * fast/block/positioning/border-change-relayout-test-expected.html: Added.
        * fast/block/positioning/border-change-relayout-test.html: Added.

2013-02-18  Geoffrey Garen  <ggaren@apple.com>

        Shrank the SourceProvider cache
        https://bugs.webkit.org/show_bug.cgi?id=110158

        Reviewed by Oliver Hunt.

        New benchmark to show that a minimum size of 16 is better than 64.

        * fast/js/regress/nested-function-parsing-expected.txt: Added.
        * fast/js/regress/nested-function-parsing.html: Added.
        * fast/js/regress/script-tests/nested-function-parsing.js: Added.

2013-02-18  Filip Pizlo  <fpizlo@apple.com>

        Structure::flattenDictionaryStructure should compute max offset in a manner that soundly handles the case where the property list becomes empty
        https://bugs.webkit.org/show_bug.cgi?id=110155
        <rdar://problem/13233773>

        Reviewed by Mark Rowe.

        * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted-expected.txt: Added.
        * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/flatten-dictionary-structure-from-which-all-properties-were-deleted.js: Added.

2013-02-18  Stephen Chenney  <schenney@chromium.org>

        feFlood incorrectly applied color-interpolation-filters
        https://bugs.webkit.org/show_bug.cgi?id=109985

        Reviewed by Dirk Schulze.

        New test for feFlood behavior when color-interpolation-filters is used.

        Failing expectations for tests affected by this change.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:
        * svg/filters/feFlood-color-interpolation-expected.svg: Added.
        * svg/filters/feFlood-color-interpolation.svg: Added.

2013-02-18  David Hyatt  <hyatt@apple.com>

        Just skip the seamless iframe flowed into regions test on chromium. It's failing with a repaint issue.

        * platform/chromium/TestExpectations:

2013-02-18  Jochen Eisinger  <jochen@chromium.org>

        clear databases before running read-transactions-running-concurrently test
        https://bugs.webkit.org/show_bug.cgi?id=110144

        Reviewed by Nico Weber.

        Otherwise, we might not have enough quota when running this tests and lots
        of databases from previous tests are hanging around.

        * storage/websql/read-transactions-running-concurrently.html:

2013-02-18  Philip Rogers  <pdr@google.com>

        Fix scaling of tiled SVG backgrounds on high-dpi displays
        https://bugs.webkit.org/show_bug.cgi?id=110047

        Reviewed by Dirk Schulze.

        * svg/as-background-image/tiled-background-image-expected.html: Added.
        * svg/as-background-image/tiled-background-image.html: Added.

2013-02-18  David Hyatt  <hyatt@apple.com>

        Make seamless iframes paginate properly in their enclosing document's pagination context.
        https://bugs.webkit.org/show_bug.cgi?id=106125
        <rdar://problem/12922720> Text in iframe is clipped while printing

        Reviewed by Simon Fraser.

        Added new tests in fast/multicol and fast/region.

        * fast/multicol/resources/ipad.jpg: Added.
        * fast/multicol/resources/seamless.html: Added.
        * fast/multicol/seamless-flowed-through-columns-expected.html: Added.
        * fast/multicol/seamless-flowed-through-columns.html: Added.
        * fast/regions/resources/ipad.jpg: Added.
        * fast/regions/resources/seamless.html: Added.
        * fast/regions/seamless-iframe-flowed-into-regions-expected.html: Added.
        * fast/regions/seamless-iframe-flowed-into-regions.html: Added.

2013-02-17  Filip Pizlo  <fpizlo@apple.com>

        Get rid of DFG::DoubleOperand and simplify ValueToInt32
        https://bugs.webkit.org/show_bug.cgi?id=110072

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-value-to-int32-with-side-effect-expected.txt: Added.
        * fast/js/dfg-value-to-int32-with-side-effect.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-value-to-int32-with-side-effect.js: Added.
        (foo):
        (.result.foo):

2013-02-18  Joseph Pecoraro  <pecoraro@apple.com>

        [JSC]: ASSERT in KURL(ParsedURLStringTag) under sourceMapURLForScript
        https://bugs.webkit.org/show_bug.cgi?id=109987

        Reviewed by Pavel Feldman.

        * inspector/debugger/source-url-comment-expected.txt:
        * inspector/debugger/source-url-comment.html:
        Add a test for a sourceURL with a non-relative path. This was causing
        an ASSERT, rightfully so, in JSC builds.

2013-02-18  Mike West  <mkwst@chromium.org>

        compareDocumentPosition reports disconnected nodes as following each other
        https://bugs.webkit.org/show_bug.cgi?id=108274

        Reviewed by Dimitri Glazkov.

        * fast/dom/compare-document-position-disconnected-nodes-expected.txt: Added.
        * fast/dom/compare-document-position-disconnected-nodes.html: Added.

2013-02-18  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.
        Update test expectations for recent failures.

        * platform/chromium/TestExpectations:

2013-02-18  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] fix replay log grouping by frames
        https://bugs.webkit.org/show_bug.cgi?id=110122

        Reviewed by Pavel Feldman.

        Canvas replay test: last command is not a draw call.

        * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
        * inspector/profiler/canvas2d/canvas-replay-log-grid.html:

2013-02-18  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.
        Fix test expectations for effect-reference* tests which I messed up
        in my last commit.

        * platform/chromium/TestExpectations:

2013-02-18  Sergio Villar Senin  <svillar@igalia.com>

        Unreviewed GTK gardening.

        Moved WK1 specific failures from the shared TestExpectations file
        to the wk1 one. Also removed some tests from the WK2
        TestExpectations file as they have been consistently passing on
        bots.

        * platform/gtk-wk1/TestExpectations:
        * platform/gtk-wk2/TestExpectations:
        * platform/gtk/TestExpectations:

2013-02-18  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Support outside-shape layout for shape-inside property
        https://bugs.webkit.org/show_bug.cgi?id=102571

        Reviewed by David Hyatt.

        Test that the shape-outside value correctly propagates to shape-inside
        when shape-inside has a value of 'outside-shape,' using both an
        undefined and a simple shape outside value.

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

2013-02-18  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adjusting failure expectation for an inspector
        test which now times out.

2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark perf/show-hide-table-rows.html as sometimes failing or slow
        on EFL port.

        * platform/efl/TestExpectations:

2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html as
        failing on EFL port. The test was introduced in r143191.

        * platform/efl/TestExpectations:

2013-02-18  Vladislav Kaznacheev  <kaznacheev@chromium.org>

        Web Inspector: Color picker should not be available in Computed Styles pane
        https://bugs.webkit.org/show_bug.cgi?id=109697

        Reviewed by Pavel Feldman.

        * inspector/styles/undo-add-property.html:

2013-02-18  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] group replay log calls by frames
        https://bugs.webkit.org/show_bug.cgi?id=110101

        Reviewed by Pavel Feldman.

        * inspector/profiler/canvas-profiler-test.js:
        * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
        * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
        * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt:

2013-02-18  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Deleted extraneous file. It has been added accidentally in r142135.
        https://bugs.webkit.org/show_bug.cgi?id=109953.

        * platform/qt-5.0-wk2/TestExpectations.orig: Removed.

2013-02-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Create separate project for each domain for UISourceCode based on browser resources.
        https://bugs.webkit.org/show_bug.cgi?id=109691

        Reviewed by Pavel Feldman.

        * inspector/debugger/live-edit-breakpoints-expected.txt:
        * inspector/debugger/live-edit-breakpoints.html:
        * inspector/uisourcecode-revisions.html:

2013-02-18  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skip test after r143073.
        * platform/qt/css3/filters/effect-reference-expected.png: Rebaseline after r143101.
        * platform/qt/css3/filters/effect-reference-expected.txt: Rebaseline after r143101.

2013-02-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        [EFL] Rebaseline failure media tests after r142947
        https://bugs.webkit.org/show_bug.cgi?id=109904

        Reviewed by Kenneth Rohde Christiansen.

        * platform/efl/TestExpectations:
        * platform/efl/media/audio-controls-rendering-expected.png:
        * platform/efl/media/audio-controls-rendering-expected.txt:
        * platform/efl/media/controls-after-reload-expected.png:
        * platform/efl/media/controls-after-reload-expected.txt:
        * platform/efl/media/controls-strict-expected.png:
        * platform/efl/media/controls-strict-expected.txt:
        * platform/efl/media/controls-styling-expected.png:
        * platform/efl/media/controls-styling-expected.txt:
        * platform/efl/media/controls-styling-strict-expected.png:
        * platform/efl/media/controls-styling-strict-expected.txt:
        * platform/efl/media/controls-without-preload-expected.png:
        * platform/efl/media/controls-without-preload-expected.txt:
        * platform/efl/media/video-controls-rendering-expected.png:
        * platform/efl/media/video-controls-rendering-expected.txt:
        * platform/efl/media/video-display-toggle-expected.png:
        * platform/efl/media/video-display-toggle-expected.txt:
        * platform/efl/media/video-playing-and-pause-expected.png:
        * platform/efl/media/video-playing-and-pause-expected.txt:

2013-02-18  Huang Dongsung  <luxtella@company100.net>

        [EFL][WK2] compositing/layer-creation/fixed-position-out-of-view-scaled.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=110059

        Reviewed by Kenneth Rohde Christiansen.

        Unskip two tests on EFL port. Now those pass.
        compositing/layer-creation/fixed-position-out-of-view-scaled.html
        compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html

        * platform/efl-wk2/TestExpectations:

2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Unskip several webgl/conformance tests that started passing after
        r142854.

        * platform/efl-wk2/TestExpectations:

2013-02-18  Mike West  <mkwst@chromium.org>

        fast/dom/shadow/shadow-dom-event-dispatching.html flake
        https://bugs.webkit.org/show_bug.cgi?id=103299

        Reviewed by Jochen Eisinger.

        This patch breaks fast/dom/shadow/shadow-dom-event-dispatching.html out
        into 12 separate tests to avoid timeouts. Common logic for all these
        dispatching tests is now in resources/event-dispatching.js, and each
        individual test function now runs in its own HTML file.

        * fast/dom/shadow/resources/event-dispatching.js: Added.
        (moveMouseOver):
        (recordEvent):
        (dumpNode):
        (dumpComposedShadowTree):
        (addEventListeners):
        (debugDispatchedEvent):
        (moveMouse):
        (showSandboxTree):
        * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-details-summary-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-details-summary.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html: Added.
            New tests!
        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Removed.
        * fast/dom/shadow/shadow-dom-event-dispatching.html: Removed.
        * platform/chromium/TestExpectations:
            Dropped the old, monolithic test, and removed it from Chromium's
            TestExpectations file.

2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Unskip several webaudio test cases that pass now that we updated to
        gstreamer 1.0.

        * platform/efl/TestExpectations:

2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Update expectations for several test cases to make the bots green.

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

2013-02-18  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: provide basic console.table implementation (no [,columns] support)
        https://bugs.webkit.org/show_bug.cgi?id=109453

        Reviewed by Vsevolod Vlasov.

        * inspector/console/command-line-api-expected.txt:
        * inspector/console/console-format-table-expected.txt: Added.
        * inspector/console/console-format-table.html: Added.

2013-02-18  Pavel Feldman  <pfeldman@chromium.org>

        Follow up to r143112, fixing tests.
        Not reviewed.

        * inspector/elements/insert-node-expected.txt:
        * inspector/elements/insert-node.html:

2013-02-18  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: allow 0 as a formatted parameter in console message.
        https://bugs.webkit.org/show_bug.cgi?id=110096

        Reviewed by Vsevolod Vlasov.

        * inspector/console/console-format.html:

2013-02-18  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skipped failing tests.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-18  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r143100.
        http://trac.webkit.org/changeset/143100
        https://bugs.webkit.org/show_bug.cgi?id=110088

        Breaks file system support in workspace. (Requested by vsevik
        on #webkit).

        * inspector/debugger/live-edit-breakpoints-expected.txt:
        * inspector/debugger/live-edit-breakpoints.html:
        * inspector/uisourcecode-revisions.html:

2013-02-18  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed gardening.

        Adding failure expectations for two tests that are failing on GTK and Qt,
        most likely due to disabled subpixel layout.

        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed. Clean up a few EFL unexpected passes.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed.
        * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.

2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed. Clean up a few EFL unexpected passes.

        * platform/efl/TestExpectations:
        * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png: Removed.
        * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt: Removed.
        * platform/efl/fast/repaint/caret-with-transformation-expected.png: Removed.
        * platform/efl/fast/repaint/caret-with-transformation-expected.txt: Removed.

2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed. Remove invalid EFL results that were wrongly added in r140249.

        * platform/efl/TestExpectations:
        * platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed.
        * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed.
        * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed.
        * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
        * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed.
        * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed.
        * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.

2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed. Unskip several test cases that are now passing on
        EFL port, most of them due to enabling subpixel layout.

        * platform/efl/TestExpectations:

2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed. Unskip several compositing tests that are now
        passing on WK2 EFL.

        * platform/efl/TestExpectations:

2013-02-15  Eugene Klyuchnikov  <eustas@chromium.org>

        Web Inspector: Introduce ProfilesPanelDescriptor.
        https://bugs.webkit.org/show_bug.cgi?id=109906

        Reviewed by Pavel Feldman.

        * inspector/profiler/heap-snapshot-test.js: Adopted changes.

2013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, update test expectation for chromium.
        https://bugs.webkit.org/show_bug.cgi?id=110079

        * platform/chromium/TestExpectations:

2013-02-17  Vivek Galatage  <vivek.vg@samsung.com>

        Add missing braces in fast/parser/noscript-with-javascript-enabled.html
        https://bugs.webkit.org/show_bug.cgi?id=110078

        Unreviewed gardening. Adding the missing braces.

        * fast/parser/noscript-with-javascript-enabled.html:

2013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, update test expectation for chromium.
        https://bugs.webkit.org/show_bug.cgi?id=110076

        * platform/chromium/TestExpectations:

2013-02-17  Mike West  <mkwst@chromium.org>

        WheelEvent should not target text nodes.
        https://bugs.webkit.org/show_bug.cgi?id=109939

        Reviewed by Darin Adler.

        * fast/events/wheelevent-in-text-node-expected.txt: Added.
        * fast/events/wheelevent-in-text-node.html: Added.

2013-02-17  Philip Rogers  <pdr@google.com>

        Fix non-root SVG viewport under zoom
        https://bugs.webkit.org/show_bug.cgi?id=99453

        Reviewed by Dirk Schulze.

        * svg/custom/symbol-zoom-expected.html: Added.
        * svg/custom/symbol-zoom.html: Added.

2013-02-17  Chris Fleizach  <cfleizach@apple.com>

        WebSpeech: plumb through a method to generate fake speech jobs for testing
        https://bugs.webkit.org/show_bug.cgi?id=107351

        Reviewed by Adam Barth.

        * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html:
        * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html:

2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark compositing/layer-creation/fixed-position-out-of-view-scaled.html as
        flaky on WebKit2 EFL. It sometimes hits an assertion.

        * platform/efl-wk2/TestExpectations:

2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Regression(r143124): Caused plugins/plugin-javascript-access.html to fail
        https://bugs.webkit.org/show_bug.cgi?id=110053

        Reviewed by Alexey Proskuryakov.

        Unskip plugins/plugin-javascript-access.html for WK2 EFL now that the
        Test is passing again.

        * platform/efl-wk2/TestExpectations:

2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed. Remove duplicates from EFL port's TestExpectations.

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

2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Generate baseline for svg/filters/filter-hidden-content.svg on EFL
        port.

        * platform/efl/svg/filters/filter-hidden-content-expected.png: Added.
        * platform/efl/svg/filters/filter-hidden-content-expected.txt: Added.

2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark compositing/geometry/limit-layer-bounds-fixed.html as failing on
        EFL WK2. This test was introduced in r143073 but never passed on EFL.

        * platform/efl-wk2/TestExpectations:

2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark plugins/plugin-javascript-access.html as failing on WK2 EFL
        due to a regression in r143124.

        * platform/efl-wk2/TestExpectations:

2013-02-16  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky image only failure expectation to the test added in r142979 on Mac per bug 110027.

        * platform/mac/TestExpectations:

2013-02-16  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r142734.
        http://trac.webkit.org/changeset/142734
        https://bugs.webkit.org/show_bug.cgi?id=110018

        "Triggered crashes on lots of websites" (Requested by ggaren
        on #webkit).

        * http/tests/plugins/resources/cross-frame-object-access.html:
        * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
        * http/tests/security/cross-frame-access-location-get-expected.txt:
        * http/tests/security/cross-frame-access-location-get.html:
        * http/tests/security/resources/cross-frame-access.js:
        * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
        * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
        * http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt:
        * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Removed.
        * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Removed.
        * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Removed.

2013-02-16  Takashi Toyoshima  <toyoshim@chromium.org>

        Rebaseline for Win7.

        Unreviewed chromium gardening.

        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:

2013-02-16  Robert Hogan  <robert@webkit.org>

        percentage top value of position:relative element not calculated using parent's min-height unless height set
        https://bugs.webkit.org/show_bug.cgi?id=14762

        Reviewed by Julien Chaffraix.

        * fast/block/percent-top-parent-respects-min-height-expected.txt: Added.
        * fast/block/percent-top-parent-respects-min-height.html: Added.
        * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-expected.txt: Added.
        * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr-expected.txt: Added.
        * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr.html: Added.
        * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor.html: Added.
        * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-expected.txt: Added.
        * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr-expected.txt: Added.
        * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr.html: Added.
        * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor.html: Added.

2013-02-16  Stephen White  <senorblanco@chromium.org>

        [skia] FEOffset should have a Skia implementation.
        https://bugs.webkit.org/show_bug.cgi?id=109831

        Reviewed by James Robinson.

        * css3/filters/effect-reference-hw.html:
        * css3/filters/effect-reference.html:
        * platform/chromium/TestExpectations:

2013-02-16  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Create separate project for each domain for UISourceCode based on browser resources.
        https://bugs.webkit.org/show_bug.cgi?id=109691

        Reviewed by Pavel Feldman.

        * inspector/debugger/live-edit-breakpoints-expected.txt:
        * inspector/debugger/live-edit-breakpoints.html:
        * inspector/uisourcecode-revisions.html:

2013-02-15  Tony Chang  <tony@chromium.org>

        Padding and border changes doesn't trigger relayout of children
        https://bugs.webkit.org/show_bug.cgi?id=109639

        Reviewed by Kent Tamura.

        * fast/block/dynamic-padding-border-expected.txt: Added.
        * fast/block/dynamic-padding-border.html: Added.
        * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying
        out the table when the border changed. The pixel results in this case is the same, but the
        render tree shows the difference.

2013-02-15  Simon Fraser  <simon.fraser@apple.com>

        REGRESSION (r142505?): Crashes in WebCore::ScrollingStateNode::appendChild when using back/forward buttons
        https://bugs.webkit.org/show_bug.cgi?id=109826
        <rdar://problem/13216100>

        Reviewed by Beth Dakin.
        
        Test having a page with an iframe that navigates forwards then back.

        * platform/mac-wk2/tiled-drawing/null-parent-back-crash.html: Added.

2013-02-15  Simon Fraser  <simon.fraser@apple.com>

        Constrain fixed layers to the viewport, not the document
        https://bugs.webkit.org/show_bug.cgi?id=109646

        Reviewed by Beth Dakin.
        
        Test with a big fixed element in a compositing layer.

        * compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
        * compositing/geometry/limit-layer-bounds-fixed.html: Added.

2013-02-15  Simon Fraser  <simon.fraser@apple.com>

        drop-shadow filter with overflow:hidden child misbehaves
        https://bugs.webkit.org/show_bug.cgi?id=109783

        Reviewed by Dean Jackson.

        * css3/filters/filter-repaint-shadow-layer-child-expected.html: Added.
        * css3/filters/filter-repaint-shadow-layer-child.html: Added.

2013-02-15  Elliott Sprehn  <esprehn@chromium.org>

        RenderQuote should not mark renderers as needing layout during layout
        https://bugs.webkit.org/show_bug.cgi?id=109876

        Reviewed by Ojan Vafai.

        * fast/block/float/float-not-removed-from-pre-block-expected.txt:
        * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added.
        * fast/css-generated-content/quote-layout-focus-crash.html: Added.

2013-02-15  Rik Cabanier  <cabanier@adobe.com>

        Add platform support for -webkit-background-blend-mode to CG context
        https://bugs.webkit.org/show_bug.cgi?id=108549

        Reviewed by Dean Jackson.

        Added tests for background images.

        * css3/compositing/effect-background-blend-mode-expected.png: Added.
        * css3/compositing/effect-background-blend-mode-expected.txt: Added.
        * css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
        * css3/compositing/effect-background-blend-mode-stacking-expected.txt: Added.
        * css3/compositing/effect-background-blend-mode-stacking.html: Added.
        * css3/compositing/effect-background-blend-mode.html: Added.
        * css3/compositing/resources/ducky.png: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/css3/compositing: Added.
        * platform/mac/css3/compositing/effect-background-blend-mode-expected.png: Added.
        * platform/mac/css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.

2013-02-14  Emil A Eklund  <eae@chromium.org>

        Clamp span value in RenderTableCell::parse[Col|Row]SpanFromDOM
        https://bugs.webkit.org/show_bug.cgi?id=109878

        Reviewed by Abhishek Arya.
        
        Add test for handling of very large colspan value.

        * fast/table/colspan-huge-number-expected.txt: Added.
        * fast/table/colspan-huge-number.html: Added.

2013-02-15  Xueqing Huang  <huangxueqing@baidu.com>

        Flexbox should ignore firstLine pseudo element.
        https://bugs.webkit.org/show_bug.cgi?id=104485

        Reviewed by Tony Chang.

        Spec[1] said that "None of the properties defined in this module
        apply to '::first-line' or '::first-letter' pseudo-elements." and
        css2[2] define "The :first-line pseudo-element can only be attached
        to a block container element."
        [1]http://dev.w3.org/csswg/css3-flexbox/#display-flex
        [2]http://www.w3.org/TR/CSS2/selector.html#first-line-pseudo 

        some case by Kenny Lu <kanghaol@oupeng.com>
        * css3/flexbox/flex-item-firstLine-valid-expected.txt: Added.
        * css3/flexbox/flex-item-firstLine-valid.html: Added.
        * css3/flexbox/flexbox-ignore-firstLine-expected.txt: Added.
        * css3/flexbox/flexbox-ignore-firstLine.html: Added.
        * css3/flexbox/inline-flexbox-ignore-firstLine-expected.txt: Added.
        * css3/flexbox/inline-flexbox-ignore-firstLine.html: Added.

2013-02-15  Philip Rogers  <pdr@google.com>

        Rebaseline 7 SVG tests after r142765.

        Unreviewed rebaseline of test expectations.

        * platform/chromium-linux/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
        * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
        * platform/chromium-linux/svg/as-image/svg-image-change-content-size-expected.png:
        * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
        * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
        * platform/chromium-mac-lion/svg/as-image/svg-image-change-content-size-expected.png:
        * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png:
        * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
        * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
        * platform/chromium-mac/svg/as-image/svg-image-change-content-size-expected.png:
        * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
        * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/chromium-win/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
        * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
        * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png:
        * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
        * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/chromium/TestExpectations:

2013-02-15  Adrienne Walker  <enne@chromium.org>

        [chromium] Mark inspector/profiler/heap-snapshot-get-profile-crash.html flaky crasher
        https://bugs.webkit.org/show_bug.cgi?id=109963

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-02-15  Philip Rogers  <pdr@google.com>

        Rebaseline 4 svg/zoom/page tests after r142765

        Unreviewed rebaseline of test expectations.

        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
        * platform/chromium/TestExpectations:

2013-02-15  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Parse src property in @-webkit-filter at-rules
        https://bugs.webkit.org/show_bug.cgi?id=109770

        Reviewed by Dean Jackson.

        Add positive and negative parsing tests for the @-webkit-filter src property.

        * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html: Added.
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-invalid.js: Added.
        (testInvalidSrcProperty):
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-valid.js: Added.
        (testSrcProperty):

2013-02-15  Philip Rogers  <pdr@google.com>

        Rebaseline 4 tests after r142765

        Unreviewed rebaseline of test expectations.

        * platform/chromium-linux/css2.1/20110323/background-intrinsic-004-expected.png:
        * platform/chromium-linux/css2.1/20110323/background-intrinsic-005-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/as-image/same-image-two-instances-expected.png:
        * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-004-expected.png:
        * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-005-expected.png:
        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-004-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-005-expected.png:
        * platform/chromium-mac/css2.1/20110323/background-intrinsic-004-expected.png:
        * platform/chromium-mac/css2.1/20110323/background-intrinsic-005-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/as-image/same-image-two-instances-expected.png:
        * platform/chromium-win/css2.1/20110323/background-intrinsic-004-expected.png:
        * platform/chromium-win/css2.1/20110323/background-intrinsic-005-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-win/svg/as-image/same-image-two-instances-expected.png:
        * platform/chromium/TestExpectations:

2013-02-15  Philip Rogers  <pdr@google.com>

        Rebaseline 3 tests after r142765

        Unreviewed rebaseline of test expectations.

        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium/TestExpectations:

2013-02-15  Eric Carlson  <eric.carlson@apple.com>

        Crash occurs at WebCore::TextTrackList::length() when enabling closed captions in movie
        https://bugs.webkit.org/show_bug.cgi?id=109886

        Reviewed by Dean Jackson.

        * platform/mac/TestExpectations: Remove media/media-captions.html.

2013-02-15  Alexis Menard  <alexis@webkit.org>

        WebKit shouldn't accept "none, none" in transition shorthand property.
        https://bugs.webkit.org/show_bug.cgi?id=108751

        Reviewed by Dean Jackson.

        Extend exisiting tests to cover the bug. Modify old tests with invalid declarations.

        * fast/css/transform-inline-style-expected.txt:
        * fast/css/transform-inline-style-remove-expected.txt:
        * fast/css/transform-inline-style-remove.html:
        * fast/css/transform-inline-style.html:
        * transitions/transitions-parsing-expected.txt:
        * transitions/transitions-parsing.html:

2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Skip failing tests on EFL wk1 and wk2 bots.

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

2013-02-15  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Enable shape-inside support for circles
        https://bugs.webkit.org/show_bug.cgi?id=109713

        Reviewed by Dirk Schulze.

        Added a test for circle shape-inside values.

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

2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Several consecutive Backspace or Delete strikes should not be marked as undoable state.
        https://bugs.webkit.org/show_bug.cgi?id=109915

        Reviewed by Pavel Feldman.

        * inspector/editor/text-editor-undo-redo-expected.txt:
        * inspector/editor/text-editor-undo-redo.html:

2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Skip failing WebGL conformance tests added in r142851.

        * platform/efl-wk2/TestExpectations:

2013-02-15  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] show replay log grouped by draw calls
        https://bugs.webkit.org/show_bug.cgi?id=109592

        Reviewed by Pavel Feldman.

        A test to dump canvas replay log.

        * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: Added.
        * inspector/profiler/canvas2d/canvas-replay-log-grid.html: Added.

2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Pass original selection to textModel to correctly restore it after undo.
        https://bugs.webkit.org/show_bug.cgi?id=109911

        Reviewed by Pavel Feldman.

        * inspector/editor/text-editor-undo-redo-expected.txt:
        * inspector/editor/text-editor-undo-redo.html:

2013-02-15  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium rebaselines for r142947.

        * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:

2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Redo in text editor should always collapse selection to end.
        https://bugs.webkit.org/show_bug.cgi?id=109907

        Reviewed by Pavel Feldman.

        * inspector/editor/text-editor-undo-redo-expected.txt:

2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Skip failing tests after r142947.

        * platform/efl/TestExpectations:

2013-02-15  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations changes for r142947.

        * platform/chromium-mac-lion/media/audio-repaint-expected.png:
        * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
        * platform/chromium-mac-lion/media/controls-strict-expected.png:
        * platform/chromium-mac-lion/media/controls-styling-expected.png:
        * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
        * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
        * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
        * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/media/audio-repaint-expected.png:
        * platform/chromium-mac/media/controls-after-reload-expected.png:
        * platform/chromium-mac/media/controls-strict-expected.png:
        * platform/chromium-mac/media/controls-styling-expected.png:
        * platform/chromium-mac/media/controls-styling-strict-expected.png:
        * platform/chromium-mac/media/controls-without-preload-expected.png:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac/media/video-controls-rendering-expected.png:
        * platform/chromium-mac/media/video-display-toggle-expected.png:
        * platform/chromium-mac/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/media/video-zoom-controls-expected.txt:
        * platform/chromium-win/media/audio-repaint-expected.png:
        * platform/chromium-win/media/controls-after-reload-expected.png:
        * platform/chromium-win/media/controls-strict-expected.png:
        * platform/chromium-win/media/controls-styling-expected.png:
        * platform/chromium-win/media/controls-styling-strict-expected.png:
        * platform/chromium-win/media/controls-without-preload-expected.png:
        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-win/media/video-controls-rendering-expected.png:
        * platform/chromium-win/media/video-display-toggle-expected.png:
        * platform/chromium-win/media/video-playing-and-pause-expected.png:
        * platform/chromium/TestExpectations:

2013-02-15  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing tests.

        * platform/qt/TestExpectations:
        * platform/qt/fast/replaced/width100percent-image-expected.png: Added after r142931.
        * platform/qt/fast/replaced/width100percent-image-expected.txt: Added after r142931.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added after r142931.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Added after r142931.

2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Rebaselining after r142931 and r142759.

        * platform/efl/fast/replaced/width100percent-image-expected.png:
        * platform/efl/fast/replaced/width100percent-image-expected.txt:
        * platform/efl/svg/dom/SVGLengthList-basics-expected.txt: Removed.
        * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:

2013-02-15  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed EFL WK1 gardening.

        EFL WK1 doesn't support WebGL conformance tests which were added by r142847.

        * platform/efl-wk1/TestExpectations: Skipped WebGL conformance tests.

2013-02-15  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations update for r142955.

        * platform/chromium-mac/svg/filters/filter-hidden-content-expected.png: Added.
        * platform/chromium-win/svg/filters/filter-hidden-content-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.png.
        * platform/chromium/svg/filters/filter-hidden-content-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.txt.

2013-02-15  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] RenderRegion should inherit from RenderBlock
        https://bugs.webkit.org/show_bug.cgi?id=74132

        Reviewed by Julien Chaffraix.

        Fix tests that were failing after the inheritance change.

        * fast/regions/flows-dependency-dynamic-remove.html: As a block, an empty region can self collapse,
        which was not possible for a replaced element. I used '-webkit-margin-collapse: separate' to prevent
        margins self collapsing for body and avoid recreating the expectations.
        I want regions margins to be able to self collapse, just like the other block elements.
        * fast/regions/flows-dependency-same-flow.html: Ditto.

2013-02-15  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: implement smart braces functionality
        https://bugs.webkit.org/show_bug.cgi?id=109200

        Reviewed by Pavel Feldman.

        * inspector/editor/text-editor-smart-braces-expected.txt: Added.
        * inspector/editor/text-editor-smart-braces.html: Added.
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-15  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions][Mac] fast/regions/full-screen-video-from-region.html hits an assertion in RenderFlowThread::removeRenderBoxRegionInfo
        https://bugs.webkit.org/show_bug.cgi?id=106075

        Reviewed by Tony Chang.

        Removed the crash/fail expectation for fast/regions/full-screen-video-from-region.html.

        * platform/mac/TestExpectations:

2013-02-15  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectation changes after r142931.

        * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.png:
        * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt.
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-image-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Removed.
        * platform/chromium-win/fast/replaced/width100percent-image-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Renamed from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt.

2013-02-15  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding expectations for tests that need checking after r142947.
        * platform/gtk/fast/replaced/width100percent-image-expected.txt: Added. Rebaselining after r142931.
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Ditto.

2013-02-13  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [CoordGfx] Regression from r135212: big layers with transform animations sometime fail to render tiles.
        https://bugs.webkit.org/show_bug.cgi?id=109179

        Reviewed by Jocelyn Turcotte.

        Test of a large layer with an animated transform. Skipped on WK1 due to resize event not firing in DRT.

        * compositing/transitions/transform-on-large-layer-expected.html: Added.
        * compositing/transitions/transform-on-large-layer.html: Added.
        * platform/mac/TestExpectations:
        * platform/qt-5.0-wk1/TestExpectations:

2013-02-14  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Implement tracking of active stylesheets in the frontend
        https://bugs.webkit.org/show_bug.cgi?id=105828

        Reviewed by Pavel Feldman.

        * inspector/styles/resources/stylesheet-tracking.css: Added.
        * inspector/styles/stylesheet-tracking-expected.txt: Added.
        * inspector/styles/stylesheet-tracking.html: Added.

2013-02-15  Andrei Bucur  <abucur@adobe.com>

        Implement the -webkit-margin-collapse properties correct rendering
        https://bugs.webkit.org/show_bug.cgi?id=108168

        Reviewed by David Hyatt.

        Four new tests covering the -webkit-margin-collapse property basic behavior: collapsing
        between a block container and its children, collapsing between sibling boxes in both TTB
        and BTT direction. The last test verifies if a container's before margin correctly resets
        the discard value after a clear of the child that initally caused it.

        * fast/block/margin-collapse/webkit-margin-collapse-container-expected.html: Added.
        * fast/block/margin-collapse/webkit-margin-collapse-container.html: Added.
        * fast/block/margin-collapse/webkit-margin-collapse-floats-expected.html: Added.
        * fast/block/margin-collapse/webkit-margin-collapse-floats.html: Added.
        * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt-expected.html: Added.
        * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt.html: Added.
        * fast/block/margin-collapse/webkit-margin-collapse-siblings-expected.html: Added.
        * fast/block/margin-collapse/webkit-margin-collapse-siblings.html: Added.

2013-02-15  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] fast/forms/input-text-scroll-left-on-blur.html is passing now
        https://bugs.webkit.org/show_bug.cgi?id=109896

        Unreviewed efl gardening.

        The expectations are added by r140250 and the test seems to be passing now.

        * platform/efl/TestExpectations:

2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Copy-pasting selected text over itself should be an undoable state.
        https://bugs.webkit.org/show_bug.cgi?id=109830

        Reviewed by Pavel Feldman.

        * inspector/editor/text-editor-undo-redo-expected.txt:
        * inspector/editor/text-editor-undo-redo.html:

2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>

        Remove a test expectation now that the culprit has been rolled out in r142962.

        * platform/mac/TestExpectations:

2013-02-14  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r142889.
        http://trac.webkit.org/changeset/142889
        https://bugs.webkit.org/show_bug.cgi?id=109891

        It caused an assertion failure in scrollbars/overflow-
        scrollbar-combinations.html (Requested by tkent on #webkit).

        * fast/block/dynamic-padding-border-expected.txt: Removed.
        * fast/block/dynamic-padding-border.html: Removed.
        * fast/table/border-collapsing/cached-change-row-border-width-expected.txt:

2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>

        Add assertion failure expectations on Mac per bugs 109869 and 109890.

        * platform/mac/TestExpectations:
        * platform/mac-wk2/TestExpectations:

2013-02-14  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        Caret positioned at the end of a text line (followed by an empty block) in vertical writing mode disappears when pressing the right/down arrow key.
        https://bugs.webkit.org/show_bug.cgi?id=106452

        Reviewed by Ryosuke Niwa.

        * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode-expected.txt: Added.
        * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html: Added.
        Layout test case added for verifying that pressing the down or the right arrow
        key at the end of the text line in vertical writing mode will not make the caret
        dissapear.
        Caret positions at the start, the end, and after pressing the right and the down
        arrow keys at the end of the text line, are compared for verification. 

2013-02-14  Simon Fraser  <simon.fraser@apple.com>

        Reverting r142861. Hit testing inside of style recalc is fundamentally wrong

        * fast/events/mouse-cursor-change-expected.txt: Removed.
        * fast/events/mouse-cursor-change.html: Removed.
        * fast/events/mouse-cursor-no-mousemove-expected.txt: Removed.
        * fast/events/mouse-cursor-no-mousemove.html: Removed.
        * platform/mac/TestExpectations:

2013-02-14  Florin Malita  <fmalita@chromium.org>

        [SVG] Cached filter results are not invalidated on repaint rect change
        https://bugs.webkit.org/show_bug.cgi?id=106221

        Reviewed by Dean Jackson.

        * svg/filters/filter-hidden-content-expected.svg: Added.
        * svg/filters/filter-hidden-content.svg: Added.

2013-02-14  Hajime Morrita  <morrita@google.com>

        Unreviewed rebaselining following r142940.

        * fast/events/onerror-no-constructor-expected.txt:
        * platform/chromium/fast/events/onerror-no-constructor-expected.txt: Copied from LayoutTests/fast/events/onerror-no-constructor-expected.txt.

2013-02-14  Christian Biesinger  <cbiesinger@chromium.org>

        Convert media controls from DeprecatedFlexibleBox to FlexibleBox
        https://bugs.webkit.org/show_bug.cgi?id=109775

        Reviewed by Ojan Vafai.

        Rebaselined lots of tests. There were two kinds of changes:
        - Replaced the RenderDeprecatedFlexibleBox class name with
        RenderFlexibleBox, and minor printing differences
        - Slight positioning/size changes due to a different algorithm for
        shrinking elements (old flexbox shrinks elements evenly, new flexbox
        shrinks in proportion to the size of the flex item)

2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r142931.

        * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt: Added.
        * platform/chromium/fast/replaced/width100percent-image-expected.txt: Removed.
        * platform/mac/fast/replaced/width100percent-image-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:

2013-02-14  Dean Jackson  <dino@apple.com>

        Clicking outside captions menu should dismiss it
        https://bugs.webkit.org/show_bug.cgi?id=109648

        Unreviewed. Adding the files I forgot to commit in r142774.

        * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
        * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.

2013-02-14  Glenn Adams  <glenn@skynav.com>

        new-run-webkit-tests needs a shared TestExpectations between all WebKit ports
        https://bugs.webkit.org/show_bug.cgi?id=37565

        Introduce generic TestExpectations file that applies as a fallback for all ports, the location of which
        is LayoutTests/TestExpectations.

        Reviewed by Dirk Pranke.

        * TestExpectations: Added.

2013-02-14  Hajime Morrita  <morrita@google.com>

        [V8] Assertion failure on an exception is thrown
        https://bugs.webkit.org/show_bug.cgi?id=109129

        Reviewed by Kentaro Hara.

        * fast/events/onerror-no-constructor-expected.txt: Added.
        * fast/events/onerror-no-constructor.html: Added.

2013-02-14  Philip Rogers  <pdr@google.com>

        Rebaseline 9 SVG tests after r142765

        Unreviewed rebaseline of test expectations.

        * platform/chromium-linux/svg/as-background-image/animated-svg-as-background-expected.png:
        * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-linux/svg/as-background-image/svg-as-background-1-expected.png:
        * platform/chromium-linux/svg/as-background-image/svg-as-background-3-expected.png:
        * platform/chromium-linux/svg/as-background-image/svg-as-background-4-expected.png:
        * platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-linux/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
        * platform/chromium-linux/svg/as-background-image/svg-background-partial-redraw-expected.png:
        * platform/chromium-mac-lion/svg/as-background-image/animated-svg-as-background-expected.png:
        * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-1-expected.png:
        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-3-expected.png:
        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-4-expected.png:
        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-mac-lion/svg/as-background-image/svg-background-partial-redraw-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png:
        * platform/chromium-mac/svg/as-background-image/animated-svg-as-background-expected.png:
        * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-1-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-3-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-4-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-background-partial-redraw-expected.png:
        * platform/chromium-win-xp/svg/as-background-image: Removed.
        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Removed.
        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png: Removed.
        * platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png:
        * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-background-partial-redraw-expected.png:
        * platform/chromium/TestExpectations:

2013-02-14  Ojan Vafai  <ojan@chromium.org>

        Intrinsic and preferred widths on replaced elements are wrong in many cases
        https://bugs.webkit.org/show_bug.cgi?id=109859

        Reviewed by Levi Weintraub.

        * fast/replaced/preferred-widths-expected.txt: Added.
        * fast/replaced/preferred-widths.html: Added.
        These results match Gecko and Opera except for the 3rd container div.
        Talking to dbaron and bz and Mozilla they sound likely to match our behavior there.
        See https://bugzilla.mozilla.org/show_bug.cgi?id=823483 for example.

        The width of the containers is wrong in some of these cases because our
        computePreferredLogicalWidths methods don't currently account for
        intrinsic sizes (e.g. min-content, max-content, etc).

        * platform/chromium-linux/fast/replaced/width100percent-image-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium-win/fast/replaced/width100percent-image-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
        These new results are more correct. The width100percent-image case now
        matches other browsers and is due to not setting the minPreferrredLogicalWidth to
        0 if the height is a percentage. The bugs85016 case is different because we
        now correctly add the border and padding width to the preferred width of the image.

2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>

        Add a crash test expectation to media/media-captions.html on Mac per bug 109869.

        * platform/mac/TestExpectations:

2013-02-14  Stephen Chenney  <schenney@chromium.org>

        Crash when selecting a HarfBuzz text run with SVG fonts included
        https://bugs.webkit.org/show_bug.cgi?id=109833

        Reviewed by Tony Chang.

        Only known to crash on Chromium Linux (without the patch), but other platforms may be affected.

        * svg/css/font-face-crash-expected.txt: Added.
        * svg/css/font-face-crash.html: Added.

2013-02-14  Abhishek Arya  <inferno@chromium.org>

        Bad cast in RenderBlock::splitBlocks.
        https://bugs.webkit.org/show_bug.cgi?id=108691

        Reviewed by Levi Weintraub.

        * fast/multicol/remove-child-split-flow-crash-expected.txt: Added.
        * fast/multicol/remove-child-split-flow-crash.html: Added.

2013-02-14  Jer Noble  <jer.noble@apple.com>

        EME: replace MediaKeySession.addKey() -> update()
        https://bugs.webkit.org/show_bug.cgi?id=109461

        Rebaseline after API change.

        Reviewed by Eric Carlson.

        * media/encrypted-media/encrypted-media-v2-syntax-expected.txt:
        * media/encrypted-media/encrypted-media-v2-syntax.html:

2013-02-14  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>

        Support the ch unit from css3-values
        https://bugs.webkit.org/show_bug.cgi?id=85755

        Reviewed by David Hyatt.

        Original patch by Sumedha Widyadharma <sumedha.widyadharma@basyskom.com>.

        * fast/css/css3-ch-unit-expected.txt: Added.
        * fast/css/css3-ch-unit.html: Added.

2013-02-14  Philip Rogers  <pdr@google.com>

        Prevent inconsistent firstChild during document destruction
        https://bugs.webkit.org/show_bug.cgi?id=106530

        Reviewed by Abhishek Arya.

        * svg/custom/animateMotion-path-change-crash-expected.txt: Added.
        * svg/custom/animateMotion-path-change-crash.svg: Added.

2013-02-14  Bear Travis  <betravis@adobe.com>

        Make outside-shape the default value for shape-inside
        https://bugs.webkit.org/show_bug.cgi?id=109605

        Reviewed by Levi Weintraub.

        Updating tests to account for the new default value of shape-inside.

        * fast/exclusions/css-exclusions-disabled-expected.txt:
        * fast/exclusions/css-exclusions-disabled.html:
        * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
        * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
        * fast/exclusions/parsing-wrap-shape-lengths.html:
        * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
        (negative_test):

2013-02-14  Tony Chang  <tony@chromium.org>

        Padding and border changes doesn't trigger relayout of children
        https://bugs.webkit.org/show_bug.cgi?id=109639

        Reviewed by Kent Tamura.

        * fast/block/dynamic-padding-border-expected.txt: Added.
        * fast/block/dynamic-padding-border.html: Added.
        * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying
        out the table when the border changed. The pixel results in this case is the same, but the
        render tree shows the difference.

2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: [Regression] When several consecutive characters are typed each of them is marked as undoable state.
        https://bugs.webkit.org/show_bug.cgi?id=109823

        Reviewed by Pavel Feldman.

        * inspector/editor/text-editor-undo-redo-expected.txt:
        * inspector/editor/text-editor-undo-redo.html:

2013-02-14  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r142820.
        http://trac.webkit.org/changeset/142820
        https://bugs.webkit.org/show_bug.cgi?id=109839

        Causing crashes on chromium canaries (Requested by atwilson_
        on #webkit).

        * fast/block/float/float-not-removed-from-pre-block-expected.txt:
        * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Removed.
        * fast/css-generated-content/quote-layout-focus-crash.html: Removed.

2013-02-14  Mario Sanchez Prada  <mario.prada@samsung.com>

        [GTK] Missing call to g_object_ref while retrieving accessible table cells
        https://bugs.webkit.org/show_bug.cgi?id=106903

        Reviewed by Martin Robinson.

        Added new test. It should work fine at least in Mac and GTK ports,
        but will need specific results for chromium and windows.

        * accessibility/table-cell-for-column-and-row-crash.html: Added.
        * accessibility/table-cell-for-column-and-row-crash-expected.txt: Added.
        * platform/chromium/TestExpectations: Skipped test.
        * platform/win/TestExpectations: Ditto.
        * platform/wincairo/TestExpectations: Ditto.

2013-02-14  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Reviewing TestExpectations. Added platform specific expected files and unskip them.
        https://bugs.webkit.org/show_bug.cgi?id=59334.

        * platform/qt-5.0-wk2/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
        * platform/qt/TestExpectations:
        * platform/qt/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.

2013-02-14  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed rebaseline after brightness filter update.

        * platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.png:
        * platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.png:
        * platform/chromium-linux/css3/filters/effect-brightness-expected.png:
        * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png:
        * platform/chromium-linux/css3/filters/effect-combined-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-combined-expected.png:
        * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png:
        * platform/chromium-mac/css3/filters/multiple-filters-invalidation-expected.png:
        * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png:
        * platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-brightness-expected.png:
        * platform/chromium-win/css3/filters/effect-brightness-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-combined-expected.png:
        * platform/chromium-win/css3/filters/effect-combined-hw-expected.png:
        * platform/chromium-win/css3/filters/multiple-filters-invalidation-expected.png:
        * platform/chromium/TestExpectations:

2013-02-14  Jochen Eisinger  <jochen@chromium.org>

        Unskip mediastream tests that are passing after webkit_support update

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-02-14  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip flaky test after r140689.

        * platform/qt/TestExpectations:

2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Remove uriForFile and fileForURI methods from FileSystemMapping.
        https://bugs.webkit.org/show_bug.cgi?id=109704

        Reviewed by Alexander Pavlov.

        * inspector/file-system-mapping-expected.txt:
        * inspector/file-system-mapping.html:

2013-02-14  Anton Vayvod  <avayvod@chromium.org>

        [Text Autosizing] Process narrow descendants with the same multiplier for the font size.
        https://bugs.webkit.org/show_bug.cgi?id=109573

        Test to verify that all narrow descendants of a cluster are autosized with the same
        multiplier.

        Reviewed by Julien Chaffraix.

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

2013-02-06  Gregg Tavares  <gman@chromium.org>

        Adds the WebGL Conformance Tests limits folder.
        https://bugs.webkit.org/show_bug.cgi?id=108904

        Reviewed by Kenneth Russell.

        * platform/mac/TestExpectations:
        * webgl/conformance/limits/gl-max-texture-dimensions-expected.txt: Added.
        * webgl/conformance/limits/gl-max-texture-dimensions.html: Added.
        * webgl/conformance/limits/gl-min-attribs-expected.txt: Added.
        * webgl/conformance/limits/gl-min-attribs.html: Added.
        * webgl/conformance/limits/gl-min-textures-expected.txt: Added.
        * webgl/conformance/limits/gl-min-textures.html: Added.
        * webgl/conformance/limits/gl-min-uniforms-expected.txt: Added.
        * webgl/conformance/limits/gl-min-uniforms.html: Added.
        * webgl/resources/webgl_test_files/conformance/limits/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/limits/gl-max-texture-dimensions.html: Added.
        * webgl/resources/webgl_test_files/conformance/limits/gl-min-attribs.html: Added.
        * webgl/resources/webgl_test_files/conformance/limits/gl-min-textures.html: Added.
        * webgl/resources/webgl_test_files/conformance/limits/gl-min-uniforms.html: Added.

2013-02-13  Hayato Ito  <hayato@chromium.org>

        [Shadow DOM] Implements a '::distributed()' pseudo element.
        https://bugs.webkit.org/show_bug.cgi?id=82169

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/distributed-pseudo-element-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-for-shadow-element-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-for-shadow-element.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-match-all-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-match-all.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-match-descendant-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-match-descendant.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-nested-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-nested.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-no-match-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-no-match.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-reprojection-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-reprojection.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-scoped-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-scoped.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-support-selector-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-support-selector.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-with-any-expected.html: Added.
        * fast/dom/shadow/distributed-pseudo-element-with-any.html: Added.
        * fast/dom/shadow/distributed-pseudo-element.html: Added.

2013-02-06  Gregg Tavares  <gman@chromium.org>

        Add WebGL Conformance Tests more folder.
        https://bugs.webkit.org/show_bug.cgi?id=109118

        Reviewed by Kenneth Russell.

        * webgl/conformance/more/conformance/constants-expected.txt: Added.
        * webgl/conformance/more/conformance/constants.html: Added.
        * webgl/conformance/more/conformance/getContext-expected.txt: Added.
        * webgl/conformance/more/conformance/getContext.html: Added.
        * webgl/conformance/more/conformance/methods-expected.txt: Added.
        * webgl/conformance/more/conformance/methods.html: Added.
        * webgl/conformance/more/conformance/webGLArrays-expected.txt: Added.
        * webgl/conformance/more/conformance/webGLArrays.html: Added.
        * webgl/conformance/more/functions/bindBuffer-expected.txt: Added.
        * webgl/conformance/more/functions/bindBuffer.html: Added.
        * webgl/conformance/more/functions/bindBufferBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/bindBufferBadArgs.html: Added.
        * webgl/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Added.
        * webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
        * webgl/conformance/more/functions/bufferData-expected.txt: Added.
        * webgl/conformance/more/functions/bufferData.html: Added.
        * webgl/conformance/more/functions/bufferSubData-expected.txt: Added.
        * webgl/conformance/more/functions/bufferSubData.html: Added.
        * webgl/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/bufferSubDataBadArgs.html: Added.
        * webgl/conformance/more/functions/isTests-expected.txt: Added.
        * webgl/conformance/more/functions/isTests.html: Added.
        * webgl/conformance/more/functions/isTestsBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/isTestsBadArgs.html: Added.
        * webgl/conformance/more/functions/readPixels-expected.txt: Added.
        * webgl/conformance/more/functions/readPixels.html: Added.
        * webgl/conformance/more/functions/texImage2D-expected.txt: Added.
        * webgl/conformance/more/functions/texImage2D.html: Added.
        * webgl/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
        * webgl/conformance/more/functions/texSubImage2D-expected.txt: Added.
        * webgl/conformance/more/functions/texSubImage2D.html: Added.
        * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
        * webgl/conformance/more/functions/uniformMatrix-expected.txt: Added.
        * webgl/conformance/more/functions/uniformMatrix.html: Added.
        * webgl/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/uniformMatrixBadArgs.html: Added.
        * webgl/conformance/more/functions/uniformf-expected.txt: Added.
        * webgl/conformance/more/functions/uniformf.html: Added.
        * webgl/conformance/more/functions/uniformfArrayLen1-expected.txt: Added.
        * webgl/conformance/more/functions/uniformfArrayLen1.html: Added.
        * webgl/conformance/more/functions/uniformfBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/uniformfBadArgs.html: Added.
        * webgl/conformance/more/functions/uniformi-expected.txt: Added.
        * webgl/conformance/more/functions/uniformi.html: Added.
        * webgl/conformance/more/functions/uniformiBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/uniformiBadArgs.html: Added.
        * webgl/conformance/more/functions/vertexAttrib-expected.txt: Added.
        * webgl/conformance/more/functions/vertexAttrib.html: Added.
        * webgl/conformance/more/functions/vertexAttribBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/vertexAttribBadArgs.html: Added.
        * webgl/conformance/more/functions/vertexAttribPointer-expected.txt: Added.
        * webgl/conformance/more/functions/vertexAttribPointer.html: Added.
        * webgl/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
        * webgl/conformance/more/glsl/arrayOutOfBounds-expected.txt: Added.
        * webgl/conformance/more/glsl/arrayOutOfBounds.html: Added.
        * webgl/conformance/more/glsl/uniformOutOfBounds-expected.txt: Added.
        * webgl/conformance/more/glsl/uniformOutOfBounds.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/more/README.md: Added.
        * webgl/resources/webgl_test_files/conformance/more/all_tests.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/all_tests_linkonly.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/all_tests_sequential.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-A.js: Added.
        (ArgGenerators.activeTexture.generate):
        (ArgGenerators.activeTexture.checkArgValidity):
        (ArgGenerators.activeTexture.teardown):
        (ArgGenerators.attachShader.generate):
        (ArgGenerators.attachShader.checkArgValidity):
        (ArgGenerators.attachShader.cleanup):
        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B1.js: Added.
        (ArgGenerators.bindAttribLocation.generate):
        (ArgGenerators.bindAttribLocation.checkArgValidity):
        (ArgGenerators.bindAttribLocation.cleanup):
        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B2.js: Added.
        (ArgGenerators.bindBuffer.generate):
        (ArgGenerators.bindBuffer.checkArgValidity):
        (ArgGenerators.bindBuffer.cleanup):
        (ArgGenerators.bindFramebuffer.generate):
        (ArgGenerators.bindFramebuffer.checkArgValidity):
        (ArgGenerators.bindFramebuffer.cleanup):
        (ArgGenerators.bindRenderbuffer.generate):
        (ArgGenerators.bindRenderbuffer.checkArgValidity):
        (ArgGenerators.bindRenderbuffer.cleanup):
        (ArgGenerators.bindTexture.generate):
        (ArgGenerators.bindTexture.checkArgValidity):
        (ArgGenerators.bindTexture.cleanup):
        (ArgGenerators.blendColor.generate):
        (ArgGenerators.blendColor.teardown):
        (ArgGenerators.blendEquation.generate):
        (ArgGenerators.blendEquation.checkArgValidity):
        (ArgGenerators.blendEquation.teardown):
        (ArgGenerators.blendEquationSeparate.generate):
        (ArgGenerators.blendEquationSeparate.checkArgValidity):
        (ArgGenerators.blendEquationSeparate.teardown):
        (ArgGenerators.blendFunc.generate):
        (ArgGenerators.blendFunc.checkArgValidity):
        (ArgGenerators.blendFunc.teardown):
        (ArgGenerators.blendFuncSeparate.generate):
        (ArgGenerators.blendFuncSeparate.checkArgValidity):
        (ArgGenerators.blendFuncSeparate.teardown):
        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B3.js: Added.
        (ArgGenerators.bufferData.setup):
        (ArgGenerators.bufferData.generate):
        (ArgGenerators.bufferData.checkArgValidity):
        (ArgGenerators.bufferData.teardown):
        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B4.js: Added.
        (ArgGenerators.bufferSubData.setup):
        (ArgGenerators.bufferSubData.generate):
        (ArgGenerators.bufferSubData.checkArgValidity):
        (ArgGenerators.bufferSubData.teardown):
        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-C.js: Added.
        (ArgGenerators.checkFramebufferStatus.generate):
        (ArgGenerators.checkFramebufferStatus.checkArgValidity):
        (ArgGenerators.checkFramebufferStatus.cleanup):
        (ArgGenerators.clear.generate):
        (ArgGenerators.clear.checkArgValidity):
        (ArgGenerators.clearColor.generate):
        (ArgGenerators.clearColor.teardown):
        (ArgGenerators.clearDepth.generate):
        (ArgGenerators.clearDepth.teardown):
        (ArgGenerators.clearStencil.generate):
        (ArgGenerators.clearStencil.teardown):
        (ArgGenerators.colorMask.generate):
        (ArgGenerators.colorMask.teardown):
        (ArgGenerators.createBuffer.generate):
        (ArgGenerators.createBuffer.returnValueCleanup):
        (ArgGenerators.createFramebuffer.generate):
        (ArgGenerators.createFramebuffer.returnValueCleanup):
        (ArgGenerators.createProgram.generate):
        (ArgGenerators.createProgram.returnValueCleanup):
        (ArgGenerators.createRenderbuffer.generate):
        (ArgGenerators.createRenderbuffer.returnValueCleanup):
        (ArgGenerators.createShader.generate):
        (ArgGenerators.createShader.checkArgValidity):
        (ArgGenerators.createShader.returnValueCleanup):
        (ArgGenerators.createTexture.generate):
        (ArgGenerators.createTexture.returnValueCleanup):
        (ArgGenerators.cullFace.generate):
        (ArgGenerators.cullFace.checkArgValidity):
        (ArgGenerators.cullFace.teardown):
        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-D_G.js: Added.
        (ArgGenerators.deleteBuffer.generate):
        (ArgGenerators.deleteBuffer.checkArgValidity):
        (ArgGenerators.deleteBuffer.cleanup):
        (ArgGenerators.deleteFramebuffer.generate):
        (ArgGenerators.deleteFramebuffer.checkArgValidity):
        (ArgGenerators.deleteFramebuffer.cleanup):
        (ArgGenerators.deleteProgram.generate):
        (ArgGenerators.deleteProgram.checkArgValidity):
        (ArgGenerators.deleteProgram.cleanup):
        (ArgGenerators.deleteRenderbuffer.generate):
        (ArgGenerators.deleteRenderbuffer.checkArgValidity):
        (ArgGenerators.deleteRenderbuffer.cleanup):
        (ArgGenerators.deleteShader.generate):
        (ArgGenerators.deleteShader.checkArgValidity):
        (ArgGenerators.deleteShader.cleanup):
        (ArgGenerators.deleteTexture.generate):
        (ArgGenerators.deleteTexture.checkArgValidity):
        (ArgGenerators.deleteTexture.cleanup):
        (ArgGenerators.depthFunc.generate):
        (ArgGenerators.depthFunc.checkArgValidity):
        (ArgGenerators.depthFunc.teardown):
        (ArgGenerators.depthMask.generate):
        (ArgGenerators.depthMask.teardown):
        (ArgGenerators.depthRange.generate):
        (ArgGenerators.depthRange.teardown):
        (ArgGenerators.detachShader.generate):
        (ArgGenerators.detachShader.checkArgValidity):
        (ArgGenerators.detachShader.cleanup):
        (ArgGenerators.disable.generate):
        (ArgGenerators.disable.checkArgValidity):
        (ArgGenerators.disable.cleanup):
        (ArgGenerators.disableVertexAttribArray.generate):
        (ArgGenerators.disableVertexAttribArray.checkArgValidity):
        (ArgGenerators.enable.generate):
        (ArgGenerators.enable.checkArgValidity):
        (ArgGenerators.enable.cleanup):
        (ArgGenerators.enableVertexAttribArray.generate):
        (ArgGenerators.enableVertexAttribArray.checkArgValidity):
        (ArgGenerators.enableVertexAttribArray.cleanup):
        (ArgGenerators.finish.generate):
        (ArgGenerators.flush.generate):
        (ArgGenerators.frontFace.generate):
        (ArgGenerators.frontFace.checkArgValidity):
        (ArgGenerators.frontFace.cleanup):
        (ArgGenerators.generateMipmap.setup):
        (ArgGenerators.generateMipmap.generate):
        (ArgGenerators.generateMipmap.checkArgValidity):
        (ArgGenerators.generateMipmap.teardown):
        (ArgGenerators.getAttachedShaders.setup):
        (ArgGenerators.getAttachedShaders.generate):
        (ArgGenerators.getAttachedShaders.checkArgValidity):
        (ArgGenerators.getAttachedShaders.teardown):
        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-G_I.js: Added.
        (ArgGenerators.getAttribLocation.generate):
        (ArgGenerators.getAttribLocation.checkArgValidity):
        (ArgGenerators.getAttribLocation.cleanup):
        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-L_S.js: Added.
        (ArgGenerators.lineWidth.generate):
        (ArgGenerators.lineWidth.teardown):
        (ArgGenerators.pixelStorei.generate):
        (ArgGenerators.pixelStorei.checkArgValidity):
        (ArgGenerators.pixelStorei.teardown):
        (ArgGenerators.polygonOffset.generate):
        (ArgGenerators.polygonOffset.teardown):
        (ArgGenerators.sampleCoverage.generate):
        (ArgGenerators.sampleCoverage.teardown):
        (ArgGenerators.scissor.generate):
        (ArgGenerators.scissor.checkArgValidity):
        (ArgGenerators.scissor.teardown):
        (ArgGenerators.stencilFunc.generate):
        (ArgGenerators.stencilFunc.checkArgValidity):
        (ArgGenerators.stencilFunc.teardown):
        (ArgGenerators.stencilFuncSeparate.generate):
        (ArgGenerators.stencilFuncSeparate.checkArgValidity):
        (ArgGenerators.stencilFuncSeparate.teardown):
        (ArgGenerators.stencilMask.generate):
        (ArgGenerators.stencilMask.teardown):
        * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Added.
        (ArgGenerators.stencilMaskSeparate.generate):
        (ArgGenerators.stencilMaskSeparate.checkArgValidity):
        (ArgGenerators.stencilMaskSeparate.teardown):
        (ArgGenerators.stencilOp.generate):
        (ArgGenerators.stencilOp.checkArgValidity):
        (ArgGenerators.stencilOp.teardown):
        (ArgGenerators.stencilOpSeparate.generate):
        (ArgGenerators.stencilOpSeparate.checkArgValidity):
        (ArgGenerators.stencilOpSeparate.teardown):
        (ArgGenerators.texImage2D.setup):
        (ArgGenerators.texImage2D.generate):
        (ArgGenerators.texImage2D.checkArgValidity):
        (ArgGenerators.texImage2D.teardown):
        (ArgGenerators.texParameterf.generate):
        (ArgGenerators.texParameterf.checkArgValidity):
        (ArgGenerators.texParameteri.generate):
        (ArgGenerators.texParameteri.checkArgValidity):
        (ArgGenerators.viewport.generate):
        (ArgGenerators.viewport.checkArgValidity):
        (ArgGenerators.viewport.teardown):
        * webgl/resources/webgl_test_files/conformance/more/conformance/badArgsArityLessThanArgc.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/constants.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/fuzzTheAPI.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/getContext.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/methods.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Added.
        (Array.from):
        (Array.prototype.has):
        (Array.prototype.random):
        (castToInt):
        (constCheck.a.has):
        (constCheck):
        (isBufferData):
        (isVertexAttribute):
        (isValidName):
        (randomWebGLArray):
        (randomArrayBuffer):
        (randomBufferData):
        (randomSmallWebGLArray):
        (randomBufferSubData):
        (randomColor):
        (randomName):
        (randomVertexAttribute):
        (randomBool):
        (randomStencil):
        (randomLineWidth):
        (randomImage):
        (mutateArgs):
        (argGeneratorTestRunner):
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPIBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/webGLArrays.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/demos/opengl_web.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/demos/video.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/bindBuffer.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/bindBufferBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/bufferData.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubData.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubDataBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/isTests.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/isTestsBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/readPixels.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2D.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2D.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrix.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/uniformf.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/uniformfArrayLen1.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/uniformfBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/uniformi.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/uniformiBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttrib.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointer.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/glsl/arrayOutOfBounds.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/glsl/longLoops.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/glsl/uniformOutOfBounds.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/glsl/unusedAttribsUniforms.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/index.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/performance/CPUvsGPU.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/performance/bandwidth.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/performance/jsGCPause.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/performance/jsMatrixMult.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/performance/jsToGLOverhead.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/unit.css: Added.
        (.ok):
        (.fail):
        (canvas):
        (#test-status):
        (#test-log):
        (#test-log > div):
        (#test-log h2):
        (#test-log h3):
        (#test-log p):
        * webgl/resources/webgl_test_files/conformance/more/unit.js: Added.
        (.window.console.log):
        (.window.console.error):
        (Tests.startUnit):
        (Tests.setup):
        (Tests.teardown):
        (Tests.endUnit):
        (.):
        (Object.toSource):
        * webgl/resources/webgl_test_files/conformance/more/util.js: Added.
        (loadTexture):
        (getShader):
        (loadShaderArray):
        (loadShader):
        (getGLErrorAsString):
        (checkError):
        (throwError):
        (Math.cot):
        (Matrix.newIdentity):
        (Matrix.newIdentity3x3):
        (Matrix.copyMatrix):
        (Matrix.to3x3):
        (Matrix.inverseON):
        (Matrix.inverseTo3x3):
        (Matrix.inverseTo3x3InPlace):
        (Matrix.inverse3x3):
        (Matrix.inverse3x3InPlace):
        (Matrix.frustum):
        (Matrix.perspective):
        (Matrix.mul4x4):
        (Matrix.mul4x4InPlace):
        (Matrix.mulv4):
        (Matrix.rotate):
        (Matrix.rotateInPlace):
        (Matrix.scale):
        (Matrix.scale3):
        (Matrix.scale1):
        (Matrix.scale3InPlace):
        (Matrix.scale1InPlace):
        (Matrix.scaleInPlace):
        (Matrix.translate3):
        (Matrix.translate):
        (Matrix.translate3InPlace):
        (Matrix.translateInPlace):
        (Matrix.lookAt):
        (Matrix.transpose4x4):
        (Matrix.transpose4x4InPlace):
        (Matrix.transpose3x3):
        (Matrix.transpose3x3InPlace):
        (Vec3.make):
        (Vec3.copy):
        (Vec3.add):
        (Vec3.sub):
        (Vec3.negate):
        (Vec3.direction):
        (Vec3.normalizeInPlace):
        (Vec3.normalize):
        (Vec3.scale):
        (Vec3.dot):
        (Vec3.inner):
        (Vec3.cross):
        (Shader):
        (Shader.prototype.destroy):
        (Shader.prototype.compile):
        (Shader.prototype.use):
        (Shader.prototype.uniform1fv):
        (Shader.prototype.uniform2fv):
        (Shader.prototype.uniform3fv):
        (Shader.prototype.uniform4fv):
        (Shader.prototype.uniform1f):
        (Shader.prototype.uniform2f):
        (Shader.prototype.uniform3f):
        (Shader.prototype.uniform4f):
        (Shader.prototype.uniform1iv):
        (Shader.prototype.uniform2iv):
        (Shader.prototype.uniform3iv):
        (Shader.prototype.uniform4iv):
        (Shader.prototype.uniform1i):
        (Shader.prototype.uniform2i):
        (Shader.prototype.uniform3i):
        (Shader.prototype.uniform4i):
        (Shader.prototype.uniformMatrix4fv):
        (Shader.prototype.uniformMatrix3fv):
        (Shader.prototype.uniformMatrix2fv):
        (Shader.prototype.attrib):
        (Shader.prototype.uniform):
        (Filter):
        (Filter.prototype.apply):
        (VBO):
        (VBO.prototype.setData):
        (VBO.prototype.destroy):
        (VBO.prototype.init):
        (VBO.prototype.use):
        (VBO.prototype.draw):
        (FBO):
        (FBO.prototype.destroy):
        (FBO.prototype.init):
        (FBO.prototype.getTempCanvas):
        (FBO.prototype.use):
        (GLError):
        (makeGLErrorWrapper):
        (wrapGLContext.wrap.getError):
        (getGLContext):
        (assertSomeGLError):
        (assertThrowNoGLError):
        (Quad.makeVBO):
        (.gl):
        (Quad.getCachedVBO):
        (deleteShader):
        (Cube.create):
        (Cube.makeVBO):
        (Cube.getCachedVBO):
        (Sphere.create.vert):
        (Sphere.create):
        (initGL_CONTEXT_ID):

2013-02-06  Gregg Tavares  <gman@chromium.org>

        Add the WebGL Conformance Tests extensions folder.
        https://bugs.webkit.org/show_bug.cgi?id=109117

        Reviewed by Kenneth Russell.

        * webgl/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Added.
        * webgl/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
        * webgl/conformance/extensions/get-extension-expected.txt: Added.
        * webgl/conformance/extensions/get-extension.html: Added.
        * webgl/conformance/extensions/oes-element-index-uint-expected.txt: Added.
        * webgl/conformance/extensions/oes-element-index-uint.html: Added.
        * webgl/conformance/extensions/oes-standard-derivatives-expected.txt: Added.
        * webgl/conformance/extensions/oes-standard-derivatives.html: Added.
        * webgl/conformance/extensions/oes-texture-float-expected.txt: Added.
        * webgl/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Added.
        * webgl/conformance/extensions/oes-texture-float-with-canvas.html: Added.
        * webgl/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Added.
        * webgl/conformance/extensions/oes-texture-float-with-image-data.html: Added.
        * webgl/conformance/extensions/oes-texture-float-with-image-expected.txt: Added.
        * webgl/conformance/extensions/oes-texture-float-with-image.html: Added.
        * webgl/conformance/extensions/oes-texture-float-with-video-expected.txt: Added.
        * webgl/conformance/extensions/oes-texture-float-with-video.html: Added.
        * webgl/conformance/extensions/oes-texture-float.html: Added.
        * webgl/conformance/extensions/oes-vertex-array-object-expected.txt: Added.
        * webgl/conformance/extensions/oes-vertex-array-object.html: Added.
        * webgl/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Added.
        * webgl/conformance/extensions/webgl-compressed-texture-s3tc.html: Added.
        * webgl/conformance/extensions/webgl-debug-renderer-info-expected.txt: Added.
        * webgl/conformance/extensions/webgl-debug-renderer-info.html: Added.
        * webgl/conformance/extensions/webgl-debug-shaders-expected.txt: Added.
        * webgl/conformance/extensions/webgl-debug-shaders.html: Added.
        * webgl/conformance/extensions/webgl-depth-texture-expected.txt: Added.
        * webgl/conformance/extensions/webgl-depth-texture.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/get-extension.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/oes-element-index-uint.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/oes-standard-derivatives.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-canvas.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image-data.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-video.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-renderer-info.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html: Added.
        * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html: Added.

2013-02-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark new WebGL conformance tests added in r142847 as failing for
        EFL WK2.

        * platform/efl-wk2/TestExpectations:

2013-02-06  Gregg Tavares  <gman@chromium.org>

        Add the WebGL Conformance Tests ogles folder.
        https://bugs.webkit.org/show_bug.cgi?id=109116

        Reviewed by Kenneth Russell.

        * webgl/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/all/all_001_to_004-expected.txt: Added.
        * webgl/conformance/ogles/GL/all/all_001_to_004.html: Added.
        * webgl/conformance/ogles/GL/any/any_001_to_004-expected.txt: Added.
        * webgl/conformance/ogles/GL/any/any_001_to_004.html: Added.
        * webgl/conformance/ogles/GL/array/array_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/array/array_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Added.
        * webgl/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
        * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Added.
        * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
        * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Added.
        * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
        * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Added.
        * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added.
        * webgl/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Added.
        * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
        * webgl/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Added.
        * webgl/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
        * webgl/conformance/ogles/GL/default/default_001_to_001-expected.txt: Added.
        * webgl/conformance/ogles/GL/default/default_001_to_001.html: Added.
        * webgl/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Added.
        * webgl/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
        * webgl/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Added.
        * webgl/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
        * webgl/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Added.
        * webgl/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
        * webgl/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Added.
        * webgl/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
        * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
        * webgl/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Added.
        * webgl/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
        * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Added.
        * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
        * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Added.
        * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
        * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/length/length_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/length/length_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/log/log_009_to_012-expected.txt: Added.
        * webgl/conformance/ogles/GL/log/log_009_to_012.html: Added.
        * webgl/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Added.
        * webgl/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
        * webgl/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Added.
        * webgl/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
        * webgl/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Added.
        * webgl/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
        * webgl/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Added.
        * webgl/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
        * webgl/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Added.
        * webgl/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
        * webgl/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Added.
        * webgl/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
        * webgl/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Added.
        * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
        * webgl/conformance/ogles/GL/max/max_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/max/max_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/min/min_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/min/min_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/not/not_001_to_004-expected.txt: Added.
        * webgl/conformance/ogles/GL/not/not_001_to_004.html: Added.
        * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Added.
        * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
        * webgl/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Added.
        * webgl/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
        * webgl/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Added.
        * webgl/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
        * webgl/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Added.
        * webgl/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
        * webgl/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Added.
        * webgl/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
        * webgl/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Added.
        * webgl/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
        * webgl/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/step/step_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/step/step_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Added.
        * webgl/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
        * webgl/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Added.
        * webgl/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
        * webgl/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Added.
        * webgl/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
        * webgl/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Added.
        * webgl/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
        * webgl/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Added.
        * webgl/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
        * webgl/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Added.
        * webgl/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Added.
        * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
        * webgl/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Added.
        * webgl/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
        * webgl/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Added.
        * webgl/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
        * webgl/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_001_to_004.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_001_to_004.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/array_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_001_to_001.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_009_to_012.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_001_to_004.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/input.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/README.md: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/mustpass.run.txt: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/process-ogles2-tests.py: Added.
        (Log):
        (TransposeMatrix):
        (GetValidTypeName):
        (WriteOpen):
        (TxtWriter):
        (TxtWriter.__init__):
        (TxtWriter.Write):
        (TxtWriter.Close):
        (ReadFileAsLines):
        (ReadFile):
        (Chunkify):
        (GetText):
        (GetElementText):
        (GetBoolElement):
        (GetModel):
        (RelativizePaths):
        (CopyFile):
        (CopyShader):
        (IsOneOf):
        (CheckForUnknownTags):
        (IsFileWeWant):
        (TestReader):
        (TestReader.to):
        (TestReader.__init__):
        (TestReader.Print):
        (TestReader.MakeOutPath):
        (TestReader.ReadTests):
        (TestReader.ReadTest):
        (TestReader.ProcessTest):
        (TestReader.WriteTests):
        (CopyShaders):
        (Process_compare):
        (Process_shaderload):
        (Process_extension):
        (Process_createtests):
        (Process_GL2Test):
        (Process_uniformquery):
        (Process_egl_image_external):
        (Process_dismount):
        (Process_build):
        (Process_coverage):
        (Process_attributes):
        (Process_fixed):
        (main):

2013-02-06  Gregg Tavares  <gman@chromium.org>

        Add WebGL Conformance Tests glsl folder.
        https://bugs.webkit.org/show_bug.cgi?id=109115

        Reviewed by Kenneth Russell.

        * webgl/conformance/glsl/functions/glsl-function-abs-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-abs.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-acos-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-acos.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-asin-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-asin.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-atan-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-atan.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-ceil-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-ceil.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-cos-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-cos.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-cross-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-cross.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-distance-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-distance.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-dot-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-dot.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-faceforward.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-floor-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-floor.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-fract-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-fract.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-length-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-length.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-max-float-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-max-float.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-min-float-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-min-float.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-mix-float.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-mod-float.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-normalize-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-normalize.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-reflect-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-reflect.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-sign-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-sign.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-sin-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-sin.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-step-float-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-step-float.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
        * webgl/conformance/glsl/functions/glsl-function.html: Added.
        * webgl/conformance/glsl/implicit/add_int_float.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/add_int_float.vert.html: Added.
        * webgl/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
        * webgl/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
        * webgl/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
        * webgl/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
        * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/construct_struct.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/construct_struct.vert.html: Added.
        * webgl/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/divide_int_float.vert.html: Added.
        * webgl/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
        * webgl/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
        * webgl/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
        * webgl/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/equal_int_float.vert.html: Added.
        * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/function_int_float.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/function_int_float.vert.html: Added.
        * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/greater_than.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/greater_than.vert.html: Added.
        * webgl/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
        * webgl/conformance/glsl/implicit/less_than.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/less_than.vert.html: Added.
        * webgl/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/less_than_equal.vert.html: Added.
        * webgl/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
        * webgl/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
        * webgl/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
        * webgl/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
        * webgl/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
        * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
        * webgl/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
        * webgl/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
        * webgl/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
        * webgl/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
        * webgl/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
        * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
        * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
        * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Added.
        * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
        * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Added.
        * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
        * webgl/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Added.
        * webgl/conformance/glsl/misc/attrib-location-length-limits.html: Added.
        * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Added.
        * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
        * webgl/conformance/glsl/misc/glsl-function-nodes-expected.txt: Added.
        * webgl/conformance/glsl/misc/glsl-function-nodes.html: Added.
        * webgl/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Added.
        * webgl/conformance/glsl/misc/glsl-long-variable-names.html: Added.
        * webgl/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Added.
        * webgl/conformance/glsl/misc/glsl-vertex-branch.html: Added.
        * webgl/conformance/glsl/misc/large-loop-compile-expected.txt: Added.
        * webgl/conformance/glsl/misc/large-loop-compile.html: Added.
        * webgl/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
        * webgl/conformance/glsl/misc/non-ascii.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/non-ascii.vert.html: Added.
        * webgl/conformance/glsl/misc/re-compile-re-link-expected.txt: Added.
        * webgl/conformance/glsl/misc/re-compile-re-link.html: Added.
        * webgl/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-256-character-define.html: Added.
        * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-257-character-define.html: Added.
        * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
        * webgl/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
        * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
        * webgl/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
        * webgl/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
        * webgl/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-do-loop-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-do-loop.html: Added.
        * webgl/conformance/glsl/misc/shader-with-error-directive-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-error-directive.html: Added.
        * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-for-loop-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-for-loop.html: Added.
        * webgl/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-for-scoping.html: Added.
        * webgl/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
        * webgl/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
        * webgl/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
        * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-include.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-include.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-long-line-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-long-line.html: Added.
        * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-precision.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-reserved-words.html: Added.
        * webgl/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
        * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
        * webgl/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
        * webgl/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-with-while-loop-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-while-loop.html: Added.
        * webgl/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-without-precision.frag.html: Added.
        * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Added.
        * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
        * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Added.
        * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
        * webgl/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Added.
        * webgl/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
        * webgl/conformance/glsl/misc/shared-expected.txt: Added.
        * webgl/conformance/glsl/misc/shared.html: Added.
        * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Added.
        * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
        * webgl/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Added.
        * webgl/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
        * webgl/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Added.
        * webgl/conformance/glsl/misc/uniform-location-length-limits.html: Added.
        * webgl/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Added.
        * webgl/conformance/glsl/reserved/_webgl_field.vert.html: Added.
        * webgl/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Added.
        * webgl/conformance/glsl/reserved/_webgl_function.vert.html: Added.
        * webgl/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Added.
        * webgl/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
        * webgl/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Added.
        * webgl/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
        * webgl/conformance/glsl/reserved/webgl_field.vert-expected.txt: Added.
        * webgl/conformance/glsl/reserved/webgl_field.vert.html: Added.
        * webgl/conformance/glsl/reserved/webgl_function.vert-expected.txt: Added.
        * webgl/conformance/glsl/reserved/webgl_function.vert.html: Added.
        * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Added.
        * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added.
        * webgl/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Added.
        * webgl/conformance/glsl/reserved/webgl_struct.vert.html: Added.
        * webgl/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Added.
        * webgl/conformance/glsl/reserved/webgl_variable.vert.html: Added.
        * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Added.
        * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
        * webgl/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Added.
        * webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
        * webgl/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Added.
        * webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
        * webgl/conformance/glsl/variables/gl-fragcoord-expected.txt: Added.
        * webgl/conformance/glsl/variables/gl-fragcoord.html: Added.
        * webgl/conformance/glsl/variables/gl-frontfacing-expected.txt: Added.
        * webgl/conformance/glsl/variables/gl-frontfacing.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-abs.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-acos.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-asin.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-ceil.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cos.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cross.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-distance.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-dot.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-faceforward.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-floor.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-fract.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-length.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-lessThan.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-float.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-float.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-float.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-float.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-normalize.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-reflect.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-refract.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sign.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sin.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-float.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_float.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/construct_struct.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_float.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_int_float.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_int_float.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than_equal.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/literals/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/matrices/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/attrib-location-length-limits.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/foo: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-function-nodes.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-long-variable-names.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-vertex-branch.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/include.vs: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/large-loop-compile.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/re-compile-re-link.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-define.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-define.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-do-loop.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-error-directive.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-scoping.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-include.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-long-line.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-precision.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-reserved-words.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-while-loop.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-without-precision.frag.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shared.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/uniform-location-length-limits.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/reserved/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_field.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_function.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_field.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_function.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_struct.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_variable.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/samplers/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/variables/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-fragcoord.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-frontfacing.html: Added.

2013-02-13  Praveen R Jadhav  <praveen.j@samsung.com>

        JSObject for ChannelSplitterNode and ChannelMergerNode are not created.
        https://bugs.webkit.org/show_bug.cgi?id=109542

        Reviewed by Kentaro Hara.

        Test cases updated to check validity of ChannelSplitterNode
        and ChannelMergerNode Objects.

        * webaudio/audiochannelmerger-basic-expected.txt:
        * webaudio/audiochannelmerger-basic.html:
        * webaudio/audiochannelsplitter-expected.txt:
        * webaudio/audiochannelsplitter.html:

2013-02-12  Gregg Tavares  <gman@chromium.org>

        Adds failing WebGL Conformance Tests.
        https://bugs.webkit.org/show_bug.cgi?id=109075

        Reviewed by Kenneth Russell.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
        * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
        * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
        * webgl/conformance/canvas/buffer-preserve-test.html: Added.
        * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
        * webgl/conformance/canvas/drawingbuffer-test.html: Added.
        * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
        * webgl/conformance/canvas/to-data-url-test.html: Added.
        * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
        * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
        * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
        * webgl/conformance/context/context-creation-and-destruction.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
        * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
        * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
        * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
        * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
        * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
        * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
        * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
        * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
        * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
        * webgl/conformance/more/functions/copyTexImage2D.html: Added.
        * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
        * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
        * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
        * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
        * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
        * webgl/conformance/more/functions/drawArrays.html: Added.
        * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
        * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
        * webgl/conformance/more/functions/drawElements-expected.txt: Added.
        * webgl/conformance/more/functions/drawElements.html: Added.
        * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
        * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
        * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
        * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
        * webgl/conformance/more/functions/texImage2DHTML.html: Added.
        * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
        * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
        * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
        * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
        * webgl/conformance/programs/program-test-expected.txt: Added.
        * webgl/conformance/programs/program-test.html: Added.
        * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
        * webgl/conformance/reading/read-pixels-test.html: Added.
        * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
        * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
        * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
        * webgl/conformance/rendering/gl-scissor-test.html: Added.
        * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
        * webgl/conformance/rendering/more-than-65536-indices.html: Added.
        * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
        * webgl/conformance/rendering/multisample-corruption.html: Added.
        * webgl/conformance/rendering/point-size-expected.txt: Added.
        * webgl/conformance/rendering/point-size.html: Added.
        * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
        * webgl/conformance/state/gl-object-get-calls.html: Added.
        * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
        * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
        * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
        * webgl/conformance/textures/gl-pixelstorei.html: Added.
        * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
        * webgl/conformance/textures/origin-clean-conformance.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
        * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
        * webgl/conformance/textures/texture-active-bind-2.html: Added.
        * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
        * webgl/conformance/textures/texture-active-bind.html: Added.
        * webgl/conformance/textures/texture-mips-expected.txt: Added.
        * webgl/conformance/textures/texture-mips.html: Added.
        * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
        * webgl/conformance/textures/texture-npot-video.html: Added.
        * webgl/conformance/textures/texture-size-expected.txt: Added.
        * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
        * webgl/conformance/textures/texture-size-limit.html: Added.
        * webgl/conformance/textures/texture-size.html: Added.
        * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
        * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
        * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
        * webgl/conformance/uniforms/uniform-default-values.html: Added.
        * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
        * webgl/conformance/uniforms/uniform-location.html: Added.
        * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
        * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
        * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.

2013-02-13  Alan Cutter  <alancutter@chromium.org>

        [Chromium] Unreviewed gardening
        https://bugs.webkit.org/show_bug.cgi?id=109779

        Rebaseline http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html
        on Linux after r142683.

        * platform/chromium-linux/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.

2013-02-13   Vineet Chaudhary  <rgf748@motorola.com>

        HTMLCollections namedItem() methods should return null than undefined for empty collections.
        https://bugs.webkit.org/show_bug.cgi?id=104096

        Reviewed by Kentaro Hara.

        As per specification namedItem() should return null if collection is empty.
        Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#htmlallcollection

        * fast/dom/HTMLFormElement/move-option-between-documents-expected.txt:
        * fast/dom/HTMLFormElement/move-option-between-documents.html:
        * fast/dom/htmlcollection-namedItem-expected.txt: Added.
        * fast/dom/htmlcollection-namedItem.html: Added.

2013-02-13  Tony Gentilcore  <tonyg@chromium.org>

        Fix svg/in-html/script-write.html with threaded HTML parser
        https://bugs.webkit.org/show_bug.cgi?id=109495

        Reviewed by Eric Seidel.

        Added 3 new test cases:
        1. Test the behavior of a plaintext tag inside an svg foreignObject. It applies to the remainder of the document. This behavior seems a little wonky, but it matches our current behavior and Firefox's behavior.
        2. Test that we don't blindly go into HTML mode after </foreignObject>.
        3. Test that unmatched </foreignObject>s are ignored.

        * html5lib/resources/webkit02.dat:

2013-02-13  Emil A Eklund  <eae@chromium.org>

        getComputedStyle returns truncated value for margin-right
        https://bugs.webkit.org/show_bug.cgi?id=109759

        Reviewed by Tony Chang.
        
        Add test for getComputedStyle with fractional margin values.

        * fast/sub-pixel/computedstylemargin-expected.txt: Added.
        * fast/sub-pixel/computedstylemargin.html: Added.

2013-02-13  Levi Weintraub  <leviw@chromium.org>

        REGRESSION(r125794) - inline-children-root-linebox-crash asserts in Chromium debug
        https://bugs.webkit.org/show_bug.cgi?id=94256

        Unreviewed test expectations update. Re-enabling inline-children-root-linebox-crash
        as it was fixed by r139479.

        * platform/chromium/TestExpectations:

2013-02-13  Elliott Sprehn  <esprehn@chromium.org>

        ASSERT(!renderer()->needsLayout()) when calling Element::focus() with generated content
        https://bugs.webkit.org/show_bug.cgi?id=109616

        Reviewed by Julien Chaffraix.

        * fast/block/float/float-not-removed-from-pre-block-expected.txt: Changed output.
        * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added.
        * fast/css-generated-content/quote-layout-focus-crash.html: Added.

2013-02-13  Abhishek Arya  <inferno@chromium.org>

        ASSERTION FAILED: !object || object->isBox(), Bad cast in RenderBox::computeLogicalHeight
        https://bugs.webkit.org/show_bug.cgi?id=107748

        Reviewed by Levi Weintraub.

        * fast/block/body-inline-block-crash-expected.txt: Added.
        * fast/block/body-inline-block-crash.html: Added.

2013-02-13  Eric Carlson  <eric.carlson@apple.com>

        [Mac] Caption menu should have only one item selected
        https://bugs.webkit.org/show_bug.cgi?id=109730

        Reviewed by Dean Jackson.

        * media/track/track-user-preferences-expected.txt:
        * media/track/track-user-preferences.html: Update test to check for reactions to preferences.

2013-02-13  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] ExclusionPolygon reflex vertices should constrain the first fit location.
        https://bugs.webkit.org/show_bug.cgi?id=107568

        Reviewed by Dirk Schulze.

        In this carefully contrived test case, the Y coordinate of the origin of the line
        of text is only computed correctly if the constraints implied by the polygon's
        reflex vertices are considered.

        * fast/exclusions/shape-inside/shape-inside-first-fit-reflex-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-first-fit-reflex.html: Added.

2013-02-13  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Marking a few tests as slow on the debug builds. This shall prevent them timing out unnecessarily.

        * platform/gtk/TestExpectations:

2013-02-13  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Adding or removing grid items doesn't properly recompute the track sizes
        https://bugs.webkit.org/show_bug.cgi?id=109100

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/grid-item-addition-track-breadth-update-expected.txt: Added.
        * fast/css-grid-layout/grid-item-addition-track-breadth-update.html: Added.
        * fast/css-grid-layout/grid-item-removal-track-breadth-update-expected.txt: Added.
        * fast/css-grid-layout/grid-item-removal-track-breadth-update.html: Added.
        New tests.

        * fast/css-grid-layout/resources/grid.css:
        (.constrainedContainer):
        (.unconstrainedContainer):
        Added these class to share them with other tests.

        * fast/css-grid-layout/auto-content-resolution-columns.html:
        * fast/css-grid-layout/auto-content-resolution-rows.html:
        * fast/css-grid-layout/implicit-columns-auto-resolution.html:
        * fast/css-grid-layout/implicit-position-dynamic-change.html:
        * fast/css-grid-layout/implicit-rows-auto-resolution.html:
        * fast/css-grid-layout/minmax-max-content-resolution-columns.html:
        * fast/css-grid-layout/minmax-max-content-resolution-rows.html:
        * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html:
        * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
        Removed constrainedContainer definition as it was moved to grid.css.

2013-02-13  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Rebasline after r142765

        Unreviewed test expectations update.

        The change caused sub-pixel changing in SVG-as-image positions.

        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:

2013-02-13  Levi Weintraub  <leviw@chromium.org>

        Bidi-Isolated inlines can cause subsequent content to not be rendered
        https://bugs.webkit.org/show_bug.cgi?id=108137

        Reviewed by Eric Seidel.

        * fast/text/content-following-inline-isolate-with-collapsed-whitespace.html: Added.
        * fast/text/content-following-inline-isolate-with-collapsed-whitespace-expected.txt: Added.

2013-02-13  Christian Biesinger  <cbiesinger@chromium.org>

        Crash when encountering <object style="resize:both;">
        https://bugs.webkit.org/show_bug.cgi?id=109728

        See also https://code.google.com/p/chromium/issues/detail?id=175535

        Reviewed by Eric Seidel.

        * fast/css/resize-object-crash-expected.txt: Added.
        * fast/css/resize-object-crash.html: Added.

2013-02-13  Kondapally Kalyan  <kalyan.kondapally@intel.com>

        [WebGL][EFL][GTK][Qt]Add support for OES_vertex_array_object.
        https://bugs.webkit.org/show_bug.cgi?id=109382

        Reviewed by Kenneth Russell.

        Enable oes-vertex-array-object for EFL port.

        * fast/canvas/webgl/oes-vertex-array-object-expected.txt:
        * fast/canvas/webgl/oes-vertex-array-object.html:
        * platform/efl/TestExpectations:

2013-02-13  Filip Pizlo  <fpizlo@apple.com>

        DFG LogicalNot/Branch peephole removal and inversion ignores the possibility of things exiting
        https://bugs.webkit.org/show_bug.cgi?id=109489

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-branch-logical-not-peephole-around-osr-exit-expected.txt: Added.
        * fast/js/dfg-branch-logical-not-peephole-around-osr-exit.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-branch-logical-not-peephole-around-osr-exit.js: Added.
        (foo):

2013-02-12  Dean Jackson  <dino@apple.com>

        Clicking outside captions menu should dismiss it
        https://bugs.webkit.org/show_bug.cgi?id=109648

        Reviewed by Eric Carlson.

        New test for captions menu. Skip it everywhere but Mac.

        * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
        * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2013-02-13  Morten Stenshorne  <mstensho@opera.com>

        WebKit ignores column-rules wider than column-gap
        https://bugs.webkit.org/show_bug.cgi?id=15553

        Paint column rules even if they are wider than the gap.
        Rules wider than the gap should just overlap with column contents.

        Reviewed by Eric Seidel.

        * fast/multicol/rule-thicker-than-gap-expected.html: Added.
        * fast/multicol/rule-thicker-than-gap.html: Added.

2013-02-13  Philip Rogers  <pdr@google.com>

        Replace SVG bitmap cache with directly-rendered SVG
        https://bugs.webkit.org/show_bug.cgi?id=106159

        Reviewed by Tim Horton.

        This patch fixes two existing bugs (WK99481 and WK104189) that were due to caching bitmaps
        at a fixed size. A test has been added for each of these bugs.

        * platform/chromium/TestExpectations:
        * svg/as-image/svg-image-scaled-expected.html: Added.
        * svg/as-image/svg-image-scaled.html: Added.
        * svg/as-image/svg-image-viewbox-expected.html: Added.
        * svg/as-image/svg-image-viewbox.html: Added.

2013-02-13  Florin Malita  <fmalita@chromium.org>

        [SVG] OOB access in SVGListProperty::replaceItemValues()
        https://bugs.webkit.org/show_bug.cgi?id=109293

        Updated tests to cover the crash and new behavior.

        Reviewed by Dirk Schulze.

        * svg/dom/SVGLengthList-basics-expected.txt:
        * svg/dom/SVGLengthList-basics.xhtml:
        * svg/dom/SVGNumberList-basics-expected.txt:
        * svg/dom/SVGNumberList-basics.xhtml:
        * svg/dom/SVGPointList-basics-expected.txt:
        * svg/dom/SVGPointList-basics.xhtml:
        * svg/dom/SVGTransformList-basics-expected.txt:
        * svg/dom/SVGTransformList-basics.xhtml:

2013-02-13  Takashi Sakamoto  <tasak@google.com>

        [Refactoring] StyleResolver::State should have methods to access its me
        https://bugs.webkit.org/show_bug.cgi?id=108563

        Reviewed by Antti Koivisto.

        * inspector/styles/region-style-crash-expected.txt:
        Rebaseline. Since inspector hasn't supported CSS region styles yet,
        region-style-crash.html has no CSS region styles as its result.

2013-02-13  Rashmi Shyamasundar  <rashmi.s2@samsung.com>

        The 2D Canvas functions fillText()/strokeText() should display nothing when maxWidth is less then or equal to zero
        https://bugs.webkit.org/show_bug.cgi?id=102656

        Reviewed by Dirk Schulze.

        The functions fillText()/strokeText() should not display anything when 
        maxWidth is less than or equal to zero, according to spec :
        http://www.w3.org/TR/2dcontext/#text-preparation-algorithm

        * fast/canvas/canvas-fillText-invalid-maxWidth-expected.txt: Added.
        * fast/canvas/canvas-fillText-invalid-maxWidth.html: Added.
        * fast/canvas/canvas-strokeText-invalid-maxWidth-expected.txt: Added.
        * fast/canvas/canvas-strokeText-invalid-maxWidth.html: Added.
        * fast/canvas/script-tests/canvas-fillText-invalid-maxWidth.js: Added.
        * fast/canvas/script-tests/canvas-strokeText-invalid-maxWidth.js: Added.

2013-02-13  Sergio Villar Senin  <svillar@igalia.com>

        Unreviewed GTK gardening.

        Provide the same custom expectations as all the other
        platforms. This likely means that there is a bug in the code or
        that the expected result is incorrect.

        * platform/gtk/TestExpectations:
        * platform/gtk/editing/pasteboard/5761530-1-expected.txt: Added.

2013-02-13  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectation changes resulting from r142719.

        * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
        * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:

2013-02-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl/TestExpectations:

2013-02-13  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectation changes.
        Fallout from r142683.

        * platform/chromium-win/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.

2013-02-13  Pablo Flouret  <pablof@motorola.com>

        Implement css-conditional's CSS.supports()
        https://bugs.webkit.org/show_bug.cgi?id=100324

        Reviewed by Antti Koivisto.

        * css3/supports-dom-api-expected.txt: Added.
        * css3/supports-dom-api.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

2013-02-13  Mike West  <mkwst@chromium.org>

        location.href does not throw SECURITY_ERR when accessed across origins with JSC bindings
        https://bugs.webkit.org/show_bug.cgi?id=43891

        Reviewed by Adam Barth.

        * http/tests/plugins/resources/cross-frame-object-access.html:
        * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
        * http/tests/security/cross-frame-access-location-get-expected.txt:
        * http/tests/security/cross-frame-access-location-get.html:
        * http/tests/security/resources/cross-frame-access.js:
        (accessThrowsException):
        * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
        * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
            Adjusting tests to check for exceptions, and adjusting expectations to match.
        * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Copied from LayoutTests/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt.
        * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Added.
        * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Copied from LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt.
            V8 fails at the moment: http://wkbug.com/43892

2013-02-13  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed test fix: removed redundant testRunnet.notifyDone() call that was causing other test failures.

        * inspector/script-execution-state-change-notification.html:

2013-02-13  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.
        Rebaselining tests after the DOM4 Events constructors and CSS image-set
        support were enabled.

        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
        * platform/gtk/fast/events/constructors: Added.
        * platform/gtk/fast/events/constructors/mouse-event-constructor-expected.txt: Added.
        * platform/gtk/fast/events/constructors/wheel-event-constructor-expected.txt: Added.
        * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt:
        * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
        * platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt:
        * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt:
        * platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt:
        * platform/gtk/fast/hidpi/image-set-simple-expected.txt:
        * platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt:

2013-02-13  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing tests.

        * platform/qt/TestExpectations:

2013-02-12  Hajime Morrita  <morrita@google.com>

        [Internals] setShadowDOMEnabled() shouldn't be used except a few tests.
        https://bugs.webkit.org/show_bug.cgi?id=109642

        Reviewed by Kent Tamura.

        * fast/dom/shadow/shadow-dom-enabled-flag-whitelist-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-enabled-flag-whitelist.html: Added.

2013-02-12  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Introduce version controller to migrate settings versions.
        https://bugs.webkit.org/show_bug.cgi?id=109553

        Reviewed by Yury Semikhatsky.

        * inspector/version-controller-expected.txt: Added.
        * inspector/version-controller.html: Added.

2013-02-12  Filip Pizlo  <fpizlo@apple.com>

        Eradicate fast/js/dfg-poison-fuzz.html
        https://bugs.webkit.org/show_bug.cgi?id=109660

        Unreviewed.
        
        I haven't seen this test fail in ages.  And I've seen a lot of DFG bugs!

        This is a super expensive test for one bug that used to be in the DFG but that has
        since been thoroughly eradicated. Likely the plethora of other DFG tests cover that
        bug. Heck, I'm not even sure if the code that this covers is even in the repository
        anymore.

        In the spirit of not having super expensive and mostly useless tests, I'm removing
        this test.

        * fast/js/dfg-poison-fuzz-expected.txt: Removed.
        * fast/js/dfg-poison-fuzz.html: Removed.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-poison-fuzz.js: Removed.
        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-12  Alan Cutter  <alancutter@chromium.org>

        [Chromium] Rebaseline suggestion-picker layout tests
        https://bugs.webkit.org/show_bug.cgi?id=109647

        Unreviewed rebaseline.
        Text position differences, imperceptible to human sight.
        Test failures possibly caused by: http://trac.webkit.org/changeset/142659

        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:

2013-02-12  Nate Chapin  <japhet@chromium.org>

        REGRESSION: Reloading a local file doesn't pick up changes
        https://bugs.webkit.org/show_bug.cgi?id=109344

        Reviewed by Alexey Proskuryakov.

        * http/tests/cache/reload-main-resource-expected.txt: Added.
        * http/tests/cache/reload-main-resource.php: Added.
        * http/tests/cache/resources/reload-main-resource-iframe.php: Added.
        * http/tests/misc/favicon-loads-with-images-disabled-expected.txt: This test
            was being loaded from memory cache in spite of being loaded via reload. We
            shouldn't do that.
        * http/tests/misc/link-rel-icon-beforeload-expected.txt: This test
            was being loaded from memory cache in spite of being loaded via reload. We
            shouldn't do that.

2013-02-12  Dima Gorbik  <dgorbik@apple.com>

        Mac rebaseline for r142638.

        Reviewed by Benjamin Poulain.

        * platform/mac-lion/accessibility/table-attributes-expected.txt: Removed.
        * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Removed.
        * platform/mac-lion/accessibility/table-sections-expected.txt: Removed.
        * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Removed.
        * platform/mac/accessibility/table-attributes-expected.txt:
        * platform/mac/accessibility/table-cell-spans-expected.txt:
        * platform/mac/accessibility/table-cells-expected.txt:
        * platform/mac/accessibility/table-sections-expected.txt:
        * platform/mac/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.

2013-02-12  Rafael Weinstein  <rafaelw@chromium.org>

        [HTMLTemplateElement] Change template.dat serialization format
        https://bugs.webkit.org/show_bug.cgi?id=109635

        Reviewed by Eric Seidel.

        The serialization format now uses 'content' instead of '#document-fragment' to
        denote template contents.

        * html5lib/resources/template.dat:
        * resources/dump-as-markup.js:
        (Markup._get):

2013-02-12  Nico Weber  <thakis@chromium.org>

        Remove webintents from TestExpectations files
        https://bugs.webkit.org/show_bug.cgi?id=109620

        Reviewed by James Robinson.

        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-5.0-mac-wk2/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-02-12  Dean Jackson  <dino@apple.com>

        Unreviewed. Remove webintents from TestExpectations on mac - directory no longer exists.

        * platform/mac/TestExpectations:

2013-02-12  Mike West  <mkwst@chromium.org>

        Implement script MIME restrictions for X-Content-Type-Options: nosniff
        https://bugs.webkit.org/show_bug.cgi?id=71851

        Reviewed by Adam Barth.

        * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt: Added.
        * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed.html: Added.
        * http/tests/security/contentTypeOptions/nosniff-script-allowed-expected.txt: Added.
        * http/tests/security/contentTypeOptions/nosniff-script-allowed.html: Added.
        * http/tests/security/contentTypeOptions/nosniff-script-blocked-expected.txt: Added.
        * http/tests/security/contentTypeOptions/nosniff-script-blocked.html: Added.
        * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
        * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html: Added.
        * http/tests/security/contentTypeOptions/resources/script-with-header.pl: Added.
            New tests!
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:
            Skip the new tests on platforms where ENABLE_NOSNIFF isn't yet
            enabled (everything other than Chromium).

2013-02-12  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r142638, garden-o-matic screwed up the original rebaseline :(

        * platform/chromium-mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
        * platform/chromium-win-xp/fast/dom/Window: Added.
        * platform/chromium-win-xp/fast/dom/Window/webkitConvertPoint-expected.txt: Added.

2013-02-12  Robert Hogan  <robert@webkit.org>

        REGRESSION(r136967): Combination of float and clear yields to bad layout
        https://bugs.webkit.org/show_bug.cgi?id=109476

        Reviewed by Levi Weintraub.

        * fast/block/margin-collapse/self-collapsing-block-with-float-children-expected.txt: Added.
        * fast/block/margin-collapse/self-collapsing-block-with-float-children.html: Added.

2013-02-12  Emil A Eklund  <eae@chromium.org>

        Unreviewed rebaseline for r142638.

        * platform/chromium-linux-x86/fast/dom/Window: Removed.
        * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
        * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
        * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
        * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/mac-lion/accessibility: Added.
        * platform/mac-lion/accessibility/table-attributes-expected.txt: Added.
        * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Added.
        * platform/mac-lion/accessibility/table-sections-expected.txt: Added.
        * platform/mac-lion/fast/dom/Window: Added.
        * platform/mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
        * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Added.
        * platform/mac-wk2/fast/dom/Window: Added.
        * platform/mac-wk2/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
        * platform/mac/accessibility/image-link-expected.txt:
        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
        * platform/mac/accessibility/table-detection-expected.txt:
        * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt:

2013-02-12  Levi Weintraub  <leviw@chromium.org>

        ASSERTION FAILED: !object || object->isBox(), UNKNOWN in WebCore::RenderListItem::positionListMarker
        https://bugs.webkit.org/show_bug.cgi?id=108699

        Reviewed by Abhishek Arya.

        * fast/multicol/span/list-multi-column-crash-expected.txt: Added.
        * fast/multicol/span/list-multi-column-crash.html: Added.

2013-02-12  Vivek Galatage  <vivek.vg@samsung.com>

        Web Inspector: JavaScript execution disabled by browser/UA should be notified to the front-end
        https://bugs.webkit.org/show_bug.cgi?id=109402

        Reviewed by Yury Semikhatsky.

        Tests that whenever Script Execution state is changed outside inspector, its notified to the Inspector front-end.

        * inspector/script-execution-state-change-notification-expected.txt: Added.
        * inspector/script-execution-state-change-notification.html: Added.

2013-02-12  Uday Kiran  <udaykiran@motorola.com>

        Background size width specified in viewport percentage units not working
        https://bugs.webkit.org/show_bug.cgi?id=109536

        Reviewed by Antti Koivisto.

        Added a test for background image width specified in viewport percentage unit.

        * fast/backgrounds/size/backgroundSize-viewportPercentage-width-expected.html: Added.
        * fast/backgrounds/size/backgroundSize-viewportPercentage-width.html: Added.

2013-02-12  Pablo Flouret  <pablof@motorola.com>

        Handle error recovery in @supports
        https://bugs.webkit.org/show_bug.cgi?id=103934

        Reviewed by Antti Koivisto.

        * css3/supports-cssom.html:
        * css3/supports-expected.txt:
        * css3/supports.html:

2013-02-12  Emil A Eklund  <eae@chromium.org>

        TransformState::move should not round offset to int
        https://bugs.webkit.org/show_bug.cgi?id=108266

        Reviewed by Simon Fraser.
        
        Add new tests for Element::boundingClientRect and clip rects for
        elements on subpixel boundaries.

        * fast/dom/Window/webkitConvertPoint.html:
        * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt:
        Update test and expectations to take new rounding into account.
        
        * fast/sub-pixel/boundingclientrect-subpixel-margin-expected.txt: Added.
        * fast/sub-pixel/boundingclientrect-subpixel-margin.html: Added.
        Add test ensuring that boundingClientRect returns accurate and
        precise (as opposed to rounded) metrics.
        
        * fast/sub-pixel/clip-rect-box-consistent-rounding-expected.html: Added.
        * fast/sub-pixel/clip-rect-box-consistent-rounding.html: Added.
        Add test ensuring that clip rects and elements use consistent rounding.


2013-02-12  Rafael Weinstein  <rafaelw@chromium.org>

        [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
        https://bugs.webkit.org/show_bug.cgi?id=109338

        Reviewed by Adam Barth.

        * html5lib/resources/template.dat:

2013-02-12  Dominic Mazzoni  <dmazzoni@google.com>

        ASSERTION FAILED: i < size(), UNKNOWN in WebCore::AccessibilityMenuListPopup::didUpdateActiveOption
        https://bugs.webkit.org/show_bug.cgi?id=109452

        Reviewed by Chris Fleizach.

        Add test to ensure a crash doesn't happen if a selected option
        is added to a select element, which was triggering a code path where
        the DOM has added a new child of the select but the accessibility
        object never got updated.

        * accessibility/insert-selected-option-into-select-causes-crash-expected.txt: Added.
        * accessibility/insert-selected-option-into-select-causes-crash.html: Added.

2013-02-12  Peter Rybin  <prybin@chromium.org>

        Web Inspector: for event listener provide handler function value in protocol and in UI
        https://bugs.webkit.org/show_bug.cgi?id=109284

        Reviewed by Yury Semikhatsky.

        Test is rebased.

        * inspector/elements/event-listener-sidebar-expected.txt:
        * inspector/elements/event-listeners-about-blank-expected.txt:

2013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: refactor some reusable functionality from BraceHighlighter
        https://bugs.webkit.org/show_bug.cgi?id=109574

        Reviewed by Pavel Feldman.

        Add layout test to verify brace highlighter functionality.

        * inspector/editor/text-editor-brace-highlighter-expected.txt: Added.
        * inspector/editor/text-editor-brace-highlighter.html: Added.

2013-02-12  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectation update.
        https://bugs.webkit.org/show_bug.cgi?id=109581

        * platform/chromium/TestExpectations: mark debugger-script-preprocessor.html as crashy.

2013-02-12  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium rebaselines after r142586.

        * platform/chromium-mac/fast/canvas/webgl/webgl-layer-update-expected.png: Added.

2013-02-12  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Introduce version controller to migrate settings versions.
        https://bugs.webkit.org/show_bug.cgi?id=109553

        Reviewed by Yury Semikhatsky.

        * inspector/version-controller-expected.txt: Added.
        * inspector/version-controller.html: Added.

2013-02-12  Zan Dobersek  <zdobersek@igalia.com>

        [GTK] Enable CSS Variables feature in development builds
        https://bugs.webkit.org/show_bug.cgi?id=109474

        Reviewed by Martin Robinson.

        * platform/gtk/TestExpectations: Remove the expectations for tests that now pass.

2013-02-12  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r142531.
        http://trac.webkit.org/changeset/142531
        https://bugs.webkit.org/show_bug.cgi?id=109569

        Causes html5lib/run-template layout test to crash. (Requested
        by atwilson_ on #webkit).

        * html5lib/resources/template.dat:

2013-02-12  Zan Dobersek  <zdobersek@igalia.com>

        [GTK] Enable CSS image-set support in development builds
        https://bugs.webkit.org/show_bug.cgi?id=109475

        Reviewed by Martin Robinson.

        * platform/gtk/TestExpectations: Reclassify two failures that now fail due to
        cursor images not loading while the other expectations are removed as the tests
        now pass.
        * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Removed. The generic
        expectation now matches the test output.

2013-02-12  Zan Dobersek  <zdobersek@igalia.com>

        [GTK] Enable DOM4 events constructors in development builds
        https://bugs.webkit.org/show_bug.cgi?id=109471

        Reviewed by Martin Robinson.

        * platform/gtk/TestExpectations: Remove the failure expectations, the related
        tests now pass.

2013-02-12  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed -- suppress stray console message that emerged after r142486.

        * inspector/extensions/extensions-events.html:

2013-02-12  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
        https://bugs.webkit.org/show_bug.cgi?id=109557

        Build fix. Also move this test into platform/mac as done in r142559.

        * fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
        * fast/dom/Element/id-in-deletebutton.html: Removed.
        * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt.
        * platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html.
        * platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

2013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: move showWhitespace option into experiments
        https://bugs.webkit.org/show_bug.cgi?id=109552

        Reviewed by Vsevolod Vlasov.

        Fix layout test to switch on experiment instead of toggling one of the
        options.

        * inspector/editor/text-editor-show-whitespace-expected.txt:
        * inspector/editor/text-editor-show-whitespace.html:

2013-02-11  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: stack trace is cut at native bind if inspector is closed
        https://bugs.webkit.org/show_bug.cgi?id=109427

        Reviewed by Pavel Feldman.

        Test that stack trace for uncaught exceptions is collected when inspector
        front-end is closed.

        * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
        * http/tests/inspector-enabled/console-exception-while-no-inspector.html: Added.
        * platform/chromium/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.

2013-02-12  Jochen Eisinger  <jochen@chromium.org>

        [chromium] move webrtc mocks to testrunner library
        https://bugs.webkit.org/show_bug.cgi?id=109041

        Reviewed by Adam Barth.

        Temporarily disable two WebRTC tests that fail due to a bug in
        webkit_support's getCurrentTimeMillsecond.

        * platform/chromium/TestExpectations:

2013-02-12  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Mouse click not on sub-fields in multiple fields input  should not move focus
        https://bugs.webkit.org/show_bug.cgi?id=109544

        Reviewed by Kentaro Hara.

        * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-focus.html:
        Add test to click a delimiter.

2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Remove webintents from TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=109537

        Unreviewed. webintents tests no longer exist.

        * platform/efl/TestExpectations:

2013-02-11  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>

        [EFL][WebGL] WebGL content is not painted after resizing the viewport.
        https://bugs.webkit.org/show_bug.cgi?id=106358

        Reviewed by Noam Rosenthal.

        Add test checking that canvas painting is correct if layer parameters were changed,
        but webgl canvas didn't change.

        * fast/canvas/webgl/webgl-layer-update-expected.png: Added.
        * fast/canvas/webgl/webgl-layer-update-expected.txt: Added.
        * fast/canvas/webgl/webgl-layer-update.html: Added.

2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Some placeholder paint order tests are passing now
        https://bugs.webkit.org/show_bug.cgi?id=109164

        Unreviewed efl gardening.

        fast/forms/input-placeholder-paint-order.html and
        fast/forms/textarea/textarea-placeholder-paint-order.html are passing now.

        RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723
        and the expectations are added by r140149.

        * platform/efl/TestExpectations:

2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Remove editing/deleting/deletionUI-single-instance.html from TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=109538

        Unreviewed. This test is removed by r142559.

        * platform/efl/TestExpectations:

2013-02-11  Eric Carlson  <eric.carlson@apple.com>

        [Mac] Track language selection should be sticky
        https://bugs.webkit.org/show_bug.cgi?id=109466

        Reviewed by Dean Jackson.

        * media/track/track-user-preferences-expected.txt: Added.
        * media/track/track-user-preferences.html: Added.

        * platform/chromium/TestExpectations: Skip new test, it depends on the track menu.
        * platform/efl/TestExpectations: Ditto.
        * platform/gtk/TestExpectations: Ditto.
        * platform/qt/TestExpectations: Ditto.
        * platform/win/TestExpectations: Ditto.

2013-02-11  Keishi Hattori  <keishi@webkit.org>

        REGRESSION (r140778):Calendar Picker buttons are wrong when rtl
        https://bugs.webkit.org/show_bug.cgi?id=109158

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html: Added.

2013-02-11  Ryosuke Niwa  <rniwa@webkit.org>

        Move deletionUI tests into platform/mac
        https://bugs.webkit.org/show_bug.cgi?id=109517

        Reviewed by Benjamin Poulain.

        Moved deletionUI tests into platform/mac since Mac is the only port that ships this feature.

        * editing/deleting/5408255-expected.txt: Removed.
        * editing/deleting/5408255.html: Removed.
        * editing/deleting/deletionUI-single-instance.html: Removed.
        * platform/chromium/editing/deleting/deletionUI-single-instance-expected.png: Removed.
        * platform/chromium/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Copied from LayoutTests/editing/deleting/5408255-expected.txt.
        * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Copied from LayoutTests/editing/deleting/5408255.html.
        * platform/mac/editing/deleting/deletionUI-single-instance.html: Copied from LayoutTests/editing/deleting/deletionUI-single-instance.html.
        * platform/qt-mac/TestExpectations:
        * platform/qt/editing/deleting/deletionUI-single-instance-expected.png: Removed.
        * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

2013-02-11  Adam Barth  <abarth@webkit.org>

        Load event fires too early with threaded HTML parser (take 2)
        https://bugs.webkit.org/show_bug.cgi?id=109485

        Reviewed by Eric Seidel.

        This patch also fixes a bug whereby removing an iframe during the load
        event would trigger DumpRenderTree to dump the test in the middle of
        the load event. We now wait until the load event is over.

        * compositing/iframes/remove-iframe-crash-expected.txt:
        * fast/frames/iframe-access-screen-of-deleted-expected.txt:
        * fast/frames/remove-frame-during-load-event-expected.txt: Added.
        * fast/frames/remove-frame-during-load-event.html: Added.
        * http/tests/misc/xslt-bad-import-expected.txt:

2013-02-11  Nico Weber  <thakis@chromium.org>

        Remove web intents code
        https://bugs.webkit.org/show_bug.cgi?id=109501

        Reviewed by Eric Seidel.

        See thread "Removing ENABLE(WEB_INTENTS) code" on webkit-dev.

        * webintents/intent-tag-expected.txt: Removed.
        * webintents/intent-tag.html: Removed.
        * webintents/resources/pass.html: Removed.
        * webintents/resources/web-intents-reload-orig.html: Removed.
        * webintents/resources/web-intents-testing.js: Removed.
        * webintents/web-intents-api-expected.txt: Removed.
        * webintents/web-intents-api.html: Removed.
        * webintents/web-intents-delivery-expected.txt: Removed.
        * webintents/web-intents-delivery-reuse-expected.txt: Removed.
        * webintents/web-intents-delivery-reuse.html: Removed.
        * webintents/web-intents-delivery.html: Removed.
        * webintents/web-intents-failure-expected.txt: Removed.
        * webintents/web-intents-failure.html: Removed.
        * webintents/web-intents-invoke-expected.txt: Removed.
        * webintents/web-intents-invoke-port-expected.txt: Removed.
        * webintents/web-intents-invoke-port.html: Removed.
        * webintents/web-intents-invoke.html: Removed.
        * webintents/web-intents-obj-constructor-expected.txt: Removed.
        * webintents/web-intents-obj-constructor.html: Removed.
        * webintents/web-intents-reload-expected.txt: Removed.
        * webintents/web-intents-reload.html: Removed.
        * webintents/web-intents-reply-expected.txt: Removed.
        * webintents/web-intents-reply.html: Removed.

2013-02-11  Stephen Chenney  <schenney@chromium.org>

        SVG DOM manipulation crash
        https://bugs.webkit.org/show_bug.cgi?id=108709

        Reviewed by Eric Seidel.

        Adding a test for the case where an SVG <use> tree is rebuild due to
        one event listener and a subsequent listener tries to access it. This
        does not crash in WebKit but has caused problems in browser code where
        the listener tries to access and use toNode on the target of the
        event. The test prevents regressions and gives automated security
        tests something to work on.

        * svg/custom/use-listener-append-crash-expected.txt: Added.
        * svg/custom/use-listener-append-crash.html: Added.

2013-02-11  Filip Pizlo  <fpizlo@apple.com>

        Strange bug in DFG OSR in JSC
        https://bugs.webkit.org/show_bug.cgi?id=109491

        Reviewed by Mark Hahnenberg.
        
        Added one version of the test (dfg-int32-to-double-on-set-local-and-exit) that is based
        exactly on Gabor's original test, and another that ought to fail even if I fix other bugs
        in the future (see https://bugs.webkit.org/show_bug.cgi?id=109511).

        * fast/js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Added.
        * fast/js/dfg-int32-to-double-on-set-local-and-exit.html: Added.
        * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Added.
        * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Added.
        * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-exit.js: Added.
        (checkpoint):
        (func1):
        (func2):
        (func3):
        (test):
        * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-sometimes-exit.js: Added.
        (checkpoint):
        (func1):
        (func2):
        (func3):
        (test):

2013-02-11  Emil A Eklund  <eae@chromium.org>

        Change RenderFrameSet::paint to use m-rows/m_cols directly.
        https://bugs.webkit.org/show_bug.cgi?id=108503

        Reviewed by Eric Seidel.
        
        Add test for how we render an invalid frameset.

        * fast/frames/invalid-frameset-expected.html: Added.
        * fast/frames/invalid-frameset.html: Added.

2013-02-11  Rafael Weinstein  <rafaelw@chromium.org>

        [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
        https://bugs.webkit.org/show_bug.cgi?id=109338

        Reviewed by Adam Barth.

        * html5lib/resources/template.dat:

2013-02-11  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] Handle shape-outside changing a float's overhang behavior
        https://bugs.webkit.org/show_bug.cgi?id=106927

        Reviewed by Julien Chaffraix.

        This is also tested by the existing tests for shape outside on floats positioning.

        * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Added.

2013-02-11  Tim Horton  <timothy_horton@apple.com>

        FrameView::setScrollPosition should clamp scroll position before handing it to
        ScrollingCoordinator instead of depending on ScrollView to do this
        https://bugs.webkit.org/show_bug.cgi?id=109497
        <rdar://problem/12631789>

        Reviewed by Simon Fraser.

        Adjust some test results which previously expected out-of-bounds scrolling to happen.

        Add a test that ensures that out-of-bounds scrolling doesn't happen.

        * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt: Added.
        * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: Added.
        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt:
        * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt:
        * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:

2013-02-11  Adam Barth  <abarth@webkit.org>

        The threaded HTML parser should pass all the fast/parser tests
        https://bugs.webkit.org/show_bug.cgi?id=109486

        Reviewed by Tony Gentilcore.

        * fast/parser/document-close-iframe-load-partial-entity-expected.txt: Added.
        * fast/parser/document-close-iframe-load-partial-entity.html: Added.

2013-02-11  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Chromium rebaselining after r142500.

        * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
        * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
        * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png:
        * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
        Slight painting regression that brings us back to pre-r132591 baselines.

2013-02-11  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: database connections don't close after versionchange transaction aborts
        https://bugs.webkit.org/show_bug.cgi?id=102298

        Reviewed by Tony Chang.

        Added dedicated test, updated tests dependent on buggy behavior.

        * storage/indexeddb/aborted-versionchange-closes-expected.txt: Added.
        * storage/indexeddb/aborted-versionchange-closes.html: Added.
        * storage/indexeddb/lazy-index-population-expected.txt:
        * storage/indexeddb/lazy-index-population.html: Remove manual closing.
        * storage/indexeddb/objectstore-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-workers-expected.txt:
        * storage/indexeddb/resources/aborted-versionchange-closes.js: Added.
        * storage/indexeddb/resources/objectstore-basics.js: Removed dependency on bug.

2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        [EFL] fast/forms/number/number-l10n-input.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=109440

        Reviewed by Laszlo Gombos.

        Unskip fast/forms/number/number-l10n-input.html on EFL port
        now that it passes.

        * platform/efl/TestExpectations:

2013-02-11  Adam Barth  <abarth@webkit.org>

        Remove failure expectation now that this test is passing.

        * platform/chromium/TestExpectations:

2013-02-11  Benjamin Poulain  <benjamin@webkit.org>

        Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
        https://bugs.webkit.org/show_bug.cgi?id=109349

        Reviewed by Sam Weinig.

        Update the tests to use InternalSettings.

        * fast/dom/timer-increase-min-interval-and-reset-part-1.html:
        * fast/dom/timer-increase-min-interval-repeating.html:
        * fast/dom/timer-increase-min-interval.html:
        * fast/dom/timer-increase-then-decrease-min-interval-repeating.html:
        * fast/dom/timer-increase-then-decrease-min-interval.html:

2013-02-11  Mike West  <mkwst@chromium.org>

        CSP reports for blocked 'data:' URLs should report the scheme only.
        https://bugs.webkit.org/show_bug.cgi?id=109429

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html: Added.

2013-02-11  Julien Chaffraix  <jchaffraix@webkit.org>

        Regression(r131539): Heap-use-after-free in WebCore::RenderBlock::willBeDestroyed
        https://bugs.webkit.org/show_bug.cgi?id=107189

        Reviewed by Abhishek Arya.

        * fast/dynamic/continuation-detach-crash-expected.txt: Added.
        * fast/dynamic/continuation-detach-crash.html: Added.

2013-02-11  Tony Chang  <tony@chromium.org>

        Move setFrameFlatteningEnabled from layoutTestController to window.internals.settings
        https://bugs.webkit.org/show_bug.cgi?id=87149

        Reviewed by Simon Fraser.

        Update tests to use internal.settings.setFrameFlatteningEnabled, which is automatically
        generated from Settings.in.
        Add a Mac only test that uses overridePreference to test the API.

        * fast/frames/flattening/crash-svg-document.html:
        * fast/frames/flattening/frameset-flattening-advanced.html:
        * fast/frames/flattening/frameset-flattening-grid.html:
        * fast/frames/flattening/frameset-flattening-simple.html:
        * fast/frames/flattening/frameset-flattening-subframe-resize.html:
        * fast/frames/flattening/frameset-flattening-subframesets.html:
        * fast/frames/flattening/iframe-flattening-crash.html:
        * fast/frames/flattening/iframe-flattening-fixed-height.html:
        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
        * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
        * fast/frames/flattening/iframe-flattening-fixed-width.html:
        * fast/frames/flattening/iframe-flattening-nested.html:
        * fast/frames/flattening/iframe-flattening-offscreen.html:
        * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
        * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
        * fast/frames/flattening/iframe-flattening-out-of-view.html:
        * fast/frames/flattening/iframe-flattening-selection-crash.html:
        * fast/frames/flattening/iframe-flattening-simple.html:
        * fast/frames/flattening/iframe-tiny.html:
        * fast/spatial-navigation/snav-iframe-flattening-simple.html:
        * fast/text-autosizing/narrow-iframe-flattened.html:
        * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
        * platform/chromium/TestExpectations: Chromium doesn't use frame flattening on mobile either.
        * plugins/frameset-with-plugin-frame.html:
        * fast/frames/flattening/crash-svg-document.html:
        * fast/frames/flattening/frameset-flattening-advanced.html:
        * fast/frames/flattening/frameset-flattening-grid.html:
        * fast/frames/flattening/frameset-flattening-simple.html:
        * fast/frames/flattening/frameset-flattening-subframe-resize.html:
        * fast/frames/flattening/frameset-flattening-subframesets.html:
        * fast/frames/flattening/iframe-flattening-crash.html:
        * fast/frames/flattening/iframe-flattening-fixed-height.html:
        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
        * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
        * fast/frames/flattening/iframe-flattening-fixed-width.html:
        * fast/frames/flattening/iframe-flattening-nested.html:
        * fast/frames/flattening/iframe-flattening-offscreen.html:
        * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
        * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
        * fast/frames/flattening/iframe-flattening-out-of-view.html:
        * fast/frames/flattening/iframe-flattening-selection-crash.html:
        * fast/frames/flattening/iframe-flattening-simple.html:
        * fast/frames/flattening/iframe-tiny.html:
        * fast/spatial-navigation/snav-iframe-flattening-simple.html:
        * fast/text-autosizing/narrow-iframe-flattened.html:
        * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
        * platform/chromium/TestExpectations:
        * platform/mac/fast/frames/flattening/set-preference-expected.txt: Added.
        * platform/mac/fast/frames/flattening/set-preference.html: Added.
        * plugins/frameset-with-plugin-frame.html:

2013-02-11  Adam Barth  <abarth@webkit.org>

        document.write during window.onload can trigger DumpRenderTree to dump the render tree
        https://bugs.webkit.org/show_bug.cgi?id=109465

        Reviewed by Eric Seidel.

        * fast/parser/document-write-during-load-expected.txt: Added.
        * fast/parser/document-write-during-load.html: Added.

2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark fast/flexbox/line-clamp-link-after-ellipsis.html as failing
        on EFL port. This test was introduced in r142335.

        * platform/efl/TestExpectations:

2013-02-11  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton
        https://bugs.webkit.org/show_bug.cgi?id=109294

        Reviewed by Pavel Feldman.

        * inspector/timeline/timeline-layout-reason-expected.txt: Added.
        * inspector/timeline/timeline-layout-reason.html: Added.
        * inspector/timeline/timeline-test.js:
        (initialize_Timeline.step2):
        (initialize_Timeline.InspectorTest.evaluateWithTimeline): Extracted "performActions" step from performActionsAndPrint()
        (initialize_Timeline.):
        (initialize_Timeline.InspectorTest.performActionsAndPrint):
        (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
        (initialize_Timeline.InspectorTest.findPresentationRecord):

2013-02-01  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: [Extension API] adjust inspectedWindow.eval() callback parameters to expose non-exceptional error
        https://bugs.webkit.org/show_bug.cgi?id=108640

        Reviewed by Vsevolod Vlasov.

        Rebase tests following change in exception parameter to inspectedWindow.eval() callback.

        * inspector/extensions/extensions-eval-expected.txt:
        * inspector/extensions/extensions-eval.html:
        * inspector/extensions/extensions-sidebar-expected.txt:

2013-02-11  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
        https://bugs.webkit.org/show_bug.cgi?id=109443

        Reviewed by Vsevolod Vlasov.

        - replace additional message ports used for evaluating code in front-end with normal extension transport.

        * http/tests/inspector/extensions-test.js:
        (initialize_ExtensionsTest.window.buildPlatformExtensionAPI):
        (initialize_ExtensionsTest.InspectorTest._replyToExtension):
        (initialize_ExtensionsTest.onEvaluate):
        * http/tests/inspector/resources/extension-main.js:
        * inspector/extensions/extensions-audits.html:

2013-02-11  Joshua Bell  <jsbell@chromium.org>

        [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler
        https://bugs.webkit.org/show_bug.cgi?id=108670

        Reviewed by Kentaro Hara.

        * storage/indexeddb/database-wrapper-expected.txt: Added.
        * storage/indexeddb/database-wrapper.html: Added.
        * storage/indexeddb/resources/database-wrapper.js: Added.
        (test):
        (openDB):
        (onUpgradeNeeded):
        (openSuccess.get request.onsuccess):
        (onVersionChange):
        (collectGarbage):
        (openAgain):
        (onBlocked):
        (openAgainSuccess):

2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Skip fast/forms/number/number-l10n-input.html that was added in r142122
        but fails on EFL port.

        * platform/efl/TestExpectations:

2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed revert test fix attempt and skip it.

        * inspector/editor/text-editor-home-button.html:
        * platform/chromium/TestExpectations:

2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: WebInspector.Project refactorings.
        https://bugs.webkit.org/show_bug.cgi?id=109433

        Reviewed by Alexander Pavlov.

        * inspector/debugger/live-edit-breakpoints.html:
        * inspector/uisourcecode-revisions.html:

2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        - Rebaseline fast/dynamic/002.html on EFL port after r142015.
        - Skip several compositing test cases that started failing after r142112.
        - Skip several new Kronos WebGL conformance tests that are failing on EFL WK2.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/fast/dynamic/002-expected.png:
        * platform/efl/fast/dynamic/002-expected.txt:

2013-02-11  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding a failure expectation for the
        cssom/cssvalue-comparison.html, the test was added in r142444 and is failing
        due to CSS image-set functionality not yet enabled in the GTK port.

2013-02-11  Alexei Filippov  <alph@chromium.org>

        Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler
        https://bugs.webkit.org/show_bug.cgi?id=108653

        Reviewed by Yury Semikhatsky.

        Currently CPU and heap profilers share the same domain 'Profiler' in the protocol.
        In fact these two profile types have not too much in common. So put each into its own domain.
        It should also help when Profiles panel gets split into several tools.
        This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't
        change the original InspectorProfilerAgent.

        * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js:
        (InspectorTest.takeHeapSnapshot.InspectorTest.eventHandler.string_appeared_here):
        (InspectorTest.takeHeapSnapshot):
        * inspector-protocol/nmi-webaudio-leak-test.html:
        * inspector/profiler/heap-snapshot-get-profile-crash.html:
        * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
        * inspector/profiler/heap-snapshot-loader.html:
        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest):

2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Rebaseline EFL expectation for fast/js/global-constructors.html after
        r142205.

        * platform/efl/fast/js/global-constructors-expected.txt:

2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed r142439 follow-up: test fix.

        * inspector/editor/text-editor-home-button.html:

2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Mark 2 webgl/conformance test cases as crashing on EFL WK2.

        * platform/efl-wk2/TestExpectations:

2013-02-11  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening. Marked editing/spelling/spellcheck-async.html
        as [ Pass Failure ].

        * platform/chromium/TestExpectations:

2013-02-11  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening. Added [Timeout] to http/tests/misc/window-dot-stop.html.

        * platform/chromium/TestExpectations:

2013-02-11  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adjusted expectations for two flaky crashers.
        Removed failure expectations for tests that pass.

        * platform/gtk/TestExpectations:

2013-02-11  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Implement position-based sourcemapping for stylesheets
        https://bugs.webkit.org/show_bug.cgi?id=109168

        Added test for the stylesheet source mappings, followed the API changes,
        removed RangeBasedSourceMap tests as this type of sourcemap is gone.

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/compiler-script-mapping-expected.txt:
        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/resources/example.css.map: Added.
        * http/tests/inspector/resources/example.scss: Added.
        * http/tests/inspector/stylesheet-source-mapping-expected.txt: Added.
        * http/tests/inspector/stylesheet-source-mapping.html: Added.
        * inspector/styles/range-based-mapping-expected.txt: Removed.
        * inspector/styles/range-based-mapping.html: Removed.

2013-02-11  Alexander Shalamov  <alexander.shalamov@intel.com>

        Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison
        https://bugs.webkit.org/show_bug.cgi?id=102901

        Reviewed by Antti Koivisto.

        New layout test to verify that CSSValue objects comparison works properly.

        * cssom/cssvalue-comparison-expected.txt: Added.
        * cssom/cssvalue-comparison.html: Added.

2013-02-11  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening. Mark svg/custom/foreign-object-skew.svg
        as [ ImageOnlyFailure Pass ].

        * platform/chromium/TestExpectations:

2013-02-11  John J. Barton  <johnjbarton@chromium.org>

        Web Inspector: Don't throw exceptions in WebInspector.Color
        https://bugs.webkit.org/show_bug.cgi?id=104835

        Reviewed by Vsevolod Vlasov.
        
        Added case to test parsing 'none' from border style

        * inspector/styles/styles-invalid-color-values-expected.txt:
        * inspector/styles/styles-invalid-color-values.html:

2013-02-11  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: home button behaviour is wrong in DTE
        https://bugs.webkit.org/show_bug.cgi?id=109154

        Reviewed by Vsevolod Vlasov.

        Add layout test to verify home button behaviour. Exclude this test on
        platforms that do not have eventSender object in test shell.

        * inspector/editor/editor-test.js:
        (initialize_EditorTests.lineWithCursor):
        (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text.
        * inspector/editor/text-editor-home-button-expected.txt: Added.
        * inspector/editor/text-editor-home-button.html: Added.
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-11  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, GTK gardening

        * platform/gtk/TestExpectations: Flagging media tests affected
        by bug 108682

2013-02-11  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip faling test.
        https://bugs.webkit.org/show_bug.cgi?id=109353.

        * platform/qt/TestExpectations:

2013-02-10  Chris Fleizach  <cfleizach@apple.com>

        WebSpeech: Implement basic speaking/finished speaking behavior
        https://bugs.webkit.org/show_bug.cgi?id=107135

        Reviewed by Sam Weinig.

        * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
        * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.

2013-02-10  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening. Rebaselined an image.

        * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:

2013-02-10  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.

        * platform/chromium/TestExpectations:

2013-02-10  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening. Rebaselined an image.

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:

2013-02-10  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening. Rebaselined an image.

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:

2013-02-10  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.

        * platform/chromium/TestExpectations:

2013-02-10  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:

2013-02-10  Tim Horton  <timothy_horton@apple.com>

        REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
        https://bugs.webkit.org/show_bug.cgi?id=109317
        <rdar://problem/12649131>

        Reviewed by Simon Fraser.

        Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.

        * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
        * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
        * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.

2013-02-10  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, GTK gardening.

        * platform/gtk/TestExpectations: Remove duplicate test expectation
        for media/track/track-in-band-style.html.

2013-02-10  Philippe Normand  <pnormand@igalia.com>

        [GStreamer] media/video-controls-fullscreen-volume.html crashes
        https://bugs.webkit.org/show_bug.cgi?id=108682

        Reviewed by Martin Robinson.

        * platform/gtk/TestExpectations: Unflag now passing tests.

2013-02-10  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=109376

        * platform/chromium/TestExpectations:
        fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.

2013-02-10  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, GTK gardening.

        * platform/gtk/TestExpectations: Flag new failing media/track test.

2013-02-10  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=92941

        * platform/chromium/TestExpectations:
        accessibility/loading-iframe-updates-axtree.html is [ Timeout ].

2013-02-10  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Unskip fast/encoding/parser-tests-*.html tests now that the crashes
        have been fixed by r142385.

        * platform/efl-wk2/TestExpectations:

2013-02-09  James Robinson  <jamesr@chromium.org>

        Chromium gardening

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium/TestExpectations:

2013-02-09  Dominic Mazzoni  <dmazzoni@google.com>

        fast/encoding/parser-tests-*.html tests sometimes crash
        https://bugs.webkit.org/show_bug.cgi?id=108058

        Reviewed by Chris Fleizach.

        Make test less brittle by (1) giving the iframe an aria-role so
        it's never ignored, and (2) using accessibilityElementById instead
        of assuming an element is in a specific place in the AX tree.

        * accessibility/loading-iframe-updates-axtree.html:

2013-02-09  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Reverting earlier change now

        Unreviewed expectations.

        * platform/chromium/TestExpectations: Removed all the expectations added earlier.

2013-02-09  Philip Rogers  <pdr@google.com>

        Sanitize m_keyTimes for paced value animations
        https://bugs.webkit.org/show_bug.cgi?id=108828

        Reviewed by Dirk Schulze.

        * svg/animations/animate-keytimes-crash-expected.html: Added.
        * svg/animations/animate-keytimes-crash.html: Added.

2013-02-09  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Trying to turn the build.webkit.org builders greener

        Unreviewed expectations.

        We seem to have an issue with build.webkit.org test bots and
        Chromium.WebKit test bots doing different things. This is temporary
        until we figure out what went wrong.

        * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.

2013-02-09  Kent Tamura  <tkent@chromium.org>

        Fix crash by img[ismap] with content property
        https://bugs.webkit.org/show_bug.cgi?id=108702

        Reviewed by Adam Barth.

        * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
        * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.

2013-02-09  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update.

        * platform/chromium/TestExpectations:
        Correct encrypted-media-v2-*.html expectation.

2013-02-09  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.

2013-02-09  Christophe Dumez  <ch.dumez@sisa.samsung.com>

        Unreviewed EFL gardening.

        Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
        after r142152.

        * platform/efl/TestExpectations:
        * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
        * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:

2013-02-09  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: show whitespace characters in DTE
        https://bugs.webkit.org/show_bug.cgi?id=108947

        Reviewed by Pavel Feldman.

        Add layout test to verify whitespace highlight functionality.

        * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
        * inspector/editor/text-editor-show-whitespace.html: Added.

2013-02-08  Eric Carlson  <eric.carlson@apple.com>

        [Mac] respect in-band caption color
        https://bugs.webkit.org/show_bug.cgi?id=109203

        Reviewed by Dean Jackson.

        * media/track/track-in-band-style-expected.txt: Added.
        * media/track/track-in-band-style.html: Added.

        * platform/chromium/TestExpectations: Skip new test.
        * platform/efl/TestExpectations: Ditto.
        * platform/gtk/TestExpectations: Ditto.
        * platform/mac/TestExpectations: Ditto.
        * platform/qt/TestExpectations: Ditto.
        * platform/win/TestExpectations: Ditto.

2013-02-08  Gregg Tavares  <gman@chromium.org>

        Disable All WebGL Tests on WebKit for Windows
        https://bugs.webkit.org/show_bug.cgi?id=109207

        Unreviewed expectations update.

        * platform/win/TestExpectations:

2013-02-08  Tim Horton  <timothy_horton@apple.com>

        Some tiled drawing tests use scalePageBy() incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=109336

        Rubber-stamped by Simon Fraser.

        scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
        Adjust the tests and the expected results.

        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:

2013-02-08  Andy Estes  <aestes@apple.com>

        Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
        https://bugs.webkit.org/show_bug.cgi?id=109277

        Reviewed by Simon Fraser.

        Remove test added by r118852 and add a test that verifies the original
        expected behavior.

        * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
        * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
        * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
        * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Expectation modification after r142327

        Unreviewed expectations update.

        The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.

        * platform/chromium/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        A remaining textual fix.

        * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
        * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.

2013-02-08  Jeffrey Pfau  <jpfau@apple.com>

        [Mac] Unreviewed rebaseline

        * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
        * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:

2013-02-08  Jer Noble  <jer.noble@apple.com>

        Bring WebKit up to speed with latest Encrypted Media spec.
        https://bugs.webkit.org/show_bug.cgi?id=97037

        Reviewed by Eric Carlson.

        Added new tests for the updated Encrypted Media Extensions spec.

        * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
        * media/encrypted-media/encrypted-media-v2-events.html: Added.
        * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
        * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
        * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
        * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Why does this test always fail to be correctly rebaselined during mass updates?

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:

2013-02-08  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: De-flake open-during-transaction layout test
        https://bugs.webkit.org/show_bug.cgi?id=109072

        Reviewed by Tony Chang.

        This test was observed to be flaky in local runs; sometimes the transaction
        would terminate after the third open() call rather than the second, resulting
        in a TEXT difference. Added code to keep the transaction alive until all of
        the open() calls are complete, and changed expectations to match.

        * storage/indexeddb/open-during-transaction-expected.txt:
        * storage/indexeddb/resources/open-during-transaction.js:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Cleaning up the remaining failures. With luck this is it, although probably not.

        * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
        * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-win/media/video-zoom-controls-expected.png:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 19. The last, except for cleanup. Too many to list.

        * platform/chromium/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 18. SVG all but dynamic-updates and custom tests. List omitted
        except for changes touching other ports.

        * platform/chromium/TestExpectations:
        * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
        * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
        * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
        * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
        * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
        * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
        * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
        * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
        * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
        * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
        * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
        * svg/batik/text/textPosition2-expected.txt: Replaced.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 17. SVG W3C tests. List omitted.

        * platform/chromium/TestExpectations:

2013-02-08  Jeffrey Pfau  <jpfau@apple.com>

        [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode

        * platform/mac/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 16. Everything done but SVG, and cleanup.

        * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
        * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/core: Removed.
        * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
        * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla/other: Removed.
        * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
        * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
        * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
        * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
        * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
        * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
        * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
        * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
        * platform/chromium/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 15. platform/. Too many to list.

        * platform/chromium/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 14. Remaining tests up to platform in sorted order. Too many to list.

        * platform/chromium/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 13. Last of the fast tests. Too many to list. Still listing efl changes.

        * platform/chromium/TestExpectations:
        * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
        * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
        * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
        * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
        * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
        * platform/efl-wk2/fast/text: Added.
        * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
        * platform/efl-wk2/fast/text/stroking-expected.png: Added.
        * platform/efl-wk2/fast/transforms: Added.
        * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
        * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
        * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
        * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
        * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
        * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
        * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
        * platform/efl/fast/text/stroking-expected.png: Removed.
        * platform/efl/fast/transforms/shadows-expected.png: Removed.
        * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
        * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 12. More fast tests. Too many to list.

        * platform/chromium/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Flakey test expectations update

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 11. Some fast tests. Elided.

        * platform/chromium/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 10. Mac 10.6 results were wrong. This simplifies things a lot.

        * fast/repaint/scale-page-shrink-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
        * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 9. These were rebaselined earlier before all the bots were done.

        * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-mac/svg/text/selection-styles-expected.png:
        * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-win/svg/text/selection-styles-expected.png:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 8. Outstanding mac failure.

        * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
        * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
        * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 7. Outstanding failing linux tests

        * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
        * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 6. Outstanding failing linux tests

        * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 5. Editing expectations.

        File list truncated to remove the hundreds of files that have been updated.

        * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
        * platform/efl-wk1/editing/selection: Added.
        * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.

2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Update platform specific expected files after r142280.

        * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
        * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.

2013-02-08  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Remove effect-reference-hw from test expectations, since it's now passing.
        https://bugs.webkit.org/show_bug.cgi?id=104289

        * platform/chromium/TestExpectations:

2013-02-08  Kent Tamura  <tkent@chromium.org>

        [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
        https://bugs.webkit.org/show_bug.cgi?id=109272

        Reviewed by Kentaro Hara.

        * platform/chromium/TestExpectations:
        Skip fast/forms/datetime and datetime-multiple-fields

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 4. CSS expectations.

        * platform/chromium-linux-x86/css1/box_properties: Removed.
        * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
        * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
        * platform/chromium-linux-x86/css3/images: Removed.
        * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/html: Removed.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
        * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
        * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
        * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
        * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
        * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
        * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
        * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
        * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/chromium-mac-lion/css3/images: Removed.
        * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
        * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
        * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
        * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
        * platform/chromium-win-xp/css3/images: Removed.
        * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
        * platform/chromium-win-xp/css3/selectors3: Removed.
        * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
        * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
        * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
        * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
        * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
        * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
        * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 3. Remaining expected failures that had platform-specific supppressions

        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
        * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
        * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
        * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
        * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
        * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
        * platform/chromium-mac-lion/fast/dom/52776-expected.png:
        * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
        * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
        * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
        * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
        * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
        * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
        * platform/chromium-mac/fast/dom/52776-expected.png:
        * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
        * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
        * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
        * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
        * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.

2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.

        * platform/qt/TestExpectations:
        * platform/qt/svg/css/arrow-with-shadow-expected.png:
        * platform/qt/svg/css/arrow-with-shadow-expected.txt:
        * platform/qt/svg/css/clippath-with-shadow-expected.png:
        * platform/qt/svg/css/clippath-with-shadow-expected.txt:
        * platform/qt/svg/css/composite-shadow-text-expected.png:
        * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
        * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
        * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
        * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 2. Failing Linux tests with no expectations

        * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
        * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
        * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
        * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
        * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-linux/svg/text/selection-styles-expected.png:
        * platform/efl-wk2/fast/repaint: Added.
        * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
        * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
        * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        Round 1. Some tests that have existing expectations.

        * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
        * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
        * platform/chromium-linux-x86/editing/input: Removed.
        * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
        * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-win-xp/editing/input: Removed.
        * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
        * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
        * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
        * platform/efl-wk2/editing/input: Added.
        * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
        * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.

2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.
        https://bugs.webkit.org/show_bug.cgi?id=109209.

        * platform/qt/TestExpectations:
        * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
        * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.

2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt][Wk2] Unreviewed gardening. Skip failing tests.
        https://bugs.webkit.org/show_bug.cgi?id=109291.

        * platform/qt-5.0-wk2/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed expectations update.

        These are tests that failed due to bad expectations.

        * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
        * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
        * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
        * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
        * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
        * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
        * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
        * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
        * platform/chromium-win/platform/chromium/rubberbanding: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
        * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
        * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
        * platform/chromium/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed gardening.

        * platform/chromium/TestExpectations: Last of the Win failures.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed gardening.

        * platform/chromium/TestExpectations: Adding Mac rubberbanding failures

2013-02-08  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
        https://bugs.webkit.org/show_bug.cgi?id=109282

        Reviewed by Alexander Pavlov.

        * http/tests/inspector-enabled/dynamic-scripts.html:
        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/dynamic-scripts.html:
        * inspector/debugger/script-snippet-model.html:
        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/scripts-sorting-expected.txt:
        * inspector/debugger/scripts-sorting.html:
        * inspector/uisourcecode-revisions.html:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed gardening.

        * platform/chromium/TestExpectations: Outstanding Win failures

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed gardening.

        * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed gardening.

        * platform/chromium/TestExpectations: Modified a MountainLion expectation

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Expectations as a result of removing Skia code suppressions

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-02-08  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Replace workspace with project in UISourceCode constructor.
        https://bugs.webkit.org/show_bug.cgi?id=109256

        Reviewed by Alexander Pavlov.

        * inspector/debugger/breakpoint-manager-expected.txt:
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/script-formatter-search.html:
        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/scripts-sorting.html:
        * inspector/debugger/ui-source-code-display-name.html:
        * inspector/debugger/ui-source-code.html:
        * inspector/uisourcecode-revisions.html:

2013-02-08  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        Remove Skia code suppressions

        Unreviewed enabling of existing optimizations

        Removing all skia_webkit.gyp code suppressions and adding expectations
        for the failures.

        * platform/chromium/TestExpectations:

2013-02-08  Stephen Chenney  <schenney@chromium.org>

        [chromium] Unreviewed gardening. Adjusting expectations for two failures.

        Unreviewed Chromium expectations

        * platform/chromium/TestExpectations:

2013-02-08  Matt Falkenhagen  <falken@chromium.org>

        [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
        https://bugs.webkit.org/show_bug.cgi?id=96441

        * platform/chromium/TestExpectations:

2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing tests.

        * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
        * platform/qt/TestExpectations:
        * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.

2013-02-08  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Mark some tests as passing with incorrect expectations
        https://bugs.webkit.org/show_bug.cgi?id=109173

        Unreviewed EFL gardening.

        Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.

        Currently, the tests are passing with their generated incorrect expectations.
        It should be checked if the test starts failing. It means, the test can be passing now.

        Below tests are marked as passing tests with incorrect expectations.

        fast/forms/basic-textareas-quirks.html
        fast/forms/input-disabled-color.html
        fast/forms/input-readonly-dimmed.html
        fast/forms/listbox-hit-test-zoomed.html
        fast/forms/menulist-narrow-width.html
        fast/forms/menulist-style-color.html
        fast/forms/plaintext-mode-2.html
        fast/forms/search-cancel-button-style-sharing.html
        fast/forms/search-rtl.html
        fast/forms/select-baseline.html
        fast/forms/select-style.html
        fast/forms/zoomed-controls.html

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

2013-02-08  Kentaro Hara  <haraken@chromium.org>

        Support a relatedTarget attribute on focus/blur events
        https://bugs.webkit.org/show_bug.cgi?id=109176

        Reviewed by Ojan Vafai.

        In bug 76216, we supported a relatedTarget attribute on
        focusin/focusout events. We should also support it on focus/blur events.

        See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
        for the www-dom discussion.

        * fast/dom/shadow/shadow-boundary-events-expected.txt:
        * fast/dom/shadow/shadow-boundary-events.html:
        * fast/events/related-target-focusevent-expected.txt:
        * fast/events/related-target-focusevent.html:

2013-02-07  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: reduce number of native memory instrumentation categories
        https://bugs.webkit.org/show_bug.cgi?id=109146

        Reviewed by Pavel Feldman.

        Updated tests to use new memory categories.

        * inspector-protocol/nmi-webaudio-expected.txt:
        * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
        * inspector-protocol/nmi-webaudio-leak-test.html:
        * inspector-protocol/nmi-webaudio.html:
        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
        * inspector/profiler/memory-instrumentation-cached-images.html:
        * inspector/profiler/memory-instrumentation-canvas-expected.txt:
        * inspector/profiler/memory-instrumentation-canvas.html:

2013-02-07  Matt Falkenhagen  <falken@chromium.org>

        [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
        https://bugs.webkit.org/show_bug.cgi?id=109262

        An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.

        * platform/chromium/TestExpectations:

2013-02-07  Mike West  <mkwst@chromium.org>

        <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
        https://bugs.webkit.org/show_bug.cgi?id=87707

        Reviewed by Eric Seidel.

        * fast/frames/seamless/seamless-float-expected.txt:
        * fast/frames/seamless/seamless-inline-expected.txt:
            Rebaseline the now-passing bits of these tests.

2013-02-07  Alok Priyadarshi  <alokp@chromium.org>

        Unreviewed rebaseline.

        * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
        * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
        * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.

2013-02-07  Kent Tamura  <tkent@chromium.org>

        document.activeElement should not return a non-focusable element
        https://bugs.webkit.org/show_bug.cgi?id=86707

        Reviewed by Hajime Morita.

        * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
        * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
        This test verifies that document.activeElement does not return an
        invalid or non-focusable element.

2013-02-07  Matt Falkenhagen  <falken@chromium.org>

        [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.

        See https://bugs.webkit.org/show_bug.cgi?id=109114

        * platform/chromium/TestExpectations:

2013-02-07  Zoltan Horvath  <zoltan@webkit.org>

        Cleaning up after r142208
        https://bugs.webkit.org/show_bug.cgi?id=109228

        Unreviewed.
        
        The commit-queue didn't remove these files for some reason. Removing them manually.

        * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
        * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
        * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.

2013-02-07  Alok Priyadarshi  <alokp@chromium.org>

        Rebaseline text output for contentOpaque
        https://bugs.webkit.org/show_bug.cgi?id=108656

        Unreviewed rebaseline.

        * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
        * platform/mac/TestExpectations:
        * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.

2013-02-07  Matt Falkenhagen  <falken@chromium.org>

        Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
        which was failing on Chromium Mac after r142152.

        * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Renamed from LayoutTests/platform/chromium/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt.

2013-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r142113.
        http://trac.webkit.org/changeset/142113
        https://bugs.webkit.org/show_bug.cgi?id=109244

        tests started failing after r142081 was rolled out in r142166
        (Requested by falken on #webkit).

        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
        * inspector/profiler/memory-instrumentation-cached-images.html:
        * inspector/profiler/memory-instrumentation-canvas-expected.txt:
        * inspector/profiler/memory-instrumentation-canvas.html:

2013-02-07  Elliott Sprehn  <esprehn@chromium.org>

        getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
        https://bugs.webkit.org/show_bug.cgi?id=106535

        Reviewed by Ojan Vafai.

        Update tests to also check getComputedStyle during animations and transitions.

        * fast/css-generated-content/pseudo-animation-expected.txt:
        * fast/css-generated-content/pseudo-animation.html:
        * fast/css-generated-content/pseudo-transition-expected.txt:
        * fast/css-generated-content/pseudo-transition.html:

2013-02-07  Kent Tamura  <tkent@chromium.org>

        [Chromium-Android] Disable input[type=datetime]
        https://bugs.webkit.org/show_bug.cgi?id=107614

        Reviewed by Kentaro Hara.

        * platform/chromium/TestExpectations:
        Tetsts in fast/forms/datetime/ fail.

2013-02-07  Jeffrey Pfau  <jpfau@apple.com>

        [Mac] Unreviewed, skip crashing test

        * platform/mac/TestExpectations:

2013-02-07  Zoltan Horvath  <zoltan@webkit.org>

        [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest 
        https://bugs.webkit.org/show_bug.cgi?id=109228

        Reviewed by Eric Seidel.

        Simplify and turn the test into a reftest, remove the unnecessary expected files.

        * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
        * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
        * fast/regions/selecting-text-through-different-region-flows.html:
        * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
        * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
        * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
        * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
        * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.

2013-02-07  Alexei Svitkine  <asvitkine@chromium.org>

        Chromium: Hang parsing bidi control chars on Mac OS X 10.6
        https://bugs.webkit.org/show_bug.cgi?id=108877

        This was broken a while ago by:
            https://bugs.webkit.org/show_bug.cgi?id=83045

        On 10.6, CoreText will not produce any runs covering the
        Unicode BiDi RTL mark control char, which causes an infinite
        loop in ComplexTextController::indexOfCurrentRun() due to no
        run covering the character at offset 0.

        This patch fixes that issue by finding the earliest run
        explicitly via the minimum stringBegin() index instead of
        relying on a run existing that covers offset 0.

        Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
        Chromium bug: http://crbug.com/167844

        New test in the same style as harfbuzz-buffer-overrun.html
        in the same folder.

        Reviewed by Eric Seidel.

        * fast/text/international/rtl-mark-expected.txt: Added.
        * fast/text/international/rtl-mark.html: Added.

2013-02-07  Kentaro Hara  <haraken@chromium.org>

        Implement FocusEvent constructor
        https://bugs.webkit.org/show_bug.cgi?id=109170

        Reviewed by Adam Barth.

        Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm

        FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
        flag, which is enabled on Chromium and Safari.

        * fast/dom/constructed-objects-prototypes-expected.txt:
        * fast/events/constructors/focus-event-constructor-expected.txt: Added.
        * fast/events/constructors/focus-event-constructor.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-02-07  Elliott Sprehn  <esprehn@chromium.org>

        HTML parser should queue MutationRecords for its operations
        https://bugs.webkit.org/show_bug.cgi?id=89351

        Reviewed by Eric Seidel.

        Add new test mutation records in the parser and fix shadow-dom.html
        test since it used setTimeout and sometimes could observe parser
        mutations.

        * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
        * fast/dom/MutationObserver/parser-mutations.html: Added.
        * fast/dom/MutationObserver/shadow-dom-expected.txt:
        * fast/dom/MutationObserver/shadow-dom.html:

2013-02-07  Adam Barth  <abarth@webkit.org>

        fast/parser/document-write-noscript.html fails for threaded HTML parser
        https://bugs.webkit.org/show_bug.cgi?id=109237

        Reviewed by Eric Seidel.

        This tests basic document.write functionality.  There doesn't appear to
        be another fast/parser test that covers this basic case (although it's
        convered in some more complicated test cases incidentally.)

        * fast/parser/document-write-basic-expected.txt: Added.
        * fast/parser/document-write-basic.html: Added.

2013-02-07  Keishi Hattori  <keishi@webkit.org>

        REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
        https://bugs.webkit.org/show_bug.cgi?id=109136

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
        * platform/chromium/TestExpectations:

2013-02-07  Terry Anderson  <tdanderson@chromium.org>

        Non-scrollable divs and non-scrollable iframes can scroll with touch
        https://bugs.webkit.org/show_bug.cgi?id=109087

        Reviewed by Eric Seidel.

        Two new layout tests added to demonstrate that the changes to
        RenderLayer::scrollBy() and closestScrollableNodeCandidate() in 
        EventHandler.cpp are both necessary to ensure that non-scrollable
        divs and non-scrollable iframes cannot be scrolled with touch.

        * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
        * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.

2013-02-07  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] Add the last blending step
        https://bugs.webkit.org/show_bug.cgi?id=104012

        Added a test to check the correct blending in presence of a transparent backdrop.

        Reviewed by Dean Jackson.

        * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
        * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
        * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
        differences, please see the relevant bug: http://webkit.org/b/107487

2013-02-07  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
        https://bugs.webkit.org/show_bug.cgi?id=107566

        Reviewed by David Hyatt.

        Added a simple polygonal shape-inside test where only a subset of the polygon edges
        should contribute to each line's offset edges.

        * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.

2013-02-07  James Craig  <jcraig@apple.com>

        Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
        https://bugs.webkit.org/show_bug.cgi?id=109027

        Reviewed by Chris Fleizach.

        New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles. 

        * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
        * platform/mac/accessibility/role-subrole-roledescription.html: Added.

2013-02-07  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.

2013-02-07  Benjamin Poulain  <bpoulain@apple.com>

        Move pauseAnimation/pauseTransition from TestRunner to Internals
        https://bugs.webkit.org/show_bug.cgi?id=109107

        Reviewed by Anders Carlsson.

        Change the tests with the following:
        -Use the methods on Internals instead of TestRunner.
        -Adapt the calls to pass a particular element instead of an ID.
        -Remove feature detection. Having Internals implies having the feature.

        * animations/animation-hit-test-transform.html:
        * animations/animation-hit-test.html:
        * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
        * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
        * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
        * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
        * animations/change-keyframes-name.html:
        * animations/change-transform-style-during-animation.html:
        * animations/missing-from-to-transforms.html:
        * animations/missing-from-to.html:
        * animations/resources/animation-test-helpers.js:
        (checkExpectedValue):
        (startTest):
        * css3/calc/transitions-dependent.html:
        * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
        * transitions/opacity-transition-zindex.html:
        * transitions/resources/transition-test-helpers.js:
        (expected):
        * transitions/transition-drt-api-delay.html:
        * transitions/transition-drt-api.html:
        * transitions/transition-hit-test-transform.html:
        * transitions/transition-hit-test.html:

2013-02-07  Rik Cabanier  <cabanier@adobe.com>

        Add support for parsing of -webkit-background-blend-mode
        https://bugs.webkit.org/show_bug.cgi?id=108547

        Reviewed by David Hyatt.

        Added parsing and general CSS handling of -webkit-background-blend-mode per
        https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode

        * css3/compositing/background-blend-mode-property-expected.txt: Added.
        * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
        * css3/compositing/background-blend-mode-property-parsing.html: Added.
        * css3/compositing/background-blend-mode-property.html: Added.
        * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
        (jsWrapperClass):
        (shouldBeType):
        (testBlendModeRule):
        * css3/compositing/script-tests/background-blend-mode-property.js: Added.
        (testblendmode):

        * css3/compositing/background-blend-mode-property-expected.txt: Added.
        * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
        * css3/compositing/background-blend-mode-property-parsing.html: Added.
        * css3/compositing/background-blend-mode-property.html: Added.
        * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
        (jsWrapperClass):
        (shouldBeType):
        (testBlendModeRule):
        * css3/compositing/script-tests/background-blend-mode-property.js: Added.
        (testblendmode):
        * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
        * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.

2013-02-07  Gavin Peters  <gavinp@chromium.org>

        Unreviewed, rolling out r142142.
        http://trac.webkit.org/changeset/142142
        https://bugs.webkit.org/show_bug.cgi?id=109154

        Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html

        * inspector/editor/text-editor-home-button-expected.txt: Removed.
        * inspector/editor/text-editor-home-button.html: Removed.
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-07  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] shape-inside does not properly handle padding or border
        https://bugs.webkit.org/show_bug.cgi?id=102715

        Reviewed by David Hyatt.

        Test that borders and padding are properly accounted for when laying out text in
        a shape inside.

        * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
        use padding.
        * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.

2013-01-27  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: floats-149 fails
        https://bugs.webkit.org/show_bug.cgi?id=95772

        Reviewed by David Hyatt.

        * css2.1/20110323/floats-149-expected.html: Added.
        * css2.1/20110323/floats-149.htm: Added.
        * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
        * fast/inline/inline-with-empty-inline-children.html: Added.
        * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:

2013-02-07  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
        https://bugs.webkit.org/show_bug.cgi?id=109082

        Move the at-rule parsing tests to the recently added folder named
        "custom-with-at-rule-parsing". 

        Remove the "custom-filter" prefix from the test filenames to
        match the new convention.

        Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
        "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
        that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
        behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
        expectation file that was previously needed for "shouldBeType".

        Reviewed by Dean Jackson.

        * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-invalid-expected.txt.
        * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid.html: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-invalid.html.
        * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid.html: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-valid.html.
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js: Renamed from LayoutTests/css3/filters/script-tests/custom-filter-parsing-at-rule-invalid.js.
        (testInvalidFilterAtRule):
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-valid.js: Renamed from LayoutTests/css3/filters/script-tests/custom-filter-parsing-at-rule-valid.js.
        (testFilterAtRule):
        (testNestedRules):
        (checkRule):
        * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
        * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.

2013-02-07  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
        https://bugs.webkit.org/show_bug.cgi?id=109201

        Reviewed by Pavel Feldman.

        * inspector/debugger/network-uisourcecode-provider.html:

2013-02-07  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: home button behaviour is wrong in DTE
        https://bugs.webkit.org/show_bug.cgi?id=109154

        Reviewed by Vsevolod Vlasov.

        Add layout test to verify home button behaviour. Exclude this test on
        platforms that do not have eventSender object in test shell.

        * inspector/editor/text-editor-home-button-expected.txt: Added.
        * inspector/editor/text-editor-home-button.html: Added.
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Scrollbars misplaced with accelerated compositing for overflow scroll
        https://bugs.webkit.org/show_bug.cgi?id=108625

        Reviewed by Simon Fraser.

        Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
        and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.

        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:

2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
        https://bugs.webkit.org/show_bug.cgi?id=107567.

        * platform/qt/TestExpectations:
        * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
        * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
        * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
        * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
        * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
        * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
        * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
        * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
        * platform/qt/fast/text/whitespace/006-expected.png:
        * platform/qt/fast/text/whitespace/006-expected.txt:
        * platform/qt/fast/text/whitespace/007-expected.png:
        * platform/qt/fast/text/whitespace/007-expected.txt:
        * platform/qt/svg/batik/text/xmlSpace-expected.png:
        * platform/qt/svg/batik/text/xmlSpace-expected.txt:
        * platform/qt/svg/carto.net/combobox-expected.png:
        * platform/qt/svg/carto.net/combobox-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:

2013-02-07  Gavin Peters  <gavinp@chromium.org>

        Unreviewed, rolling out r142111.
        http://trac.webkit.org/changeset/142111
        https://bugs.webkit.org/show_bug.cgi?id=108055

        win7 bot didn't display Arabic, see http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=platform%2Fchromium%2Ffast%2Fforms%2Fcalendar-picker%2Fcalendar-picker-appearance-required-ar.html

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.

2013-02-07  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: [Regression] Map.size() returns negative values.
        https://bugs.webkit.org/show_bug.cgi?id=109174

        Reviewed by Yury Semikhatsky.

        * inspector/map-expected.txt:
        * inspector/map.html:

2013-02-07  Kent Tamura  <tkent@chromium.org>

        Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
        https://bugs.webkit.org/show_bug.cgi?id=109160

        Reviewed by Kentaro Hara.

        * fast/forms/number/number-l10n-input-expected.txt: Added.
        * fast/forms/number/number-l10n-input.html: Added.

2013-02-07  Stephen White  <senorblanco@chromium.org>

        [chromium] New baselines for GPU-accelerated reference filters tests.  Unreviewed.
        https://bugs.webkit.org/show_bug.cgi?id=104289

        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
        * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
        * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
        * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
        * platform/chromium/TestExpectations:

2013-02-07  Peter Rybin  <prybin@chromium.org>

        Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
        https://bugs.webkit.org/show_bug.cgi?id=107829

        Reviewed by Pavel Feldman.

        * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
        * inspector-protocol/debugger-setVariableValue.html: Added.
        * inspector/console/command-line-api-expected.txt:
        * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.

2013-02-07  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: reduce number of native memory instrumentation categories
        https://bugs.webkit.org/show_bug.cgi?id=109146

        Reviewed by Pavel Feldman.

        Fix layout tests that started failing after r142081.

        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
        * inspector/profiler/memory-instrumentation-cached-images.html:
        * inspector/profiler/memory-instrumentation-canvas-expected.txt:
        * inspector/profiler/memory-instrumentation-canvas.html:

2013-02-07  Keishi Hattori  <keishi@webkit.org>

        REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
        https://bugs.webkit.org/show_bug.cgi?id=108055

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
        * platform/chromium/TestExpectations:

2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing test.

        * platform/qt/TestExpectations:

2013-02-07  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviwed gardening. Rebaselining and skipping new failures.

        * platform/qt/TestExpectations:
        * platform/qt/fast/dynamic/002-expected.txt:
        * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
        * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.

2013-02-07  Gregg Tavares  <gman@chromium.org>

        Add WebGL Conformance Tests state, renderbuffers, and reading folders.
        https://bugs.webkit.org/show_bug.cgi?id=109121

        Reviewed by Kenneth Russell.

        * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
        * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
        * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
        * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
        * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
        * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
        * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
        * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
        * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
        * webgl/conformance/state/gl-enable-enum-test.html: Added.
        * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
        * webgl/conformance/state/gl-enum-tests.html: Added.
        * webgl/conformance/state/gl-get-calls-expected.txt: Added.
        * webgl/conformance/state/gl-get-calls.html: Added.
        * webgl/conformance/state/gl-geterror-expected.txt: Added.
        * webgl/conformance/state/gl-geterror.html: Added.
        * webgl/conformance/state/gl-getstring-expected.txt: Added.
        * webgl/conformance/state/gl-getstring.html: Added.
        * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
        * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
        * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
        * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
        * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
        * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.

2013-02-07  Gregg Tavares  <gman@chromium.org>

        Add WebGL Conformance Tests rendering folder.
        https://bugs.webkit.org/show_bug.cgi?id=109122

        Reviewed by Kenneth Russell.

        * webgl/conformance/rendering/culling-expected.txt: Added.
        * webgl/conformance/rendering/culling.html: Added.
        * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
        * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
        * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
        * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
        * webgl/conformance/rendering/gl-clear-expected.txt: Added.
        * webgl/conformance/rendering/gl-clear.html: Added.
        * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
        * webgl/conformance/rendering/gl-drawelements.html: Added.
        * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
        * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
        * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
        * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
        * webgl/conformance/rendering/simple-expected.txt: Added.
        * webgl/conformance/rendering/simple.html: Added.
        * webgl/conformance/rendering/triangle-expected.txt: Added.
        * webgl/conformance/rendering/triangle.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.

2013-02-07  Gregg Tavares  <gman@chromium.org>

        Add WebGL Conformance Tests programs folder.
        https://bugs.webkit.org/show_bug.cgi?id=109120

        Reviewed by Kenneth Russell.

        * webgl/conformance/programs/get-active-test-expected.txt: Added.
        * webgl/conformance/programs/get-active-test.html: Added.
        * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
        * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
        * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
        * webgl/conformance/programs/gl-get-active-attribute.html: Added.
        * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
        * webgl/conformance/programs/gl-get-active-uniform.html: Added.
        * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
        * webgl/conformance/programs/gl-getshadersource.html: Added.
        * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
        * webgl/conformance/programs/gl-shader-test.html: Added.
        * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
        * webgl/conformance/programs/invalid-UTF-16.html: Added.
        * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
        * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.

2013-02-07  Gregg Tavares  <gman@chromium.org>

        Add WebGL Conformance Tests context folder.
        https://bugs.webkit.org/show_bug.cgi?id=109114

        Reviewed by Kenneth Russell.

        * webgl/conformance/context/constants-expected.txt: Added.
        * webgl/conformance/context/constants.html: Added.
        * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
        * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
        * webgl/conformance/context/context-lost-expected.txt: Added.
        * webgl/conformance/context/context-lost-restored-expected.txt: Added.
        * webgl/conformance/context/context-lost-restored.html: Added.
        * webgl/conformance/context/context-lost.html: Added.
        * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
        * webgl/conformance/context/context-release-upon-reload.html: Added.
        * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
        * webgl/conformance/context/context-release-with-workers.html: Added.
        * webgl/conformance/context/context-type-test-expected.txt: Added.
        * webgl/conformance/context/context-type-test.html: Added.
        * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
        * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
        * webgl/conformance/context/methods-expected.txt: Added.
        * webgl/conformance/context/methods.html: Added.
        * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
        * webgl/conformance/context/premultiplyalpha-test.html: Added.
        * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
        * webgl/conformance/context/resource-sharing-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.

2013-02-07  Gregg Tavares  <gman@chromium.org>

        Add WebGL Conformance Tests uniforms folder.
        https://bugs.webkit.org/show_bug.cgi?id=109112

        Reviewed by Kenneth Russell.

        * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
        * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
        * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
        * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
        * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
        * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
        * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
        * webgl/conformance/uniforms/null-uniform-location.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.

2013-02-07  Gregg Tavares  <gman@chromium.org>

        Add WebGL Conformance Tests canvas folder.
        https://bugs.webkit.org/show_bug.cgi?id=109113

        Reviewed by Kenneth Russell.

        * webgl/conformance/canvas/canvas-test-expected.txt: Added.
        * webgl/conformance/canvas/canvas-test.html: Added.
        * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
        * webgl/conformance/canvas/canvas-zero-size.html: Added.
        * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
        * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
        * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
        * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
        * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
        * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
        * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
        * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
        * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
        * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.

2013-02-07  Gregg Tavares  <gman@chromium.org>

        Add WebGL Conformance Tests texture folder.
        https://bugs.webkit.org/show_bug.cgi?id=109111

        Reviewed by Kenneth Russell.

        * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
        * webgl/conformance/textures/compressed-tex-image.html: Added.
        * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
        * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
        * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
        * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
        * webgl/conformance/textures/gl-teximage-expected.txt: Added.
        * webgl/conformance/textures/gl-teximage.html: Added.
        * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
        * webgl/conformance/textures/mipmap-fbo.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
        * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
        * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
        * webgl/conformance/textures/tex-image-webgl.html: Added.
        * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
        * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
        * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
        * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
        * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
        * webgl/conformance/textures/tex-input-validation.html: Added.
        * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
        * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
        * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
        * webgl/conformance/textures/tex-sub-image-2d.html: Added.
        * webgl/conformance/textures/texparameter-test-expected.txt: Added.
        * webgl/conformance/textures/texparameter-test.html: Added.
        * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
        * webgl/conformance/textures/texture-attachment-formats.html: Added.
        * webgl/conformance/textures/texture-clear-expected.txt: Added.
        * webgl/conformance/textures/texture-clear.html: Added.
        * webgl/conformance/textures/texture-complete-expected.txt: Added.
        * webgl/conformance/textures/texture-complete.html: Added.
        * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
        * webgl/conformance/textures/texture-formats-test.html: Added.
        * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
        * webgl/conformance/textures/texture-hd-dpi.html: Added.
        * webgl/conformance/textures/texture-npot-expected.txt: Added.
        * webgl/conformance/textures/texture-npot.html: Added.
        * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
        * webgl/conformance/textures/texture-size-cube-maps.html: Added.
        * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
        * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
        * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
        * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
        * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
        * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.

2013-02-07  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: highlight matching braces in DTE.
        https://bugs.webkit.org/show_bug.cgi?id=108697

        Reviewed by Pavel Feldman.

        New layout test to verify brace matching functionality. Fix some
        layout test expectations as the patch removes braces from highlight
        ranges.

        * inspector/editor/brace-matcher-expected.txt: Added.
        * inspector/editor/brace-matcher.html: Added.
        * inspector/editor/highlighter-basics-expected.txt:
        * inspector/editor/text-editor-long-line-expected.txt:

2013-02-07  Matt Falkenhagen  <falken@chromium.org>

        Rollout r142058 various crashes and timeouts on AppleMac and Chromium
        https://bugs.webkit.org/show_bug.cgi?id=109152

        Reviewed by Pavel Feldman.

        Unreviewed gardening. r142058 added failing tests and marked many as
        Skip or Failure but there are also Timeouts and Crashes causing
        redness.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:
        * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
        * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
        * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
        * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
        * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
        * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
        * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
        * webgl/conformance/canvas/to-data-url-test.html: Removed.
        * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
        * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
        * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
        * webgl/conformance/context/context-creation-and-destruction.html: Removed.
        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
        * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
        * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
        * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
        * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
        * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
        * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
        * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
        * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
        * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
        * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
        * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
        * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
        * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
        * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
        * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
        * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
        * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
        * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
        * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
        * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
        * webgl/conformance/more/functions/drawArrays.html: Removed.
        * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
        * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
        * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
        * webgl/conformance/more/functions/drawElements.html: Removed.
        * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
        * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
        * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
        * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
        * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
        * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
        * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
        * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
        * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
        * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
        * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
        * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
        * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
        * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
        * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
        * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
        * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
        * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
        * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
        * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
        * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
        * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
        * webgl/conformance/programs/program-test-expected.txt: Removed.
        * webgl/conformance/programs/program-test.html: Removed.
        * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
        * webgl/conformance/reading/read-pixels-test.html: Removed.
        * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
        * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
        * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
        * webgl/conformance/rendering/gl-scissor-test.html: Removed.
        * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
        * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
        * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
        * webgl/conformance/rendering/multisample-corruption.html: Removed.
        * webgl/conformance/rendering/point-size-expected.txt: Removed.
        * webgl/conformance/rendering/point-size.html: Removed.
        * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
        * webgl/conformance/state/gl-object-get-calls.html: Removed.
        * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
        * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
        * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
        * webgl/conformance/textures/gl-pixelstorei.html: Removed.
        * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
        * webgl/conformance/textures/origin-clean-conformance.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
        * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
        * webgl/conformance/textures/texture-active-bind-2.html: Removed.
        * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
        * webgl/conformance/textures/texture-active-bind.html: Removed.
        * webgl/conformance/textures/texture-mips-expected.txt: Removed.
        * webgl/conformance/textures/texture-mips.html: Removed.
        * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
        * webgl/conformance/textures/texture-npot-video.html: Removed.
        * webgl/conformance/textures/texture-size-expected.txt: Removed.
        * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
        * webgl/conformance/textures/texture-size-limit.html: Removed.
        * webgl/conformance/textures/texture-size.html: Removed.
        * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
        * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
        * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
        * webgl/conformance/uniforms/uniform-default-values.html: Removed.
        * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
        * webgl/conformance/uniforms/uniform-location.html: Removed.
        * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
        * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
        * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
        * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
        * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
        * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
        * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
        * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
        * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
        * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
        * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
        * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
        * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
        * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
        * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
        * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.

2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing WebGL tests.

        * platform/qt/TestExpectations:

2013-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r142067.
        http://trac.webkit.org/changeset/142067
        https://bugs.webkit.org/show_bug.cgi?id=109147

        adding Slow modifier did not help completely (Requested by
        falken on #webkit).

        * platform/chromium/TestExpectations:

2013-02-07  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
        Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
        layout tests.

        * platform/gtk/TestExpectations:

2013-02-03  Kentaro Hara  <haraken@chromium.org>

        WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
        https://bugs.webkit.org/show_bug.cgi?id=76216

        Reviewed by Eric Seidel.

        Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent

        This patch creates a new FocusEvent class with a relatedTarget attribute.
        Now when focusin or focusout events are dispatched, a FocusEvent is created with
        the relatedTarget attribute set accordingly.

        * fast/dom/shadow/shadow-boundary-events-expected.txt:
        * fast/dom/shadow/shadow-boundary-events.html:
        * fast/events/related-target-focusevent-expected.txt: Added.
        * fast/events/related-target-focusevent.html: Added.

2013-02-06  Mike West  <mkwst@chromium.org>

        Entity-header extension headers honored on 304 responses.
        https://bugs.webkit.org/show_bug.cgi?id=72414

        Reviewed by Alexey Proskuryakov.

        * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
        * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
        * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
        * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
        * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
        * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
        * http/tests/security/xssAuditor/cached-frame.html: Added.
        * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.

2013-02-06  Matt Falkenhagen  <falken@chromium.org>

        Unreviewed gardening. Marking all webgl/conformance tests as slow.

        * platform/chromium/TestExpectations:

2013-02-06  Tom Sepez  <tsepez@chromium.org>

        document.referrer leakage with XSS Auditor page block
        https://bugs.webkit.org/show_bug.cgi?id=109089

        Reviewed by Adam Barth.

        Test prints the referrer to show it isn't leaked.
        
        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag.html:

2013-02-06  Matt Falkenhagen  <falken@chromium.org>

        Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.

        * platform/chromium/TestExpectations:

2013-02-06  Gregg Tavares  <gman@chromium.org>

        Adds failing WebGL Conformance Tests.
        https://bugs.webkit.org/show_bug.cgi?id=109075

        Reviewed by Kenneth Russell.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:
        * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
        * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
        * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
        * webgl/conformance/canvas/buffer-preserve-test.html: Added.
        * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
        * webgl/conformance/canvas/drawingbuffer-test.html: Added.
        * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
        * webgl/conformance/canvas/to-data-url-test.html: Added.
        * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
        * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
        * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
        * webgl/conformance/context/context-creation-and-destruction.html: Added.
        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
        * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
        * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
        * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
        * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
        * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
        * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
        * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
        * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
        * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
        * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
        * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
        * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
        * webgl/conformance/more/functions/copyTexImage2D.html: Added.
        * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
        * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
        * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
        * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
        * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
        * webgl/conformance/more/functions/drawArrays.html: Added.
        * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
        * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
        * webgl/conformance/more/functions/drawElements-expected.txt: Added.
        * webgl/conformance/more/functions/drawElements.html: Added.
        * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
        * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
        * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
        * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
        * webgl/conformance/more/functions/texImage2DHTML.html: Added.
        * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
        * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
        * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
        * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
        * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
        * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
        * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
        * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
        * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
        * webgl/conformance/programs/program-test-expected.txt: Added.
        * webgl/conformance/programs/program-test.html: Added.
        * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
        * webgl/conformance/reading/read-pixels-test.html: Added.
        * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
        * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
        * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
        * webgl/conformance/rendering/gl-scissor-test.html: Added.
        * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
        * webgl/conformance/rendering/more-than-65536-indices.html: Added.
        * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
        * webgl/conformance/rendering/multisample-corruption.html: Added.
        * webgl/conformance/rendering/point-size-expected.txt: Added.
        * webgl/conformance/rendering/point-size.html: Added.
        * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
        * webgl/conformance/state/gl-object-get-calls.html: Added.
        * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
        * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
        * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
        * webgl/conformance/textures/gl-pixelstorei.html: Added.
        * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
        * webgl/conformance/textures/origin-clean-conformance.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
        * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
        * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
        * webgl/conformance/textures/texture-active-bind-2.html: Added.
        * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
        * webgl/conformance/textures/texture-active-bind.html: Added.
        * webgl/conformance/textures/texture-mips-expected.txt: Added.
        * webgl/conformance/textures/texture-mips.html: Added.
        * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
        * webgl/conformance/textures/texture-npot-video.html: Added.
        * webgl/conformance/textures/texture-size-expected.txt: Added.
        * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
        * webgl/conformance/textures/texture-size-limit.html: Added.
        * webgl/conformance/textures/texture-size.html: Added.
        * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
        * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
        * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
        * webgl/conformance/uniforms/uniform-default-values.html: Added.
        * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
        * webgl/conformance/uniforms/uniform-location.html: Added.
        * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
        * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
        * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
        * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
        * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
        * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
        * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
        * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
        * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.

2013-02-06  Terry Anderson  <tdanderson@chromium.org>

        Add support for gesture scroll events that do not propagate to enclosing scrollables
        https://bugs.webkit.org/show_bug.cgi?id=108849

        Reviewed by Antonio Gomes.

        New tests added to ensure that GestureScrollUpdateWithoutPropagation events will not
        propagate to the scrollable parent of their target when the target has no area
        left to be scrolled.

        Modified two chromium-specific plugin tests to ensure that the plugins receive
        GestureScrollUpdate events when GestureScrollUpdateWithoutPropagation events are
        dispatched to them.

        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
        * platform/chromium/plugins/gesture-events-expected.txt:
        * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
        * platform/chromium/plugins/gesture-events-scrolled.html:
        * platform/chromium/plugins/gesture-events.html:

2013-02-06  Ojan Vafai  <ojan@chromium.org>

        [Chromium] table-section-overflow-clip-crash.html hits an assert
        https://bugs.webkit.org/show_bug.cgi?id=108594

        Reviewed by Levi Weintraub.

        * platform/chromium/TestExpectations:

2013-02-06  Ojan Vafai  <ojan@chromium.org>

        display:none file upload button crashes
        https://bugs.webkit.org/show_bug.cgi?id=109102

        Reviewed by Levi Weintraub.

        * fast/forms/file/display-none-upload-button-expected.txt: Added.
        * fast/forms/file/display-none-upload-button.html: Added.
        Tests that we don't crash. Also exposes a bug that the baseline and height of
        the input don't include the height of the filename text.

2013-02-06  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update for Skia change.

        Unreviewed expectations update

        Files that we were expecting to fail. Now being rebaselined.

        * platform/chromium-linux-x86/svg/text/text-viewbox-rescale-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-linux/svg/text/selection-styles-expected.png:
        * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.png:
        * platform/chromium-mac-lion/svg/text/text-viewbox-rescale-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
        * platform/chromium-mac/svg/text/text-viewbox-rescale-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
        * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.

2013-02-06  Dima Gorbik  <dgorbik@apple.com>

        Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
        https://bugs.webkit.org/show_bug.cgi?id=109101

        We check that the style matches a pseudo element by setting its height to 1px.
        Some user agents, like iOS, have default border styles that affect the minimum height,
        so we need to reset those.

        Reviewed by Joseph Pecoraro.

        * fast/css/unknown-pseudo-element-matching.html:

2013-02-06  Dirk Schulze  <dschulze@adobe.com>

        Context's currentPath should check for passed type
        https://bugs.webkit.org/show_bug.cgi?id=109097

        Reviewed by Dean Jackson.

        Add checks with different data types as value for canvas.currentPath.

        * fast/canvas/canvas-currentPath-crash-expected.txt: Added.
        * fast/canvas/canvas-currentPath-crash.html: Added.
        * fast/canvas/script-tests/canvas-currentPath-crash.js: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-02-06  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update for Skia change.

        Unreviewed expectations update

        Files that we were expecting to fail. Now being rebaselined.

        * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
        * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
        * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-linux/svg/custom/text-ctm-expected.png:
        * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-mac/svg/custom/text-ctm-expected.txt:
        * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-win/svg/custom/text-ctm-expected.png:
        * platform/chromium-win/svg/custom/text-ctm-expected.txt: Removed.
        * platform/gtk/svg/custom/text-ctm-expected.txt: Removed.
        * svg/custom/text-ctm-expected.txt: Added.

2013-02-06  Rafael Weinstein  <rafaelw@chromium.org>

        [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode.
        https://bugs.webkit.org/show_bug.cgi?id=109090

        Reviewed by Adam Barth.

        * html5lib/resources/template.dat:

2013-02-06  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update for Skia change.

        Unreviewed expectations update

        Files that we were expecting to fail. Now being rebaslined.

        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Removed.
        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Removed.
        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
        * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.
        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:

2013-02-06  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update for Skia change.

        Unreviewed expectations update

        And these too. See change below.

        * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
        * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-text-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-text-expected.txt: Added.

2013-02-06  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update for Skia change.

        Unreviewed expectations update

        Apparently there are width differences on the mac platforms. These were
        clobbered qwhen I updated the 10.8 expectations.

        * platform/chromium-mac-lion/fast/writing-mode/japanese-lr-text-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-lr-text-expected.txt: Added.

2013-02-06  Dima Gorbik  <dgorbik@apple.com>

        Store the language internally instead of using lang attribute for WebVTT nodes
        https://bugs.webkit.org/show_bug.cgi?id=108858

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/styling-lang.vtt:
        * media/track/track-css-matching-lang-expected.txt:
        * media/track/track-css-matching-lang.html:

2013-02-06  Levi Weintraub  <leviw@chromium.org>

        Negative text indents can break RenderBlock's inline maximum preferred width calculation
        https://bugs.webkit.org/show_bug.cgi?id=108973

        Reviewed by Emil A Eklund.

        * fast/css/negative-text-indent-in-inline-block-expected.html: Added.
        * fast/css/negative-text-indent-in-inline-block.html: Added.

2013-02-06  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Expanding failure expectation for fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html.

        * platform/gtk/TestExpectations:

2013-02-06  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r142025.
        http://trac.webkit.org/changeset/142025
        https://bugs.webkit.org/show_bug.cgi?id=109091

        broke the build (Requested by tdanderson on #webkit).

        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Removed.
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Removed.
        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Removed.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
        * platform/chromium/plugins/gesture-events-expected.txt:
        * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
        * platform/chromium/plugins/gesture-events-scrolled.html:
        * platform/chromium/plugins/gesture-events.html:

2013-02-06  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Rebaselining and adding a few failure expectations after r142015.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dynamic/002-expected.txt:

2013-02-06  Terry Anderson  <tdanderson@chromium.org>

        Add support for gesture scroll events that do not propagate to enclosing scrollables
        https://bugs.webkit.org/show_bug.cgi?id=108849

        Reviewed by Antonio Gomes.

        New tests added to ensure that GestureScrollUpdateNotPropagated events will not
        propagate to the scrollable parent of their target when the target has no area
        left to be scrolled.

        Modified two chromium-specific plugin tests to ensure that the plugins receive
        GestureScrollUpdate events when GestureScrollUpdateNotPropagated events are
        dispatched to them.

        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
        * platform/chromium/plugins/gesture-events-expected.txt:
        * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
        * platform/chromium/plugins/gesture-events-scrolled.html:
        * platform/chromium/plugins/gesture-events.html:

2013-02-06  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
        https://bugs.webkit.org/show_bug.cgi?id=108380

        Reviewed by Alexey Proskuryakov.

        Re-enable tests that have been temporarily disabled.

        * platform/mac/TestExpectations:

2013-02-06  Uday Kiran  <udaykiran@motorola.com>

        Implement 'vmax' from CSS3 values and units
        https://bugs.webkit.org/show_bug.cgi?id=91440

        Reviewed by Antti Koivisto.

        vmax is implemented as primitive length unit.
        New length type ViewportPercentageMax is added and included support for fetching the value
        of this viewport percentage unit based on current viewport size.

        The specification related to this implementation is
        http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.

        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute-expected.html: Added.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute.html: Added.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-expected.html: Added.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax.html: Added.

2013-02-06  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Walked through the WontFix test expectations, expanding them with the expected failure.
        This forces the test to run but not complain as long as the failure is the same as expected.

        * platform/gtk/TestExpectations:

2013-02-06  Stephen White  <senorblanco@chromium.org>

        Suppress failures for minor pixel diffs which will be caused when https://codereview.chromium.org/12217047/ lands.  Unreviewed.
        https://bugs.webkit.org/show_bug.cgi?id=104289

        * platform/chromium/TestExpectations:

2013-02-06  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Marking required tests as slow so the test runs are not interrupted when timeouts
        occur in tests that would actually pass if given enough time.

        * platform/gtk/TestExpectations:

2013-02-06  Pravin D  <pravind.2k4@gmail.com>

        When a block element is made inline positioned and has static left and right,  it does not follow inline formatting context
        https://bugs.webkit.org/show_bug.cgi?id=91665

        Reviewed by Julien Chaffraix.

        * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Added.
        * fast/dynamic/absolute-positioned-to-static-positioned.html: Added.
        * fast/dynamic/floating-to-non-floating-expected.txt: Added.
        * fast/dynamic/floating-to-non-floating.html: Added.
        * fast/dynamic/non-floating-to-floating-expected.txt: Added.
        * fast/dynamic/non-floating-to-floating.html: Added.
        * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Added.
        * fast/dynamic/static-positioned-to-absolute-positioned.html: Added.
           Testcases for the patch.

        * fast/dynamic/resources/helper-bug91665.js: Added.
        * fast/dynamic/resources/style-bug91665.css: Added.
           Common javascript functions and css classes used by the above testcases.

        * fast/css/first-letter-removed-added-expected.txt:
           Previously failing sub-test is passing.

        * fullscreen/full-screen-fixed-pos-parent-expected.txt:
           Change orthogonal to the current patch.

        * platform/mac/fast/dynamic/002-expected.txt:
        * platform/chromium-win/fast/dynamic/002-expected.txt:
        * platform/chromium/fast/dynamic/002-expected.txt:
           Expected change. The testcase has a static block element followed by a text node wrapped 
           in an anonymous block. When the block element becomes floating, it is out of the flow context.
           Thus the text node must no longer be wrapped by the anonymous block.

        * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
        * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
           Progression. Previously we used to repaint the a much larger area as compared to the behavior 
           with the patch, which repaints only the area affected due to the change in style(position) 
           of certain elements.

        * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
        * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
        * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
        * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
           Added platform specific images.

2013-02-06  Chris Fleizach  <cfleizach@apple.com>

        AX: if <html> has an ARIA attribute, it's exposed as an AXGroup
        https://bugs.webkit.org/show_bug.cgi?id=109008

        Reviewed by Ryosuke Niwa.

        * accessibility/html-html-element-is-ignored-expected.txt: Added.
        * accessibility/html-html-element-is-ignored.html: Added.
        * platform/chromium/TestExpectations:

2013-02-06  Shawn Singh  <shawnsingh@chromium.org>

        RenderLayer hasVisibleContent() has inconsistent semantics causing disappearing composited layers
        https://bugs.webkit.org/show_bug.cgi?id=108118

        Reviewed by Simon Fraser.

        * compositing/visibility/visibility-on-distant-descendant-expected.png: Added.
        * compositing/visibility/visibility-on-distant-descendant-expected.txt: Added.
        * compositing/visibility/visibility-on-distant-descendant.html: Added.

2013-02-06  Gregg Tavares  <gman@chromium.org>

        Adds the WebGL Conformance Test ogles support files.
        https://bugs.webkit.org/show_bug.cgi?id=109063

        Reviewed by Kenneth Russell.

        Note: This was reviewed offline because the patch was too large to upload to
        bugs.webkit.org. It doesn't add any LayoutTests. It only adds support files.

        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Data_Types_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Standard_Library_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectBuiltInOveride_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectComma_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding1_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstruct_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension10_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension1_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension4_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFull_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFunction1_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectModule_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess5_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess8_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess9_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectVersion_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/DuplicateVersion1_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/FunctionParam_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Include_Preprocessor_Directive_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Low_Level_Assembly_Reserved_Words_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Main_Parameters_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Constant_Conversions_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Scalar_Vector_Expressions_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/TernaryOp_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Texture_Rectangle_Samplers_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array10_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array11_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array5_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array6_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array7_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array8_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array9_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute1_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/break_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma1_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comment_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constFunc_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor3_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/continue_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType10_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType11_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType12_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType13_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType19_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType5_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType6_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType7_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType8_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType9_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dowhile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension2_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension3_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension5_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension6_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension7_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension8_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension9_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly1_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function10_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function2_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function6_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function7_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function8_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function9_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment6_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main1_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/matrix_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/normal_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser10_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser1_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser5_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser6_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser7_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser8_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser9_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess0_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess10_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess6_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess7_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct10_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct11_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct5_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct6_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct7_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct8_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct9_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/typecast_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vector_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version2_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version3_V100_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertex_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/gl_Color_array_index_out_of_bounds_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/default/expected.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_w_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/copy_texture/copy_texture.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/brick.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/texture.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat2.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat3.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat4.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_vec.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests2.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/vec_tests.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21f_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21i_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22f_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22i_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23f_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23i_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24f_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24i_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2m_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3m_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4m_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/default.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/three_uniforms/4f_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_frag.frag: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_vert.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/vertex_program_point_size/point_size.vert: Added.
        * webgl/resources/webgl_test_files/conformance/ogles/ogles-utils.js: Added.
        (OpenGLESTestRunner):
        (OpenGLESTestRunner.):

2013-02-06  Dean Jackson  <dino@apple.com>

        Minor updates to captions menu UI
        https://bugs.webkit.org/show_bug.cgi?id=109005

        Reviewed by Eric Carlson.

        A caption track without a label or language is now given the menu
        title 'Unknown'. Note also that the test includes some intentional
        failure text.

        * media/video-controls-captions-trackmenu-localized.html:
        * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:

2013-02-06  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update for Skia change.

        Unreviewed expectations update

        * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.png:
        * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.txt: Added.
        * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.png:
        * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
        * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.png:
        * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.txt: Added.
        * platform/chromium/TestExpectations:

2013-02-06  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Remove isSnippet field from FileDescriptor and UISourceCode.
        https://bugs.webkit.org/show_bug.cgi?id=109045

        Reviewed by Pavel Feldman.

        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/scripts-sorting.html:

2013-02-06  Marja Hölttä  <marja@chromium.org>

        [WK2] New tests introduced in r100895 fail
        https://bugs.webkit.org/show_bug.cgi?id=73913

        Reviewed by Jochen Eisinger.

        The tests now work, because WTR supports HTTPS tests.

        * platform/wk2/TestExpectations:

2013-02-06  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing WebGl test.

        * platform/qt/TestExpectations:

2013-02-06  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Remove show script folders setting
        https://bugs.webkit.org/show_bug.cgi?id=108940

        Reviewed by Pavel Feldman.

        * inspector/debugger/scripts-sorting-expected.txt:
        * inspector/debugger/scripts-sorting.html:

2013-02-06  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: update javascriptsourcetokenizer to produce "whitespaces" token
        https://bugs.webkit.org/show_bug.cgi?id=108945

        Reviewed by Pavel Feldman.

        Update test expectations so that they have "whitespace" token in
        there.

        * inspector/editor/highlighter-basics-expected.txt:
        * inspector/editor/highlighter-chunk-limit-expected.txt:
        * inspector/editor/highlighter-long-line.html:
        * inspector/editor/text-editor-long-line-expected.txt:
        * inspector/syntax-highlight-html-expected.txt:
        * inspector/syntax-highlight-javascript-expected.txt:

2013-02-06  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: refactor registerShortcuts method of DTE
        https://bugs.webkit.org/show_bug.cgi?id=109031

        Reviewed by Pavel Feldman.

        Fix helper method to correspond to refactoring of handleUndoRedo
        method.

        * http/tests/inspector/live-edit-test.js:
        (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
        (initialize_LiveEditTest):

2013-02-06  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Implement DTMF support in RTCPeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=106782

        Reviewed by Adam Barth.

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

2013-02-06  Mihai Maerean  <mmaerean@adobe.com>

        [CSSRegions] Assertion failure in Node::detach (!renderer || renderer->inRenderFlowThread())
        https://bugs.webkit.org/show_bug.cgi?id=104517

        Reviewed by Julien Chaffraix.

        The test adds an anonymous block in a region and detaches the body of document. The ASSERT is not hit anymore.

        * fast/regions/detaching-regions-with-anonymous-blocks-expected.txt: Added.
        * fast/regions/detaching-regions-with-anonymous-blocks.html: Added.

2013-02-06  Marja Hölttä  <marja@chromium.org>

        Take referrer policy into account when clearing the referrer header
        https://bugs.webkit.org/show_bug.cgi?id=86000

        Reviewed by Alexey Proskuryakov.

        Unskip http/tests/security/referrer-policy-redirect-link.html

        Skipping the tests on wk2, because other referrer policy tests are
        skipped, too ( https://bugs.webkit.org/show_bug.cgi?id=73913 ).

        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wk2/TestExpectations:

2013-02-06  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Unskip working filter tests.

        Unreviewed gardening

        These tests work if we remove our failure expecting baselines.

        * platform/qt/TestExpectations:
        * platform/qt/css3/filters/filter-animation-expected.png: Removed.
        * platform/qt/css3/filters/filter-animation-expected.txt: Removed.
        * platform/qt/css3/filters/filter-animation-from-none-expected.png: Removed.
        * platform/qt/css3/filters/filter-animation-from-none-expected.txt: Removed.
        * platform/qt/css3/filters/filter-property-computed-style-expected.txt: Removed.
        * platform/qt/css3/filters/filter-property-expected.png: Removed.
        * platform/qt/css3/filters/filter-property-expected.txt: Removed.
        * platform/qt/css3/filters/filter-property-parsing-expected.txt: Removed.
        * platform/qt/css3/filters/filter-property-parsing-invalid-expected.txt: Removed.
        * platform/qt/css3/filters/filter-repaint-expected.png: Removed.
        * platform/qt/css3/filters/filter-repaint-expected.txt: Removed.

2013-02-06  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Skipping the newly-added tests in webgl/, the GTK builders are not
        yet able to run these tests.

        * platform/gtk/TestExpectations:

2013-02-05  Gregg Tavares  <gman@chromium.org>

        Adds the WebGL Conformance Tests attrib folder.
        https://bugs.webkit.org/show_bug.cgi?id=108901

        Reviewed by Kenneth Russell.

        * platform/chromium/TestExpectations:
        * webgl/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Added.
        * webgl/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
        * webgl/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Added.
        * webgl/conformance/attribs/gl-enable-vertex-attrib.html: Added.
        * webgl/conformance/attribs/gl-vertex-attrib-expected.txt: Added.
        * webgl/conformance/attribs/gl-vertex-attrib-render-expected.txt: Added.
        * webgl/conformance/attribs/gl-vertex-attrib-render.html: Added.
        * webgl/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Added.
        * webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
        * webgl/conformance/attribs/gl-vertex-attrib.html: Added.
        * webgl/conformance/attribs/gl-vertexattribpointer-expected.txt: Added.
        * webgl/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Added.
        * webgl/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
        * webgl/conformance/attribs/gl-vertexattribpointer.html: Added.
        * webgl/resources/webgl_test_files/conformance/attribs/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
        * webgl/resources/webgl_test_files/conformance/attribs/gl-enable-vertex-attrib.html: Added.
        * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-render.html: Added.
        * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
        * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib.html: Added.
        * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
        * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer.html: Added.

2013-02-05  Matt Falkenhagen  <falken@chromium.org>

        Unreviewed gardening. Rebaseline navigator-detached-no-crash.html,
        whose output is affected by the disabling of web intents in Chromium.

        * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:

2013-02-05  Matt Falkenhagen <falken@chromium.org>

        Unreviewed gardening. Chromium disabled web intents.

        * platform/chromium/TestExpectations:

2013-02-05  Kent Tamura  <tkent@chromium.org>

        [Chromium] Split calendar-picker-key-operations.html into two
        https://bugs.webkit.org/show_bug.cgi?id=109006

        Reviewed by Kentaro Hara.

        Split calendar-picker-key-operations.html into two parts:
         - OS-independent part (calendar-picker-key-operations.html), and
         - OS-dependent part (calendar-picker-f4-key.html).

        We had some troubles when we updated calendar-picker-key-operations.html
        because the behavior by F4 key is OS-dependent. We move the test for F4
        key to new test.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt:
        Added. It is expected that this contains FAIL line because we don't
        support the F4 key behavior on OSX.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        Removed. Now the result of calendar-picker-key-operations.html is OS-independent.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key.html:
        Added. Move from calendar-picker-key-operations.html.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
        Move the F4 key part to calendar-picker-f4-key.html.

2013-02-05  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Grid item's logical height is not properly recomputed after -webkit-grid-column / -webkit-grid-row changes
        https://bugs.webkit.org/show_bug.cgi?id=108975

        Reviewed by Tony Chang.

        * fast/css-grid-layout/implicit-position-dynamic-change-expected.txt: Added.
        * fast/css-grid-layout/implicit-position-dynamic-change.html: Added.

2013-02-05  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Read-only inputs should be focusable
        https://bugs.webkit.org/show_bug.cgi?id=108795

        Reviewed by Kentaro Hara.

        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:

2013-02-05  Eric Carlson  <eric.carlson@apple.com>

        [Mac] Complete plumbing so captions menu can indicate track type
        https://bugs.webkit.org/show_bug.cgi?id=108994

        Reviewed by Dean Jackson.

        Update test results now that the Mac media engine identifies CC tracks.

        * media/video-controls-captions-trackmenu-localized.html:
        * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:

2013-02-05   Vineet Chaudhary  <rgf748@motorola.com>

        formenctype to have empty string as default value.
        https://bugs.webkit.org/show_bug.cgi?id=108969

        Reviewed by Kent Tamura.

        The spec says formEnctype should only have an invalid value default, not a missing value default.
        Spec: http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formenctype
              http://www.whatwg.org/specs/web-apps/current-work/#attr-fs-formenctype

        * fast/forms/submit-form-attributes-expected.txt:
        * fast/forms/submit-form-attributes.html: Modified test to behave as expected.

2013-02-05  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. Win7 port doesn't run WebGL.

        * platform/win/TestExpectations:

2013-02-05  Manuel Rego Casasnovas  <rego@igalia.com>

        [GTK][WK2] Unflag tests related to layoutTestController.setCustomPolicyDelegate
        https://bugs.webkit.org/show_bug.cgi?id=108976

        Reviewed by Martin Robinson.

        * platform/gtk-wk2/TestExpectations: Unflag
        fast/loader/policy-delegate-action-hit-test-zoomed.html as it is
        already passing (layoutTestController.setCustomPolicyDelegate was
        implemented in r128600). Mark some tests related with
        layoutTestController.setCustomPolicyDelegate as passing in WK2 but
        failing in WK1.

2013-02-05  Nayan Kumar K  <nayankk@motorola.com>

        [WEBGL] Rename WEBKIT_WEBGL_depth_texture to WEBGL_depth_texture.
        https://bugs.webkit.org/show_bug.cgi?id=108959

        Reviewed by Kenneth Russell.

        * fast/canvas/webgl/webgl-depth-texture.html:

2013-02-05  Gregg Tavares  <gman@chromium.org>

        Adds the WebGL Conformance Tests typedarrays folder.
        https://bugs.webkit.org/show_bug.cgi?id=108907

        Reviewed by Kenneth Russell.

        * webgl/conformance/typedarrays/array-buffer-crash-expected.txt: Added.
        * webgl/conformance/typedarrays/array-buffer-crash.html: Added.
        * webgl/conformance/typedarrays/array-buffer-view-crash-expected.txt: Added.
        * webgl/conformance/typedarrays/array-buffer-view-crash.html: Added.
        * webgl/conformance/typedarrays/array-unit-tests-expected.txt: Added.
        * webgl/conformance/typedarrays/array-unit-tests.html: Added.
        * webgl/conformance/typedarrays/data-view-crash-expected.txt: Added.
        * webgl/conformance/typedarrays/data-view-crash.html: Added.
        * webgl/conformance/typedarrays/data-view-test-expected.txt: Added.
        * webgl/conformance/typedarrays/data-view-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-crash.html: Added.
        * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-view-crash.html: Added.
        * webgl/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html: Added.
        * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-crash.html: Added.
        * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-test.html: Added.

2013-02-05  Gregg Tavares  <gman@chromium.org>

        Adds the WebGL Conformance Tests misc folder.
        https://bugs.webkit.org/show_bug.cgi?id=108905

        Reviewed by Kenneth Russell.

        * webgl/conformance/misc/bad-arguments-test-expected.txt: Added.
        * webgl/conformance/misc/bad-arguments-test.html: Added.
        * webgl/conformance/misc/boolean-argument-conversion-expected.txt: Added.
        * webgl/conformance/misc/boolean-argument-conversion.html: Added.
        * webgl/conformance/misc/delayed-drawing-expected.txt: Added.
        * webgl/conformance/misc/delayed-drawing.html: Added.
        * webgl/conformance/misc/error-reporting-expected.txt: Added.
        * webgl/conformance/misc/error-reporting.html: Added.
        * webgl/conformance/misc/functions-returning-strings-expected.txt: Added.
        * webgl/conformance/misc/functions-returning-strings.html: Added.
        * webgl/conformance/misc/instanceof-test-expected.txt: Added.
        * webgl/conformance/misc/instanceof-test.html: Added.
        * webgl/conformance/misc/invalid-passed-params-expected.txt: Added.
        * webgl/conformance/misc/invalid-passed-params.html: Added.
        * webgl/conformance/misc/is-object-expected.txt: Added.
        * webgl/conformance/misc/is-object.html: Added.
        * webgl/conformance/misc/null-object-behaviour-expected.txt: Added.
        * webgl/conformance/misc/null-object-behaviour.html: Added.
        * webgl/conformance/misc/object-deletion-behaviour-expected.txt: Added.
        * webgl/conformance/misc/object-deletion-behaviour.html: Added.
        * webgl/conformance/misc/shader-precision-format-expected.txt: Added.
        * webgl/conformance/misc/shader-precision-format.html: Added.
        * webgl/conformance/misc/type-conversion-test-expected.txt: Added.
        * webgl/conformance/misc/type-conversion-test.html: Added.
        * webgl/conformance/misc/uninitialized-test-expected.txt: Added.
        * webgl/conformance/misc/uninitialized-test.html: Added.
        * webgl/conformance/misc/webgl-specific-expected.txt: Added.
        * webgl/conformance/misc/webgl-specific.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/misc/bad-arguments-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/boolean-argument-conversion.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/delayed-drawing.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/error-reporting.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/functions-returning-strings.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/instanceof-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/invalid-passed-params.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/is-object.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/null-object-behaviour.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/object-deletion-behaviour.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/shader-precision-format.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/type-conversion-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/uninitialized-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/misc/webgl-specific.html: Added.

2013-02-05  Gregg Tavares  <gman@chromium.org>

        Adds the WebGL Conformance Tests buffers folder
        https://bugs.webkit.org/show_bug.cgi?id=108902

        Reviewed by Kenneth Russell.

        * webgl/conformance/buffers/buffer-bind-test-expected.txt: Added.
        * webgl/conformance/buffers/buffer-bind-test.html: Added.
        * webgl/conformance/buffers/buffer-data-array-buffer-expected.txt: Added.
        * webgl/conformance/buffers/buffer-data-array-buffer.html: Added.
        * webgl/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Added.
        * webgl/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
        * webgl/conformance/buffers/index-validation-copies-indices-expected.txt: Added.
        * webgl/conformance/buffers/index-validation-copies-indices.html: Added.
        * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Added.
        * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
        * webgl/conformance/buffers/index-validation-expected.txt: Added.
        * webgl/conformance/buffers/index-validation-large-buffer-expected.txt: Added.
        * webgl/conformance/buffers/index-validation-large-buffer.html: Added.
        * webgl/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Added.
        * webgl/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
        * webgl/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Added.
        * webgl/conformance/buffers/index-validation-with-resized-buffer.html: Added.
        * webgl/conformance/buffers/index-validation.html: Added.
        * webgl/resources/webgl_test_files/conformance/buffers/00_test_list.txt: Added.
        * webgl/resources/webgl_test_files/conformance/buffers/buffer-bind-test.html: Added.
        * webgl/resources/webgl_test_files/conformance/buffers/buffer-data-array-buffer.html: Added.
        * webgl/resources/webgl_test_files/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
        * webgl/resources/webgl_test_files/conformance/buffers/index-validation-copies-indices.html: Added.
        * webgl/resources/webgl_test_files/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
        * webgl/resources/webgl_test_files/conformance/buffers/index-validation-large-buffer.html: Added.
        * webgl/resources/webgl_test_files/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
        * webgl/resources/webgl_test_files/conformance/buffers/index-validation-with-resized-buffer.html: Added.
        * webgl/resources/webgl_test_files/conformance/buffers/index-validation.html: Added.

2013-02-05  Anton Vayvod  <avayvod@chromium.org>

        TextAutosizing: adjust the maximum difference between cluster text width and its descendant
        width.
        https://bugs.webkit.org/show_bug.cgi?id=108411

        Reviewed by Kenneth Rohde Christiansen.

        Tests that certain width difference doesn't make descendants separate clusters.

        * fast/text-autosizing/nested-child-expected.html: Added.
        * fast/text-autosizing/nested-child.html: Added.

2013-02-05  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing test.
        https://bugs.webkit.org/show_bug.cgi?id=108942.

        * platform/qt/TestExpectations:

2013-02-05  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: element.focus() should not focus on disabled sub-fields.
        https://bugs.webkit.org/show_bug.cgi?id=108924

        Reviewed by Kentaro Hara.

        * fast/forms/date-multiple-fields/date-multiple-fields-focus-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-focus.html: Added.

2013-02-04  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Create separate project for each file system added to inspector.
        https://bugs.webkit.org/show_bug.cgi?id=108652

        Reviewed by Pavel Feldman.

        * inspector/file-mapping.html:
        * inspector/file-system-mapping-expected.txt: Added.
        * inspector/file-system-mapping.html: Added.

2013-02-05  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Should not move focus if the element already has focus
        https://bugs.webkit.org/show_bug.cgi?id=108914

        Reviewed by Kentaro Hara.

        * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-focus.html: Added.

2013-02-05  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding a flaky crash expectation for a couple of tests.
        Reclassifying the expectation for http/tests/media/video-play-stall.html as a flaky timeouting test.

        * platform/gtk/TestExpectations:

2013-02-05  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt][Wk2] Unreviewed gardening. Added platform specific expected.

        * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.
        * platform/qt-5.0-wk2/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added update after r140174.

2013-02-05  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Update RTCPeerConnections stream accessors to match the latest specification
        https://bugs.webkit.org/show_bug.cgi?id=108179

        Reviewed by Adam Barth.

        Updating tests for RTCPeerConnections new stream accessors.

        * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
        * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
        * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
        * fast/mediastream/RTCPeerConnection-statsSelector.html:

2013-02-05  Shinya Kawanaka  <shinyak@chromium.org>

        touch-event.html should check touchstartFiredInShadowDOM is true.
        https://bugs.webkit.org/show_bug.cgi?id=108910

        Reviewed by Hajime Morita.

        We have to check touchstartFiredInShadowDOM is true so that we can assure touch event is in ShadowDOM.
        This is a follow-up patch for http://trac.webkit.org/changeset/141054

        * fast/dom/shadow/touch-event-expected.txt:
        * fast/dom/shadow/touch-event.html:

2013-02-05  Praveen Jadhav  <praveen.j@samsung.com>

        Floating point precision error in AudioPannerNode.
        https://bugs.webkit.org/show_bug.cgi?id=106001

        Reviewed by Kentaro Hara.

        Specifications Update: 
        https://dvcs.w3.org/hg/audio/rev/69a39a516e45

        New test scenarios are added to verify precision
        error issues in PannerNode.

        * webaudio/pannernode-basic-expected.txt:
        * webaudio/pannernode-basic.html:

2013-02-05  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Use disabled attribute internally instead of readonly attribute
        https://bugs.webkit.org/show_bug.cgi?id=108911

        Reviewed by Kentaro Hara.

        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html:
        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html:

2013-02-04  Dean Jackson  <dino@apple.com>

        [Mac] Captions menu should indicate language and type of track
        https://bugs.webkit.org/show_bug.cgi?id=108882

        Reviewed by Eric Carlson.

        Now that the captions menu can be labelled in a platform-specific way, move
        the results into the platform directory. At the moment, they are skipped
        everywhere but Mac. Also update the tests to the new menu structure, which
        only has a single list of entries.

        * media/video-controls-captions-trackmenu-localized.html: Updated for new menu structure.
        * media/video-controls-captions-trackmenu-expected.txt: Removed.
        * media/video-controls-captions-trackmenu-localized-expected.txt: Removed.
        * media/video-controls-captions-trackmenu-sorted-expected.txt: Removed.
        * media/video-controls-captions-trackmenu-sorted.html: Updated for new menu structure.
        * media/video-controls-captions-trackmenu.html: Updated for new menu structure.
        * platform/mac/media/video-controls-captions-trackmenu-expected.txt: New platform specific results.
        * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt: Ditto.
        * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: Ditto.

2013-02-04  Hajime Morrita <morrita@google.com>

        [Chromium] Unreviewed, skipping heap-snapshot-with-detached-dom-tree.html

        * platform/chromium/TestExpectations:

2013-02-04  Hajime Morrita  <morrita@google.com>

        [Chromium] Unreviewed rebaselining.

        * platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt: Added.
        * platform/chromium-linux/compositing/overflow/updating-scrolling-content-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt: Added.

2013-02-04  Kent Tamura  <tkent@chromium.org>

        Fix crash by <select> type change on focus
        https://bugs.webkit.org/show_bug.cgi?id=108830

        Reviewed by Abhishek Arya.

        * fast/forms/select/select-change-type-on-focus-expected.txt: Added.
        * fast/forms/select/select-change-type-on-focus.html: Added.

2013-02-04  Kentaro Hara  <haraken@chromium.org>

        Add missing tests for default values of event constructors
        https://bugs.webkit.org/show_bug.cgi?id=108885

        Reviewed by Adam Barth.

        Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-keyboardevent

        * fast/events/constructors/keyboard-event-constructor-expected.txt:
        * fast/events/constructors/keyboard-event-constructor.html:
        * fast/events/constructors/mouse-event-constructor-expected.txt:
        * fast/events/constructors/mouse-event-constructor.html:
        * fast/events/constructors/wheel-event-constructor-expected.txt:
        * fast/events/constructors/wheel-event-constructor.html:

2013-02-04  Gregg Tavares  <gman@google.com>

        Add Support Files for WebGL Conformance Tests
        https://bugs.webkit.org/show_bug.cgi?id=108731

        Reviewed by Kenneth Russell.

        These are the 'resource' files for the WebGL
        Conformance Tests. Other CLs will add the
        actual tests.

        * webgl/resources/webgl_test_files/conformance/resources/3x3.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/blue-1x1.jpg: Added.
        * webgl/resources/webgl_test_files/conformance/resources/boolUniformShader.vert: Added.
        * webgl/resources/webgl_test_files/conformance/resources/bug-32888-texture.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/floatUniformShader.vert: Added.
        * webgl/resources/webgl_test_files/conformance/resources/fragmentShader.frag: Added.
        * webgl/resources/webgl_test_files/conformance/resources/glsl-conformance-test.js: Added.
        (GLSLConformanceTester):
        * webgl/resources/webgl_test_files/conformance/resources/glsl-feature-tests.css: Added.
        (canvas):
        (.shader-source):
        (.shader-source li:nth-child(odd)):
        (.shader-source li:nth-child(even)):
        (.testimages):
        (.testimages br):
        (.testimages > div):
        (IMG):
        * webgl/resources/webgl_test_files/conformance/resources/glsl-generator.js: Added.
        (GLSLGenerator.):
        (GLSLGenerator):
        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-256-with-128-alpha.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-256.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-default-gamma.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma0.1.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma1.0.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma2.0.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma4.0.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma9.0.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/gray-ramp.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/green-2x2-16bit.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/intArrayUniformShader.vert: Added.
        * webgl/resources/webgl_test_files/conformance/resources/intUniformShader.vert: Added.
        * webgl/resources/webgl_test_files/conformance/resources/matUniformShader.vert: Added.
        * webgl/resources/webgl_test_files/conformance/resources/noopUniformShader.frag: Added.
        * webgl/resources/webgl_test_files/conformance/resources/noopUniformShader.vert: Added.
        * webgl/resources/webgl_test_files/conformance/resources/npot-video.mp4: Added.
        * webgl/resources/webgl_test_files/conformance/resources/npot-video.theora.ogv: Added.
        * webgl/resources/webgl_test_files/conformance/resources/npot-video.webmvp8.webm: Added.
        * webgl/resources/webgl_test_files/conformance/resources/ogles-tests.css: Added.
        (canvas):
        (.shader-source):
        (.shader-source li:nth-child(odd)):
        (.shader-source li:nth-child(even)):
        (.testimages):
        (.testimages br):
        (.testimages > div):
        (IMG):
        * webgl/resources/webgl_test_files/conformance/resources/pnglib.js: Added.
        (.):
        * webgl/resources/webgl_test_files/conformance/resources/red-green.mp4: Added.
        * webgl/resources/webgl_test_files/conformance/resources/red-green.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/red-green.theora.ogv: Added.
        * webgl/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm: Added.
        * webgl/resources/webgl_test_files/conformance/resources/red-indexed.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/samplerUniformShader.frag: Added.
        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-cie-rgb-profile.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colormatch-profile.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.jpg: Added.
        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-e-srgb-profile.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-smpte-c-profile.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png: Added.
        * webgl/resources/webgl_test_files/conformance/resources/structUniformShader.vert: Added.
        * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-canvas.js: Added.
        (.init):
        (.setCanvasToRedGreen):
        (.drawTextInCanvas):
        (.setCanvasTo257x257):
        (.setCanvasTo1x2):
        (.else):
        (.runOneIteration):
        (.runTest.runNextTest):
        (.runTest):
        (generateTest):
        * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-image-data.js: Added.
        (.init):
        (.runOneIteration):
        (.runTest):
        (generateTest):
        * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-image.js: Added.
        (.init):
        (.runOneIteration):
        (.runTestOnImage):
        (.runTest.newImage.onload):
        (.runTest):
        (.runTest2.newImage.onload):
        (.runTest2):
        (.runTest3):
        (generateTest):
        * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-video.js: Added.
        (debug):
        (.init):
        (.runOneIteration):
        (.runTest):
        * webgl/resources/webgl_test_files/conformance/resources/vertexShader.vert: Added.
        * webgl/resources/webgl_test_files/conformance/resources/webgl-test-utils.js: Added.
        (WebGLTestUtils):
        (WebGLTestUtils.):
        * webgl/resources/webgl_test_files/conformance/resources/webgl-test.js: Added.
        (webglTestLog):
        (getGLErrorAsString):
        (shouldGenerateGLError):
        (glErrorShouldBe):
        * webgl/resources/webgl_test_files/conformance/resources/zero-alpha.png: Added.
        * webgl/resources/webgl_test_files/resources/desktop-gl-constants.js: Added.
        * webgl/resources/webgl_test_files/resources/js-test-post.js: Added.
        * webgl/resources/webgl_test_files/resources/js-test-pre.js: Added.
        (.):
        (reportTestResultsToHarness):
        (notifyFinishedToHarness):
        (description):
        (debug):
        (escapeHTML):
        (testPassed):
        (testFailed):
        (areArraysEqual):
        (isMinusZero):
        (isResultCorrect):
        (stringify):
        (evalAndLog):
        (shouldBe):
        (shouldNotBe):
        (shouldBeTrue):
        (shouldBeFalse):
        (shouldBeNaN):
        (shouldBeNull):
        (shouldBeEqualToString):
        (shouldEvaluateTo):
        (shouldBeNonZero):
        (shouldBeNonNull):
        (shouldBeUndefined):
        (shouldBeDefined):
        (shouldBeGreaterThanOrEqual):
        (expectTrue):
        (shouldThrow):
        (assertMsg):
        (gc.gcRec):
        (gc):
        (finishTest.epilogue.onload):
        (finishTest):
        * webgl/resources/webgl_test_files/resources/js-test-style.css: Added.
        (.pass):
        (.fail):
        (#console):
        * webgl/resources/webgl_test_files/resources/test-eval.js: Added.
        (TestEval):
        * webgl/resources/webgl_test_files/resources/webgl-logo.png: Added.
        * webgl/resources/webgl_test_files/resources/webgl-test-harness.js: Added.
        (WebGLTestHarnessModule.log):
        (WebGLTestHarnessModule.try.request.onreadystatechange):
        (WebGLTestHarnessModule.loadTextFileAsynchronous):
        (WebGLTestHarnessModule.greaterThanOrEqualToVersion):
        (WebGLTestHarnessModule.copyObject):
        (WebGLTestHarnessModule.toCamelCase):
        (WebGLTestHarnessModule.):
        (WebGLTestHarnessModule.getFileListImpl):
        (WebGLTestHarnessModule.var):
        (WebGLTestHarnessModule.getFileList):
        (WebGLTestHarnessModule.FilterURL):
        (WebGLTestHarnessModule.TestFile):
        (WebGLTestHarnessModule.Test):
        (WebGLTestHarnessModule.TestHarness):
        (WebGLTestHarnessModule.TestHarness.prototype.addFiles_):
        (WebGLTestHarnessModule.TestHarness.prototype.runTests):
        (WebGLTestHarnessModule.TestHarness.prototype.setTimeout):
        (WebGLTestHarnessModule.TestHarness.prototype.clearTimeout):
        (WebGLTestHarnessModule.TestHarness.prototype.startNextTest):
        (WebGLTestHarnessModule.TestHarness.prototype.startTest):
        (WebGLTestHarnessModule.TestHarness.prototype.getTest):
        (WebGLTestHarnessModule.TestHarness.prototype.reportResults):
        (WebGLTestHarnessModule.TestHarness.prototype.dequeTest):
        (WebGLTestHarnessModule.TestHarness.prototype.notifyFinished):
        (WebGLTestHarnessModule.TestHarness.prototype.timeout):
        (WebGLTestHarnessModule.TestHarness.prototype.setTimeoutDelay):
        (WebGLTestHarnessModule):
        * webgl/resources/webkit-webgl-test-harness.js: Added.
        (.):

2013-02-04  Hajime Morrita  <morrita@google.com>

        [Chromium] Unreviewed rebaselining for r141769.

        * platform/chromium-mac-lion/compositing/overflow/nested-scrolling-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
        * platform/chromium-mac-snowleopard/compositing/overflow/nested-scrolling-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
        * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:
        * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt: Added.
        * platform/chromium/compositing/overflow/scrolling-without-painting-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium/compositing/overflow/updating-scrolling-content-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt.
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt.

2013-02-04  Benjamin Poulain  <bpoulain@apple.com>

        Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals
        https://bugs.webkit.org/show_bug.cgi?id=108741

        Reviewed by Tony Chang.

        Update the tests to use WebCore Internals instead of the TestRunner.

        * animations/animation-controller-drt-api.html:
        * transitions/hang-with-bad-transition-list.html:
        * transitions/remove-transition-style.html:
        * transitions/repeated-firing-background-color.html:
        * transitions/zero-duration-with-non-zero-delay-end.html:

2013-02-04  Nayan Kumar K  <nayankk@motorola.com>

        [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.
        https://bugs.webkit.org/show_bug.cgi?id=108694

        Reviewed by Kenneth Russell.

        WEBGL_lose_context is one of the community approved WebGL extension.
        Hence remove the vendor prefix from WEBKIT_WEBGL_lose_context extension.
        Spefication: http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/

        * fast/canvas/webgl/WebGLContextEvent.html:
        * fast/canvas/webgl/context-destroyed-crash.html:
        * fast/canvas/webgl/context-lost-expected.txt:
        * fast/canvas/webgl/context-lost-restored.html:
        * fast/canvas/webgl/context-lost.html:
        * platform/chromium-linux-x86/fast/canvas/webgl/context-lost-expected.txt:
        * platform/chromium-linux/fast/canvas/webgl/context-lost-expected.txt:
        * platform/chromium-mac/fast/canvas/webgl/context-lost-expected.txt:
        * platform/chromium-win-xp/fast/canvas/webgl/context-lost-expected.txt:
        * platform/chromium-win/fast/canvas/webgl/context-lost-expected.txt:
        * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/webgl/context-lost-expected.txt:

2013-02-04  Chris Hopman  <cjhopman@chromium.org>

        Make moveCaretTowardsWindowPoint not snap to the beginning/end when moved above/below editable
        https://bugs.webkit.org/show_bug.cgi?id=107850

        Reviewed by Ojan Vafai.

        Test the new "android" editing behavior in the following tests:

        * editing/deleting/delete-ligature-003-expected.txt:
        * editing/deleting/delete-ligature-003.html:
        * editing/deleting/paragraph-in-preserveNewline-expected.txt:
        * editing/deleting/paragraph-in-preserveNewline.html:
        * editing/deleting/whitespace-pre-1-expected.txt:
        * editing/deleting/whitespace-pre-1.html:
        * editing/execCommand/script-tests/toggle-compound-styles.js:
        * editing/execCommand/toggle-compound-styles-expected.txt:
        * editing/selection/5354455-1-expected.txt:
        * editing/selection/5354455-1.html:
        * editing/selection/click-in-margins-inside-editable-div-expected.txt:
        * editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt:
        * editing/selection/context-menu-text-selection-expected.txt:
        * editing/selection/context-menu-text-selection.html:
        * editing/selection/extend-after-mouse-selection-expected.txt:
        * editing/selection/extend-after-mouse-selection.html:
        * editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt:
        * editing/selection/programmatic-selection-on-mac-is-directionless.html:
        * editing/selection/rtl-move-selection-right-left-expected.txt:
        * editing/selection/rtl-move-selection-right-left.html:
        * editing/selection/script-tests/click-in-margins-inside-editable-div.js:
        * editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js:
        * editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt:
        * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:

2013-02-04  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Focus order is not controllable by tabIndex attribute on <input>
        https://bugs.webkit.org/show_bug.cgi?id=108447

        Reviewed by Hajime Morita.

        * fast/forms/time-multiple-fields/time-multiple-fields-tabindex-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-tabindex.html: Added.

2013-02-04  Jessie Berlin  <jberlin@apple.com>

        REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=98527

        The bug was fixed but the test was never removed from the Mac WK2 TestExpectations file.
        Remove it now.

        * platform/mac-wk2/TestExpectations:

2013-02-04  Alan Cutter  <alancutter@chromium.org>

        [ Linux ] Mark media/track/track-cues-cuechange.html and media/track/track-cues-enter-exit.html as slow
        https://bugs.webkit.org/show_bug.cgi?id=108876

        Reviewed by Dirk Pranke.

        Tests take ~5.4 seconds to run locally.
        Timing out on the EWS bots but passing on the Webkit buildbots.
        Marked tests as slow in TestExpectations.

        * platform/chromium/TestExpectations:

2013-01-31  Kentaro Hara  <haraken@chromium.org>

        Implement WheelEvent::deltaMode
        https://bugs.webkit.org/show_bug.cgi?id=108455

        Reviewed by Adam Barth.

        Per the spec, WheelEvent::deltaMode should return
        DOM_DELTA_PIXEL or DOM_DELTA_LINE or DOM_DELTA_PAGE.

        Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
        https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-wheelevent

        * fast/events/constructors/wheel-event-constructor-expected.txt:
        * fast/events/constructors/wheel-event-constructor.html:

2013-02-04  Dima Gorbik  <dgorbik@apple.com>

        WebVTT <i>, <b> and <u> elements should have default styles
        https://bugs.webkit.org/show_bug.cgi?id=107214

        Reviewed by Darin Adler.

        * media/track/captions-webvtt/styling-default.vtt: Added.
        * media/track/track-css-matching-default-expected.txt: Added.
        * media/track/track-css-matching-default.html: Added.

2013-02-04  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Heap-buffer-overflow in std::sort
        https://bugs.webkit.org/show_bug.cgi?id=108834

        Reviewed by Abhishek Arya.

        * fast/css-grid-layout/grid-strict-ordering-crash-expected.txt: Added.
        * fast/css-grid-layout/grid-strict-ordering-crash.html: Added.
        The test requires a column / row index above the Vector inline capacity to work (which is currently 16).
        The values are much higher in case we decide to bump the inline capacity.

2013-02-04  Dima Gorbik  <dgorbik@apple.com>

        class="cue" is getting some default style
        https://bugs.webkit.org/show_bug.cgi?id=108752

        Reviewed by Dean Jackson.

        * media/track/track-css-property-whitelist-expected.txt:
        * media/track/track-css-property-whitelist.html:

2013-02-04  Jessie Berlin  <jberlin@apple.com>

        [WK2] [Mac] Support drag in mouse events for WebKit2 EventSender
        https://bugs.webkit.org/show_bug.cgi?id=68552

        Skip another test that depends on setting eventSender.dragMode.

        * platform/wk2/TestExpectations:

2013-02-04  Jessie Berlin  <jberlin@apple.com>

        Out-of-view check of fixed position element in frame might still be incorrect on Mac when
        page is scaled
        https://bugs.webkit.org/show_bug.cgi?id=105049

        These tests have started passing all the time on all the Lion and Mountain Lion Debug and
        Release WK1 and WK2 testers. Remove the failing expectation.

        * platform/mac/TestExpectations:

2013-02-04  Dima Gorbik  <dgorbik@apple.com>

        Implemet :lang() pseudo class support for the WebVTT ::cue pseudo element
        https://bugs.webkit.org/show_bug.cgi?id=105478

        Reviewed by Antti Koivisto.

        * media/track/captions-webvtt/styling-lang.vtt:
        * media/track/track-css-matching-lang-expected.txt:
        * media/track/track-css-matching-lang.html:

2013-02-04  Tom Sepez  <tsepez@chromiium.org>

        XSS Auditor bypass via svg tags and xlink:href
        https://bugs.webkit.org/show_bug.cgi?id=84158

        Reviewed by Adam Barth.

        * http/tests/security/xssAuditor/svg-script-tag-expected.txt: Added.
        * http/tests/security/xssAuditor/svg-script-tag.html: Added.

2013-02-04  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Add parsing for grid-auto-flow
        https://bugs.webkit.org/show_bug.cgi?id=108397

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/grid-auto-flow-get-set-expected.txt: Added.
        * fast/css-grid-layout/grid-auto-flow-get-set.html: Added.
        * fast/css-grid-layout/resources/grid.css:
        (.gridAutoFlowNone):
        (.gridAutoFlowColumn):
        (.gridAutoFlowRow):
        Added these new classes to our common style.

2013-02-04  Vladislav Kaznacheev  <kaznacheev@chromium.org>

        Web Inspector: Create a container class for SidebarPane instances
        https://bugs.webkit.org/show_bug.cgi?id=108183


        Reviewed by Pavel Feldman.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.stylesCallback):
        (initialize_ElementTest.InspectorTest.selectNodeAndWaitForStylesWithComputed):
        * inspector/audits/audits-panel-functional-expected.txt:
        * inspector/audits/audits-panel-noimages-functional-expected.txt:
        * inspector/debugger/error-in-watch-expressions.html:
        * inspector/debugger/properties-special.html:
        * inspector/debugger/watch-expressions-panel-switch.html:
        * inspector/debugger/watch-expressions-preserve-expansion.html:
        * inspector/extensions/extensions-audits-api-expected.txt:
        * inspector/extensions/extensions-audits-content-script-expected.txt:
        * inspector/extensions/extensions-audits-expected.txt:
        * inspector/extensions/extensions-events.html:
        * inspector/extensions/extensions-sidebar.html:
        * inspector/styles/lazy-computed-style.html:

2013-02-04  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt][Wk2] Unreviewed gardnening. Skip failing tests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Update after r141459.
        * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.

2013-02-04  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: add round braces to javascript tokenizer
        https://bugs.webkit.org/show_bug.cgi?id=108692

        Reviewed by Pavel Feldman.

        Updated test expectations to correspond to new tokens "brace-start"
        and "brace-end" in javascript tokenizer.

        * inspector/editor/highlighter-basics-expected.txt:
        * inspector/editor/text-editor-long-line-expected.txt:
        * inspector/syntax-highlight-html-expected.txt:
        * inspector/syntax-highlight-javascript-expected.txt:

2013-02-04  Sami Kyostila  <skyostil@chromium.org>

        Disable -webkit-overflow-scrolling CSS attribute on Chromium
        https://bugs.webkit.org/show_bug.cgi?id=108020

        Reviewed by James Robinson.

        Now that we can automatically promote overflow elements to accelerated
        scrolling layers there is no use for the -webkit-overflow-scrolling CSS
        attribute any longer on Chromium.

        The following tests using -webkit-overflow-scroll are modified to also call
        setAcceleratedCompositingForOverflowScrollEnabled(). This makes them test
        meaningful things on also on platforms that do not support that CSS attribute.

        * compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor.html:
        * compositing/overflow/iframe-inside-overflow-clipping.html:
        * compositing/overflow/nested-scrolling.html:
        * compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor.html:
        * compositing/overflow/scrolling-content-clip-to-viewport.html:
        * compositing/overflow/scrolling-without-painting.html:
        * compositing/overflow/textarea-scroll-touch.html:
        * compositing/overflow/updating-scrolling-content.html:
        * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt: Removed.
        * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html: Removed.
        * platform/chromium-linux/compositing/overflow/nested-scrolling-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Removed.
        * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.png: Removed.
        * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.txt: Removed.
        * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html: Removed.
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Removed.

2013-02-04  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skipping failing tests.

        * platform/qt/TestExpectations:

2013-02-04  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline for r141741
        https://bugs.webkit.org/show_bug.cgi?id=108791

        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Removed.
        * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/datetime/datetime-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Removed.
        * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium/TestExpectations:

2013-02-03  Christophe Dumez  <dchris@gmail.com>

        [EFL][WK2] Mark fast/dom/DOMImplementation/createDocument-with-used-doctype.html as flaky
        https://bugs.webkit.org/show_bug.cgi?id=108793

        Unreviewed EFL gardening.

        Mark fast/dom/DOMImplementation/createDocument-with-used-doctype.html as
        flaky due to Bug 108058. It sometimes crashes on the bots.

        * platform/efl-wk2/TestExpectations:

2013-02-03  Kent Tamura  <tkent@chromium.org>

        Support setLangAttributeAwareFormControlUIEnabled on Chromium Windows XP
        https://bugs.webkit.org/show_bug.cgi?id=108791

        Reviewed by Kentaro Hara.

        * platform/chromium/TestExpectations:
        Mark affected tests failure.
        Actually we should be able to remove XP-specific test results for
        them. We just mark them in this patch just in case, and do rebaseline
        later.

2013-02-03  Hajime Morrita  <morrita@google.com>

        [Chromium] Unreviewed, marking some as timing out.

        * platform/chromium/TestExpectations:

2013-02-03  Hajime Morrita <morrita@google.com>

        [Chromium] Unreviewed, marking terminate-during-sync-operation.html as timing out.

        * platform/chromium/TestExpectations:

2013-02-03  Hajime Morrita  <morrita@google.com>

        [Chromium] Unreviewed rebaselining.

        * platform/chromium-mac-lion/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.

2013-02-03  Hajime Morrita <morrita@google.com>

        [Chromium] Unreviewed, marking grid-preferred-logical-widths.html as a fail.

        * platform/chromium/TestExpectations:

2013-02-03  Hajime Morrita  <morrita@google.com>

        [Chromium] Unreviewed, marking block-test.html as a fail.

        * platform/chromium/TestExpectations:

2013-02-03  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Skip editing/inserting/smart-link-when-caret-is-moved-before-URL.html
        https://bugs.webkit.org/show_bug.cgi?id=85463
        
        Test added in http://trac.webkit.org/changeset/141618 - requires that DRT or WKTR
        implement setAutomaticLinkDetectionEnabled().

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-02-03  Kent Tamura  <tkent@chromium.org>

        calendar-picker-key-operations.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=108566

        Reviewed by Kentaro Hara.

        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
        Month.createFromDate supports only UTC Date. Use the Month constructor
        with local year and local month.

2013-02-03  Christophe Dumez  <dchris@gmail.com>

        [EFL] Mark inspector/debugger/source-frame-count.html as flaky
        https://bugs.webkit.org/show_bug.cgi?id=108768

        Unreviewed EFL gardening.

        Mark inspector/debugger/source-frame-count.html as flaky as it sometimes
        crashes due to Bug 81574.

        * platform/efl-wk2/TestExpectations:

2013-02-03  Christophe Dumez  <dchris@gmail.com>

        [EFL] Mark a few more media tests as flaky due to gstreamer 1.0
        https://bugs.webkit.org/show_bug.cgi?id=108765

        Unreviewed EFL gardening.

        Mark 2 more media tests as flaky since the update to gstreamer 1.0.
        They sometimes crash in MediaPlayerPrivateGStreamer dtor.

        * platform/efl/TestExpectations:

2013-02-03  Christophe Dumez  <dchris@gmail.com>

        [EFL] svg/custom/text-ctm.svg needs a baseline
        https://bugs.webkit.org/show_bug.cgi?id=108764

        Unreviewed EFL gardening.

        Add baseline for svg/custom/text-ctm.svg that was added in r17879.

        * platform/efl/svg/custom/text-ctm-expected.png: Added.
        * platform/efl/svg/custom/text-ctm-expected.txt: Added.

2013-02-02  Takashi Sakamoto  <tasak@google.com>

        Making -webkit-image-set() the first value of background property causes crash.
        https://bugs.webkit.org/show_bug.cgi?id=108409

        Reviewed by Beth Dakin.

        * fast/css/image-set-value-crash-in-fillImageSet-expected.txt: Added.
        * fast/css/image-set-value-crash-in-fillImageSet.html: Added.

2013-02-02  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: fix bug in highlighting single chars via highlightRange API of DTE
        https://bugs.webkit.org/show_bug.cgi?id=108685

        Reviewed by Pavel Feldman.

        Updated layout test to cover specific bug case.

        * inspector/editor/text-editor-highlight-api-expected.txt:
        * inspector/editor/text-editor-highlight-api.html:

2013-02-02  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations:
        * platform/gtk/svg/custom/text-ctm-expected.txt:
        * platform/gtk/svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.

2013-02-01  Christian Biesinger  <cbiesinger@chromium.org>

        Rebaseline tests after bug 9221
        https://bugs.webkit.org/show_bug.cgi?id=108712

        Unreviewed rebaseline of test expectations.

        * fast/css/resize-corner-tracking-expected.txt: Renamed from LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.txt.
        * platform/chromium-mac-lion/fast/css/resize-corner-tracking-expected.png:
        * platform/chromium-mac-lion/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
        * platform/chromium-mac/fast/css/resize-corner-tracking-expected.png:
        * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png:
        * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
        * platform/chromium-win/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/css/resize-corner-tracking-expected.txt: Removed.

2013-02-01  Yongjun Zhang  <yongjun_zhang@apple.com>

        Document is never released if an image's src attribute is changed to a url blocked by content-security-policy.
        https://bugs.webkit.org/show_bug.cgi?id=108545

        Reviewed by Alexey Proskuryakov.

        Add a test to verify the error event is fired when image's src attribute is changed to a url
        but the url blocked by content-security-policy.

        * fast/images/image-error-event-not-firing-expected.txt: Added.
        * fast/images/image-error-event-not-firing.html: Added.

2013-02-01  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline after http://trac.webkit.org/changeset/141634

        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
        * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
        * platform/chromium-win/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt.

2013-02-01  Jessie Berlin  <jberlin@apple.com>

        The assertions in updateLayerPositionsAfterScroll were commented out in r141278, so stop
        expecting http/tests/inspector/resource-har-pages.html to assert in debug builds.
        (see https://bugs.webkit.org/show_bug.cgi?id=103432).

        * platform/mac/TestExpectations:

2013-02-01  Ojan Vafai  <ojan@chromium.org>

        Make svg-fonts-in-text-controls.html have the same results across platforms
        https://bugs.webkit.org/show_bug.cgi?id=108676

        Reviewed by Dirk Pranke.

        Mac uses a different default font-size for form controls and Windows
        uses different padding for textareas/inputs. Override these so
        this test doesn't need platform specific expectations.

        * platform/chromium/TestExpectations:
        * platform/gtk/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
        * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.png: Removed.
        * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
        * svg/custom/script-tests/svg-fonts-in-text-controls.js:
        * svg/custom/svg-fonts-in-text-controls-expected.txt:
        * svg/custom/svg-fonts-in-text-controls.html:
        These dummy elements aren't needed anymore. js-test-pre.js inserts them.

2013-02-01  Rouslan Solomakhin  <rouslan@chromium.org>

        [Chromium] Expect spellcheck to ignore punctuation
        https://bugs.webkit.org/show_bug.cgi?id=108511

        Reviewed by Tony Chang.

        * platform/chromium/TestExpectations: Expect spellcheck to ignore punctuation.

2013-02-01  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: remove extra padding around overlay highlight.
        https://bugs.webkit.org/show_bug.cgi?id=108679

        Reviewed by Alexander Pavlov.

        Update layout test expectations to correspond to updated overlay highlight style.

        * inspector/editor/text-editor-highlight-api-expected.txt:
        * inspector/editor/text-editor-highlight-token-expected.txt:

2013-02-01  Philip Rogers  <pdr@google.com>

        Prevent skipped repaints for children of inner SVG elements
        https://bugs.webkit.org/show_bug.cgi?id=108429

        Reviewed by Eric Seidel.

        Need to update expectations for a single file (just a 1px difference).

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * svg/repaint/svgsvgelement-repaint-children-expected.png: Added.
        * svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
        * svg/repaint/svgsvgelement-repaint-children.html: Added.

2013-02-01  Philip Rogers  <pdr@google.com>

        [Chromium] Unreviewed gardening of two svg/zoom/page tests.

        This change rebaselines two tests for WK108108.

        Unreviewed update of test expectations.

        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
        * platform/chromium/TestExpectations:

2013-02-01  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening.

        Skip a test added in r14618 that uses setAutomaticLinkDetectionEnabled.

        * platform/chromium/TestExpectations:

2013-02-01  David Farler  <dfarler@apple.com>

        [Mac] Layout test fast/parser/parser-yield-timing.html is flaky on debug bots
        https://bugs.webkit.org/show_bug.cgi?id=108677

        Reviewed by Tim Horton.

        * platform/mac/TestExpectations:
        Mark fast/parser/parser-yield-timing.html as [ Pass Failure ]

2013-02-01  Philip Rogers  <pdr@google.com>

        Change hasAlpha to isKnownToBeOpaque and correct the return value for SVG images.
        https://bugs.webkit.org/show_bug.cgi?id=106966

        Reviewed by Stephen White.

        An SVG image has been added to this test to check for regressions.

        * fast/box-shadow/image-box-shadow-expected.html:
        * fast/box-shadow/image-box-shadow.html:

            Add an SVG image and correct a small mistake in the test that used values of 256
            instead of 255.

        * fast/box-shadow/resources/green.svg: Added.

2013-02-01  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, GTK TestExpectations update.

        * platform/gtk/TestExpectations: Flag some new media tests
        crashing until a fix is figured out.

2013-02-01  Alok Priyadarshi  <alokp@chromium.org>

        Print GraphicsLayer::m_contentsOpaque if non-default (true)
        https://bugs.webkit.org/show_bug.cgi?id=108354

        Reviewed by Simon Fraser.

        * compositing/absolute-inside-out-of-view-fixed-expected.txt:
        * compositing/backing/no-backing-for-clip-expected.txt:
        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * compositing/backing/no-backing-for-perspective-expected.txt:
        * compositing/bounds-in-flipped-writing-mode-expected.txt:
        * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
        * compositing/columns/composited-in-paginated-expected.txt:
        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
        * compositing/geometry/ancestor-overflow-change-expected.txt:
        * compositing/geometry/bounds-clipped-composited-child-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-expected.txt:
        * compositing/geometry/clip-expected.txt:
        * compositing/geometry/clip-inside-expected.txt:
        * compositing/geometry/composited-in-columns-expected.txt:
        * compositing/geometry/fixed-position-composited-switch-expected.txt:
        * compositing/geometry/flipped-writing-mode-expected.txt:
        * compositing/geometry/foreground-layer-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
        * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt:
        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * compositing/geometry/preserve-3d-switching-expected.txt:
        * compositing/iframes/become-composited-nested-iframes-expected.txt:
        * compositing/iframes/become-overlapped-iframe-expected.txt:
        * compositing/iframes/composited-parent-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * compositing/iframes/connect-compositing-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe2-expected.txt:
        * compositing/iframes/connect-compositing-iframe3-expected.txt:
        * compositing/iframes/enter-compositing-iframe-expected.txt:
        * compositing/iframes/iframe-resize-expected.txt:
        * compositing/iframes/iframe-size-from-zero-expected.txt:
        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * compositing/iframes/overlapped-iframe-expected.txt:
        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * compositing/iframes/overlapped-nested-iframes-expected.txt:
        * compositing/iframes/page-cache-layer-tree-expected.txt:
        * compositing/iframes/scrolling-iframe-expected.txt:
        * compositing/images/clip-on-directly-composited-image-expected.txt:
        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt:
        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * compositing/layer-creation/overlap-animation-clipping-expected.txt:
        * compositing/layer-creation/overlap-animation-container-expected.txt:
        * compositing/layer-creation/overlap-animation-expected.txt:
        * compositing/layer-creation/overlap-child-layer-expected.txt:
        * compositing/layer-creation/overlap-clipping-expected.txt:
        * compositing/layer-creation/overlap-transformed-3d-expected.txt:
        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
        * compositing/layer-creation/overlap-transforms-expected.txt:
        * compositing/layer-creation/rotate3d-overlap-expected.txt:
        * compositing/layer-creation/scroll-partial-update-expected.txt:
        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
        * compositing/layer-creation/translatez-overlap-expected.txt:
        * compositing/masks/mask-layer-size-expected.txt:
        * compositing/overflow-trumps-transform-style-expected.txt:
        * compositing/overflow/clip-descendents-expected.txt:
        * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * compositing/overflow/content-gains-scrollbars-expected.txt:
        * compositing/overflow/content-loses-scrollbars-expected.txt:
        * compositing/overflow/overflow-auto-with-touch-expected.txt:
        * compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
        * compositing/overflow/overflow-overlay-with-touch-expected.txt:
        * compositing/overflow/overflow-scrollbar-layers-expected.txt:
        * compositing/overflow/resize-painting-expected.txt:
        * compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
        * compositing/overflow/scrolling-without-painting-expected.txt:
        * compositing/overflow/textarea-scroll-touch-expected.txt:
        * compositing/overflow/updating-scrolling-content-expected.txt:
        * compositing/plugins/no-backing-store-expected.txt:
        * compositing/plugins/small-to-large-composited-plugin-expected.txt:
        * compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * compositing/repaint/resize-repaint-expected.txt:
        * compositing/rtl/rtl-absolute-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-fixed-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-relative-expected.txt:
        * compositing/rtl/rtl-relative-expected.txt:
        * compositing/tiled-layers-hidpi-expected.txt:
        * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * compositing/tiling/huge-layer-expected.txt:
        * compositing/tiling/huge-layer-img-expected.txt:
        * compositing/tiling/huge-layer-resize-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * compositing/tiling/rotated-tiled-clamped-expected.txt:
        * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
        * compositing/tiling/tile-cache-zoomed-expected.txt:
        * compositing/tiling/tiled-layer-resize-expected.txt:
        * compositing/visibility/layer-visible-content-expected.txt:
        * compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * compositing/visible-rect/2d-transformed-expected.txt:
        * compositing/visible-rect/3d-transform-style-expected.txt:
        * compositing/visible-rect/3d-transformed-expected.txt:
        * compositing/visible-rect/animated-expected.txt:
        * compositing/visible-rect/animated-from-none-expected.txt:
        * compositing/visible-rect/clipped-by-viewport-expected.txt:
        * compositing/visible-rect/clipped-visible-rect-expected.txt:
        * compositing/visible-rect/iframe-and-layers-expected.txt:
        * compositing/visible-rect/iframe-no-layers-expected.txt:
        * compositing/visible-rect/nested-transform-expected.txt:
        * compositing/visible-rect/scrolled-expected.txt:
        * css3/compositing/should-have-compositing-layer-expected.txt:
        * css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt:
        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/chromium-mac/css3/filters/composited-during-animation-layertree-expected.txt:
        * platform/chromium-mac/css3/filters/composited-during-transition-layertree-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
        * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/chromium-win/compositing/layer-creation/scroll-partial-update-expected.txt:
        * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-resize-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/chromium-win/css3/filters/composited-during-animation-layertree-expected.txt:
        * platform/chromium-win/css3/filters/composited-during-transition-layertree-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/chromium/compositing/canvas/accelerated-canvas-compositing-expected.txt:
        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
        * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
        * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
        * platform/chromium/compositing/force-compositing-mode/force-composite-empty-expected.txt:
        * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer-expected.txt:
        * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer-expected.txt:
        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt:
        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt:
        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing-expected.txt:
        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * platform/chromium/compositing/geometry/clip-expected.txt:
        * platform/chromium/compositing/geometry/clip-inside-expected.txt:
        * platform/chromium/compositing/geometry/composited-in-columns-expected.txt:
        * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
        * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
        * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/chromium/compositing/iframes/resizer-expected.txt:
        * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
        * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt:
        * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
        * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
        * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
        * platform/chromium/compositing/overflow/content-loses-scrollbars-expected.txt:
        * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
        * platform/chromium/compositing/overflow/resize-painting-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
        * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
        * platform/chromium/compositing/tiling/huge-layer-img-expected.txt:
        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/content-gains-scrollbars-expected.txt:
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt:
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt:
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/resize-painting-expected.txt:
        * platform/efl/compositing/geometry/foreground-layer-expected.txt:
        * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
        * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
        * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
        * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
        * platform/mac/TestExpectations:
        * platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt:
        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
        * platform/mac/compositing/iframes/resizer-expected.txt:
        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-img-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-resize-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
        * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
        * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
        * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/mac/css3/filters/composited-during-animation-layertree-expected.txt:
        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
        * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
        * platform/qt/compositing/overflow/clip-descendents-expected.txt:
        * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
        * platform/qt/css3/compositing/should-have-compositing-layer-expected.txt:
        * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
        * platform/win/compositing/iframes/composited-iframe-expected.txt:
        * platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
        * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:

2013-02-01  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skip more test in preparation for Win EWS bots (round 2).
        https://bugs.webkit.org/show_bug.cgi?id=108249

        * platform/win/TestExpectations:

2013-02-01  Jessie Berlin  <jberlin@apple.com>

        WTR needs an implementation of setAutomaticLinkDetectionEnabled
        https://bugs.webkit.org/show_bug.cgi?id=87162

        Skip a test on wk2 added in r14618 that uses setAutomaticLinkDetectionEnabled.

        * platform/wk2/TestExpectations:

2013-01-31  Dirk Schulze  <krit@webkit.org>

        [canvas] Add more constructors to Path
        https://bugs.webkit.org/show_bug.cgi?id=108587

        Reviewed by Dean Jackson.

        Add tests for new constructors of Path objects.
        Since the feature is behind a flag, the test is skipped on
        all platforms for now.

        * fast/canvas/canvas-path-constructors-expected.txt: Added.
        * fast/canvas/canvas-path-constructors.html: Added.
        * fast/canvas/script-tests/canvas-path-constructors.js: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:

2013-02-01  Mike West  <mkwst@chromium.org>

        Remove call to SecurityOrigin::canAccessDatabase from IDB constructor.
        https://bugs.webkit.org/show_bug.cgi?id=108477

        Reviewed by Adam Barth.

        * http/tests/security/no-indexeddb-from-sandbox-expected.txt:
        * http/tests/security/no-indexeddb-from-sandbox.html:
            This test expected the 'webkitIndexedDB' property to be missing
            entirely inside a sandbox. The expectation has been updated to
            expect 'webkitIndexedDB.open()' to throw a SECURITY_ERR.
        * platform/efl/TestExpectations:
        * platform/mac-snowleopard/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
            This test was accidentally passing on a variety of platforms that
            don't yet implement IndexedDB. Now that failure is distinguishable
            we should skip it on a variety of platforms.

2013-02-01  Ryosuke Niwa  <rniwa@webkit.org>

        Smart link can erroneously move caret after an URL when typing immediately before it
        https://bugs.webkit.org/show_bug.cgi?id=92812

        Reviewed by Enrica Casucci.

        Add a regression for typing immediately before an URL while smart link is enabled.
        WebKit should not be moving the caret erroneously.

        * editing/inserting/smart-link-when-caret-is-moved-before-URL-expected.txt: Added.
        * editing/inserting/smart-link-when-caret-is-moved-before-URL.html: Added.

2013-02-01  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] computePreferredLogicalWidths doesn't handle minmax tracks
        https://bugs.webkit.org/show_bug.cgi?id=108403

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt: Added.
        * fast/css-grid-layout/grid-preferred-logical-widths.html: Added.

2013-02-01  Nate Chapin  <japhet@chromium.org>

        Cached main resources report a zero identifer on 304s
        https://bugs.webkit.org/show_bug.cgi?id=108402

        Reviewed by Adam Barth.

        * http/tests/cache/iframe-304-crash-expected.txt: Added.
        * http/tests/cache/iframe-304-crash.html: Added.
        * http/tests/cache/resources/iframe304.php: Added.
        * platform/chromium/TestExpectations: New test requires main resource caching, which isn't supported on chromium at the moment.
        * platform/mac/TestExpectations: New test requires main resource caching, which isn't supported on mac at the moment.

2013-02-01  Rashmi Shyamasundar  <rashmi.s2@samsung.com>

        Zero size gradient should paint nothing on canvas
        https://bugs.webkit.org/show_bug.cgi?id=102654

        Reviewed by Dirk Schulze.

        The functions fill(), fillText(), stroke(), strokeRect() and strokeText()
        should paint nothing on canvas when the canvas fillStyle/strokeStyle
        is set to a zero size gradient.

        * fast/canvas/canvas-fill-zeroSizeGradient-expected.txt: Added.
        * fast/canvas/canvas-fill-zeroSizeGradient.html: Added.
        * fast/canvas/canvas-fillRect-zeroSizeGradient-expected.txt: Added.
        * fast/canvas/canvas-fillRect-zeroSizeGradient.html: Added.
        * fast/canvas/canvas-fillText-zeroSizeGradient-expected.txt: Added.
        * fast/canvas/canvas-fillText-zeroSizeGradient.html: Added.
        * fast/canvas/canvas-stroke-zeroSizeGradient-expected.txt: Added.
        * fast/canvas/canvas-stroke-zeroSizeGradient.html: Added.
        * fast/canvas/canvas-strokeRect-zeroSizeGradient-expected.txt: Added.
        * fast/canvas/canvas-strokeRect-zeroSizeGradient.html: Added.
        * fast/canvas/canvas-strokeText-zeroSizeGradient-expected.txt: Added.
        * fast/canvas/canvas-strokeText-zeroSizeGradient.html: Added.
        * fast/canvas/script-tests/canvas-fill-zeroSizeGradient.js: Added.
        * fast/canvas/script-tests/canvas-fillRect-zeroSizeGradient.js: Added.
        * fast/canvas/script-tests/canvas-fillText-zeroSizeGradient.js: Added.
        * fast/canvas/script-tests/canvas-stroke-zeroSizeGradient.js: Added.
        * fast/canvas/script-tests/canvas-strokeRect-zeroSizeGradient.js: Added.
        * fast/canvas/script-tests/canvas-strokeText-zeroSizeGradient.js: Added.

2013-02-01  Rouslan Solomakhin  <rouslan@chromium.org>

        [Chromium] Expect spellcheck to ignore whitespace
        https://bugs.webkit.org/show_bug.cgi?id=108510

        Reviewed by Ryosuke Niwa.

        * platform/chromium/TestExpectations: Expect spellcheck to ignore whitespace.

2013-02-01  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: [file selector dialog] for mixed case queries, score uppercase letters only when assessing camelcase.
        https://bugs.webkit.org/show_bug.cgi?id=108639

        Reviewed by Vsevolod Vlasov.

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

2013-02-01  Robert Hogan  <robert@webkit.org>

        Padding in a parent inline preceding an empty inline child should be counted towards width
        https://bugs.webkit.org/show_bug.cgi?id=108226

        Reviewed by Levi Weintraub.

        * fast/inline/parent-inline-element-padding-contributes-width-expected.txt: Added.
        * fast/inline/parent-inline-element-padding-contributes-width.html: Added.
        * fast/inline/positioned-element-padding-contributes-width-expected.txt: Added.
        * fast/inline/positioned-element-padding-contributes-width.html: Added.

2013-02-01  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: relax goto file matching again.
        https://bugs.webkit.org/show_bug.cgi?id=108346

        Reviewed by Vsevolod Vlasov.

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

2013-02-01  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Navigator should not create tree elements for uiSourceCodes unless neededm should populate folders on expand only.
        https://bugs.webkit.org/show_bug.cgi?id=108601

        Reviewed by Pavel Feldman.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest.):
        (initialize_DebuggerTest):
        * inspector/debugger/scripts-file-selector-expected.txt:
        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/scripts-sorting-expected.txt:
        * inspector/debugger/scripts-sorting.html:

2013-02-01  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, flagging more fullscreen tests in GTK due to bug 108363.

        * platform/gtk/TestExpectations:

2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Skip some failing tests on EFL bots after r141459 and r141310.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/fast/js/global-constructors-expected.txt: Revert change from r141573.

2013-02-01  Alexis Menard  <alexis@webkit.org>

        Enable unprefixed CSS transitions by default.
        https://bugs.webkit.org/show_bug.cgi?id=108216

        Reviewed by Dean Jackson.

        Unskip the tests by default as now unprefixed CSS Transitions are
        enabled by default.

        * fast/events/event-creation-expected.txt:
        * fast/events/event-creation.html: Add the test that was commented out
        before.
        * platform/chromium/TestExpectations:

2013-02-01  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skipped some failing tests.

        * platform/qt/TestExpectations:

2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Update platform expectations for failing tests after the
        WEB_INTENTS flag turned off for EFL port in r141439

        * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed.
        * platform/efl/fast/js/global-constructors-expected.txt:

2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Renamed inspector/editor/text-editor-ctrl-movements.html to
        inspector/editor/text-editor-word-jumps.html after r141399.

        * platform/efl/TestExpectations:

2013-02-01  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] Convert fast/regions/region-overflow-auto-overflow* to reftests
        https://bugs.webkit.org/show_bug.cgi?id=108333

        Reviewed by Tony Chang.

        Add reftests, cleanup existing tests.

        * fast/regions/region-overflow-auto-overflow-hidden-expected.html: Added.
        * fast/regions/region-overflow-auto-overflow-hidden.html:
        * fast/regions/region-overflow-auto-overflow-visible-expected.html: Added.
        * fast/regions/region-overflow-auto-overflow-visible.html:
        * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
        * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
        * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
        * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
        * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
        * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
        * platform/chromium-mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
        * platform/chromium-mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
        * platform/chromium/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
        * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
        * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
        * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
        * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
        * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
        * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
        * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
        * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
        * platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
        * platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
        * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
        * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
        * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
        * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.

2013-02-01  Chris Fleizach  <cfleizach@apple.com>

        AX: when aria-activedescendant is used with a ComboBox role, focus should not be changed
        https://bugs.webkit.org/show_bug.cgi?id=108596

        Reviewed by Ryosuke Niwa.

        * platform/mac/accessibility/combobox-activedescendant-notifications-expected.txt: Added.
        * platform/mac/accessibility/combobox-activedescendant-notifications.html: Added.

2013-02-01  Chris Fleizach  <cfleizach@apple.com>

        [Mac] REGRESSION(r140974): accessibility/lists.html fails on Lion
        https://bugs.webkit.org/show_bug.cgi?id=108291

        Reviewed by Ryosuke Niwa.

        * platform/mac/TestExpectations:

2013-02-01  Ken Kania  <kkania@chromium.org>

        Web Inspector: Add support for handling modal dialogs
        https://bugs.webkit.org/show_bug.cgi?id=107883

        Reviewed by Pavel Feldman.

        Introduce support for being notified when a JavaScript modal dialog
        is opening and closing, as well as a new command for accepting or
        dismissing the dialog.

        * inspector-protocol/page/javascriptDialogEvents-expected.txt: Added.
        * inspector-protocol/page/javascriptDialogEvents.html: Added.

2013-02-01  Hajime Morrita  <morrita@google.com> 

        [Chromium] Unreviewed, marking table-section-overflow-clip-crash.html failed.

        * platform/chromium/TestExpectations:

2013-02-01  Hajime Morrita  <morrita@google.com>

        Unreviewed, rebaselining a result.

        * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:

2013-02-01  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Use String.prototype.startsWith instead of String.prototype.indexOf when possible
        https://bugs.webkit.org/show_bug.cgi?id=108575

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/console-cd-completions.html:
        * http/tests/inspector/console-cd.html:
        * http/tests/inspector/indexeddb/indexeddb-test.js:
        (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer.consoleMessageOverride):
        (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer):
        * inspector/network-status-non-http.html:

2013-01-31  Aurimas Liutikas  <aurimas@chromium.org>

        Editor::m_compositionNode not updated on HTMLInputElement::setValue()
        https://bugs.webkit.org/show_bug.cgi?id=107737

        Reviewed by Ryosuke Niwa.

        * platform/chromium/TestExpectations: Removed fail expectation for the editing/input/setting-input-value-cancel-ime-composition.html since this patch fixes the bug https://bugs.webkit.org/show_bug.cgi?id=55560

2013-01-31  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>

        [Qt] Add support for text decoration "wavy" style
        https://bugs.webkit.org/show_bug.cgi?id=93507

        Reviewed by Simon Hausmann.

        Add pixel-test expected results for CSS3 text decoration tests for Qt port.

        * platform/qt-5.0-wk1/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style-expected.png: Added.
        * platform/qt-5.0-wk1/fast/css3-text/css3-text-decoration/text-decoration-style-expected.png: Added.

2013-01-31  Hajime Morrita  <morrita@google.com>

        [Chromium] Unreviewed, rebaselining expectations.

        * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-e-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-n-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-s-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-w-expected.txt: Added.

2013-01-31  Victor Carbune  <vcarbune@chromium.org>

        [Track] Closed Caption button shouldn't be visible if all the track resources have failed loading
        https://bugs.webkit.org/show_bug.cgi?id=106285

        Reviewed by Eric Carlson.

        Updated tests to include improved behavior.

        * media/video-controls-captions-expected.txt: Updated.
        * media/video-controls-captions.html: Updated.

2013-01-31  Dima Gorbik  <dgorbik@apple.com>

        REGRESSION(r140231): media track layout tests crashing
        https://bugs.webkit.org/show_bug.cgi?id=107579

        Reviewed by Eric Carlson.

        * platform/chromium/TestExpectations:

2013-01-31  Hajime Morrita  <morrita@google.com>

        [Chromium] Unreviewed, marking a failing test.

        * platform/chromium/TestExpectations:

2013-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r141479.
        http://trac.webkit.org/changeset/141479
        https://bugs.webkit.org/show_bug.cgi?id=108564

        breaks chromium test (Requested by morrita on #webkit).

        * platform/chromium/TestExpectations:

2013-01-31  Hayato Ito  <hayato@chromium.org>

        Use TouchEvent.targetTouches rather than TouchEvent.touches since the order of Touches in TouchList is not guaranteed.
        https://bugs.webkit.org/show_bug.cgi?id=108426

        Reviewed by Dimitri Glazkov.

        Neat fix for LayoutTest in http://trac.webkit.org/changeset/141054.

        In this LayoutTest context, the length of touchEvent.touches is 2.
        The Touch order in TouchList is not guaranteed. Therefore
        touchEvent.touches[0] can be another touch.  Rather, we should use
        touchEvent.targetTouches here since its length is 1 in this context.

        * fast/dom/shadow/touch-event.html:

2013-01-31  Rouslan Solomakhin  <rouslan@chromium.org>

        [Chromium] Expect spellcheck to select multi-word misspelling on context click
        https://bugs.webkit.org/show_bug.cgi?id=108509

        Reviewed by Tony Chang.

        * editing/spelling/spelling-exactly-selected-multiple-words.html: Check spelling suggestion for multi-word misspelling.
        * editing/spelling/spelling-should-select-multiple-words.html: Check spelling suggestion for multi-word misspelling.
        * editing/spelling/spelling-exactly-selected-multiple-words-expected.txt:
        * editing/spelling/spelling-should-select-multiple-words-expected.txt:
        * platform/chromium/TestExpectations: Expect spellcheck to select multi-word misspelling on context click

2013-01-31  Christopher Cameron  <ccameron@chromium.org>

        Fix rubber-band effect on non-scrollable pages
        https://bugs.webkit.org/show_bug.cgi?id=107611

        Reviewed by Antonio Gomes.

        * platform/chromium/rubberbanding/event-overhang-e-expected.png: Added.
        * platform/chromium/rubberbanding/event-overhang-e-expected.txt: Added.
        * platform/chromium/rubberbanding/event-overhang-e.html: Added.
        * platform/chromium/rubberbanding/event-overhang-n-expected.png: Added.
        * platform/chromium/rubberbanding/event-overhang-n-expected.txt: Added.
        * platform/chromium/rubberbanding/event-overhang-n.html: Added.
        * platform/chromium/rubberbanding/event-overhang-s-expected.png: Added.
        * platform/chromium/rubberbanding/event-overhang-s-expected.txt: Added.
        * platform/chromium/rubberbanding/event-overhang-s.html: Added.
        * platform/chromium/rubberbanding/event-overhang-w-expected.png: Added.
        * platform/chromium/rubberbanding/event-overhang-w-expected.txt: Added.
        * platform/chromium/rubberbanding/event-overhang-w.html: Added.

2013-01-31  Jessie Berlin  <jberlin@apple.com>

        REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
        https://bugs.webkit.org/show_bug.cgi?id=108380

        Mark another test whose results depend on main resource caching being enabled as failing until
        main resource caching can be re-enabled on mac.

        * platform/mac/TestExpectations:

2013-01-31  Tim Horton  <timothy_horton@apple.com>

        Land failing baselines for Lion after r141333. Unreviewed.
        https://bugs.webkit.org/show_bug.cgi?id=108523

        * platform/mac-lion/fast/canvas/canvas-composite-alpha-expected.txt: Added.

2013-01-31  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Support implicit rows and columns
        https://bugs.webkit.org/show_bug.cgi?id=103573

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/implicit-columns-auto-resolution-expected.txt: Added.
        * fast/css-grid-layout/implicit-columns-auto-resolution.html: Added.
        * fast/css-grid-layout/implicit-rows-auto-resolution-expected.txt: Added.
        * fast/css-grid-layout/implicit-rows-auto-resolution.html: Added.

2013-01-31  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] fast/css/relative-positioned-block-crash.html is intermittently crashing
        https://bugs.webkit.org/show_bug.cgi?id=108200

        Reviewed by Martin Robinson.

        Unskip two crashing tests having fixed the underlying bug.

        * platform/gtk/TestExpectations:

2013-01-31  Ojan Vafai  <ojan@chromium.org>

        Rebaseline after r141459.

        * fast/multicol/shrink-to-column-height-for-pagination-expected.png: Renamed from LayoutTests/platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png.
        * fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Renamed from LayoutTests/platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt.
        * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
        * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Removed.
        * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
        * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Removed.

2013-01-31  Youenn Fablet  <youennf@gmail.com>

        Quadratic and bezier curves with coincident endpoints rendered incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=105650
        Modified TestExpectations for Mac, efl and Qt platforms as quadratic curves
        may not be rendered correctly
        (see https://bugs.webkit.org/show_bug.cgi?id=107118)

        Reviewed by Kenneth Russell.

        * fast/canvas/canvas-bezier-same-endpoint-expected.txt: Added.
        * fast/canvas/canvas-bezier-same-endpoint.html: Added.
        * fast/canvas/canvas-quadratic-same-endpoint-expected.txt: Added.
        * fast/canvas/canvas-quadratic-same-endpoint.html: Added.
        * platform/efl/TestExpectations: Skipped quad test
        * platform/mac/TestExpectations: Skipped quad test
        * platform/qt/TestExpectations: Skipped quad test

2013-01-31  Uday Kiran  <udaykiran@motorola.com>

        CSS3's vh attribute is not adjusting while browser resizes
        https://bugs.webkit.org/show_bug.cgi?id=86418

        Reviewed by Antti Koivisto.

        Added test to check element with vh units gets resized when
        viewport height is increased or decreased.

        * css3/viewport-percentage-lengths/vh-resize-expected.html: Added.
        * css3/viewport-percentage-lengths/vh-resize.html: Added.

2013-01-31  Jessie Berlin  <jberlin@apple.com>

        Rebaseline after r141459.

        * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:

2013-01-31  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Parse custom filter function with the at-rule reference syntax
        https://bugs.webkit.org/show_bug.cgi?id=108351

        Reviewed by Dean Jackson.

        Add positive and negative parsing tests for the new custom function syntax.

        Add a new folder "css3/filters/custom-with-at-rule-syntax". This will contain all the tests
        using the new custom filters at-rule syntax. We will gradually copy tests in
        "css3/filters/custom" over to "css3/filters/custom-with-at-rule-syntax" and modify them to
        use the new at-rule syntax. When all of the tests have been replicated using the new syntax,
        we will remove the previous syntax and the tests in "css3/filters/custom".

        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid-expected.txt: Added.
        * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html: Added.
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-invalid.js: Added.
        (testInvalidFilterRule):
        * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-valid.js: Added.
        (testFilterProperty):
        * css3/filters/script-tests/custom-filter-parsing-common.js:
        (heading):
            New function to print a heading to make groups of related parsing tests easier to see.
        (shouldHaveConstructor):
            New function to check the JS type of an object on JSC as well as V8. This is intended to
            eventually replace shouldBeType, which works differently on V8 vs. JSC and requires us
            to create Chromium-specific expectations for the custom filters parsing tests.

2013-01-31  Aurimas Liutikas  <aurimas@chromium.org>

        Editor::m_compositionNode not updated on HTMLInputElement::setValue()
        https://bugs.webkit.org/show_bug.cgi?id=107737

        Reviewed by Ryosuke Niwa.

        * platform/chromium/TestExpectations: Removed fail expectation for the editing/input/setting-input-value-cancel-ime-composition.html since this patch fixes the bug https://bugs.webkit.org/show_bug.cgi?id=55560

2013-01-31  Rouslan Solomakhin  <rouslan@chromium.org>

        [Chromium] Expect spellcheck to work for exactly-selected multi-word misspellings
        https://bugs.webkit.org/show_bug.cgi?id=108498

        Reviewed by Tony Chang.

        * platform/chromium/TestExpectations: Update spellcheck tests expectations.

2013-01-31  Jessie Berlin  <jberlin@apple.com>

        REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
        https://bugs.webkit.org/show_bug.cgi?id=108380

        Mark some tests whose results depend on main resource caching being enabled as failing until
        main resource caching can be re-enabled on mac.

        * platform/mac/TestExpectations:

2013-01-31  Ojan Vafai  <ojan@chromium.org>

        REGRESSION(r128517): Percentage heights in quirks mode collapse when printing
        https://bugs.webkit.org/show_bug.cgi?id=108382

        Reviewed by David Hyatt.

        * platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
        We're just clipping more content that you can't scroll to anyways. This looks
        like an improvement to me.
        * printing/css2.1/page-break-inside-000-expected.txt:
        We pass this test now!
        * printing/quirks-percentage-height-body-expected.html: Added.
        * printing/quirks-percentage-height-body.html: Added.
        * printing/quirks-percentage-height-expected.html: Added.
        * printing/quirks-percentage-height.html: Added.
        * printing/standards-percentage-heights-expected.html: Added.
        * printing/standards-percentage-heights.html: Added.

2013-01-31  Jessie Berlin  <jberlin@apple.com>

        inspector/editor/text-editor-ctrl-movements.html was renamed to
        inspector/editor/text-editor-word-jumps.html in r141399. Update the TestExpectations file.

        * platform/mac/TestExpectations:

2013-01-31  Jessie Berlin  <jberlin@apple.com>

        ASSERTION FAILED: m_clipRectsCache->m_respectingOverflowClip[clipRectsType] == (clipRectsContext.respectOverflowClip == RespectOverflowClip) in RenderLayer.
        https://bugs.webkit.org/show_bug.cgi?id=108257

        * platform/mac/TestExpectations:
        Mark the tests as "crashing" in debug.

2013-01-31  Dirk Schulze  <krit@webkit.org>

        [canvas] Implement currentPath to get and set the current path of the context
        https://bugs.webkit.org/show_bug.cgi?id=108246

        Reviewed by Dean Jackson.

        Added tests for canvas.currentPath in various combinations of the context state.

        * fast/canvas/canvas-currentPath-expected.txt: Added.
        * fast/canvas/canvas-currentPath.html: Added.
        * fast/canvas/script-tests/canvas-currentPath.js: Added.
        (testPointCollection):
        * platform/chromium/TestExpectations: Skip test until enabling CANVAS_PATH.
        * platform/efl/TestExpectations: Ditto.
        * platform/gtk/TestExpectations: Ditto.
        * platform/mac/TestExpectations: Ditto.
        * platform/qt/TestExpectations: Ditto.

2013-01-31  Tony Chang  <tony@chromium.org>

        Unreviewed, update expectation after the order of elements was codified.
        https://bugs.webkit.org/show_bug.cgi?id=98686

        Also delete the Qt result since this test is skipped on Qt.

        * editing/pasteboard/data-transfer-items-expected.txt:
        * platform/qt/editing/pasteboard/data-transfer-items-expected.txt: Removed.

2013-01-31  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-01-31  Christophe Dumez  <dchris@gmail.com>

        [EFL] Disable Web Intents
        https://bugs.webkit.org/show_bug.cgi?id=108457

        Reviewed by Alexey Proskuryakov.

        Skip webintents/ test cases for EFL port now that
        the feature is disabled.

        * platform/efl/TestExpectations:

2013-01-31  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, land baselines with textarea resizer enabled.
        https://bugs.webkit.org/show_bug.cgi?id=108383

        * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Removed.
        * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png:
        * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png:
        * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac-lion/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
        * platform/chromium-mac-lion/fast/forms/negativeLineHeight-expected.png:
        * platform/chromium-mac-lion/fast/forms/placeholder-position-expected.png:
        * platform/chromium-mac-lion/fast/forms/textAreaLineHeight-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-align-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-placeholder-pseudo-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-scroll-height-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-scrollbar-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-scrolled-type-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-setinnerhtml-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-width-expected.png:
        * platform/chromium-mac-lion/fast/overflow/overflow-x-y-expected.png:
        * platform/chromium-mac-lion/fast/parser/entity-comment-in-textarea-expected.png:
        * platform/chromium-mac-lion/fast/parser/open-comment-in-textarea-expected.png:
        * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png:
        * platform/chromium-mac-lion/fast/table/003-expected.png:
        * platform/chromium-mac-lion/fast/text/international/rtl-white-space-pre-wrap-expected.png:
        * platform/chromium-mac-lion/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug194024-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug30559-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug30692-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-quirks-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/negativeLineHeight-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textAreaLineHeight-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-align-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-pseudo-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-scroll-height-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-scrollbar-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/overflow/overflow-x-y-expected.png:
        * platform/chromium-mac-snowleopard/fast/parser/entity-comment-in-textarea-expected.png:
        * platform/chromium-mac-snowleopard/fast/parser/open-comment-in-textarea-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/rtl-white-space-pre-wrap-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug194024-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30559-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30692-expected.png:
        * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-mac/fast/forms/basic-textareas-expected.png:
        * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
        * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
        * platform/chromium-mac/fast/forms/negativeLineHeight-expected.png:
        * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
        * platform/chromium-mac/fast/forms/textAreaLineHeight-expected.png:
        * platform/chromium-mac/fast/forms/textarea-align-expected.png:
        * platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
        * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/chromium-mac/fast/forms/textarea-scroll-height-expected.png:
        * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png:
        * platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png:
        * platform/chromium-mac/fast/forms/textarea-setinnerhtml-expected.png:
        * platform/chromium-mac/fast/forms/textarea-width-expected.png:
        * platform/chromium-mac/fast/overflow/overflow-x-y-expected.png:
        * platform/chromium-mac/fast/parser/entity-comment-in-textarea-expected.png:
        * platform/chromium-mac/fast/parser/open-comment-in-textarea-expected.png:
        * platform/chromium-mac/fast/repaint/textarea-set-disabled-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
        * platform/chromium-mac/fast/table/003-expected.png:
        * platform/chromium-mac/fast/text/international/rtl-white-space-pre-wrap-expected.png:
        * platform/chromium-mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug194024-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug30559-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png:
        * platform/chromium-win/editing/inserting/4960120-1-expected.png:
        * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png:
        * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-win/fast/forms/basic-textareas-expected.png:
        * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.png:
        * platform/chromium-win/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
        * platform/chromium-win/fast/forms/negativeLineHeight-expected.png:
        * platform/chromium-win/fast/forms/placeholder-position-expected.png:
        * platform/chromium-win/fast/forms/textAreaLineHeight-expected.png:
        * platform/chromium-win/fast/forms/textarea-align-expected.png:
        * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.png:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/chromium-win/fast/forms/textarea-scroll-height-expected.png:
        * platform/chromium-win/fast/forms/textarea-scrollbar-expected.png:
        * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.png:
        * platform/chromium-win/fast/forms/textarea-setinnerhtml-expected.png:
        * platform/chromium-win/fast/forms/textarea-width-expected.png:
        * platform/chromium-win/fast/overflow/overflow-x-y-expected.png:
        * platform/chromium-win/fast/parser/entity-comment-in-textarea-expected.png:
        * platform/chromium-win/fast/parser/open-comment-in-textarea-expected.png:
        * platform/chromium-win/fast/replaced/width100percent-textarea-expected.png:
        * platform/chromium-win/fast/table/003-expected.png:
        * platform/chromium-win/fast/text/international/rtl-white-space-pre-wrap-expected.png:
        * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug194024-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug30559-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.png:
        * platform/chromium/TestExpectations:

2013-01-31  Dmitry Zvorygin  <zvorygin@chromium.org>

        Web Inspector: searching for <u> in elements panel finds all tags containing "u"
        https://bugs.webkit.org/show_bug.cgi?id=108176

        Reviewed by Pavel Feldman.

        When searching for tag name check that tag name must either start from
        search query, or must end with it.

        * inspector/elements/elements-panel-search-expected.txt:
        * inspector/elements/elements-panel-search.html:

2013-01-31  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding a flaky crasher expectation for fast/css-generated-content/block-and-box-hit-testing.html.
        Removing failure expectations for SVGViewSpec tests.

        * platform/gtk-wk1/TestExpectations:
        * platform/gtk/TestExpectations:

2013-01-31  Jessie Berlin  <jberlin@apple.com>

        WebKitTestRunner needs an implementation of eventSender.beginDragWithFiles
        https://bugs.webkit.org/show_bug.cgi?id=64285

        * platform/wk2/TestExpectations:
        Skip another test that uses eventSender.beginDragWithFiles.

2013-01-31  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip a failing test after r141269.
        https://bugs.webkit.org/show_bug.cgi?id=108481.
        Renamed inspector/editor/text-editor-ctrl-movements.html after r141399.

        * platform/qt/TestExpectations:

2013-01-31  Mike West  <mkwst@chromium.org>

        Allow blocking of IndexedDB in third-party contexts
        https://bugs.webkit.org/show_bug.cgi?id=94171

        Reviewed by Jochen Eisinger.

        Add tests to ensure that IndexedDB can be blocked in a third-party
        context in both normal documents and in workers. These tests are
        modeled after the existing cross-origin-websql* tests; it might be
        possible to reuse some code in the future.

        * http/tests/security/cross-origin-indexeddb-allowed-expected.txt: Added.
        * http/tests/security/cross-origin-indexeddb-allowed.html: Added.
        * http/tests/security/cross-origin-indexeddb-expected.txt: Added.
        * http/tests/security/cross-origin-indexeddb.html: Added.
        * http/tests/security/cross-origin-worker-indexeddb-allowed-expected.txt: Added.
        * http/tests/security/cross-origin-worker-indexeddb-allowed.html: Added.
        * http/tests/security/cross-origin-worker-indexeddb-expected.txt: Added.
        * http/tests/security/cross-origin-worker-indexeddb.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-indexeddb.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html: Added.
        * http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html: Added.
        * http/tests/security/resources/worker-for-indexeddb.js: Added.
        (self.onmessage):
            Add exciting new tests, with more boilerplate than I expected!
        * platform/efl/TestExpectations:
        * platform/mac-snowleopard/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
            Skip these IndexedDB tests on platforms where the feature isn't
            enabled.

2013-01-31  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip two compositing tests, because They hit assertion fail after 140999.
        https://bugs.webkit.org/show_bug.cgi?id=108257.

        * platform/qt/TestExpectations:

2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: do not set any textContent in overlay highlight spans
        https://bugs.webkit.org/show_bug.cgi?id=108460

        Reviewed by Pavel Feldman.

        Replace "height" pixel value with "<number>" to avoid difference in
        test expectations on varioius platforms and correct test expectations.

        * inspector/editor/editor-test.js:
        (initialize_EditorTests.InspectorTest.dumpEditorHTML):
        * inspector/editor/text-editor-highlight-api-expected.txt:
        * inspector/editor/text-editor-highlight-token-expected.txt:

2013-01-31  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png:

2013-01-31   Vineet Chaudhary  <rgf748@motorola.com>

        formMethod to have empty string as default value and 'get' as invalid.
        https://bugs.webkit.org/show_bug.cgi?id=108263

        Reviewed by Kent Tamura.

        The spec says formmethod should only have an invalid value default, not a missing value default.
        Spec: http://www.whatwg.org/specs/web-apps/current-work/#form-submission-0
              http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formmethod

        * fast/forms/formmethod-attribute-test-expected.txt: Added.
        * fast/forms/formmethod-attribute-test.html: Added.
        * fast/forms/submit-form-attributes-expected.txt:
        * fast/forms/submit-form-attributes.html: Modified test to behave as expected.

2013-01-31  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] remove invalid canvas profile trace logs upon frame navigation
        https://bugs.webkit.org/show_bug.cgi?id=108454

        Reviewed by Pavel Feldman.

        * inspector/profiler/canvas-profiler-test.js:
        (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent.InspectorBackend.registerCanvasDispatcher):

2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: DTE doesn't highlight words if the selected one is the last in the line
        https://bugs.webkit.org/show_bug.cgi?id=108344

        Reviewed by Pavel Feldman.

        Add a test to cover specific case which caused the bug.

        * inspector/editor/text-editor-highlight-token-expected.txt:
        * inspector/editor/text-editor-highlight-token.html:

2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: text-editor-ctrl-movements.html timeouts on mac
        https://bugs.webkit.org/show_bug.cgi?id=108440

        Reviewed by Pavel Feldman.

        Use "alt-arrows" key shortcuts to jump over words instead of
        "ctrl-arrows" on Mac platform.

        * inspector/editor/text-editor-word-jumps-expected.txt: Renamed from LayoutTests/inspector/editor/text-editor-ctrl-movements-expected.txt.
        * inspector/editor/text-editor-word-jumps.html: Renamed from LayoutTests/inspector/editor/text-editor-ctrl-movements.html.
        * platform/chromium/TestExpectations: Do not skip this test anymore.

2013-01-30  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: test that references from DOM nodes to event listeners are presented in heap snapshots
        https://bugs.webkit.org/show_bug.cgi?id=108322

        Reviewed by Vsevolod Vlasov.

        Test that links from DOM node wrappers to event listener functions are presented
        in heap snapshots.

        * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt: Added.
        * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html: Added.

2013-01-31  Kent Tamura  <tkent@chromium.org>

        Click on a label element won't select input[type=date]
        https://bugs.webkit.org/show_bug.cgi?id=108428

        Reviewed by Kentaro Hara.

        * fast/forms/date/date-click-on-label-expected.txt: Added.
        * fast/forms/date/date-click-on-label.html: Added.

2013-01-30  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: test that nodes from the same detached DOM tree will get into one group in heap snapshot
        https://bugs.webkit.org/show_bug.cgi?id=108202

        Reviewed by Vsevolod Vlasov.

        Test that JS wrappers for all DOM nodes from the same detached DOM tree will get into
        single "Detached DOM Tree" entry in the JS heap snapshot.

        * http/tests/inspector-protocol/resources/InspectorTest.js:
        (InspectorTest.importScript):
        * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt: Added.
        * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html: Added. I started
        with writing simplified version of WebInspector.JSHeapSnapshot just for tests
        but it soon it became clear that we would need to reimplement too much functionality
        of WebInspector.JSHeapSnapshot so I decided not to reinvent the wheel and just import
        original heap snapshot model.
        * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js: Added.
        (InspectorTest.takeHeapSnapshot):

2013-01-31  Yury Semikhatsky  <yurys@chromium.org>

        Layout Test inspector-protocol/take-heap-snapshot.html crashes in the Debug mode
        https://bugs.webkit.org/show_bug.cgi?id=104800

        Reviewed by Jochen Eisinger.

        Marked the test as not crashing in the debug mode.

        * inspector-protocol/heap-profiler/take-heap-snapshot.html:
        * platform/chromium/TestExpectations:

2013-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r141110.
        http://trac.webkit.org/changeset/141110
        https://bugs.webkit.org/show_bug.cgi?id=108349

        This patch broke WK2-EFL unit tests (Requested by grzegorz on
        #webkit).

        * platform/efl-wk2/TestExpectations:

2013-01-31  Kentaro Hara  <haraken@chromium.org>

        Add composition-event-constructor.html, which I forgot to add in r141028
        https://bugs.webkit.org/show_bug.cgi?id=107919

        Reviewed by Adam Barth.

        r141028 implemented a CompositionEvent constructor, but I forgot to add a test
        when I landed the patch manually. This patch adds the test.

        * fast/events/constructors/composition-event-constructor-expected.txt: Added.
        * fast/events/constructors/composition-event-constructor.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2013-01-31  Kentaro Hara  <haraken@chromium.org>

        [V8] 'new MouseEvent("click", {relatedTarget: window}).window' should return window
        https://bugs.webkit.org/show_bug.cgi?id=108432

        Reviewed by Adam Barth.

        In V8 'new MouseEvent("click", {relatedTarget: window}).window'
        returns null. JSC returns window, which is a correct behavior.
        V8 should also return window.

        * fast/events/constructors/mouse-event-constructor-expected.txt:
        * fast/events/constructors/mouse-event-constructor.html:

2013-01-30 Hajime Morrita  <morrita@google.com>

        [Chromium] Unreviewed, rebaselining expectations.

        * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.txt: Removed.
        * platform/chromium/TestExpectations:

2013-01-30  Hajime Morrita  <morrita@google.com>

        [Chromium] Unreviewed, marking video-error-does-not-exist.html as a fail.

        * platform/chromium/TestExpectations:

2013-01-30  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaline for form-related tests
        https://bugs.webkit.org/show_bug.cgi?id=105574
        https://bugs.webkit.org/show_bug.cgi?id=108069

        * platform/chromium-linux-x86/fast/forms/time/time-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium/TestExpectations:

2013-01-30  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Re-enabling fast/workers/storage tests after fix(r141320).

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-30  Adam Barth  <abarth@webkit.org>

        The background HTML parser should be able to parse speculatively
        https://bugs.webkit.org/show_bug.cgi?id=107753

        Reviewed by Eric Seidel.

        * fast/parser/document-write-partial-script-expected.txt: Added.
        * fast/parser/document-write-partial-script.html: Added.

2013-01-30  Jessie Berlin  <jberlin@apple.com>

        [Mac Lion] [WK2] tiled-drawing tests are being run when they shouldn't be
        https://bugs.webkit.org/show_bug.cgi?id=106187

        Reviewed by Ryosuke Niwa.

        Since the feature is mac-wk2 only, move the tests from platform mac to platform mac-wk2 and just
        skip the tests on Lion entirely.

        * platform/mac-lion/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-background-no-image.html.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer.html.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.png.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned.html.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed.html.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background.html.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.png.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background.html.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html.
        * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html.
        * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html.
        * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-in-overflow.html.
        * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html.
        * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html.
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-zoomed.html.
        * platform/mac-wk2/tiled-drawing/fixed/four-bars.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars.html.
        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view.html.
        * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset.html.
        * platform/mac-wk2/tiled-drawing/fixed/nested-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/nested-fixed.html.
        * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt.
        * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html.
        * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt.
        * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll.html: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-after-scroll.html.
        * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt.
        * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling.html: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html.
        * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt.
        * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/negative-scroll-offset.html.
        * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt.
        * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-horizontal.html.
        * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt.
        * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-vertical.html.
        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt.
        * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-after-scroll.html.
        * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt.
        * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html.
        * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt.
        * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html.
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt.
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt.
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html.
        * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom.html.
        * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt.
        * platform/mac-wk2/tiled-drawing/use-tiled-drawing.html: Renamed from LayoutTests/platform/mac/tiled-drawing/use-tiled-drawing.html.
        * platform/mac/TestExpectations:

2013-01-30  Levi Weintraub  <leviw@chromium.org>

        [Chromium] WebPluginContainerImpl adding imbalanced touch handler refs
        https://bugs.webkit.org/show_bug.cgi?id=108381

        Reviewed by James Robinson.

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

2013-01-30  Rouslan Solomakhin  <rouslan@chromium.org>

        Tests for spellcheck behavior
        https://bugs.webkit.org/show_bug.cgi?id=108405

        Reviewed by Tony Chang.

        * editing/spelling/resources/util.js: Added. Boilerplate for spellcheck tests.
        * editing/spelling/spelling-double-clicked-word.html: Added. Spelling should work for double-clicked misspellings.
        * editing/spelling/spelling-double-clicked-word-with-underscores.html: Added. Underscores should be treated as whitespace: spelling should ignore them.
        * editing/spelling/spelling-exactly-selected-multiple-words.html: Added. Spelling should work when the user selects a multi-word misspelling exactly.
        * editing/spelling/spelling-exactly-selected-word.html: Added. Spelling should work when the user selects the misspelled word exactly.
        * editing/spelling/spelling-multiword-selection.html: Added. Spelling should be disabled when user selects multiple words that are not a single misspelling.
        * editing/spelling/spelling-should-select-multiple-words.html: Added. Spellcheck should select multi-word misspellings on context click.
        * editing/spelling/spelling-should-select-single-word.html: Added. Spellcheck should select the misspelled word on context click.
        * editing/spelling/spelling-subword-selection.html: Added. Spelling should be disabled when user selects a part of misspelling.
        * editing/spelling/spelling-with-punctuation-selection.html: Added. Punctuation marks should be treated as whitespace: spelling should ignore them.
        * editing/spelling/spelling-with-underscore-selection.html: Added. Underscores should be treated as whitespace: spelling should ignore them.
        * editing/spelling/spelling-with-whitespace-selection.html: Added. Spelling should ignore whitespace.
        * editing/spelling/spelling-double-clicked-word-expected.txt: Added. 
        * editing/spelling/spelling-double-clicked-word-with-underscores-expected.txt: Added. 
        * editing/spelling/spelling-exactly-selected-multiple-words-expected.txt: Added.
        * editing/spelling/spelling-exactly-selected-word-expected.txt: Added.
        * editing/spelling/spelling-multiword-selection-expected.txt: Added.
        * editing/spelling/spelling-should-select-multiple-words-expected.txt: Added.
        * editing/spelling/spelling-should-select-single-word-expected.txt: Added.
        * editing/spelling/spelling-subword-selection-expected.txt: Added.
        * editing/spelling/spelling-with-punctuation-selection-expected.txt: Added.
        * editing/spelling/spelling-with-underscore-selection-expected.txt: Added.
        * editing/spelling/spelling-with-whitespace-selection-expected.txt: Added.
        * platform/chromium/TestExpectations: Skip the tests until the platform implements the behavior.
        * platform/efl/TestExpectations: Skip the tests until the platform implements the behavior.
        * platform/gtk/TestExpectations: Skip the tests until the platform implements the behavior.
        * platform/mac/TestExpectations: Skip the tests until the platform implements the behavior.
        * platform/qt/TestExpectations: Skip the tests until the platform implements the behavior.
        * platform/wincairo/TestExpectations: Skip the tests until the platform implements the behavior.
        * platform/win/TestExpectations: Skip the tests until the platform implements the behavior.
        * platform/wk2/TestExpectations: Skip the tests until the platform implements the behavior.

2013-01-30  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, update expectations on Mac for textarea change.

        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:

2013-01-30  Kentaro Hara  <haraken@chromium.org>

        Implement KeyboardEvent constructor
        https://bugs.webkit.org/show_bug.cgi?id=108320

        Reviewed by Adam Barth.

        Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm

        This patch implements KeyboardEvent constructor under a DOM4_EVENTS_CONSTRUCTOR flag,
        which is enabled on Chromium and Safari.

        * fast/dom/constructed-objects-prototypes-expected.txt:
        * fast/dom/dom-constructors-expected.txt:
        * fast/dom/dom-constructors.html:
        * fast/events/constructors/keyboard-event-constructor-expected.txt: Added.
        * fast/events/constructors/keyboard-event-constructor.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-01-30  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, update expectations Linux 32 textarea tests.

        * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
        * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Removed.

2013-01-30  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, update expectations for Win/Mac
        Rebaseline one more textarea test on Linux.

        * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
        * platform/chromium/TestExpectations:

2013-01-30  Philip Rogers  <pdr@google.com>

        Mark tests as failing after r141303.

        These tests were rebaselined before the bots had correct results. This change
        marks these tests as [ ImageOnlyFailure Pass ] again while the bots catch up.

        Unreviewed test expectations update.

        * platform/chromium/TestExpectations:

2013-01-30  Tony Chang  <tony@chromium.org>

        [Chromium] Enable textarea resize corner for tests
        https://bugs.webkit.org/show_bug.cgi?id=108385

        Reviewed by Ojan Vafai.

        * compositing/overflow/textarea-scroll-touch-expected.txt:
        * fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html:
        This ref test would overlay 2 textarea on top of each other. Turn off the resize corner on one of them.
        * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html: Turn off the resize corner since the reference
        file doesn't use a textarea.
        * fast/repaint/textarea-set-disabled-expected.png:
        * platform/chromium-linux/editing/inserting/4960120-1-expected.png:
        * platform/chromium-linux/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png:
        * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-linux/fast/forms/basic-textareas-expected.png:
        * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.png:
        * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
        * platform/chromium-linux/fast/forms/negativeLineHeight-expected.png:
        * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.png:
        * platform/chromium-linux/fast/forms/textarea-align-expected.png:
        * platform/chromium-linux/fast/forms/textarea-placeholder-pseudo-style-expected.png:
        * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/chromium-linux/fast/forms/textarea-scroll-height-expected.png:
        * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.png:
        * platform/chromium-linux/fast/forms/textarea-scrolled-type-expected.png:
        * platform/chromium-linux/fast/forms/textarea-setinnerhtml-expected.png:
        * platform/chromium-linux/fast/forms/textarea-width-expected.png:
        * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
        * platform/chromium-linux/fast/parser/entity-comment-in-textarea-expected.png:
        * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.png:
        * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png:
        * platform/chromium-linux/fast/table/003-expected.png:
        * platform/chromium-linux/fast/text/international/rtl-white-space-pre-wrap-expected.png:
        * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug194024-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug30559-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.png:
        * platform/chromium/TestExpectations: Mark image failures for Mac and Win.

2013-01-30  Simon Fraser  <simon.fraser@apple.com>

        Elements that dynamically become fixed sometimes jump to the top left on scrolling
        https://bugs.webkit.org/show_bug.cgi?id=108389

        Reviewed by Beth Dakin.
        
        Update test results; these results now correctly reflect the last layout
        positions.

        * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt:
        * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt:
        * platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt:
        * platform/mac/tiled-drawing/fixed/four-bars-expected.txt:
        * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt:
        * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt:
        * platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt:
        * platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt:

2013-01-30  Jessie Berlin  <jberlin@apple.com>

        Revert r138912, the right fix for https://bugs.webkit.org/show_bug.cgi?id=106187 is in
        r141323.

        * platform/mac-wk2/TestExpectations:

2013-01-30  Rafael Weinstein  <rafaelw@chromium.org>

        [HTMLTemplateElement] prevent the parser from removing nodes from the content when the foster agency is processing formatting elements
        https://bugs.webkit.org/show_bug.cgi?id=108377

        Reviewed by Adam Barth.

        Note that dump-as-markup.js is modified here to put both template content and its direct children. This was an oversight and fixing it will make it
        easier to spot parse errors like ones that arise from this bug, where nodes are appended directly to the template element.

        * html5lib/resources/template.dat:
        * resources/dump-as-markup.js:
        (Markup._get):

2013-01-30  Philip Rogers  <pdr@google.com>

        Update fast/backgrounds/size/contain-and-cover-zoomed test expectations.

        Unreviewed update of test expectations.

        * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium/TestExpectations:

2013-01-30  Philip Rogers  <pdr@google.com>

        Update chromium-mac svg/zoom test expectations after r141303

        Unreviewed update of test expectations.

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

2013-01-30  Jessie Berlin  <jberlin@apple.com>

        Don't run the tiled-drawing tests on Lion WK2.

        * platform/mac-wk2/TestExpectations:
        Even though the platform/mac/tiled-drawing tests were skipped in the Lion TestExpectations
        file, the Pass value in the mac-wk2 TestExpectations file was causing them to be run on
        Lion WK2. Explicity skip the tests on Lion here as well.

2013-01-30  Kentaro Hara  <haraken@chromium.org>

        Implement WheelEvent constructor
        https://bugs.webkit.org/show_bug.cgi?id=108303

        Reviewed by Adam Barth.

        Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm

        This patch implements UIEvent constructor under a DOM4_EVENTS_CONSTRUCTOR flag,
        which is enabled on Chromium and Safari.

        Test: fast/events/constructors/wheel-event-constructor.html

        * fast/events/constructors/wheel-event-constructor-expected.txt: Added.
        * fast/events/constructors/wheel-event-constructor.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-01-30  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Support 'auto' sized grid items
        https://bugs.webkit.org/show_bug.cgi?id=103332

        Reviewed by Tony Chang.

        * fast/css-grid-layout/auto-content-resolution-columns-expected.txt: Added.
        * fast/css-grid-layout/auto-content-resolution-columns.html: Added.
        * fast/css-grid-layout/auto-content-resolution-rows-expected.txt: Added.
        * fast/css-grid-layout/auto-content-resolution-rows.html: Added.

2013-01-30  Alec Flett  <alecflett@chromium.org>

        IndexedDB: Avoid crashing when deleting indexes
        https://bugs.webkit.org/show_bug.cgi?id=108356

        Reviewed by Tony Chang.

        This test works on an edge case around the asynchronous
        creation/deletion of indexes that used to crash. It doesn't fail/crash even
        without this patch but was the test condition that uncovered the overall problem
        before https://bugs.webkit.org/show_bug.cgi?id=107311 changed the timing of
        some of the events.

        * storage/indexeddb/createIndex-after-failure.html: Added.
        * storage/indexeddb/resources/createIndex-after-failure.js: Added.
        (sleep):
        (prepareDatabase):
        (deleteIndexAfterGet):
        * storage/indexeddb/resources/shared.js:
        (.requests.forEach):
        (waitForRequests):

        * storage/indexeddb/createIndex-after-failure.html: Added.
        * storage/indexeddb/resources/createIndex-after-failure.js: Added.
        (prepareDatabase):
        (deleteIndexAfterGet):
        * storage/indexeddb/resources/shared.js:
        (.requests.forEach):
        (waitForRequests):

2013-01-30  Philip Rogers  <pdr@google.com>

         Update svg/zoom test expectations after r141303
 
         Unreviewed update of test expectations.

        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:

2013-01-30  Brian Anderson  <brianderson@chromium.org>

        [Chromium] Temporarily change expectations for tests affected by tiling shaders
        https://bugs.webkit.org/show_bug.cgi?id=108367

        Reviewed by Adrienne Walker.

        * platform/chromium/TestExpectations:

2013-01-30  Philip Rogers  <pdr@google.com>

        Track scale and zoom together when drawing SVG images
        https://bugs.webkit.org/show_bug.cgi?id=108108

        Reviewed by Tim Horton.

        * platform/chromium/TestExpectations:

2013-01-30  Zan Dobersek  <zdobersek@igalia.com>

        [GTK] http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=108100

        Reviewed by Tony Gentilcore.

        * platform/gtk/TestExpectations: Remove the failure expectation.

2013-01-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Gardening: Add expectations for flaky crashers
        https://bugs.webkit.org/show_bug.cgi?id=108359

        Unreviewed gardening: add a bunch of flaky results.

        * platform/efl-wk2/TestExpectations:

2013-01-30  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding failure expectations for a couple of fullscreen tests, probably
        regressed with r141265.
        Adding a crash expectation for an HTTP test that regressed with r141136.

        * platform/gtk/TestExpectations:

2013-01-30  Tony Chang  <tony@chromium.org>

        REGRESSION(r136324): Flexbox should relayout flex children when width changes
        https://bugs.webkit.org/show_bug.cgi?id=108231

        Reviewed by Ojan Vafai.

        * css3/flexbox/width-change-and-relayout-children-expected.txt: Added.
        * css3/flexbox/width-change-and-relayout-children.html: Added.

2013-01-30  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening.

        inspector/editor/text-editor-ctrl-movements.html is timing out after r141245.

        * platform/chromium/TestExpectations:

2013-01-30  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        REGRESSION (r141051): Broke plugin support on non-Mac WebKit2 Ports
        https://bugs.webkit.org/show_bug.cgi?id=108182

        Reviewed by Sam Weinig.

        Unskip failing tests.

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

2013-01-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Unreviewed gardening
        https://bugs.webkit.org/show_bug.cgi?id=108341

        Add a few failing results for EFL.

        * platform/efl/TestExpectations:

2013-01-30  Dmitry Zvorygin  <zvorygin@chromium.org>

        Web Inspector: Filters on Console panel
        https://bugs.webkit.org/show_bug.cgi?id=107813

        The problem is that third-party libraries may spam javascript console
        with internal  messages. Now there's filter context-menu option, which
        allows to hide/show messages sent from specific scripts or urls.

        Reviewed by Pavel Feldman.

        * http/tests/inspector/console-test.js:
        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses):
        (initialize_ConsoleTest.InspectorTest.expandConsoleMessages):
        (initialize_ConsoleTest.InspectorTest.checkConsoleMessagesDontHaveParameters):
        (initialize_ConsoleTest):
        * http/tests/inspector/stacktraces/resources/stacktrace-test.js:
        (test.addMessage):
        (test):
        * inspector/console/console-filter-test-expected.txt: Added.
        * inspector/console/console-filter-test.html: Added.
        * inspector/console/resources/log-source.js: Added.
        (log2):

2013-01-30  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip some failing tests.
        https://bugs.webkit.org/show_bug.cgi?id=108340.

        * platform/qt/TestExpectations:

2013-01-30  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-clear-expected.png:

2013-01-30  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip some failing tests.
        https://bugs.webkit.org/show_bug.cgi?id=108340.

        * platform/qt/TestExpectations:

2013-01-30  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gaedening.

        Updated results after http://trac.webkit.org/changeset/141243.

        * platform/chromium-linux/fast/repaint/4774354-expected.png:
        * platform/chromium-linux/fast/repaint/4776765-expected.png:
        * platform/chromium-linux/fast/repaint/caret-with-transformation-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
        * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
        * platform/chromium-mac-lion/fast/repaint/caret-with-transformation-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
        * platform/chromium-mac/fast/repaint/4774354-expected.png:
        * platform/chromium-mac/fast/repaint/4776765-expected.png:
        * platform/chromium-mac/fast/repaint/caret-with-transformation-expected.png: Added.
        * platform/chromium-mac/fast/repaint/caret-with-transformation-expected.txt: Added.
        * platform/chromium-win/fast/repaint/4774354-expected.png:
        * platform/chromium-win/fast/repaint/4776765-expected.png:
        * platform/chromium-win/fast/repaint/caret-with-transformation-expected.png: Added.
        * platform/chromium-win/fast/repaint/caret-with-transformation-expected.txt: Added.
        * platform/chromium/TestExpectations:

2013-01-30  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt][WK1] Support better testing of Web Notifications
        https://bugs.webkit.org/show_bug.cgi?id=107696

        Reviewed by Jocelyn Turcotte.

        Unskip the now working tests in http/tests/notifications.
        Skip four tests that still fail on WebKit1.
        Update tests that need notifications dumped.

        * fast/notifications/notifications-click-event.html:
        * fast/notifications/notifications-display-close-events.html:
        * fast/notifications/notifications-no-icon.html:
        * fast/notifications/notifications-replace.html:
        * fast/notifications/notifications-rtl.html:
        * fast/notifications/notifications-with-permission.html:
        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt/TestExpectations:

2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: implement highlight range API
        https://bugs.webkit.org/show_bug.cgi?id=108317

        Reviewed by Pavel Feldman.

        Added test cases to the existed test to cover highlight range
        functionality.

        * inspector/editor/text-editor-highlight-api-expected.txt: Added.
        * inspector/editor/text-editor-highlight-api.html: Added.
        * inspector/editor/text-editor-highlight-regexp-expected.txt: Removed.
        * inspector/editor/text-editor-highlight-regexp.html: Removed.

2013-01-30  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/accessibility/aria-combobox-expected.txt: Rebaselining after r141186.

2013-01-30  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: move heap profiler protocol tests into heap-profiler subfolder
        https://bugs.webkit.org/show_bug.cgi?id=108324

        Reviewed by Vsevolod Vlasov.

        Moved heap profiler protocol tests into LayoutTests/inspector-protocol/heap-profiler

        * inspector-protocol/heap-profiler/resources/page-with-function.html: Renamed from LayoutTests/inspector-protocol/resources/page-with-function.html.
        * inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt: Renamed from LayoutTests/inspector-protocol/take-heap-snapshot-expected.txt.
        * inspector-protocol/heap-profiler/take-heap-snapshot.html: Renamed from LayoutTests/inspector-protocol/take-heap-snapshot.html.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2013-01-30  Kondapally Kalyan  <kalyan.kondapally@intel.com>

        [EFL][Qt][WebGL] Avoid deleting an uncreated canvas.
        https://bugs.webkit.org/show_bug.cgi?id=106878

        Reviewed by Benjamin Poulain.

        * fast/canvas/webgl/canvas-resize-crash-expected.txt: Added.
        * fast/canvas/webgl/canvas-resize-crash.html: Added.

2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: implmenet Ctrl-Arrow/Ctrl-Backspace in DefaultTextEditor
        https://bugs.webkit.org/show_bug.cgi?id=107944

        Reviewed by Pavel Feldman.

        Add new test to verify ctrl-arrow/ctrl-backspace behavior. Exclude
        this test on the platforms that do not currently support eventSender.

        * inspector/editor/text-editor-ctrl-movements-expected.txt: Added.
        * inspector/editor/text-editor-ctrl-movements.html: Added.
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: do not repaint all lines in highlight regex API in DTE
        https://bugs.webkit.org/show_bug.cgi?id=108081

        Reviewed by Pavel Feldman.

        Modify layout test to add a verification that highlight does not
        repaint more DefaultTextEditor line rows than it needs to.

        * inspector/editor/text-editor-highlight-regexp-expected.txt:
        * inspector/editor/text-editor-highlight-regexp.html:

2013-01-30  Tien-Ren Chen  <trchen@chromium.org>

        REGRESSION (r139282): Caret repainting is broken for text-align: center'd <input>
        https://bugs.webkit.org/show_bug.cgi?id=108283

        Reviewed by Tim Horton.

        Occasionally carets won't be fully erased when blinking.
        There used to be 1-pixel padding but removed since r139282.
        This patch adds back the same workaround.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-30  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        More plugin test cases skipped, failing after r141051,
        plugins/document-open.html is not crashing, but currently timing out.

        * platform/efl-wk2/TestExpectations:

2013-01-30  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        More plugin test cases skipped, failing after r141051,

        * platform/efl-wk2/TestExpectations: r140999 leads to assertions in two stacking container tests.
        * platform/efl/TestExpectations: r140613 introduced fast/ruby/select-ruby.html - failing on our port.

2013-01-29  Shinya Kawanaka  <shinyak@chromium.org>

        Renderer is recreated unexpectedly after detach in HTMLInputElement
        https://bugs.webkit.org/show_bug.cgi?id=108150

        Reviewed by Kent Tamura.

        * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2-expected.txt: Added.

2013-01-29  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed. EFL Gradening.

        fast/events/constructors/composition-event-constructor.html isn't exist anymore.

        * platform/efl/TestExpectations:

2013-01-29  Ryosuke Niwa  <rniwa@webkit.org>

        Add a failing Mac Lion test expectation per bug 108291.

        * platform/mac/TestExpectations:

2013-01-29  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking fixed-position-composited-page-scale-down tests as failing.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-29  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking terminate-during-sync-operation.html as crashing after r141166.

        Unreviwed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-29  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaselining probably after r141136.

        Unreviwed. Gardening.

        * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt: Added.

2013-01-29  Chris Fleizach  <cfleizach@apple.com>

        AX: VoiceOver not reading bullets correctly in the text of notes
        https://bugs.webkit.org/show_bug.cgi?id=107980

        Reviewed by Ryosuke Niwa.

        * platform/mac/accessibility/listmarker-suffix-expected.txt: Added.
        * platform/mac/accessibility/listmarker-suffix.html: Added.

2013-01-29  Keishi Hattori  <keishi@webkit.org>

        [Chromium] fast/workers/storage crashing after r141166

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-29  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaselining after r141195

        Unreviewed. Gardening.

        * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/datetime/datetime-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:

2013-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140983.
        http://trac.webkit.org/changeset/140983
        https://bugs.webkit.org/show_bug.cgi?id=108277

        Unfortunately, this API has one last client (Requested by
        abarth on #webkit).

        * fast/notifications/notifications-with-permission-expected.txt:
        * fast/notifications/notifications-with-permission.html:

2013-01-29  Rafael Weinstein  <rafaelw@chromium.org>

        parserAppendChild and parserInsertBefore should ensure that child nodes are in the same document
        https://bugs.webkit.org/show_bug.cgi?id=108260

        Reviewed by Eric Seidel.

        * fast/parser/xml-error-adopted-expected.txt: Added.
        * fast/parser/xml-error-adopted.xml: Added.

2013-01-29  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: The content should not overflow the <input> boundary
        https://bugs.webkit.org/show_bug.cgi?id=108069

        Reviewed by Hajime Morita.

        * fast/forms/date/date-appearance-basic-expected.txt:
        * fast/forms/date/date-appearance-basic.html:
        Add test cases for small width and small height.
        * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html:
        Update the code because of shadow tree structure change.
        * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll.html:
        Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll-expected.txt:
        Added.
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium/TestExpectations:
         - date-appearance-basic.html: New test cases are added.
         - *-appearance-pseudo-element.html: :before :after position is slightly
           changed because of the -webkit-align-items change.
         - suggestion-picker/*.html: RTL behavior is changed. The direction of
           suggestion pickers matches to the direction of the input content
           (browser locale).

2013-01-29  Roger Fong  <roger_fong@apple.com>

        Unreviewed. More Windows7 gardening.

        * platform/win/TestExpectations:

2013-01-29  Alexandre Elias  <aelias@chromium.org>

        [chromium] Disable layout tests impacted by page scale change
        https://bugs.webkit.org/show_bug.cgi?id=108232

        Unreviewed, gardening.

        After https://codereview.chromium.org/12045002/, these
        tests are expected to fail.  Disabling and creating bugs for follow-up.

        * platform/chromium/TestExpectations:

2013-01-29  Chris Fleizach  <cfleizach@apple.com>

        AX: Add support for aria-autocomplete="list" on ARIA combobox
        https://bugs.webkit.org/show_bug.cgi?id=108228

        Reviewed by Ryosuke Niwa.

        * platform/mac/accessibility/combox-box-value-expected.txt: Added.
        * platform/mac/accessibility/combox-box-value.html: Added.

2013-01-29  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skip a bunch of tests on Win7 in preparation of turning on EWS testers.
        https://bugs.webkit.org/show_bug.cgi?id=108249

        * platform/win/TestExpectations:

2013-01-29  Oliver Hunt  <oliver@apple.com>

        REGRESSION (r140594): RELEASE_ASSERT_NOT_REACHED in JSC::Interpreter::execute
        https://bugs.webkit.org/show_bug.cgi?id=108097

        Reviewed by Geoffrey Garen.

        Add parser test for invalid var a.b syntax

        * fast/js/parser-syntax-check-expected.txt:
        * fast/js/script-tests/parser-syntax-check.js:

2013-01-29  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Temporarily disable inspector tests. 
        They are all timing out due to some configuration problem on the bots.

        * platform/win/TestExpectations:

2013-01-29  Justin Novosad  <junov@google.com>

        REGRESSION (r135628-135632): Double box shadow failure to render
        https://bugs.webkit.org/show_bug.cgi?id=107833

        Reviewed by Simon Fraser.

        New ref test verifies that box shadow is drawn when
        background is an opaque image. Test uses an blue gradient
        as background image. Reference uses blue background color.

        * fast/backgrounds/gradient-background-shadow-expected.html: Added.
        * fast/backgrounds/gradient-background-shadow.html: Added.

2013-01-29  Pravin D  <pravind.2k4@gmail.com>

        Current error reporting method used by check-layout.js should not affect subsequent sub-tests using checking data-offset-y.
        https://bugs.webkit.org/show_bug.cgi?id=105407

        Reviewed by Tony Chang.

        When a testcase is processed by check-layout.js, the result is written just after the node being processed. This causes
        offsetTop of subsequent sub-testcases to altered. If however if we process the nodes in the reverse order in which they 
        appear in the DOM tree, the result of node being processed will not affect the offsetTop of susequent nodes.

        * resources/check-layout.js:

2013-01-29  Dirk Schulze  <dschulze@adobe.com>

        Canvas support for isPointInStroke
        https://bugs.webkit.org/show_bug.cgi?id=108185

        Reviewed by Dean Jackson.

        Test the implementation of isPointOfStroke with all stroke style
        properties in Canvas.

        * fast/canvas/canvas-isPointInStroke-expected.txt: Added.
        * fast/canvas/canvas-isPointInStroke.html: Added.
        * fast/canvas/script-tests/canvas-isPointInStroke.js: Added.

        * fast/canvas/canvas-isPointInStroke-expected.txt: Added.
        * fast/canvas/canvas-isPointInStroke.html: Added.
        * fast/canvas/script-tests/canvas-isPointInStroke.js: Added.
        * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added property for isPointInStroke.

2013-01-29  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Rebaselining after r141122.
        Removing a few duplicate test expectations.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.txt:
        * platform/gtk/fonts/complex-text-shadows-expected.txt: Replaced with LayoutTests/platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt.
        * platform/gtk/fonts/font-face-with-complex-text-expected.txt: Replaced with LayoutTests/platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt.
        * platform/gtk/fonts/non-bmp-characters-expected.png: Copied from LayoutTests/platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png.
        * platform/gtk/fonts/non-bmp-characters-expected.txt: Copied from LayoutTests/platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt.
        * platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt: Removed.
        * platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt: Removed.
        * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png: Removed.
        * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt: Removed.
        * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt:

2013-01-29  Nate Chapin  <japhet@chromium.org>

        Enable reuse of cached main resources
        https://bugs.webkit.org/show_bug.cgi?id=105667.

        Reviewed by Adam Barth.

        * http/tests/cache/cached-main-resource-expected.txt: Added.
        * http/tests/cache/cached-main-resource.html: Added.
        * http/tests/cache/resources/cacheable-iframe.php: Added.
        * http/tests/inspector/resource-har-pages-expected.txt:
        * http/tests/loading/redirect-methods-expected.txt:
        * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
        * http/tests/misc/link-rel-icon-beforeload-expected.txt:
        * platform/chromium/TestExpectations:

2013-01-29  Ryosuke Niwa  <rniwa@webkit.org>

        Add back test expectations that got erroneously removed in r140981.

        * platform/mac/TestExpectations:

2013-01-29  Victor Carbune  <vcarbune@chromium.org>

        Heap-use-after-free in WebCore::RenderTextTrackCue::layout
        https://bugs.webkit.org/show_bug.cgi?id=108197

        Reviewed by Eric Carlson.

        Added test that triggers the crash. Verified proper removal of the tree.

        * media/track/track-cue-rendering-tree-is-removed-properly-expected.txt: Added.
        * media/track/track-cue-rendering-tree-is-removed-properly.html: Added.

2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip a failing ref html test.

        * platform/qt/TestExpectations:

2013-01-29  Martin Robinson  <mrobinson@igalia.com>

        [Freetype] Cannot use characters outside the BMP
        https://bugs.webkit.org/show_bug.cgi?id=108102

        Reviewed by Carlos Garcia Campos.

        Added a pixel test for rendering non-BMP characters.

        * platform/gtk/fonts/non-bmp-characters.html: Added.
        * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png: Added.
        * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt: Added.

2013-01-29  Alexis Menard  <alexis@webkit.org>

        Implement pseudoElement attribute on transition DOM events.
        https://bugs.webkit.org/show_bug.cgi?id=107986

        Reviewed by Julien Chaffraix.

        Add new tests to cover the feature.

        * fast/css-generated-content/pseudo-transition-event-expected.txt: Added.
        * fast/css-generated-content/pseudo-transition-event.html: Added.
        * fast/events/constructors/transition-event-constructor-expected.txt:
        * fast/events/constructors/transition-event-constructor.html:
        * fast/events/constructors/webkit-transition-event-constructor-expected.txt:
        * fast/events/constructors/webkit-transition-event-constructor.html:

2013-01-29  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Reclassified one IDB failure as a flaky crasher.
        Added a test expectation for a flaky crasher that's failnig
        due to probably malfunctioning accessibility code.

        * platform/gtk/TestExpectations:

2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing tests after r140927.
        https://bugs.webkit.org/show_bug.cgi?id=108190.

        * platform/qt/TestExpectations:

2013-01-29  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: introduce HighlightDescriptor interface in DTE.
        https://bugs.webkit.org/show_bug.cgi?id=108161

        Reviewed by Pavel Feldman.

        Correct layout test according to refactoring changes.

        * inspector/editor/text-editor-highlight-regexp.html:

2013-01-29  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        [EFL] Unified text checker implementation.
        https://bugs.webkit.org/show_bug.cgi?id=107682

        Reviewed by Anders Carlsson.

        * platform/efl-wk2/TestExpectations:
        Skip context-menu-suggestions.html until
        https://bugs.webkit.org/show_bug.cgi?id=107684 lands.

2013-01-29  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk2/TestExpectations: Skip broken plugin tests after r141051.

2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>

        Unreviewed gardening. Update generic expected file after r141031.
        Remove Chromium, GTK and Qt specific expected files, because they are the same as the  generic expected file.

        * fast/js/regress/integer-modulo-expected.txt:
        * platform/chromium/fast/js/regress/integer-modulo-expected.txt: Removed after r141044.
        * platform/gtk/fast/js/regress/integer-modulo-expected.txt: Removed after r141084.
        * platform/qt/fast/js/regress/integer-modulo-expected.txt: Removed after r141101.

2013-01-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening.

        Skipping tests broken by r141051.

        * platform/efl-wk2/TestExpectations:

2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skip failing tests. https://bugs.webkit.org/show_bug.cgi?id=108175.
        * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added after r140999.
        * platform/qt/fast/js/regress/integer-modulo-expected.txt: Added after r141031.

2013-01-29  Peter Rybin  <peter.rybin@gmail.com>

        Web Inspector: in inspector-protocol tests do not swallow errors
        https://bugs.webkit.org/show_bug.cgi?id=108087

        Reviewed by Pavel Feldman.
        Additional checks are added. Debuggee is more aggressive at
        when to kill the test.

        * http/tests/inspector-protocol/resources/InspectorTest.js:
        * http/tests/inspector-protocol/resources/protocol-test.js:
        (runTest):

2013-01-29  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] support instrumenting canvases in iframes (backend side)
        https://bugs.webkit.org/show_bug.cgi?id=107951

        Reviewed by Pavel Feldman.

        Stub Canvas dispatcher for now to silence alerts in tests.

        * inspector/profiler/canvas-profiler-test.js:
        (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent.InspectorBackend.registerCanvasDispatcher):

2013-01-29  Eugene Klyuchnikov  <eustas@chromium.org>

        Web Inspector: [CPU Profile] Taking profile crashes renderer.
        https://bugs.webkit.org/show_bug.cgi?id=108072

        Reviewed by Yury Semikhatsky.

        Added test to check that ProfilerAgent start/stop doesn't crash.

        * inspector/profiler/cpu-profiler-agent-crash-on-start-expected.txt: Added.
        * inspector/profiler/cpu-profiler-agent-crash-on-start.html: Added.

2013-01-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        REGRESSION: ChildrenAffectedBy flags lost between siblings which have child elements sharing style
        https://bugs.webkit.org/show_bug.cgi?id=105672

        Reviewed by Andreas Kling.

        Two test cases by Philippe Wittenbergh that triggers the issue.

        * fast/selectors/cousin-stylesharing-adjacent-selector-expected.html: Added.
        * fast/selectors/cousin-stylesharing-adjacent-selector.html: Added.
        * fast/selectors/cousin-stylesharing-last-child-selector-expected.html: Added.
        * fast/selectors/cousin-stylesharing-last-child-selector.html: Added.

2013-01-29  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: [Regression] Search across all sources is broken.
        https://bugs.webkit.org/show_bug.cgi?id=108157

        Reviewed by Pavel Feldman.

        * http/tests/inspector/search/scripts-search-scope-expected.txt: Added.
        * http/tests/inspector/search/scripts-search-scope.html: Added.

2013-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140959 and r140977.
        http://trac.webkit.org/changeset/140959
        http://trac.webkit.org/changeset/140977
        https://bugs.webkit.org/show_bug.cgi?id=108171

        Reverting rebaseline because after r141067 the expected
        results should be the old values. (Requested by kadam on
        #webkit).

        * platform/qt-5.0-wk1/compositing/absolute-inside-out-of-view-fixed-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/bounds-in-flipped-writing-mode-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/clip-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/clip-inside-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/become-composited-nested-iframes-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/become-overlapped-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/composited-parent-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe2-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe3-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/enter-compositing-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/iframe-resize-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/overlapped-nested-iframes-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/iframes/scrolling-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/images/clip-on-directly-composited-image-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/animation-overlap-with-children-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-clipping-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-container-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/rotate3d-overlap-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/masks/mask-layer-size-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/repaint/resize-repaint-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/tiling/tiled-layer-resize-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.png: Removed.
        * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.txt: Removed.
        * platform/qt-5.0-wk1/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Removed.
        * platform/qt-5.0-wk1/css3/filters/composited-during-transition-layertree-expected.txt: Removed.
        * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.png: Removed.
        * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.txt: Removed.

2013-01-29  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Added failure/flaky crash expectations for two layout tests.
        * platform/gtk/fast/js/regress: Added.
        * platform/gtk/fast/js/regress/integer-modulo-expected.txt: Added the baseline after r141031.

2013-01-29  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking icon-0colors.html as crashing.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-28   Vineet Chaudhary  <rgf748@motorola.com>

        HTMLOutputElement::htmlFor should be readonly
        https://bugs.webkit.org/show_bug.cgi?id=101898

        Reviewed by Kentaro Hara.

        The spec says htmlFor should be readonly, but WebKit implements it as no-readonly.
        Spec: http://dev.w3.org/html5/spec-preview/the-output-element.html
        Modified tests according to new behavior.

        * fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
        * fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js: Test for attribute htmlFor is readonly.

2013-01-28  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Reverting change to chromium/TestExpectation in r141056.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-28  Adam Barth  <abarth@webkit.org>

        Layout Test http/tests/workers/terminate-during-sync-operation.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=79013

        Reviewed by David Levin.

        This test shouldn't be flaky anymore.

        * platform/chromium/TestExpectations:

2013-01-28  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaselining after 141039.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
        * platform/chromium/compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
        * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
        * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
        * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
        * platform/chromium/compositing/overflow/resize-painting-expected.txt:
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/content-gains-scrollbars-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt.
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt.
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/resize-painting-expected.txt.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt.
        * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/resize-painting-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/resize-painting-expected.txt.

2013-01-28  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] Gesture event is not fired in ShadowDOM
        https://bugs.webkit.org/show_bug.cgi?id=107797

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/touch-event-expected.txt: Added.
        * fast/dom/shadow/touch-event.html: Added.

2013-01-28  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaselining integer-modulo after r141031.

        Unreviewed. Gardening.

        * platform/chromium/fast/js/regress/integer-modulo-expected.txt: Added.

2013-01-28  Min Qin  <qinmin@chromium.org>

        fix multi-touch-inside-iframes Layout test
        https://bugs.webkit.org/show_bug.cgi?id=108113

        Reviewed by Adam Barth.

        The ordering of OnLoad() of the 2 child iframes is racy.
        Fixed by assigning title from the parent frame.

        * fast/events/touch/multi-touch-inside-iframes.html:
        * fast/events/touch/resources/multi-touch-inside-iframes2.html:

2013-01-28  Simon Fraser  <simon.fraser@apple.com>

        position:fixed that doesn't render any content should not force compositing
        https://bugs.webkit.org/show_bug.cgi?id=108112

        Reviewed by Beth Dakin.
        
        Change tests to put a background color on position:fixed elements that need to be composited.
        New test with an empty fixed position element.

        * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html:
        * compositing/layer-creation/fixed-position-no-content-expected.txt: Added.
        * compositing/layer-creation/fixed-position-no-content.html: Copied from LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html.
        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
        * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
        * compositing/layer-creation/fixed-position-out-of-view.html:
        * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html:
        * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html:

2013-01-28  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Skipping mathml tests because MATHML was disasbled.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-28  Michael Saboff  <msaboff@apple.com>

        Make integer-modulo.js a try JS-Regress test
        https://bugs.webkit.org/show_bug.cgi?id=108130

        Reviewed by Filip Pizlo.

        Eliminated the LayoutTest calls.  Sum the values and throw an expection if it doesn't
        match up.

        * fast/js/regress/script-tests/integer-modulo.js:

2013-01-27  Kentaro Hara  <haraken@chromium.org>

        Implement CompositionEvent constructor
        https://bugs.webkit.org/show_bug.cgi?id=107919

        Reviewed by Sam Weinig.

        This patch implements a CompositionEvent constructor under
        a DOM4_EVENTS_CONSTRUCTOR flag.

        Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm

        * fast/dom/constructed-objects-prototypes-expected.txt:
        * fast/events/constructors/composition-event-constructor-expected.txt: Added.
        * fast/events/constructors/composition-event-constructor.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

        * fast/dom/constructed-objects-prototypes-expected.txt:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-01-28  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening, removing Crash expectations from storage/indexeddb tests.
        https://bugs.webkit.org/show_bug.cgi?id=108048

        Unreviewed.

        * platform/chromium/TestExpectations:

2013-01-28  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140934, r140935, and r140937.
        http://trac.webkit.org/changeset/140934
        http://trac.webkit.org/changeset/140935
        http://trac.webkit.org/changeset/140937
        https://bugs.webkit.org/show_bug.cgi?id=108117

        Re-land some speculative rollouts - see wkbug.com/108048 for
        context (Requested by jsbell on #webkit).

        * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
        * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-blocked-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
        * storage/indexeddb/events-expected.txt: Added.
        * storage/indexeddb/events.html: Added.
        * storage/indexeddb/intversion-gated-on-delete-expected.txt:
        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/intversion-upgrades-expected.txt:
        * storage/indexeddb/removed-expected.txt:
        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
        (versionChangeCallback):
        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js:
        (versionChangeCallback):
        * storage/indexeddb/resources/deletedatabase-blocked.js:
        (test.request.onsuccess.openOnSuccess.h.onversionchange):
        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
        (prepareDatabase.h.onversionchange):
        * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
        (h1OpenSuccess.h1.onversionchange.h1OnVersionChange.h1.onversionchange):
        (h1OpenSuccess.h1.onversionchange):
        (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
        * storage/indexeddb/resources/deletedatabase-not-blocked.js:
        (test.request.onsuccess.openOnSuccess.h.onversionchange):
        * storage/indexeddb/resources/events.js: Added.
        (test):
        * storage/indexeddb/resources/intversion-gated-on-delete.js:
        (firstSuccessCallback):
        (connection1VersionChangeCallback):
        * storage/indexeddb/resources/intversion-long-queue.js:
        (connection1VersionChangeCallback):
        (deleteDatabaseBlockedCallback):
        (deleteDatabaseSuccessCallback):
        (connection2VersionChangeEvent):
        * storage/indexeddb/resources/removed.js:
        (test):

2013-01-28  Ian Vollick  <vollick@chromium.org>

        Promote composited-scrolling layers to stacking containers.
        https://bugs.webkit.org/show_bug.cgi?id=106142

        Reviewed by Simon Fraser.

        With this patch, RenderLayers that use composited scrolling are
        treated as stacking contexts. Since isStackingContainer now depends on
        the value of m_needsCompositedScrolling, special care needed to be
        taken to ensure that the value of isStackingContainer is not used when
        updating m_needsCompositedScrolling. In particular, the code for
        rebuilding the layer lists needed to be generalized so that we could
        build the layer lists using the value of isStackingContext rather than
        isStackingContainer when building the layer lists used to determine if
        the descendants are contiguous in stacking order. Also, updating
        m_needsCompositedScrolling can now affect stacking container status
        and can therefore dirty layer lists.

        * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
        * compositing/overflow/composited-scrolling-creates-a-stacking-container.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.

2013-01-28  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Parse @-webkit-filter
        https://bugs.webkit.org/show_bug.cgi?id=106837

        Reviewed by Dean Jackson.

        Add positive and negative tests for parsing the @-webkit-filter rule.

        Factored out common helper functions between the existing CSS Custom Filters parsing tests
        and the new tests into custom-filter-parsing-common.js.

        * css3/filters/custom/custom-filter-parsing-at-rule-invalid-expected.txt: Added.
        * css3/filters/custom/custom-filter-parsing-at-rule-invalid.html: Added.
        * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Added.
        * css3/filters/custom/custom-filter-parsing-at-rule-valid.html: Added.
        * css3/filters/custom/custom-filter-property-parsing-invalid.html:
        * css3/filters/custom/custom-filter-property-parsing.html:
        * css3/filters/script-tests/custom-filter-parsing-at-rule-invalid.js: Added.
        (testInvalidFilterAtRule):
        * css3/filters/script-tests/custom-filter-parsing-at-rule-valid.js: Added.
        (testFilterAtRule):
            Tests @-webkit-filter rule parsing and its ability to hold CSS properties.
        (testNestedRules):
            Tests nesting between at-rules, involving @-webkit-filter rules.
        (checkRule):
            Factor out common rule checking functionality into its own helper function, so it can be
            reused.
        * css3/filters/script-tests/custom-filter-parsing-common.js: Added.
        (jsWrapperClass):
            Moved.
        (shouldBeType):
            Moved.
        * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
        * css3/filters/script-tests/custom-filter-property-parsing.js:
        * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt:
            V8 represents WebKitCSSFilterRule a little differently.

2013-01-28  Uday Kiran  <udaykiran@motorola.com>

        getComputedStyle returns "left" instead of "none" for "float" on abspos elements
        https://bugs.webkit.org/show_bug.cgi?id=105836

        Reviewed by Tony Chang.

        If 'position' has the value absolute, page or fixed, and the value of float is
        left or right, the box is absolutely positioned and the computed value of float is none.
        http://www.w3.org/TR/css3-positioning/#dis-pos-flo
        This matches behavior of Firefox 18, Opera 12 and IE9.

        * fast/css/position-absolute-float-expected.txt: Added.
        * fast/css/position-absolute-float.html: Added.

2013-01-28  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding a failure expectation for a User Timing test added in r140882.

        * platform/gtk/TestExpectations:

2013-01-28  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaselines after r140192.

        * fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added.
        * fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added.
        * fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
        * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
        * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
        * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
        * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
        * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
        * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.

2013-01-28  Oliver Hunt  <oliver@apple.com>

        REGRESSION(r139145): A couple of fast/workers tests fail
        https://bugs.webkit.org/show_bug.cgi?id=106415

        These tests are stable now.

        * platform/mac/TestExpectations:

2013-01-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Correcting rebaseline done in r140959.

        * platform/qt-5.0-wk1/compositing/absolute-inside-out-of-view-fixed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/absolute-inside-out-of-view-fixed-expected.txt.
        * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt.
        * platform/qt-5.0-wk1/compositing/bounds-in-flipped-writing-mode-expected.txt: Renamed from LayoutTests/platform/qt/compositing/bounds-in-flipped-writing-mode-expected.txt.
        * platform/qt-5.0-wk1/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Renamed from LayoutTests/platform/qt/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
        * platform/qt-5.0-wk1/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt.
        * platform/qt-5.0-wk1/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt.
        * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt.
        * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Renamed from LayoutTests/platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.png.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.txt.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
        * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-expected.txt.
        * platform/qt-5.0-wk1/compositing/geometry/clip-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/clip-expected.txt.
        * platform/qt-5.0-wk1/compositing/geometry/clip-inside-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/clip-inside-expected.txt.
        * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/composited-in-columns-expected.png.
        * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/composited-in-columns-expected.txt.
        * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/flipped-writing-mode-expected.png.
        * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/flipped-writing-mode-expected.txt.
        * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/foreground-layer-expected.png.
        * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/foreground-layer-expected.txt.
        * platform/qt-5.0-wk1/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/platform/qt/compositing/geometry/preserve-3d-switching-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/become-composited-nested-iframes-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/become-composited-nested-iframes-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/become-overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/become-overlapped-iframe-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/composited-parent-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/composited-parent-iframe-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe-delayed-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe2-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe2-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe3-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe3-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/enter-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/enter-compositing-iframe-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/iframe-resize-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/iframe-resize-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-iframe-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-iframe-iframe-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/overlapped-nested-iframes-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-nested-iframes-expected.txt.
        * platform/qt-5.0-wk1/compositing/iframes/scrolling-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/scrolling-iframe-expected.txt.
        * platform/qt-5.0-wk1/compositing/images/clip-on-directly-composited-image-expected.txt: Renamed from LayoutTests/platform/qt/compositing/images/clip-on-directly-composited-image-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/animation-overlap-with-children-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/animation-overlap-with-children-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-out-of-view-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.png: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.png.
        * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overflow-scroll-overlap-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-clipping-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-animation-clipping-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-container-expected.txt: Copied from LayoutTests/platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-child-layer-expected.png.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-child-layer-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.png.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/rotate3d-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/rotate3d-overlap-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/stacking-context-overlap-expected.txt.
        * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
        * platform/qt-5.0-wk1/compositing/masks/mask-layer-size-expected.txt: Renamed from LayoutTests/platform/qt/compositing/masks/mask-layer-size-expected.txt.
        * platform/qt-5.0-wk1/compositing/repaint/resize-repaint-expected.txt: Renamed from LayoutTests/platform/qt/compositing/repaint/resize-repaint-expected.txt.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-absolute-expected.png.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-absolute-expected.txt.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-fixed-expected.png.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-fixed-expected.txt.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-relative-expected.png.
        * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-relative-expected.txt.
        * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.png.
        * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.txt.
        * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/huge-layer-img-expected.png.
        * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/huge-layer-img-expected.txt.
        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-clamped-expected.png.
        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-clamped-expected.txt.
        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png.
        * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt.
        * platform/qt-5.0-wk1/compositing/tiling/tiled-layer-resize-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/tiled-layer-resize-expected.txt.
        * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.png: Renamed from LayoutTests/platform/qt/compositing/visibility/layer-visible-content-expected.png.
        * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.txt: Renamed from LayoutTests/platform/qt/compositing/visibility/layer-visible-content-expected.txt.
        * platform/qt-5.0-wk1/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
        * platform/qt-5.0-wk1/css3/filters/composited-during-transition-layertree-expected.txt: Copied from LayoutTests/platform/qt/css3/filters/composited-during-transition-layertree-expected.txt.
        * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/filtered-compositing-descendant-expected.png.
        * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.txt: Renamed from LayoutTests/platform/qt/css3/filters/filtered-compositing-descendant-expected.txt.
        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
        * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:

2013-01-28  Stephen Chenney  <schenney@chromium.org>

        SVGViewSpec fails when corresponding element has been removed
        https://bugs.webkit.org/show_bug.cgi?id=106957

        Reviewed by Dirk Schulze.

        Test for the situation in which the target of an SVGViewSpec is
        removed while the view spec lives on in JS. The test is expected to
        fail on all JSC based platforms because the element that must be
        deleted to trigger the results is not deleted upon GC.

        * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
        * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
        * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.

2013-01-28  James Craig  <james@cookiecrook.com>

        HTML5 promotes DL from specific 'definition list' to superset 'description list'; accessibility strings and accessors should be updated to match.
        https://bugs.webkit.org/show_bug.cgi?id=107650

        Reviewed by Chris Fleizach.
        
        Updating accessibility strings and accessors for DL/DT/DD; new one for [role="definition"] (previously it reused the role/desc for DD).
        Removed gtk expectation as the expectation has changed: platform/gtk/accessibility/lists-expected.txt

        * accessibility/lists.html:
        * platform/gtk/accessibility/lists-expected.txt: Removed.
        * platform/mac/accessibility/definition-list-term-expected.txt:
        * platform/mac/accessibility/definition-list-term.html:
        * platform/mac/accessibility/lists-expected.txt:

2013-01-28  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Added platform specific expectations after r140728.

        * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
        * platform/qt/svg/custom/glyph-setting-d-attribute-expected.png:
        * platform/qt/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
        * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
        * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt: Added.
        * platform/qt/svg/hixie/viewbox/002-expected.png:
        * platform/qt/svg/hixie/viewbox/002-expected.txt: Added.
        * platform/qt/svg/hixie/viewbox/003-expected.png:
        * platform/qt/svg/hixie/viewbox/003-expected.txt: Added.
        * platform/qt/svg/text/text-viewbox-rescale-expected.png:
        * platform/qt/svg/text/text-viewbox-rescale-expected.txt: Added.

2013-01-28  Manuel Rego Casasnovas  <rego@igalia.com>

        [GTK] [WTR] layoutTestController.pathToLocalResource needs to be updated
        https://bugs.webkit.org/show_bug.cgi?id=107538

        Reviewed by Martin Robinson.

        * platform/gtk-wk2/TestExpectations: Remove tests that pass now:
        http/tests/security/local-user-CSS-from-remote.html,
        fast/loader/local-CSS-from-local.html,
        fast/loader/local-JavaScript-from-local.html,
        fast/loader/local-image-from-local.html and
        fast/dom/frame-loading-via-document-write.html.

2013-01-28  Martin Robinson  <mrobinson@igalia.com>

        [Freetype] Synthetic bold not applied to fallback fonts properly
        https://bugs.webkit.org/show_bug.cgi?id=107733

        Reviewed by Gustavo Noronha Silva.

        * platform/gtk/fast/css/font-face-multiple-faces-expected.png:
        * platform/gtk/fast/css/font-face-synthetic-bold-italic-expected.png: Added.
        * platform/gtk/fast/dom/34176-expected.png: Added.
        * platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
        * platform/gtk/fast/text/bidi-embedding-pop-and-push-same-expected.png:
        * platform/gtk/fast/text/cg-fallback-bolding-expected.png:
        * platform/gtk/fast/text/fallback-traits-fixup-expected.png:
        * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.png:
        * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.png:
        * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
        * platform/gtk/fast/text/international/bold-bengali-expected.png:
        * platform/gtk/fast/text/international/khmer-selection-expected.png:
        * platform/gtk/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:

2013-01-28  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: SourceURL and SourceMappingURL together in evalled code
        https://bugs.webkit.org/show_bug.cgi?id=107939

        Reviewed by Vsevolod Vlasov.

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

2013-01-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed rebaseline after r140821.

        * platform/qt/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/qt/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
        * platform/qt/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
        * platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
        * platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
        * platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
        * platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
        * platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.png: Added.
        * platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
        * platform/qt/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
        * platform/qt/compositing/geometry/clip-expected.txt: Added.
        * platform/qt/compositing/geometry/clip-inside-expected.txt: Added.
        * platform/qt/compositing/geometry/composited-in-columns-expected.png: Added.
        * platform/qt/compositing/geometry/composited-in-columns-expected.txt: Added.
        * platform/qt/compositing/geometry/flipped-writing-mode-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
        * platform/qt/compositing/geometry/flipped-writing-mode-expected.txt: Added.
        * platform/qt/compositing/geometry/foreground-layer-expected.png: Added.
        * platform/qt/compositing/geometry/foreground-layer-expected.txt: Added.
        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
        * platform/qt/compositing/iframes/become-composited-nested-iframes-expected.txt: Added.
        * platform/qt/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
        * platform/qt/compositing/iframes/composited-parent-iframe-expected.txt: Added.
        * platform/qt/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
        * platform/qt/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
        * platform/qt/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
        * platform/qt/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
        * platform/qt/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
        * platform/qt/compositing/iframes/iframe-resize-expected.txt: Added.
        * platform/qt/compositing/iframes/overlapped-iframe-expected.txt: Added.
        * platform/qt/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
        * platform/qt/compositing/iframes/overlapped-nested-iframes-expected.txt: Added.
        * platform/qt/compositing/iframes/scrolling-iframe-expected.txt: Added.
        * platform/qt/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
        * platform/qt/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
        * platform/qt/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
        * platform/qt/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Added.
        * platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
        * platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
        * platform/qt/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
        * platform/qt/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
        * platform/qt/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
        * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
        * platform/qt/compositing/layer-creation/overlap-child-layer-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
        * platform/qt/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
        * platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
        * platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
        * platform/qt/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
        * platform/qt/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
        * platform/qt/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
        * platform/qt/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
        * platform/qt/compositing/masks/mask-layer-size-expected.txt: Added.
        * platform/qt/compositing/repaint/resize-repaint-expected.txt: Added.
        * platform/qt/compositing/rtl/rtl-iframe-absolute-expected.png: Added.
        * platform/qt/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
        * platform/qt/compositing/rtl/rtl-iframe-fixed-expected.png: Added.
        * platform/qt/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
        * platform/qt/compositing/rtl/rtl-iframe-relative-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
        * platform/qt/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
        * platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
        * platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
        * platform/qt/compositing/tiling/huge-layer-img-expected.png: Added.
        * platform/qt/compositing/tiling/huge-layer-img-expected.txt: Added.
        * platform/qt/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
        * platform/qt/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
        * platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
        * platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
        * platform/qt/compositing/tiling/tiled-layer-resize-expected.txt: Added.
        * platform/qt/compositing/visibility/layer-visible-content-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
        * platform/qt/compositing/visibility/layer-visible-content-expected.txt: Added.
        * platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
        * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
        * platform/qt/css3/filters/filtered-compositing-descendant-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
        * platform/qt/css3/filters/filtered-compositing-descendant-expected.txt: Added.

2013-01-28  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking bug2479-5.html as crashing.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-28  Mike West  <mkwst@chromium.org>

        Change test expectation to ensure that seamless iframes do not inherit editability.
        https://bugs.webkit.org/show_bug.cgi?id=108063

        Reviewed by Eric Seidel.

        Seamlessly rendered documents should not inherit editability from their
        parent IFrame. Currently, the test expectations don't match this
        behavior. This patch trivially adjusts the expectation to ensure that
        editability is _not_ inherited.

        * fast/frames/seamless/seamless-inherited-document-style-expected.txt:
        * fast/frames/seamless/seamless-inherited-document-style.html:

2013-01-25  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: remove unused isElement and similar methods from HeapProfiler
        https://bugs.webkit.org/show_bug.cgi?id=107940

        Reviewed by Vsevolod Vlasov.

        * inspector/profiler/heap-snapshot.html:

2013-01-27  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking two fast/forms tests as slow on debug mac.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-27  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow DOM] Selecting a node to another node in ShadowDOM fires 'click' event unexpectedly
        https://bugs.webkit.org/show_bug.cgi?id=107233

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/select-in-shadowdom-expected.txt: Added.
        * fast/dom/shadow/select-in-shadowdom.html: Added.

2013-01-28  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking storage/indexeddb tests as crashing.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-27  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking media/track tests as crashing.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140602.
        http://trac.webkit.org/changeset/140602
        https://bugs.webkit.org/show_bug.cgi?id=108045

        Caused 8 indexed tests to crash. (Requested by keishi on
        #webkit).

        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/intversion-upgrades-expected.txt:

2013-01-27  Shinya Kawanaka  <shinyak@chromium.org>

        Disabled input/textarea doesn't trigger selection change
        https://bugs.webkit.org/show_bug.cgi?id=85244

        Reviewed by Ryosuke Niwa.

        * fast/forms/input-readonly-select-expected.txt: Added.
        * fast/forms/input-readonly-select.html: Added.

2013-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140741.
        http://trac.webkit.org/changeset/140741
        https://bugs.webkit.org/show_bug.cgi?id=108044

        Caused 8 indexed tests to fail on Mac and Win. (Requested by
        keishi on #webkit).

        * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
        * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-blocked-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
        * storage/indexeddb/events-expected.txt: Removed.
        * storage/indexeddb/events.html: Removed.
        * storage/indexeddb/intversion-gated-on-delete-expected.txt:
        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/removed-expected.txt:
        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
        (versionChangeCallback):
        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js:
        (versionChangeCallback):
        * storage/indexeddb/resources/deletedatabase-blocked.js:
        (test.request.onsuccess.openOnSuccess.h.onversionchange):
        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
        (prepareDatabase.h.onversionchange):
        * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
        (h1OpenSuccess.h1.onversionchange):
        (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
        * storage/indexeddb/resources/deletedatabase-not-blocked.js:
        (test.request.onsuccess.openOnSuccess.h.onversionchange):
        * storage/indexeddb/resources/events.js: Removed.
        * storage/indexeddb/resources/intversion-gated-on-delete.js:
        (firstSuccessCallback):
        (connection1VersionChangeCallback):
        * storage/indexeddb/resources/intversion-long-queue.js:
        (connection1VersionChangeCallback):
        (deleteDatabaseBlockedCallback):
        (deleteDatabaseSuccessCallback):
        (connection2VersionChangeEvent):
        * storage/indexeddb/resources/removed.js:
        (test):

2013-01-28  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaselining overflow-size-change* tests.

        Unreviewed. Gardening.

        * platform/chromium-mac-lion/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
        * platform/chromium-mac-lion/fast/regions/overflow-size-change-with-stacking-context-expected.png:
        * platform/chromium-mac-snowleopard/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
        * platform/chromium-mac-snowleopard/fast/regions/overflow-size-change-with-stacking-context-expected.png:
        * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
        * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Renamed from LayoutTests/platform/chromium/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt.
        * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.png:
        * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Renamed from LayoutTests/platform/chromium/fast/regions/overflow-size-change-with-stacking-context-expected.txt.
        * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
        * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.png:

2013-01-27  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Attempt to fix expectation entry.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-27  Matt Falkenhagen  <falken@chromium.org>

        Elements must be reattached when inserted/removed from top layer
        https://bugs.webkit.org/show_bug.cgi?id=105489

        Relanding r139402 as the apparent perf regression has been explained as not real (bug 106726).

        Reviewed by Julien Chaffraix.

        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
        This tests that a top layer element removed from the document does not reappear in the top layer if readded.
        This test actually would pass before this patch, but just by good fortune (see bug).
        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
        This tests that top layer ordering is correct after removing and readding an element to the top layer.

2013-01-27  Jochen Eisinger  <jochen@chromium.org>

        [chromium] add missing plumbing for Notification.requestPermission
        https://bugs.webkit.org/show_bug.cgi?id=108012

        Reviewed by Adam Barth.

        * fast/notifications/notifications-constructor-request-permission-expected.txt: Added.
        * fast/notifications/notifications-constructor-request-permission.html: Added.

2013-01-27  Jochen Eisinger  <jochen@chromium.org>

        Check notification permissions in the show() method
        https://bugs.webkit.org/show_bug.cgi?id=108009

        Reviewed by Adam Barth.

        * fast/notifications/notifications-constructor-with-permission-expected.txt: Added.
        * fast/notifications/notifications-constructor-with-permission.html: Added.
        * fast/notifications/notifications-constructor-without-permission-expected.txt: Added.
        * fast/notifications/notifications-constructor-without-permission.html: Added.

2013-01-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140880.
        http://trac.webkit.org/changeset/140880
        https://bugs.webkit.org/show_bug.cgi?id=108023

        Caused mathml/presentation and tests to crash and fail
        (Requested by keishi on #webkit).

        * mathml/differentiable-manifold.html: Removed.
        * platform/chromium-linux/mathml/differentiable-manifold-expected.png: Removed.
        * platform/chromium-linux/mathml/differentiable-manifold-expected.txt: Removed.
        * platform/chromium-linux/mathml/presentation/fenced-expected.txt:
        * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png:
        * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt:
        * platform/chromium-linux/mathml/presentation/mo-expected.txt:
        * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png:
        * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt:
        * platform/chromium-linux/mathml/presentation/over-expected.txt:
        * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium-linux/mathml/presentation/row-expected.png:
        * platform/chromium-linux/mathml/presentation/row-expected.txt:
        * platform/chromium-linux/mathml/presentation/sub-expected.png:
        * platform/chromium-linux/mathml/presentation/sub-expected.txt:
        * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-01-26  Robert Hogan  <robert@webkit.org>

        REGRESSION(r120616): Cell's logical height wrongly computed with vertical-align: baseline and rowspan
        https://bugs.webkit.org/show_bug.cgi?id=106571

        Reviewed by Julien Chaffraix.

        * fast/css/vertical-align-baseline-rowspan-010-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-010.html: Added.
        * fast/css/vertical-align-baseline-rowspan-011-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-011.html: Added.

2013-01-25  Elliott Sprehn  <esprehn@chromium.org>

        Make unload-reparent-sibling-frame.html wait for completion
        https://bugs.webkit.org/show_bug.cgi?id=107987

        Reviewed by Ojan Vafai.

        While this test runs fine locally and in the cr-linux EWS it
        appears to be flaky on many of the other bots because it doesn't
        wait for the test to complete. Instead make the waiting in the test
        explicit.

        * fast/frames/unload-reparent-sibling-frame.html:

2013-01-25  Pan Deng  <pan.deng@intel.com>

        [User Timing] Class name of user timing entries should be PerformanceMark/PerformanceMeasure.
        https://bugs.webkit.org/show_bug.cgi?id=107925.

        Reviewed by Tony Gentilcore.

        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type-expected.txt: Added.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html: Added.

2013-01-24  Ojan Vafai  <ojan@chromium.org>

        MathML preferred widths should not depend on layout information
        https://bugs.webkit.org/show_bug.cgi?id=107353

        Reviewed by Levi Weintraub.

        * mathml/differentiable-manifold.html: Added.
        * platform/chromium-linux/mathml/differentiable-manifold-expected.png: Added.
        * platform/chromium-linux/mathml/differentiable-manifold-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/fenced-expected.txt:
        * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png:
        * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt:
        * platform/chromium-linux/mathml/presentation/mo-expected.txt:
        * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png:
        * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt:
        * platform/chromium-linux/mathml/presentation/over-expected.txt:
        * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium-linux/mathml/presentation/row-expected.png:
        * platform/chromium-linux/mathml/presentation/row-expected.txt:
        * platform/chromium-linux/mathml/presentation/sub-expected.png:
        * platform/chromium-linux/mathml/presentation/sub-expected.txt:
        * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-01-25  Dima Gorbik  <dgorbik@apple.com>

        Support language WebVTT Nodes
        https://bugs.webkit.org/show_bug.cgi?id=107907

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/styling-lang.vtt: Added.
        * media/track/track-css-matching-lang-expected.txt: Added.
        * media/track/track-css-matching-lang.html: Added.

2013-01-25  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium svg rebaseline.

        * platform/chromium-linux-x86/svg/hixie/viewbox: Added.
        * platform/chromium-linux-x86/svg/hixie/viewbox/002-expected.txt: Added.
        * platform/chromium-linux-x86/svg/hixie/viewbox/003-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/viewbox/002-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/viewbox/003-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/viewbox/002-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/viewbox/003-expected.txt: Added.
        * platform/chromium-win/svg/hixie/viewbox/002-expected.txt: Added.
        * platform/chromium-win/svg/hixie/viewbox/003-expected.txt: Added.

2013-01-25  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating baselines following r140192.

        * platform/chromium-mac-lion/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/chromium-mac-snowleopard/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/chromium-win-xp/fast/regions: Removed.
        * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-25  Eric Carlson  <eric.carlson@apple.com>

        Adding a text track should not make controls visible
        https://bugs.webkit.org/show_bug.cgi?id=107956

        Reviewed by  Dean Jackson.

        * media/media-captions-no-controls-expected.txt: Added.
        * media/media-captions-no-controls.html: Added.

2013-01-25  Erik Arvidsson  <arv@chromium.org>

        Unreviewed Chromium rebaseline.

        Rebaseline several tests on Chromium after r140728.

        * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
        * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
        * platform/chromium-win/svg/text/font-size-below-point-five-expected.txt:
        * platform/chromium-win/svg/text/text-viewbox-rescale-expected.png:
        * platform/chromium/svg/hixie/viewbox/002-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/hixie/viewbox/002-expected.txt.
        * platform/chromium/svg/hixie/viewbox/003-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/hixie/viewbox/003-expected.txt.

2013-01-25  Emil A Eklund  <eae@chromium.org>

        Change svg/text/text-rect-precision.html to pass on non-subpixel platforms and add results
        https://bugs.webkit.org/show_bug.cgi?id=107972

        Reviewed by Levi Weintraub.

        * platform/chromium-linux/svg/text/text-rect-precision-expected.txt: Removed.
        * platform/chromium-mac/svg/text/text-rect-precision-expected.txt: Removed.
        * svg/text/text-rect-precision.html:
        * svg/text/text-rect-precision-expected.txt: Added

2013-01-25  Elliott Sprehn  <esprehn@chromium.org>

        Consider all ancestors not just parentElement when disconnecting frames
        https://bugs.webkit.org/show_bug.cgi?id=107769

        Reviewed by Eric Seidel.

        Add a test for moving frames around inside unload handlers.

        * fast/frames/unload-reparent-sibling-frame-expected.txt: Added.
        * fast/frames/unload-reparent-sibling-frame.html: Added.

2013-01-25  Tony Chang  <tony@chromium.org>

        Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
        https://bugs.webkit.org/show_bug.cgi?id=104997

        Reviewed by Ojan Vafai.

        border-color-relayout.html tests that we handle border color style changes properly.

        * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
        * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
        * fast/forms/border-color-relayout-expected.html: Added.
        * fast/forms/border-color-relayout.html: Added.
        * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
        * fast/forms/text/text-padding-dynamic-change.html: Added.

2013-01-25  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        Move WebGLErrorsToConsole page setting to window.internals.settings
        https://bugs.webkit.org/show_bug.cgi?id=107218

        Set WebGLErrorsToConsoleEnabled to false for WebGL tests which have
        errors. Some WebGL error messages depend on OpenGL implementations, so
        logging error messages would lead to platform specific output.

        Reviewed by Kenneth Russell.

        * fast/canvas/webgl/attrib-location-length-limits.html:
        * fast/canvas/webgl/bad-arguments-test.html:
        * fast/canvas/webgl/buffer-bind-test.html:
        * fast/canvas/webgl/buffer-data-array-buffer.html:
        * fast/canvas/webgl/compressed-tex-image.html:
        * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
        * fast/canvas/webgl/context-lost-restored.html:
        * fast/canvas/webgl/context-lost.html:
        * fast/canvas/webgl/draw-arrays-out-of-bounds.html:
        * fast/canvas/webgl/draw-elements-out-of-bounds.html:
        * fast/canvas/webgl/error-reporting.html:
        * fast/canvas/webgl/framebuffer-object-attachment.html:
        * fast/canvas/webgl/framebuffer-test.html:
        * fast/canvas/webgl/get-active-test.html:
        * fast/canvas/webgl/gl-bind-attrib-location-test.html:
        * fast/canvas/webgl/gl-enable-enum-test.html:
        * fast/canvas/webgl/gl-enum-tests.html:
        * fast/canvas/webgl/gl-object-get-calls.html:
        * fast/canvas/webgl/gl-uniform-arrays.html:
        * fast/canvas/webgl/gl-uniformmatrix4fv.html:
        * fast/canvas/webgl/gl-vertexattribpointer.html:
        * fast/canvas/webgl/glsl-conformance.html:
        * fast/canvas/webgl/incorrect-context-object-behaviour.html:
        * fast/canvas/webgl/index-validation-copies-indices.html:
        * fast/canvas/webgl/index-validation-verifies-too-many-indices.html:
        * fast/canvas/webgl/index-validation.html:
        * fast/canvas/webgl/invalid-passed-params.html:
        * fast/canvas/webgl/null-object-behaviour.html:
        * fast/canvas/webgl/object-deletion-behaviour.html:
        * fast/canvas/webgl/program-test.html:
        * fast/canvas/webgl/read-pixels-pack-alignment.html:
        * fast/canvas/webgl/read-pixels-test.html:
        * fast/canvas/webgl/script-tests/texImageTest.js:
        * fast/canvas/webgl/shader-deleted-by-accessor.html:
        * fast/canvas/webgl/shader-precision-format.html:
        * fast/canvas/webgl/tex-input-validation.html:
        * fast/canvas/webgl/tex-sub-image-2d-bad-args.html:
        * fast/canvas/webgl/texture-complete.html:
        * fast/canvas/webgl/texture-npot.html:
        * fast/canvas/webgl/type-conversion-test.html:
        * fast/canvas/webgl/uniform-location-length-limits.html:
        * fast/canvas/webgl/uniform-location.html:
        * fast/canvas/webgl/webgl-depth-texture.html:
        * fast/canvas/webgl/webgl-specific.html:
        * fast/canvas/webgl/webgl-texture-binding-preserved.html:
        * inspector/profiler/webgl/webgl-profiler-api-changes.html:
        * inspector/profiler/webgl/webgl-profiler-get-error.html:

2013-01-25  Abhishek Arya  <inferno@chromium.org>

        Regression(r139836): Crash in WTF::equalIgnoringCase
        https://bugs.webkit.org/show_bug.cgi?id=107703

        Reviewed by Eric Seidel.

        * fast/gradients/parse-radial-gradient-crash-expected.txt: Added.
        * fast/gradients/parse-radial-gradient-crash.html: Added.

2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Rebaselining after r140448, r140459, r140493 and 140593.

        * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
        * platform/efl/fast/dom/constructed-objects-prototypes-expected.txt: Added.
        * platform/efl/fast/js/global-constructors-expected.txt:

2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Remove unnecessary platform expectations for now-passing test.

        * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: Removed.
        * platform/efl/media/media-can-play-ogg-expected.txt: Removed.

2013-01-25  Erik Arvidsson  <arv@chromium.org>

        Unreviewed Chromium rebaseline.

        Rebaseline svg/batik tests.

        * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png.
        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
        * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Removed.
        * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Removed.
        * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
        * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
        * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.

2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL rebaseline.

        Rebaseline several tests on EFL port after r140728.

        * platform/efl/svg/carto.net/button-expected.png:
        * platform/efl/svg/carto.net/button-expected.txt:
        * platform/efl/svg/carto.net/colourpicker-expected.png:
        * platform/efl/svg/carto.net/colourpicker-expected.txt:
        * platform/efl/svg/carto.net/combobox-expected.png:
        * platform/efl/svg/carto.net/combobox-expected.txt:
        * platform/efl/svg/carto.net/scrollbar-expected.png:
        * platform/efl/svg/carto.net/scrollbar-expected.txt:
        * platform/efl/svg/carto.net/selectionlist-expected.png:
        * platform/efl/svg/carto.net/selectionlist-expected.txt:
        * platform/efl/svg/carto.net/tabgroup-expected.png:
        * platform/efl/svg/carto.net/tabgroup-expected.txt:
        * platform/efl/svg/carto.net/textbox-expected.png:
        * platform/efl/svg/carto.net/textbox-expected.txt: Added.
        * platform/efl/svg/carto.net/window-expected.png:
        * platform/efl/svg/carto.net/window-expected.txt:
        * platform/efl/svg/clip-path/clip-path-pixelation-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-pixelation-expected.txt:
        * platform/efl/svg/css/group-with-shadow-expected.png:
        * platform/efl/svg/css/group-with-shadow-expected.txt:
        * platform/efl/svg/hixie/perf/003-expected.png:
        * platform/efl/svg/hixie/perf/003-expected.txt:
        * platform/efl/svg/hixie/text/001-expected.txt:
        * platform/efl/svg/hixie/text/003-expected.png:
        * platform/efl/svg/hixie/text/003-expected.txt:
        * platform/efl/svg/hixie/text/003a-expected.png:
        * platform/efl/svg/hixie/text/003a-expected.txt:
        * platform/efl/svg/hixie/text/003b-expected.png:
        * platform/efl/svg/hixie/text/003b-expected.txt:
        * platform/efl/svg/hixie/viewbox/002-expected.txt: Added.
        * platform/efl/svg/hixie/viewbox/003-expected.txt: Added.
        * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
        * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
        * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
        * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
        * platform/efl/svg/text/append-text-node-to-tspan-expected.png:
        * platform/efl/svg/text/append-text-node-to-tspan-expected.txt:
        * platform/efl/svg/text/bidi-reorder-value-lists-expected.png:
        * platform/efl/svg/text/bidi-reorder-value-lists-expected.txt:
        * platform/efl/svg/text/bidi-text-anchor-direction-expected.png:
        * platform/efl/svg/text/bidi-text-anchor-direction-expected.txt:
        * platform/efl/svg/text/bidi-text-query-expected.png:
        * platform/efl/svg/text/bidi-text-query-expected.txt:
        * platform/efl/svg/text/bidi-tspans-expected.png:
        * platform/efl/svg/text/bidi-tspans-expected.txt:
        * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Added.
        * platform/efl/svg/text/font-size-below-point-five-2-expected.txt:
        * platform/efl/svg/text/font-size-below-point-five-expected.png:
        * platform/efl/svg/text/font-size-below-point-five-expected.txt:
        * platform/efl/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/efl/svg/text/modify-text-node-in-tspan-expected.txt:
        * platform/efl/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/efl/svg/text/remove-text-node-from-tspan-expected.txt:
        * platform/efl/svg/text/remove-tspan-from-text-expected.png:
        * platform/efl/svg/text/remove-tspan-from-text-expected.txt:
        * platform/efl/svg/text/scaled-font-expected.png: Added.
        * platform/efl/svg/text/scaled-font-expected.txt:
        * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.png:
        * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt:
        * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.png:
        * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
        * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.png:
        * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
        * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.png:
        * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
        * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.png:
        * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
        * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.png:
        * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.txt:
        * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.png:
        * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.txt:
        * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.png:
        * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.txt:
        * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.png:
        * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.txt:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
        * platform/efl/svg/text/select-x-list-1-expected.png:
        * platform/efl/svg/text/select-x-list-1-expected.txt:
        * platform/efl/svg/text/select-x-list-2-expected.png:
        * platform/efl/svg/text/select-x-list-2-expected.txt:
        * platform/efl/svg/text/select-x-list-3-expected.png:
        * platform/efl/svg/text/select-x-list-3-expected.txt:
        * platform/efl/svg/text/select-x-list-4-expected.png:
        * platform/efl/svg/text/select-x-list-4-expected.txt:
        * platform/efl/svg/text/select-x-list-with-tspans-1-expected.png:
        * platform/efl/svg/text/select-x-list-with-tspans-1-expected.txt:
        * platform/efl/svg/text/select-x-list-with-tspans-2-expected.png:
        * platform/efl/svg/text/select-x-list-with-tspans-2-expected.txt:
        * platform/efl/svg/text/select-x-list-with-tspans-3-expected.png:
        * platform/efl/svg/text/select-x-list-with-tspans-3-expected.txt:
        * platform/efl/svg/text/select-x-list-with-tspans-4-expected.png:
        * platform/efl/svg/text/select-x-list-with-tspans-4-expected.txt:
        * platform/efl/svg/text/selection-doubleclick-expected.png:
        * platform/efl/svg/text/selection-doubleclick-expected.txt:
        * platform/efl/svg/text/small-fonts-2-expected.png:
        * platform/efl/svg/text/small-fonts-2-expected.txt:
        * platform/efl/svg/text/small-fonts-3-expected.png:
        * platform/efl/svg/text/small-fonts-3-expected.txt:
        * platform/efl/svg/text/small-fonts-expected.png:
        * platform/efl/svg/text/small-fonts-expected.txt: Added.
        * platform/efl/svg/text/small-fonts-in-html5-expected.png:
        * platform/efl/svg/text/small-fonts-in-html5-expected.txt:
        * platform/efl/svg/text/text-align-01-b-expected.png:
        * platform/efl/svg/text/text-align-01-b-expected.txt:
        * platform/efl/svg/text/text-align-02-b-expected.png:
        * platform/efl/svg/text/text-align-02-b-expected.txt:
        * platform/efl/svg/text/text-align-03-b-expected.png:
        * platform/efl/svg/text/text-align-03-b-expected.txt:
        * platform/efl/svg/text/text-align-04-b-expected.png:
        * platform/efl/svg/text/text-align-04-b-expected.txt:
        * platform/efl/svg/text/text-align-05-b-expected.png:
        * platform/efl/svg/text/text-align-05-b-expected.txt:
        * platform/efl/svg/text/text-align-06-b-expected.png:
        * platform/efl/svg/text/text-align-06-b-expected.txt:
        * platform/efl/svg/text/text-altglyph-01-b-expected.png:
        * platform/efl/svg/text/text-altglyph-01-b-expected.txt:
        * platform/efl/svg/text/text-deco-01-b-expected.png:
        * platform/efl/svg/text/text-deco-01-b-expected.txt:
        * platform/efl/svg/text/text-fonts-01-t-expected.png:
        * platform/efl/svg/text/text-fonts-01-t-expected.txt:
        * platform/efl/svg/text/text-hkern-expected.txt:
        * platform/efl/svg/text/text-path-01-b-expected.png:
        * platform/efl/svg/text/text-path-01-b-expected.txt:
        * platform/efl/svg/text/text-path-middle-align-expected.png:
        * platform/efl/svg/text/text-path-middle-align-expected.txt:
        * platform/efl/svg/text/text-spacing-01-b-expected.png:
        * platform/efl/svg/text/text-spacing-01-b-expected.txt:
        * platform/efl/svg/text/text-text-01-b-expected.png:
        * platform/efl/svg/text/text-text-01-b-expected.txt:
        * platform/efl/svg/text/text-text-03-b-expected.png:
        * platform/efl/svg/text/text-text-03-b-expected.txt:
        * platform/efl/svg/text/text-text-04-t-expected.png:
        * platform/efl/svg/text/text-text-04-t-expected.txt:
        * platform/efl/svg/text/text-text-05-t-expected.png:
        * platform/efl/svg/text/text-text-05-t-expected.txt:
        * platform/efl/svg/text/text-text-06-t-expected.png:
        * platform/efl/svg/text/text-text-06-t-expected.txt:
        * platform/efl/svg/text/text-text-07-t-expected.png:
        * platform/efl/svg/text/text-text-07-t-expected.txt:
        * platform/efl/svg/text/text-tref-01-b-expected.png:
        * platform/efl/svg/text/text-tref-01-b-expected.txt:
        * platform/efl/svg/text/text-tselect-01-b-expected.png:
        * platform/efl/svg/text/text-tselect-01-b-expected.txt:
        * platform/efl/svg/text/text-tselect-02-f-expected.png:
        * platform/efl/svg/text/text-tselect-02-f-expected.txt:
        * platform/efl/svg/text/text-tspan-01-b-expected.png:
        * platform/efl/svg/text/text-tspan-01-b-expected.txt:
        * platform/efl/svg/text/text-ws-01-t-expected.png:
        * platform/efl/svg/text/text-ws-01-t-expected.txt:
        * platform/efl/svg/text/text-ws-02-t-expected.png:
        * platform/efl/svg/text/text-ws-02-t-expected.txt:
        * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
        * platform/efl/svg/wicd/rightsizing-grid-expected.png:
        * platform/efl/svg/wicd/rightsizing-grid-expected.txt:
        * platform/efl/svg/wicd/sizing-flakiness-expected.png:
        * platform/efl/svg/wicd/sizing-flakiness-expected.txt:
        * platform/efl/svg/wicd/test-rightsizing-b-expected.png:
        * platform/efl/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/efl/svg/zoom/page/zoom-foreignObject-expected.png:
        * platform/efl/svg/zoom/page/zoom-foreignObject-expected.txt:
        * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png:
        * platform/efl/svg/zoom/text/zoom-foreignObject-expected.txt:

2013-01-25  Xianzhu Wang  <wangxianzhu@chromium.org>

        debugger-terminate-dedicated-worker-while-paused.html is flaky on chromium-ews
        https://bugs.webkit.org/show_bug.cgi?id=107953

        First mark flakyness for it in platform/chromium/TestExpectations.

        Reviewed by Ojan Vafai.

        * platform/chromium/TestExpectations:

2013-01-25  Mike West  <mkwst@chromium.org>

        Merge isViewSource checks in ScriptController::executeIfJavaScriptURL and ScriptController::canExecuteScripts.
        https://bugs.webkit.org/show_bug.cgi?id=101683

        Reviewed by Adam Barth.

        * http/tests/security/view-source-javascript-url-in-document-expected.txt: Added.
        * http/tests/security/view-source-javascript-url-in-document.html: Added.

2013-01-25  Erik Arvidsson  <arv@chromium.org>

        Unreviewed Chromium rebaseline.

        Rebaseline tests on Chromium port after r140749.

        * platform/chromium-win/fast/css/resize-corner-tracking-expected.png:
        * platform/chromium/TestExpectations:

2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL rebaseline.

        Rebaseline several tests on EFL port after r140728.

        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
        * platform/efl/svg/batik/filters/feTile-expected.png:
        * platform/efl/svg/batik/filters/feTile-expected.txt:
        * platform/efl/svg/batik/masking/maskRegions-expected.png:
        * platform/efl/svg/batik/masking/maskRegions-expected.txt:
        * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
        * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
        * platform/efl/svg/batik/paints/patternRegionA-expected.png:
        * platform/efl/svg/batik/paints/patternRegionA-expected.txt:
        * platform/efl/svg/batik/text/smallFonts-expected.png: Added.
        * platform/efl/svg/batik/text/smallFonts-expected.txt:
        * platform/efl/svg/batik/text/textAnchor-expected.png:
        * platform/efl/svg/batik/text/textAnchor-expected.txt:
        * platform/efl/svg/batik/text/textAnchor3-expected.png:
        * platform/efl/svg/batik/text/textAnchor3-expected.txt:
        * platform/efl/svg/batik/text/textDecoration-expected.png: Added.
        * platform/efl/svg/batik/text/textDecoration-expected.txt:
        * platform/efl/svg/batik/text/textDecoration2-expected.png:
        * platform/efl/svg/batik/text/textDecoration2-expected.txt:
        * platform/efl/svg/batik/text/textEffect-expected.png: Added.
        * platform/efl/svg/batik/text/textEffect-expected.txt:
        * platform/efl/svg/batik/text/textEffect2-expected.png: Added.
        * platform/efl/svg/batik/text/textEffect2-expected.txt:
        * platform/efl/svg/batik/text/textEffect3-expected.png:
        * platform/efl/svg/batik/text/textEffect3-expected.txt:
        * platform/efl/svg/batik/text/textFeatures-expected.png: Added.
        * platform/efl/svg/batik/text/textFeatures-expected.txt:
        * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
        * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
        * platform/efl/svg/batik/text/textLayout-expected.png: Added.
        * platform/efl/svg/batik/text/textLayout-expected.txt:
        * platform/efl/svg/batik/text/textLayout2-expected.png: Added.
        * platform/efl/svg/batik/text/textLayout2-expected.txt:
        * platform/efl/svg/batik/text/textLength-expected.png:
        * platform/efl/svg/batik/text/textLength-expected.txt:
        * platform/efl/svg/batik/text/textOnPath-expected.png:
        * platform/efl/svg/batik/text/textOnPath-expected.txt:
        * platform/efl/svg/batik/text/textOnPath3-expected.png:
        * platform/efl/svg/batik/text/textOnPath3-expected.txt:
        * platform/efl/svg/batik/text/textOnPathSpaces-expected.png:
        * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt:
        * platform/efl/svg/batik/text/textPCDATA-expected.png:
        * platform/efl/svg/batik/text/textPCDATA-expected.txt:
        * platform/efl/svg/batik/text/textPosition-expected.png:
        * platform/efl/svg/batik/text/textPosition-expected.txt:
        * platform/efl/svg/batik/text/textPosition2-expected.png:
        * platform/efl/svg/batik/text/textPosition2-expected.txt:
        * platform/efl/svg/batik/text/textProperties-expected.png:
        * platform/efl/svg/batik/text/textProperties-expected.txt:
        * platform/efl/svg/batik/text/textProperties2-expected.png: Added.
        * platform/efl/svg/batik/text/textProperties2-expected.txt:
        * platform/efl/svg/batik/text/textStyles-expected.png:
        * platform/efl/svg/batik/text/textStyles-expected.txt:
        * platform/efl/svg/batik/text/verticalText-expected.png:
        * platform/efl/svg/batik/text/verticalText-expected.txt:
        * platform/efl/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:

2013-01-25  Victor Carbune  <vcarbune@chromium.org>

        Heap-use-after-free in WebCore::TextTrackCue::isActive
        https://bugs.webkit.org/show_bug.cgi?id=104594

        Reviewed by Eric Carlson.

        * media/track/track-remove-active-cue-crash-expected.txt: Added.
        * media/track/track-remove-active-cue-crash.html: Added.

2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL rebaseline.

        Rebaseline several tests on EFL port after r140728.

        * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Copied from LayoutTests/platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Copied from LayoutTests/platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:

2013-01-25  Mike West  <mkwst@chromium.org>

        Web Inspector: Cleanup console.* API MessageSource/Levels.
        https://bugs.webkit.org/show_bug.cgi?id=107946

        Reviewed by Pavel Feldman.

        * inspector/console/console-tests-expected.txt:

2013-01-25  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: highlight occurences of word in DefaultTextEditor
        https://bugs.webkit.org/show_bug.cgi?id=105523

        Reviewed by Pavel Feldman.

        Add new test to verify token highlightning functionality.

        * inspector/editor/editor-test.js:
        (initialize_EditorTests.InspectorTest.createTestEditor): Added optional TextEditorDelegate argument.
        * inspector/editor/text-editor-highlight-token-expected.txt: Added.
        * inspector/editor/text-editor-highlight-token.html: Added.

2013-01-25  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Rebaselining failing SVG tests after r140728.

        * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
        * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
        * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
        * platform/gtk/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
        * platform/gtk/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
        * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt: Added.
        * platform/gtk/svg/hixie/viewbox/002-expected.txt: Added.
        * platform/gtk/svg/hixie/viewbox/003-expected.txt: Added.
        * platform/gtk/svg/text/text-viewbox-rescale-expected.txt: Added.
        * platform/gtk/svg/zoom/page/zoom-zoom-coords-expected.txt:

2013-01-25  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Fixing expectation entry for selection-clear.html.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL rebaseline.

        Rebaseline several tests on EFL port after r140728.

        * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:

2013-01-25  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Fixing expectations for textLayout.svg.

        Unreviewed. Gardening.

        * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
        * platform/chromium-mac-mountainlion/svg/batik/text/textLayout-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: Removed.
        * platform/chromium-mac/svg/batik/text/textLayout-expected.png:

2013-01-25  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Resolving duplicate expectation entries.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-25  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] Editing a property value containing a trimmed data: URL breaks the style
        https://bugs.webkit.org/show_bug.cgi?id=107936

        Reviewed by Yury Semikhatsky.

        * inspector/styles/edit-value-with-trimmed-url-expected.txt: Added.
        * inspector/styles/edit-value-with-trimmed-url.html: Added.

2013-01-25  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaselining textLayout.svg.

        Unreviewed. Gardening.

        * platform/chromium-mac-mountainlion/svg/batik/text/textLayout-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Removed.

2013-01-25  Elliott Sprehn  <esprehn@gmail.com>

        Assert the connectedSubframeCount is consistent and fix over counting
        https://bugs.webkit.org/show_bug.cgi?id=107302

        Reviewed by Alexey Proskuryakov.

        Add a test that removing an iframe in the middle of unload causes the
        contentDocument to become immediately inaccessible.

        * fast/frames/reparent-in-unload-contentdocument-expected.txt: Added.
        * fast/frames/reparent-in-unload-contentdocument.html: Added.

2013-01-25  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Inconsistent value of aria-valuetext attribute
        https://bugs.webkit.org/show_bug.cgi?id=107897

        Reviewed by Kentaro Hara.

        Fix existing tests to show aria-valuenow attribute values.

        * fast/forms/resources/multiple-fields-ax-aria-attributes.js: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt:
        * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html:
        Use multiple-fields-ax-aria-attributes.js.
        Add tests for initial empty-value state.
        * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt:
        * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html:
        Use multiple-fields-ax-aria-attributes.js.
        * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html:
        Use multiple-fields-ax-aria-attributes.js.

2013-01-25  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaseline for r140728.

        Unreviewed. Gardening.

        * platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
        * platform/chromium-linux-x86/svg/batik/filters/feTile-expected.png: Removed.
        * platform/chromium-linux-x86/svg/carto.net/tabgroup-expected.txt: Removed.
        * platform/chromium-linux-x86/svg/custom/js-late-gradient-creation-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-root-expected.txt:
        * platform/chromium-linux-x86/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/chromium-linux-x86/svg/text/bidi-tspans-expected.txt:
        * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
        * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
        * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
        * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
        * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
        * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
        * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
        * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Removed.
        * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Removed.
        * platform/chromium-win/svg/text/small-fonts-2-expected.png:

2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>

        Mac WK1 rebaselines for r140728.

        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
        * platform/mac-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
        * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.

2013-01-25  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking resize-corner-tracking*.html as failing.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-25  Dominic Mazzoni  <dmazzoni@google.com>

        REGRESSION (r140658): Multiple accessibility failures on GTK
        https://bugs.webkit.org/show_bug.cgi?id=107832

        Reviewed by Chris Fleizach.

        Re-enable accessibility tests that were skipped when they started
        failing.

        * platform/gtk/TestExpectations:

2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>

        (Hopefully) Final Mac rebaselines for r140728.

        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/paints/patternRegions-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textDecoration-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Removed.
        * platform/mac-lion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
        * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
        * platform/mac/svg/batik/paints/patternRegions-expected.txt: Removed.
        * platform/mac/svg/batik/text/textAnchor3-expected.txt: Removed.
        * platform/mac/svg/batik/text/textDecoration-expected.txt: Removed.
        * platform/mac/svg/batik/text/textLayout-expected.txt: Removed.
        * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
        * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
        * platform/mac/svg/custom/font-face-cascade-order-expected.txt:
        * platform/mac/svg/custom/marker-default-width-height-expected.txt:
        * platform/mac/svg/custom/text-hit-test-expected.txt:
        * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
        * svg/batik/paints/patternRegions-expected.txt: Added.
        * svg/batik/text/textAnchor3-expected.txt: Added.
        * svg/batik/text/textDecoration-expected.txt: Added.
        * svg/batik/text/textLayout-expected.txt: Added.

2013-01-24  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaselining verticalText.svg after r140728.

        Unreviewed. Gardening.

        * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
        * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:

2013-01-24  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaselining combobox.svg after r140693.

        Unreviewed. Gardening.

        * platform/chromium-mac/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/svg/carto.net/combobox-expected.txt.
        * platform/chromium-win-xp/svg/carto.net/combobox-expected.txt: Removed.
        * platform/chromium-win/svg/carto.net/combobox-expected.txt:

2013-01-24  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking resize-corner-tracking*.html as failing.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-24  Ryosuke Niwa  <rniwa@webkit.org>

        Even more Mac rebaselines after r140728.

        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Removed.
        * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
        * platform/mac/svg/batik/text/textAnchor2-expected.txt: Removed.
        * platform/mac/svg/carto.net/selectionlist-expected.txt:
        * platform/mac/svg/custom/pattern-rotate-expected.txt:
        * platform/mac/svg/hixie/viewbox/003-expected.txt: Added.
        * platform/mac/svg/text/bidi-embedded-direction-expected.txt: Removed.
        * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
        * svg/batik/text/textAnchor2-expected.txt: Added.
        * svg/text/bidi-embedded-direction-expected.txt: Added.

2013-01-24  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking resize-corner-tracking-transformed-iframe.html as failing.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>

        Another Mac rebaseline attempt after r140728.

        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Removed.
        * platform/chromium-mac/svg/hixie/error/002-expected.txt: Removed.
        * platform/chromium-mac/svg/hixie/error/013-expected.txt: Removed.
        * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
        * platform/mac/svg/batik/masking/maskRegions-expected.txt: Removed.
        * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
        * platform/mac/svg/batik/text/textPCDATA-expected.txt: Removed.
        * platform/mac/svg/batik/text/textProperties-expected.txt: Removed.
        * platform/mac/svg/carto.net/scrollbar-expected.txt:
        * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
        * platform/mac/svg/custom/invalid-css-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
        * platform/mac/svg/custom/text-ctm-expected.txt:
        * platform/mac/svg/hixie/error/002-expected.txt: Removed.
        * platform/mac/svg/hixie/error/013-expected.txt: Removed.
        * platform/mac/svg/text/non-bmp-positioning-lists-expected.txt:
        * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
        * svg/batik/masking/maskRegions-expected.txt: Added.
        * svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
        * svg/batik/text/textPCDATA-expected.txt: Added.
        * svg/batik/text/textProperties-expected.txt: Added.
        * svg/hixie/error/002-expected.txt: Added.
        * svg/hixie/error/013-expected.txt: Added.

2013-01-24  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline attempt after r140728.

        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textDecoration2-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textEffect2-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textPosition-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textProperties2-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Removed.
        * platform/chromium-mac/svg/carto.net/button-expected.txt: Removed.
        * platform/chromium-mac/svg/carto.net/slider-expected.txt: Removed.
        * platform/chromium-mac/svg/css/shadow-changes-expected.txt: Added.
        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Removed.
        * platform/chromium-mac/svg/text/font-size-below-point-five-expected.txt: Removed.
        * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
        * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
        * platform/chromium-win/svg/hixie/viewbox/003-expected.png: Added.
        * platform/chromium/svg/css/shadow-changes-expected.txt: Removed.
        * platform/chromium/svg/custom/getTransformToElement-expected.png: Removed.
        * platform/chromium/svg/custom/style-attribute-font-size-expected.png: Removed.
        * platform/chromium/svg/custom/text-ctm-expected.png: Removed.
        * platform/chromium/svg/hixie/viewbox/003-expected.png: Removed.
        * platform/efl-wk2/svg/W3C-SVG-1.1: Added.
        * platform/efl-wk2/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textDecoration-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textEffect2-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textProperties2-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Removed.
        * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
        * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
        * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
        * platform/efl/svg/hixie/viewbox/002-expected.png: Removed.
        * platform/efl/svg/hixie/viewbox/003-expected.png: Removed.
        * platform/gtk/svg/hixie/viewbox/002-expected.png: Removed.
        * platform/gtk/svg/hixie/viewbox/003-expected.png: Removed.
        * platform/mac/css3/zoom-coords-expected.txt: Added.
        * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
        * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
        * platform/mac/svg/batik/filters/feTile-expected.txt:
        * platform/mac/svg/batik/filters/filterRegions-expected.txt: Removed.
        * platform/mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
        * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
        * platform/mac/svg/batik/text/textDecoration2-expected.txt: Removed.
        * platform/mac/svg/batik/text/textEffect2-expected.txt: Removed.
        * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
        * platform/mac/svg/batik/text/textLength-expected.txt: Removed.
        * platform/mac/svg/batik/text/textOnPath2-expected.txt:
        * platform/mac/svg/batik/text/textOnPath3-expected.txt:
        * platform/mac/svg/batik/text/textPosition-expected.txt: Removed.
        * platform/mac/svg/batik/text/textPosition2-expected.txt: Added.
        * platform/mac/svg/batik/text/textProperties2-expected.txt: Removed.
        * platform/mac/svg/batik/text/verticalText-expected.txt: Removed.
        * platform/mac/svg/carto.net/button-expected.txt: Removed.
        * platform/mac/svg/carto.net/slider-expected.txt: Removed.
        * platform/mac/svg/carto.net/textbox-expected.txt:
        * platform/mac/svg/carto.net/window-expected.txt:
        * platform/mac/svg/clip-path/clip-path-pixelation-expected.txt:
        * platform/mac/svg/css/shadow-changes-expected.txt:
        * platform/mac/svg/css/text-shadow-multiple-expected.txt: Removed.
        * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
        * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
        * platform/mac/svg/custom/getTransformToElement-expected.txt:
        * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
        * platform/mac/svg/custom/linking-uri-01-b-expected.txt:
        * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
        * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
        * platform/mac/svg/custom/pattern-rotate-gaps-expected.txt:
        * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
        * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
        * platform/mac/svg/custom/text-clip-expected.txt:
        * platform/mac/svg/custom/text-filter-expected.txt:
        * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
        * platform/mac/svg/custom/use-dynamic-append-expected.txt:
        * platform/mac/svg/hixie/perf/001-expected.txt:
        * platform/mac/svg/hixie/perf/002-expected.txt:
        * platform/mac/svg/hixie/perf/007-expected.txt:
        * platform/mac/svg/hixie/viewbox/002-expected.txt: Added.
        * platform/mac/svg/text/font-size-below-point-five-expected.txt: Removed.
        * platform/mac/svg/text/text-midpoint-split-bug-expected.txt:
        * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
        * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
        * platform/mac/svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
        * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
        * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
        * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
        * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
        * svg/batik/filters/filterRegions-expected.txt: Added.
        * svg/batik/paints/patternRegionA-expected.txt: Added.
        * svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
        * svg/batik/text/textDecoration2-expected.txt: Added.
        * svg/batik/text/textEffect2-expected.txt: Added.
        * svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
        * svg/batik/text/textLength-expected.txt: Added.
        * svg/batik/text/textPosition-expected.txt: Added.
        * svg/batik/text/textProperties2-expected.txt: Added.
        * svg/batik/text/verticalText-expected.txt: Added.
        * svg/carto.net/button-expected.txt: Added.
        * svg/carto.net/slider-expected.txt: Added.
        * svg/css/text-shadow-multiple-expected.txt: Added.
        * svg/hixie/viewbox/002-expected.png: Added.
        * svg/hixie/viewbox/003-expected.png: Added.
        * svg/text/font-size-below-point-five-expected.txt: Added.
        * svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
        * svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.

2013-01-24  Keishi Hattori  <keishi@webkit.org>

        Adjust design of the Calendar Picker
        https://bugs.webkit.org/show_bug.cgi?id=107507

        Reviewed by Kent Tamura.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium/TestExpectations: Marking calendar picker appearance tests as needing rebaseline.

2013-01-24  Michael Saboff  <msaboff@apple.com>

        Add js/regress tests for integer modulo
        https://bugs.webkit.org/show_bug.cgi?id=107885

        Reviewed by Filip Pizlo.

        New JSRegress test for integer modulo.

        * fast/js/regress/integer-modulo-expected.txt: Added.
        * fast/js/regress/integer-modulo.html: Added.
        * fast/js/regress/script-tests/integer-modulo.js: Added.

2013-01-24  Emil A Eklund  <eae@chromium.org>

        Unreviewed rebaselines for r140728.

        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
        * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Removed.
        * platform/chromium-mac/svg/text/text-repaint-rects-expected.txt: Removed.
        * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
        * platform/chromium/svg/batik/text/textPosition2-expected.txt: Removed.
        * platform/mac-lion/svg/W3C-I18N: Added.
        * platform/mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
        * platform/mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
        * platform/mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
        * platform/mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
        * platform/mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
        * platform/mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
        * platform/mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
        * platform/mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
        * platform/mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
        * platform/mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
        * platform/mac-lion/svg/W3C-SVG-1.1: Added.
        * platform/mac-lion/svg/W3C-SVG-1.1-SE: Added.
        * platform/mac-lion/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
        * platform/mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
        * platform/mac-lion/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
        * platform/mac-lion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
        * platform/mac-lion/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
        * platform/mac-lion/svg/custom/dominant-baseline-hanging-expected.txt: Added.
        * platform/mac-lion/svg/custom/font-face-simple-expected.txt: Added.
        * platform/mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/mac-lion/svg/custom/linking-uri-01-b-expected.txt: Added.
        * platform/mac-lion/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
        * platform/mac-lion/svg/custom/text-repaint-including-stroke-expected.txt: Added.
        * platform/mac-lion/svg/custom/text-rotation-expected.txt: Added.
        * platform/mac-lion/svg/custom/text-x-dy-lists-expected.txt: Added.
        * platform/mac-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
        * platform/mac-wk2/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
        * platform/mac-wk2/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
        * platform/mac-wk2/svg/custom/text-dom-01-f-expected.txt: Added.
        * platform/mac-wk2/svg/custom/text-rotation-expected.txt: Added.
        * platform/mac-wk2/svg/custom/text-x-dy-lists-expected.txt: Added.
        * platform/mac-wk2/svg/zoom: Removed.
        * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
        * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
        * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
        * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
        * platform/mac/svg/batik/text/textAnchor-expected.txt: Removed.
        * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
        * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
        * platform/mac/svg/batik/text/textStyles-expected.txt: Removed.
        * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
        * platform/mac/svg/custom/font-face-simple-expected.txt:
        * platform/mac/svg/custom/image-small-width-height-expected.txt:
        * platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
        * platform/mac/svg/custom/text-dom-01-f-expected.txt:
        * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
        * platform/mac/svg/custom/text-rotation-expected.txt:
        * platform/mac/svg/custom/text-x-dy-lists-expected.txt:
        * platform/mac/svg/text/text-repaint-rects-expected.txt: Removed.
        * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
        * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
        * svg/batik/text/textAnchor-expected.txt: Added.
        * svg/batik/text/textOnPathSpaces-expected.txt: Added.
        * svg/batik/text/textPosition2-expected.txt: Added.
        * svg/batik/text/textStyles-expected.txt: Added.
        * svg/text/text-repaint-rects-expected.txt: Added.
        * svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.

2013-01-24  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking selection-clear.html as failing.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-24  Erik Arvidsson  <arv@chromium.org>

        Unreviewed Chromium rebaseline.

        Rebaseline tests on Chromium port after r140693.

        * platform/chromium-mac-lion/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/mac/svg/carto.net/combobox-expected.txt.
        * platform/chromium-win-xp/svg/carto.net/combobox-expected.txt: Copied from LayoutTests/platform/chromium/svg/carto.net/combobox-expected.txt.
        * svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/chromium/svg/carto.net/combobox-expected.txt.

2013-01-24  Emil A Eklund  <eae@chromium.org>

        Unreviewed (manual) chromium and apple rebaseline for r140728.

        * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
        * platform/chromium-linux/css3/zoom-coords-expected.txt:
        * platform/chromium-linux/platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
        * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
        * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
        * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-linux/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
        * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
        * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
        * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
        * platform/chromium-linux/svg/carto.net/scrollbar-expected.txt:
        * platform/chromium-linux/svg/carto.net/tabgroup-expected.png:
        * platform/chromium-linux/svg/carto.net/tabgroup-expected.txt: Removed.
        * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
        * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
        * platform/chromium-linux/svg/custom/font-face-simple-expected.txt: Added.
        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
        * platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
        * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
        * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
        * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.txt: Added.
        * platform/chromium-linux/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
        * platform/chromium-linux/svg/custom/tref-own-content-removal-expected.txt: Added.
        * platform/chromium-linux/svg/custom/tref-update-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-modify-container-in-target-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-modify-target-container-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/chromium-linux/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-g-containing-use-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-g-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-rect-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-symbol-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-use-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
        * platform/chromium-linux/svg/custom/use-transform-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/text/003b-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
        * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
        * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
        * platform/chromium-linux/svg/text/bidi-tspans-expected.txt:
        * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.png:
        * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png:
        * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
        * platform/chromium-linux/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/chromium-linux/svg/text/small-fonts-2-expected.txt: Added.
        * platform/chromium-linux/svg/text/small-fonts-3-expected.txt: Added.
        * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
        * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
        * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
        * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
        * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
        * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
        * platform/chromium-linux/svg/text/text-text-08-b-expected.txt:
        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
        * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
        * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-mac-lion/svg/carto.net/tabgroup-expected.png:
        * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/path-textPath-simulation-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-letter-spacing-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-x-dx-lists-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/tref-own-content-removal-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/tref-update-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
        * platform/chromium-mac-lion/svg/custom/use-detach-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-modify-container-in-target-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-modify-target-container-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-modify-target-symbol-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/003-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/004-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/005-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/006-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/text/003b-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.png:
        * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/bidi-text-query-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/bidi-tspans-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.png:
        * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/small-fonts-2-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-text-06-t-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-text-07-t-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.txt: Added.
        * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
        * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-mac-snowleopard/svg/carto.net/tabgroup-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/path-textPath-simulation-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-letter-spacing-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-x-dx-lists-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/tref-own-content-removal-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/tref-update-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-container-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/003-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/005-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/006-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/text/003b-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/bidi-tspans-expected.txt:
        * platform/chromium-mac-snowleopard/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/small-fonts-2-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/small-fonts-3-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt:
        * platform/chromium-mac-snowleopard/svg/text/text-text-06-t-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.txt: Added.
        * platform/chromium-mac/css3/zoom-coords-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/batik/filters/feTile-expected.txt: Added.
        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Added.
        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Added.
        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.txt: Added.
        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
        * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
        * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
        * platform/chromium-mac/svg/batik/text/textOnPath-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textOnPath2-expected.txt:
        * platform/chromium-mac/svg/batik/text/textOnPath3-expected.txt:
        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
        * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/button-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/scrollbar-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/selectionlist-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/slider-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/tabgroup-expected.png:
        * platform/chromium-mac/svg/carto.net/textbox-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/window-expected.txt: Added.
        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Added.
        * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
        * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
        * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.txt: Added.
        * platform/chromium-mac/svg/custom/font-face-simple-expected.txt: Added.
        * platform/chromium-mac/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/chromium-mac/svg/custom/invalid-css-expected.txt: Added.
        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/custom/marker-default-width-height-expected.txt: Added.
        * platform/chromium-mac/svg/custom/path-textPath-simulation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.txt: Added.
        * platform/chromium-mac/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-letter-spacing-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-x-dx-lists-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
        * platform/chromium-mac/svg/custom/tref-own-content-removal-expected.txt: Added.
        * platform/chromium-mac/svg/custom/tref-update-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-detach-expected.png:
        * platform/chromium-mac/svg/custom/use-detach-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-modify-container-in-target-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-modify-target-container-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-modify-target-symbol-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/perf/003-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/perf/004-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/perf/005-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/perf/006-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/text/003b-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.png:
        * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/chromium-mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
        * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
        * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.png:
        * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-mac/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/chromium-mac/svg/text/small-fonts-2-expected.txt: Added.
        * platform/chromium-mac/svg/text/small-fonts-3-expected.txt: Added.
        * platform/chromium-mac/svg/text/small-fonts-expected.txt: Added.
        * platform/chromium-mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
        * platform/chromium-mac/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-text-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-text-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-text-08-b-expected.txt: Added.
        * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
        * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
        * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png:
        * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/masking: Added.
        * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/paints: Added.
        * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Added.
        * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Added.
        * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
        * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Added.
        * platform/chromium-win-xp/svg/carto.net: Removed.
        * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
        * platform/chromium-win-xp/svg/clip-path: Removed.
        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-clipPath-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Removed.
        * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
        * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/path-textPath-simulation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/shapes-supporting-markers-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-letter-spacing-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-x-dx-lists-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/tref-own-content-removal-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/tref-update-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-detach-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-modify-container-in-target-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-modify-target-container-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/chromium-win-xp/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-g-containing-use-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-g-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-rect-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-symbol-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-text-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-use-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-transform-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/perf: Added.
        * platform/chromium-win-xp/svg/hixie/perf/003-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/perf/004-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/perf/005-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/perf/006-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/text: Added.
        * platform/chromium-win-xp/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/text/003b-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/viewbox: Added.
        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio: Added.
        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/bidi-tspans-expected.txt:
        * platform/chromium-win-xp/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/small-fonts-2-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/small-fonts-3-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt:
        * platform/chromium-win-xp/svg/text/text-text-06-t-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/text-text-07-t-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/text-text-08-b-expected.txt: Added.
        * platform/chromium-win-xp/svg/transforms: Removed.
        * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
        * platform/chromium-win-xp/svg/wicd/rightsizing-grid-expected.txt: Added.
        * platform/chromium-win-xp/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.txt: Added.
        * platform/chromium-win/css3/zoom-coords-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
        * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
        * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
        * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
        * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
        * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
        * platform/chromium-win/svg/batik/text/smallFonts-expected.txt:
        * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
        * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
        * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
        * platform/chromium-win/svg/batik/text/textEffect-expected.png:
        * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
        * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
        * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
        * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
        * platform/chromium-win/svg/batik/text/textLength-expected.txt:
        * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
        * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
        * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
        * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
        * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
        * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
        * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
        * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
        * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
        * platform/chromium-win/svg/carto.net/button-expected.txt:
        * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
        * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
        * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
        * platform/chromium-win/svg/carto.net/slider-expected.txt:
        * platform/chromium-win/svg/carto.net/tabgroup-expected.png:
        * platform/chromium-win/svg/carto.net/tabgroup-expected.txt:
        * platform/chromium-win/svg/carto.net/textbox-expected.txt:
        * platform/chromium-win/svg/carto.net/window-expected.txt:
        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
        * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.txt: Added.
        * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
        * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
        * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
        * platform/chromium-win/svg/custom/font-face-simple-expected.png:
        * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
        * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
        * platform/chromium-win/svg/custom/invalid-css-expected.txt:
        * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
        * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
        * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
        * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt:
        * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
        * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
        * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
        * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
        * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
        * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
        * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt:
        * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
        * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt:
        * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
        * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
        * platform/chromium-win/svg/custom/tref-own-content-removal-expected.txt:
        * platform/chromium-win/svg/custom/tref-update-expected.txt:
        * platform/chromium-win/svg/custom/use-detach-expected.txt:
        * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
        * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
        * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
        * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
        * platform/chromium-win/svg/custom/use-on-g-expected.txt:
        * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
        * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
        * platform/chromium-win/svg/custom/use-on-text-expected.txt:
        * platform/chromium-win/svg/custom/use-on-use-expected.txt:
        * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
        * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
        * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
        * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
        * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
        * platform/chromium-win/svg/custom/use-transform-expected.txt:
        * platform/chromium-win/svg/hixie/perf/003-expected.txt:
        * platform/chromium-win/svg/hixie/perf/004-expected.txt:
        * platform/chromium-win/svg/hixie/perf/005-expected.txt:
        * platform/chromium-win/svg/hixie/perf/006-expected.txt:
        * platform/chromium-win/svg/hixie/text/001-expected.png: Added.
        * platform/chromium-win/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-win/svg/hixie/text/003-expected.txt:
        * platform/chromium-win/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-win/svg/hixie/text/003b-expected.txt:
        * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
        * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
        * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.png:
        * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.txt:
        * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
        * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt:
        * platform/chromium-win/svg/text/bidi-text-query-expected.txt:
        * platform/chromium-win/svg/text/bidi-tspans-expected.txt:
        * platform/chromium-win/svg/text/font-size-below-point-five-2-expected.txt:
        * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.txt:
        * platform/chromium-win/svg/text/remove-tspan-from-text-expected.png:
        * platform/chromium-win/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-win/svg/text/scaled-font-expected.txt:
        * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
        * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
        * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
        * platform/chromium-win/svg/text/small-fonts-2-expected.png:
        * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
        * platform/chromium-win/svg/text/small-fonts-3-expected.txt:
        * platform/chromium-win/svg/text/small-fonts-expected.txt: Removed.
        * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
        * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
        * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
        * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
        * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
        * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
        * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
        * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
        * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
        * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-path-middle-align-expected.txt:
        * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
        * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
        * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
        * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
        * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
        * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
        * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
        * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
        * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
        * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
        * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
        * platform/chromium-win/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
        * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
        * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/css3/zoom-coords-expected.txt: Added.
        * platform/chromium/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.2-Tiny: Removed.
        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
        * platform/chromium/svg/batik/filters: Removed.
        * platform/chromium/svg/batik/filters/feTile-expected.txt: Removed.
        * platform/chromium/svg/batik/filters/filterRegions-expected.txt: Removed.
        * platform/chromium/svg/batik/masking: Removed.
        * platform/chromium/svg/batik/masking/maskRegions-expected.txt: Removed.
        * platform/chromium/svg/batik/paints: Removed.
        * platform/chromium/svg/batik/paints/gradientLimit-expected.txt: Removed.
        * platform/chromium/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textAnchor-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textAnchor2-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textAnchor3-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textEffect-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textEffect3-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textFeatures-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textLayout-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textLayout2-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textLength-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textOnPath-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textPCDATA-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textProperties-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textStyles-expected.txt: Removed.
        * platform/chromium/svg/batik/text/verticalText-expected.txt: Removed.
        * platform/chromium/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
        * platform/chromium/svg/carto.net/button-expected.txt: Removed.
        * platform/chromium/svg/carto.net/colourpicker-expected.txt: Removed.
        * platform/chromium/svg/carto.net/scrollbar-expected.txt: Removed.
        * platform/chromium/svg/carto.net/selectionlist-expected.txt: Removed.
        * platform/chromium/svg/carto.net/slider-expected.txt: Removed.
        * platform/chromium/svg/carto.net/tabgroup-expected.txt: Removed.
        * platform/chromium/svg/carto.net/textbox-expected.txt: Removed.
        * platform/chromium/svg/carto.net/window-expected.txt: Removed.
        * platform/chromium/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
        * platform/chromium/svg/css/text-shadow-multiple-expected.txt: Removed.
        * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
        * platform/chromium/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
        * platform/chromium/svg/custom/dominant-baseline-modes-expected.txt: Removed.
        * platform/chromium/svg/custom/font-face-cascade-order-expected.txt: Removed.
        * platform/chromium/svg/custom/font-face-simple-expected.txt: Removed.
        * platform/chromium/svg/custom/invalid-css-expected.txt: Removed.
        * platform/chromium/svg/custom/linking-uri-01-b-expected.txt: Removed.
        * platform/chromium/svg/custom/marker-default-width-height-expected.txt: Removed.
        * platform/chromium/svg/custom/use-recursion-4-expected.png: Removed.
        * platform/chromium/svg/hixie/text/001-expected.png: Removed.
        * platform/chromium/svg/hixie/text/003-expected.txt: Removed.
        * platform/chromium/svg/text/font-size-below-point-five-2-expected.txt: Removed.
        * platform/chromium/svg/text/scaled-font-expected.txt: Removed.
        * platform/chromium/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-4-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
        * platform/chromium/svg/text/selection-doubleclick-expected.txt: Removed.
        * platform/chromium/svg/text/small-fonts-expected.txt: Added.
        * platform/chromium/svg/text/text-align-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-align-02-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-align-03-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-align-04-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-align-05-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-align-06-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-altglyph-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-deco-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-fonts-01-t-expected.txt: Removed.
        * platform/chromium/svg/text/text-intro-05-t-expected.txt: Removed.
        * platform/chromium/svg/text/text-path-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-path-middle-align-expected.txt: Removed.
        * platform/chromium/svg/text/text-spacing-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-text-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-text-03-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-text-04-t-expected.txt: Removed.
        * platform/chromium/svg/text/text-text-05-t-expected.txt: Removed.
        * platform/chromium/svg/text/text-tref-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-tselect-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-tselect-02-f-expected.txt: Removed.
        * platform/chromium/svg/text/text-tspan-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-ws-01-t-expected.txt: Removed.
        * platform/chromium/svg/text/text-ws-02-t-expected.txt: Removed.
        * platform/chromium/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
        * platform/chromium/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
        * platform/chromium/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
        * platform/efl-wk2/svg: Added.
        * platform/efl-wk2/svg/batik: Added.
        * platform/efl-wk2/svg/batik/filters: Added.
        * platform/efl-wk2/svg/batik/filters/filterRegions-expected.png: Added.
        * platform/efl-wk2/svg/batik/text: Added.
        * platform/efl-wk2/svg/batik/text/smallFonts-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textEffect-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textFeatures-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textLayout-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textLayout2-expected.png: Added.
        * platform/efl-wk2/svg/css: Added.
        * platform/efl-wk2/svg/css/text-shadow-multiple-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
        * platform/efl/svg/batik/filters/filterRegions-expected.png: Removed.
        * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
        * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
        * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
        * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
        * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
        * platform/efl/svg/carto.net/textbox-expected.txt: Removed.
        * platform/efl/svg/css/text-shadow-multiple-expected.png: Removed.
        * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
        * platform/efl/svg/hixie/text/001-expected.png: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
        * platform/gtk/svg/carto.net/textbox-expected.txt: Removed.
        * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
        * platform/gtk/svg/hixie/text/001-expected.png: Removed.
        * platform/mac-lion/svg/batik: Added.
        * platform/mac-lion/svg/batik/text: Added.
        * platform/mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/mac-lion/svg/hixie: Added.
        * platform/mac-lion/svg/hixie/perf: Added.
        * platform/mac-lion/svg/hixie/perf/003-expected.txt: Added.
        * platform/mac-lion/svg/hixie/perf/004-expected.txt: Added.
        * platform/mac-lion/svg/hixie/perf/005-expected.txt: Added.
        * platform/mac-lion/svg/hixie/perf/006-expected.txt: Added.
        * platform/mac-lion/svg/hixie/text: Added.
        * platform/mac-lion/svg/hixie/text/001-expected.txt: Added.
        * platform/mac-lion/svg/hixie/text/003a-expected.txt: Added.
        * platform/mac-lion/svg/hixie/text/003b-expected.txt: Added.
        * platform/mac-lion/svg/hixie/viewbox: Added.
        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio: Added.
        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/mac-lion/svg/text: Added.
        * platform/mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/mac-lion/svg/text/bidi-text-query-expected.txt: Added.
        * platform/mac-lion/svg/text/bidi-tspans-expected.txt: Added.
        * platform/mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/mac-lion/svg/text/small-fonts-2-expected.txt: Added.
        * platform/mac-lion/svg/text/small-fonts-3-expected.txt: Added.
        * platform/mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/mac-lion/svg/text/text-hkern-expected.txt: Added.
        * platform/mac-lion/svg/text/text-text-06-t-expected.txt: Added.
        * platform/mac-lion/svg/text/text-text-07-t-expected.txt: Added.
        * platform/mac-lion/svg/text/text-text-08-b-expected.txt: Added.
        * platform/mac-lion/svg/wicd: Added.
        * platform/mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
        * platform/mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
        * platform/mac/svg/batik/filters/feTile-expected.txt:
        * platform/mac/svg/batik/text/smallFonts-expected.txt:
        * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
        * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
        * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
        * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
        * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
        * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
        * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
        * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
        * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
        * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
        * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
        * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
        * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
        * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
        * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
        * platform/mac/svg/custom/stroked-pattern-expected.txt:
        * platform/mac/svg/custom/text-letter-spacing-expected.txt:
        * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
        * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
        * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
        * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
        * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
        * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
        * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
        * platform/mac/svg/custom/tref-update-expected.txt:
        * platform/mac/svg/custom/use-detach-expected.txt:
        * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
        * platform/mac/svg/custom/use-modify-target-container-expected.txt:
        * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/mac/svg/custom/use-recursion-1-expected.txt:
        * platform/mac/svg/custom/use-recursion-2-expected.txt:
        * platform/mac/svg/custom/use-recursion-3-expected.txt:
        * platform/mac/svg/custom/use-recursion-4-expected.txt:
        * platform/mac/svg/hixie/perf/003-expected.txt:
        * platform/mac/svg/hixie/perf/004-expected.txt:
        * platform/mac/svg/hixie/perf/005-expected.txt:
        * platform/mac/svg/hixie/perf/006-expected.txt:
        * platform/mac/svg/hixie/text/001-expected.txt:
        * platform/mac/svg/hixie/text/003-expected.txt: Removed.
        * platform/mac/svg/hixie/text/003a-expected.txt:
        * platform/mac/svg/hixie/text/003b-expected.txt:
        * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
        * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
        * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
        * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
        * platform/mac/svg/text/bidi-text-query-expected.txt:
        * platform/mac/svg/text/bidi-tspans-expected.txt:
        * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Removed.
        * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
        * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
        * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
        * platform/mac/svg/text/scaled-font-expected.txt: Removed.
        * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-1-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-2-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-3-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-4-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
        * platform/mac/svg/text/selection-doubleclick-expected.txt: Removed.
        * platform/mac/svg/text/selection-tripleclick-expected.txt:
        * platform/mac/svg/text/small-fonts-2-expected.txt:
        * platform/mac/svg/text/small-fonts-3-expected.txt:
        * platform/mac/svg/text/small-fonts-expected.txt: Added.
        * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
        * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
        * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
        * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
        * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
        * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
        * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
        * platform/mac/svg/text/text-fonts-02-t-expected.txt:
        * platform/mac/svg/text/text-hkern-expected.txt:
        * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
        * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-path-middle-align-expected.txt: Removed.
        * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
        * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
        * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
        * platform/mac/svg/text/text-text-06-t-expected.txt:
        * platform/mac/svg/text/text-text-07-t-expected.txt:
        * platform/mac/svg/text/text-text-08-b-expected.txt:
        * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
        * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
        * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
        * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
        * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
        * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
        * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
        * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
        * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
        * platform/win-future/svg: Added.
        * platform/win-future/svg/batik: Added.
        * platform/win-future/svg/batik/text: Added.
        * platform/win-future/svg/batik/text/textEffect-expected.txt: Added.
        * platform/win-future/svg/batik/text/textEffect3-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
        * svg/batik/text/textEffect-expected.txt: Replaced.
        * svg/batik/text/textEffect3-expected.txt: Replaced.
        * svg/batik/text/textFeatures-expected.txt: Added.
        * svg/batik/text/textLayout2-expected.txt: Added.
        * svg/carto.net/colourpicker-expected.txt: Added.
        * svg/carto.net/tabgroup-expected.txt: Added.
        * svg/carto.net/textbox-expected.txt: Added.
        * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
        * svg/custom/clip-mask-negative-scale-expected.txt: Added.
        * svg/hixie/text/001-expected.png: Added.
        * svg/hixie/text/003-expected.txt: Added.
        * svg/text/font-size-below-point-five-2-expected.txt: Added.
        * svg/text/scaled-font-expected.txt: Added.
        * svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
        * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
        * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
        * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
        * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
        * svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
        * svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
        * svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
        * svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
        * svg/text/select-x-list-1-expected.txt: Added.
        * svg/text/select-x-list-2-expected.txt: Added.
        * svg/text/select-x-list-3-expected.txt: Added.
        * svg/text/select-x-list-4-expected.txt: Added.
        * svg/text/select-x-list-with-tspans-1-expected.txt: Added.
        * svg/text/select-x-list-with-tspans-2-expected.txt: Added.
        * svg/text/select-x-list-with-tspans-3-expected.txt: Added.
        * svg/text/select-x-list-with-tspans-4-expected.txt: Added.
        * svg/text/selection-doubleclick-expected.txt: Added.
        * svg/text/small-fonts-in-html5-expected.txt: Added.
        * svg/text/text-align-01-b-expected.txt: Added.
        * svg/text/text-align-02-b-expected.txt: Added.
        * svg/text/text-align-03-b-expected.txt: Added.
        * svg/text/text-align-04-b-expected.txt: Added.
        * svg/text/text-align-05-b-expected.txt: Added.
        * svg/text/text-align-06-b-expected.txt: Added.
        * svg/text/text-altglyph-01-b-expected.txt: Added.
        * svg/text/text-deco-01-b-expected.txt: Added.
        * svg/text/text-fonts-01-t-expected.txt: Added.
        * svg/text/text-intro-05-t-expected.txt: Added.
        * svg/text/text-path-01-b-expected.txt: Added.
        * svg/text/text-path-middle-align-expected.txt: Added.
        * svg/text/text-spacing-01-b-expected.txt: Added.
        * svg/text/text-text-01-b-expected.txt: Added.
        * svg/text/text-text-03-b-expected.txt: Added.
        * svg/text/text-text-04-t-expected.txt: Added.
        * svg/text/text-text-05-t-expected.txt: Added.
        * svg/text/text-tref-01-b-expected.txt: Added.
        * svg/text/text-tselect-01-b-expected.txt: Added.
        * svg/text/text-tselect-02-f-expected.txt: Added.
        * svg/text/text-tspan-01-b-expected.txt: Added.
        * svg/text/text-ws-01-t-expected.txt: Added.
        * svg/text/text-ws-02-t-expected.txt: Added.
        * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
        * svg/wicd/test-rightsizing-a-expected.txt: Added.
        * svg/zoom/page/zoom-foreignObject-expected.txt: Added.
        * svg/zoom/text/zoom-foreignObject-expected.txt: Added.

        * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
        * platform/chromium-linux/css3/zoom-coords-expected.txt:
        * platform/chromium-linux/platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
        * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
        * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
        * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-linux/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
        * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
        * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
        * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
        * platform/chromium-linux/svg/carto.net/scrollbar-expected.txt:
        * platform/chromium-linux/svg/carto.net/tabgroup-expected.png:
        * platform/chromium-linux/svg/carto.net/tabgroup-expected.txt: Removed.
        * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
        * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
        * platform/chromium-linux/svg/custom/font-face-simple-expected.txt: Added.
        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
        * platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
        * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
        * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.txt: Added.
        * platform/chromium-linux/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
        * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.txt: Added.
        * platform/chromium-linux/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
        * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
        * platform/chromium-linux/svg/custom/tref-own-content-removal-expected.txt: Added.
        * platform/chromium-linux/svg/custom/tref-update-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-modify-container-in-target-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-modify-target-container-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/chromium-linux/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-g-containing-use-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-g-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-rect-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-symbol-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-on-use-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
        * platform/chromium-linux/svg/custom/use-transform-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/text/003b-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
        * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
        * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
        * platform/chromium-linux/svg/text/bidi-tspans-expected.txt:
        * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.png:
        * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png:
        * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
        * platform/chromium-linux/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/chromium-linux/svg/text/small-fonts-2-expected.txt: Added.
        * platform/chromium-linux/svg/text/small-fonts-3-expected.txt: Added.
        * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
        * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
        * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
        * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
        * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
        * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
        * platform/chromium-linux/svg/text/text-text-08-b-expected.txt:
        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
        * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
        * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-mac-lion/svg/carto.net/tabgroup-expected.png:
        * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/path-textPath-simulation-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-letter-spacing-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-x-dx-lists-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/tref-own-content-removal-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/tref-update-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
        * platform/chromium-mac-lion/svg/custom/use-detach-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-modify-container-in-target-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-modify-target-container-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-modify-target-symbol-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/003-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/004-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/005-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/006-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/text/003b-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.png:
        * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/bidi-text-query-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/bidi-tspans-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.png:
        * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/small-fonts-2-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-text-06-t-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-text-07-t-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.txt: Added.
        * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
        * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-mac-snowleopard/svg/carto.net/tabgroup-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/path-textPath-simulation-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-letter-spacing-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-x-dx-lists-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/tref-own-content-removal-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/tref-update-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-container-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/003-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/005-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/006-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/text/003b-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/bidi-tspans-expected.txt:
        * platform/chromium-mac-snowleopard/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/small-fonts-2-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/small-fonts-3-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt:
        * platform/chromium-mac-snowleopard/svg/text/text-text-06-t-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.txt: Added.
        * platform/chromium-mac/css3/zoom-coords-expected.txt: Removed.
        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/batik/filters/feTile-expected.txt: Added.
        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Added.
        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Added.
        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.txt: Added.
        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
        * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
        * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
        * platform/chromium-mac/svg/batik/text/textOnPath-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textOnPath2-expected.txt:
        * platform/chromium-mac/svg/batik/text/textOnPath3-expected.txt:
        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
        * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/button-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/scrollbar-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/selectionlist-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/slider-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/tabgroup-expected.png:
        * platform/chromium-mac/svg/carto.net/textbox-expected.txt: Added.
        * platform/chromium-mac/svg/carto.net/window-expected.txt: Added.
        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Added.
        * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
        * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
        * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.txt: Added.
        * platform/chromium-mac/svg/custom/font-face-simple-expected.txt: Added.
        * platform/chromium-mac/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/chromium-mac/svg/custom/invalid-css-expected.txt: Added.
        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/custom/marker-default-width-height-expected.txt: Added.
        * platform/chromium-mac/svg/custom/path-textPath-simulation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.txt: Added.
        * platform/chromium-mac/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-letter-spacing-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-x-dx-lists-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
        * platform/chromium-mac/svg/custom/tref-own-content-removal-expected.txt: Added.
        * platform/chromium-mac/svg/custom/tref-update-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-detach-expected.png:
        * platform/chromium-mac/svg/custom/use-detach-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-modify-container-in-target-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-modify-target-container-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-modify-target-symbol-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/perf/003-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/perf/004-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/perf/005-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/perf/006-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/text/003b-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.png:
        * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/chromium-mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
        * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
        * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.png:
        * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-mac/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/chromium-mac/svg/text/small-fonts-2-expected.txt: Added.
        * platform/chromium-mac/svg/text/small-fonts-3-expected.txt: Added.
        * platform/chromium-mac/svg/text/small-fonts-expected.txt: Added.
        * platform/chromium-mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
        * platform/chromium-mac/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-text-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-text-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-text-08-b-expected.txt: Added.
        * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
        * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
        * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png:
        * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/masking: Added.
        * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/paints: Added.
        * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Added.
        * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Added.
        * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
        * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Added.
        * platform/chromium-win-xp/svg/carto.net: Removed.
        * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
        * platform/chromium-win-xp/svg/clip-path: Removed.
        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-clipPath-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Removed.
        * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
        * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/path-textPath-simulation-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/shapes-supporting-markers-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-letter-spacing-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-x-dx-lists-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/tref-own-content-removal-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/tref-update-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-detach-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-modify-container-in-target-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-modify-target-container-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/chromium-win-xp/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-g-containing-use-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-g-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-rect-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-symbol-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-text-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-on-use-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/use-transform-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/perf: Added.
        * platform/chromium-win-xp/svg/hixie/perf/003-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/perf/004-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/perf/005-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/perf/006-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/text: Added.
        * platform/chromium-win-xp/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/text/003b-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/viewbox: Added.
        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio: Added.
        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/bidi-tspans-expected.txt:
        * platform/chromium-win-xp/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/small-fonts-2-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/small-fonts-3-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt:
        * platform/chromium-win-xp/svg/text/text-text-06-t-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/text-text-07-t-expected.txt: Added.
        * platform/chromium-win-xp/svg/text/text-text-08-b-expected.txt: Added.
        * platform/chromium-win-xp/svg/transforms: Removed.
        * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
        * platform/chromium-win-xp/svg/wicd/rightsizing-grid-expected.txt: Added.
        * platform/chromium-win-xp/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.txt: Added.
        * platform/chromium-win/css3/zoom-coords-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
        * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
        * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
        * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
        * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
        * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
        * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
        * platform/chromium-win/svg/batik/text/smallFonts-expected.txt:
        * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
        * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
        * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
        * platform/chromium-win/svg/batik/text/textEffect-expected.png:
        * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
        * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
        * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
        * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
        * platform/chromium-win/svg/batik/text/textLength-expected.txt:
        * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
        * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
        * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
        * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
        * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
        * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
        * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
        * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
        * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
        * platform/chromium-win/svg/carto.net/button-expected.txt:
        * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
        * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
        * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
        * platform/chromium-win/svg/carto.net/slider-expected.txt:
        * platform/chromium-win/svg/carto.net/tabgroup-expected.png:
        * platform/chromium-win/svg/carto.net/tabgroup-expected.txt:
        * platform/chromium-win/svg/carto.net/textbox-expected.txt:
        * platform/chromium-win/svg/carto.net/window-expected.txt:
        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
        * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
        * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.txt: Added.
        * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
        * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
        * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
        * platform/chromium-win/svg/custom/font-face-simple-expected.png:
        * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
        * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
        * platform/chromium-win/svg/custom/invalid-css-expected.txt:
        * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
        * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
        * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
        * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt:
        * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
        * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
        * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
        * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
        * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
        * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
        * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt:
        * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
        * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt:
        * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
        * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
        * platform/chromium-win/svg/custom/tref-own-content-removal-expected.txt:
        * platform/chromium-win/svg/custom/tref-update-expected.txt:
        * platform/chromium-win/svg/custom/use-detach-expected.txt:
        * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
        * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
        * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
        * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
        * platform/chromium-win/svg/custom/use-on-g-expected.txt:
        * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
        * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
        * platform/chromium-win/svg/custom/use-on-text-expected.txt:
        * platform/chromium-win/svg/custom/use-on-use-expected.txt:
        * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
        * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
        * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
        * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
        * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
        * platform/chromium-win/svg/custom/use-transform-expected.txt:
        * platform/chromium-win/svg/hixie/perf/003-expected.txt:
        * platform/chromium-win/svg/hixie/perf/004-expected.txt:
        * platform/chromium-win/svg/hixie/perf/005-expected.txt:
        * platform/chromium-win/svg/hixie/perf/006-expected.txt:
        * platform/chromium-win/svg/hixie/text/001-expected.png: Added.
        * platform/chromium-win/svg/hixie/text/001-expected.txt: Added.
        * platform/chromium-win/svg/hixie/text/003-expected.txt:
        * platform/chromium-win/svg/hixie/text/003a-expected.txt: Added.
        * platform/chromium-win/svg/hixie/text/003b-expected.txt:
        * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
        * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
        * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.png:
        * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.txt:
        * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
        * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt:
        * platform/chromium-win/svg/text/bidi-text-query-expected.txt:
        * platform/chromium-win/svg/text/bidi-tspans-expected.txt:
        * platform/chromium-win/svg/text/font-size-below-point-five-2-expected.txt:
        * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.txt:
        * platform/chromium-win/svg/text/remove-tspan-from-text-expected.png:
        * platform/chromium-win/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/chromium-win/svg/text/scaled-font-expected.txt:
        * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
        * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
        * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
        * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
        * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
        * platform/chromium-win/svg/text/small-fonts-2-expected.png:
        * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
        * platform/chromium-win/svg/text/small-fonts-3-expected.txt:
        * platform/chromium-win/svg/text/small-fonts-expected.txt: Removed.
        * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
        * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
        * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
        * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
        * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
        * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
        * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
        * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
        * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
        * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
        * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-path-middle-align-expected.txt:
        * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
        * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
        * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
        * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
        * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
        * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
        * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
        * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
        * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
        * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
        * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
        * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
        * platform/chromium-win/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
        * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
        * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/css3/zoom-coords-expected.txt: Added.
        * platform/chromium/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Replaced.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.2-Tiny: Removed.
        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
        * platform/chromium/svg/batik/filters: Removed.
        * platform/chromium/svg/batik/filters/feTile-expected.txt: Removed.
        * platform/chromium/svg/batik/filters/filterRegions-expected.txt: Removed.
        * platform/chromium/svg/batik/masking: Removed.
        * platform/chromium/svg/batik/masking/maskRegions-expected.txt: Removed.
        * platform/chromium/svg/batik/paints: Removed.
        * platform/chromium/svg/batik/paints/gradientLimit-expected.txt: Removed.
        * platform/chromium/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textAnchor-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textAnchor2-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textAnchor3-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textEffect-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textEffect3-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textFeatures-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textLayout-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textLayout2-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textLength-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textOnPath-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textPCDATA-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textProperties-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textStyles-expected.txt: Removed.
        * platform/chromium/svg/batik/text/verticalText-expected.txt: Removed.
        * platform/chromium/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
        * platform/chromium/svg/carto.net/button-expected.txt: Removed.
        * platform/chromium/svg/carto.net/colourpicker-expected.txt: Removed.
        * platform/chromium/svg/carto.net/scrollbar-expected.txt: Removed.
        * platform/chromium/svg/carto.net/selectionlist-expected.txt: Removed.
        * platform/chromium/svg/carto.net/slider-expected.txt: Removed.
        * platform/chromium/svg/carto.net/tabgroup-expected.txt: Removed.
        * platform/chromium/svg/carto.net/textbox-expected.txt: Removed.
        * platform/chromium/svg/carto.net/window-expected.txt: Removed.
        * platform/chromium/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
        * platform/chromium/svg/css/text-shadow-multiple-expected.txt: Removed.
        * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
        * platform/chromium/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
        * platform/chromium/svg/custom/dominant-baseline-modes-expected.txt: Removed.
        * platform/chromium/svg/custom/font-face-cascade-order-expected.txt: Removed.
        * platform/chromium/svg/custom/font-face-simple-expected.txt: Removed.
        * platform/chromium/svg/custom/invalid-css-expected.txt: Removed.
        * platform/chromium/svg/custom/linking-uri-01-b-expected.txt: Removed.
        * platform/chromium/svg/custom/marker-default-width-height-expected.txt: Removed.
        * platform/chromium/svg/custom/use-recursion-4-expected.png: Removed.
        * platform/chromium/svg/hixie/text/001-expected.png: Removed.
        * platform/chromium/svg/hixie/text/003-expected.txt: Removed.
        * platform/chromium/svg/text/font-size-below-point-five-2-expected.txt: Removed.
        * platform/chromium/svg/text/scaled-font-expected.txt: Removed.
        * platform/chromium/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-4-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
        * platform/chromium/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
        * platform/chromium/svg/text/selection-doubleclick-expected.txt: Removed.
        * platform/chromium/svg/text/small-fonts-expected.txt: Added.
        * platform/chromium/svg/text/text-align-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-align-02-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-align-03-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-align-04-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-align-05-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-align-06-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-altglyph-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-deco-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-fonts-01-t-expected.txt: Removed.
        * platform/chromium/svg/text/text-intro-05-t-expected.txt: Removed.
        * platform/chromium/svg/text/text-path-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-path-middle-align-expected.txt: Removed.
        * platform/chromium/svg/text/text-spacing-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-text-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-text-03-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-text-04-t-expected.txt: Removed.
        * platform/chromium/svg/text/text-text-05-t-expected.txt: Removed.
        * platform/chromium/svg/text/text-tref-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-tselect-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-tselect-02-f-expected.txt: Removed.
        * platform/chromium/svg/text/text-tspan-01-b-expected.txt: Removed.
        * platform/chromium/svg/text/text-ws-01-t-expected.txt: Removed.
        * platform/chromium/svg/text/text-ws-02-t-expected.txt: Removed.
        * platform/chromium/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
        * platform/chromium/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
        * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
        * platform/chromium/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
        * platform/efl-wk2/svg: Added.
        * platform/efl-wk2/svg/batik: Added.
        * platform/efl-wk2/svg/batik/filters: Added.
        * platform/efl-wk2/svg/batik/filters/filterRegions-expected.png: Added.
        * platform/efl-wk2/svg/batik/text: Added.
        * platform/efl-wk2/svg/batik/text/smallFonts-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textEffect-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textFeatures-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textLayout-expected.png: Added.
        * platform/efl-wk2/svg/batik/text/textLayout2-expected.png: Added.
        * platform/efl-wk2/svg/css: Added.
        * platform/efl-wk2/svg/css/text-shadow-multiple-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
        * platform/efl/svg/batik/filters/filterRegions-expected.png: Removed.
        * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
        * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
        * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
        * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
        * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
        * platform/efl/svg/carto.net/textbox-expected.txt: Removed.
        * platform/efl/svg/css/text-shadow-multiple-expected.png: Removed.
        * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
        * platform/efl/svg/hixie/text/001-expected.png: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
        * platform/gtk/svg/carto.net/textbox-expected.txt: Removed.
        * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
        * platform/gtk/svg/hixie/text/001-expected.png: Removed.
        * platform/mac-lion/svg/batik: Added.
        * platform/mac-lion/svg/batik/text: Added.
        * platform/mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
        * platform/mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
        * platform/mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
        * platform/mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
        * platform/mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
        * platform/mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
        * platform/mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
        * platform/mac-lion/svg/hixie: Added.
        * platform/mac-lion/svg/hixie/perf: Added.
        * platform/mac-lion/svg/hixie/perf/003-expected.txt: Added.
        * platform/mac-lion/svg/hixie/perf/004-expected.txt: Added.
        * platform/mac-lion/svg/hixie/perf/005-expected.txt: Added.
        * platform/mac-lion/svg/hixie/perf/006-expected.txt: Added.
        * platform/mac-lion/svg/hixie/text: Added.
        * platform/mac-lion/svg/hixie/text/001-expected.txt: Added.
        * platform/mac-lion/svg/hixie/text/003a-expected.txt: Added.
        * platform/mac-lion/svg/hixie/text/003b-expected.txt: Added.
        * platform/mac-lion/svg/hixie/viewbox: Added.
        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio: Added.
        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
        * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
        * platform/mac-lion/svg/text: Added.
        * platform/mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/mac-lion/svg/text/bidi-text-query-expected.txt: Added.
        * platform/mac-lion/svg/text/bidi-tspans-expected.txt: Added.
        * platform/mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/mac-lion/svg/text/small-fonts-2-expected.txt: Added.
        * platform/mac-lion/svg/text/small-fonts-3-expected.txt: Added.
        * platform/mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/mac-lion/svg/text/text-hkern-expected.txt: Added.
        * platform/mac-lion/svg/text/text-text-06-t-expected.txt: Added.
        * platform/mac-lion/svg/text/text-text-07-t-expected.txt: Added.
        * platform/mac-lion/svg/text/text-text-08-b-expected.txt: Added.
        * platform/mac-lion/svg/wicd: Added.
        * platform/mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
        * platform/mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
        * platform/mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
        * platform/mac/TestExpectations:
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
        * platform/mac/svg/batik/filters/feTile-expected.txt:
        * platform/mac/svg/batik/text/smallFonts-expected.txt:
        * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
        * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
        * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
        * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
        * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
        * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
        * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
        * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
        * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
        * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
        * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
        * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
        * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
        * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
        * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
        * platform/mac/svg/custom/stroked-pattern-expected.txt:
        * platform/mac/svg/custom/text-letter-spacing-expected.txt:
        * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
        * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
        * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
        * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
        * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
        * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
        * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
        * platform/mac/svg/custom/tref-update-expected.txt:
        * platform/mac/svg/custom/use-detach-expected.txt:
        * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
        * platform/mac/svg/custom/use-modify-target-container-expected.txt:
        * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/mac/svg/custom/use-recursion-1-expected.txt:
        * platform/mac/svg/custom/use-recursion-2-expected.txt:
        * platform/mac/svg/custom/use-recursion-3-expected.txt:
        * platform/mac/svg/custom/use-recursion-4-expected.txt:
        * platform/mac/svg/hixie/perf/003-expected.txt:
        * platform/mac/svg/hixie/perf/004-expected.txt:
        * platform/mac/svg/hixie/perf/005-expected.txt:
        * platform/mac/svg/hixie/perf/006-expected.txt:
        * platform/mac/svg/hixie/text/001-expected.txt:
        * platform/mac/svg/hixie/text/003-expected.txt: Removed.
        * platform/mac/svg/hixie/text/003a-expected.txt:
        * platform/mac/svg/hixie/text/003b-expected.txt:
        * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
        * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
        * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
        * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
        * platform/mac/svg/text/bidi-text-query-expected.txt:
        * platform/mac/svg/text/bidi-tspans-expected.txt:
        * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Removed.
        * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
        * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
        * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
        * platform/mac/svg/text/scaled-font-expected.txt: Removed.
        * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
        * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-1-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-2-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-3-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-4-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
        * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
        * platform/mac/svg/text/selection-doubleclick-expected.txt: Removed.
        * platform/mac/svg/text/selection-tripleclick-expected.txt:
        * platform/mac/svg/text/small-fonts-2-expected.txt:
        * platform/mac/svg/text/small-fonts-3-expected.txt:
        * platform/mac/svg/text/small-fonts-expected.txt: Added.
        * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
        * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
        * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
        * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
        * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
        * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
        * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
        * platform/mac/svg/text/text-fonts-02-t-expected.txt:
        * platform/mac/svg/text/text-hkern-expected.txt:
        * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
        * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-path-middle-align-expected.txt: Removed.
        * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
        * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
        * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
        * platform/mac/svg/text/text-text-06-t-expected.txt:
        * platform/mac/svg/text/text-text-07-t-expected.txt:
        * platform/mac/svg/text/text-text-08-b-expected.txt:
        * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
        * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
        * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
        * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
        * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
        * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
        * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
        * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
        * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
        * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
        * platform/win-future/svg: Added.
        * platform/win-future/svg/batik: Added.
        * platform/win-future/svg/batik/text: Added.
        * platform/win-future/svg/batik/text/textEffect-expected.txt: Added.
        * platform/win-future/svg/batik/text/textEffect3-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
        * svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
        * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
        * svg/batik/text/textEffect-expected.txt: Replaced.
        * svg/batik/text/textEffect3-expected.txt: Replaced.
        * svg/batik/text/textFeatures-expected.txt: Added.
        * svg/batik/text/textLayout2-expected.txt: Added.
        * svg/carto.net/colourpicker-expected.txt: Added.
        * svg/carto.net/tabgroup-expected.txt: Added.
        * svg/carto.net/textbox-expected.txt: Added.
        * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
        * svg/custom/clip-mask-negative-scale-expected.txt: Added.
        * svg/hixie/text/001-expected.png: Added.
        * svg/hixie/text/003-expected.txt: Added.
        * svg/text/font-size-below-point-five-2-expected.txt: Added.
        * svg/text/scaled-font-expected.txt: Added.
        * svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
        * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
        * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
        * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
        * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
        * svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
        * svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
        * svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
        * svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
        * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
        * svg/text/select-x-list-1-expected.txt: Added.
        * svg/text/select-x-list-2-expected.txt: Added.
        * svg/text/select-x-list-3-expected.txt: Added.
        * svg/text/select-x-list-4-expected.txt: Added.
        * svg/text/select-x-list-with-tspans-1-expected.txt: Added.
        * svg/text/select-x-list-with-tspans-2-expected.txt: Added.
        * svg/text/select-x-list-with-tspans-3-expected.txt: Added.
        * svg/text/select-x-list-with-tspans-4-expected.txt: Added.
        * svg/text/selection-doubleclick-expected.txt: Added.
        * svg/text/small-fonts-in-html5-expected.txt: Added.
        * svg/text/text-align-01-b-expected.txt: Added.
        * svg/text/text-align-02-b-expected.txt: Added.
        * svg/text/text-align-03-b-expected.txt: Added.
        * svg/text/text-align-04-b-expected.txt: Added.
        * svg/text/text-align-05-b-expected.txt: Added.
        * svg/text/text-align-06-b-expected.txt: Added.
        * svg/text/text-altglyph-01-b-expected.txt: Added.
        * svg/text/text-deco-01-b-expected.txt: Added.
        * svg/text/text-fonts-01-t-expected.txt: Added.
        * svg/text/text-intro-05-t-expected.txt: Added.
        * svg/text/text-path-01-b-expected.txt: Added.
        * svg/text/text-path-middle-align-expected.txt: Added.
        * svg/text/text-spacing-01-b-expected.txt: Added.
        * svg/text/text-text-01-b-expected.txt: Added.
        * svg/text/text-text-03-b-expected.txt: Added.
        * svg/text/text-text-04-t-expected.txt: Added.
        * svg/text/text-text-05-t-expected.txt: Added.
        * svg/text/text-tref-01-b-expected.txt: Added.
        * svg/text/text-tselect-01-b-expected.txt: Added.
        * svg/text/text-tselect-02-f-expected.txt: Added.
        * svg/text/text-tspan-01-b-expected.txt: Added.
        * svg/text/text-ws-01-t-expected.txt: Added.
        * svg/text/text-ws-02-t-expected.txt: Added.
        * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
        * svg/wicd/test-rightsizing-a-expected.txt: Added.
        * svg/zoom/page/zoom-foreignObject-expected.txt: Added.
        * svg/zoom/text/zoom-foreignObject-expected.txt: Added.

2013-01-24  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking shape-inside-first-fit-001.html as failing on MountainLion.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-24  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Marking resize-corner-tracking* tests as needing rebaseline on Mac.

        Unreviewed. Gardening.

        * platform/chromium/TestExpectations:

2013-01-24  Beth Dakin  <bdakin@apple.com>

        Fixed elements sometimes marked out-of-view if you have rubber-banded too far, 
        affects flickr.com
        https://bugs.webkit.org/show_bug.cgi?id=107882
        -and corresponding-
        <rdar://problem/13065897>

        Reviewed by Simon Fraser.

        * platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view.html: Added.

2013-01-24  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaselining expectations for foreignObject-text-clipping-bug.html.

        Unreviewed. Gardening.

        * platform/chromium-mac-lion/svg/text/foreignObject-text-clipping-bug-expected.png:
        * platform/chromium-mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png:
        * platform/chromium-mac/svg/text/foreignObject-text-clipping-bug-expected.png:

2013-01-24  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>

        Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.
        https://bugs.webkit.org/show_bug.cgi?id=104775

        Reviewed by Ryosuke Niwa.

        Rewrite test using js-test-pre.js.
        Add test description to the test.

        * fast/writing-mode/vertical-inline-block-hittest-expected.txt:
        * fast/writing-mode/vertical-inline-block-hittest.html:

2013-01-24  Christian Biesinger  <cbiesinger@chromium.org>

        resize property doesn't work on iframes
        https://bugs.webkit.org/show_bug.cgi?id=9221

        Reviewed by Eric Seidel.

        * fast/css/resize-corner-tracking-transformed-iframe.html: Added.
        New test for testing resize of transformed <iframe>

        * fast/css/resize-corner-tracking.html:
        Add a testcase for resizing an <iframe>

        * platform/chromium-linux/fast/css/resize-corner-tracking-expected.png:
        * platform/chromium-linux/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
        * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
        * platform/chromium-win/fast/css/resize-corner-tracking-expected.txt:
        * platform/chromium/compositing/iframes/resizer-expected.txt:
        * platform/chromium/fast/css/resize-corner-tracking-expected.txt:
        * platform/chromium/fast/css/resize-corner-tracking-transformed-expected.txt:
        * platform/chromium/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
        * platform/mac/fast/css/resize-corner-tracking-expected.txt:
        * platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
        * platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
        Update/add generic, mac and linux reference files for the test

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        Add expected failures for the tests until they can be rebaselined.

2013-01-24  Kentaro Hara  <haraken@chromium.org>

        Regression(r107058): Use-after-free in SerializedScriptValue::deserialize
        https://bugs.webkit.org/show_bug.cgi?id=107792

        Reviewed by Abhishek Arya.

        Added a test that demonstrated a crash due to use-after-free
        of SerializedScriptValue.

        Test: fast/history/replacestate-nocrash.html

        * fast/history/replacestate-nocrash-expected.txt: Added.
        * fast/history/replacestate-nocrash.html: Added.

2013-01-24  Arko Saha  <arko@motorola.com>

        Microdata: itemtype attribute must update correctly on adding or removing tokens
        https://bugs.webkit.org/show_bug.cgi?id=106616

        Reviewed by Ryosuke Niwa.

        Added tests to ensure that itemtype, itemprop, itemref attributes must update
        correctly when tokens have been added or removed.

        * fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-tokens-expected.txt: Added.
        * fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-tokens.html: Added.
        * fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens-expected.txt: Added.
        * fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens.html: Added.
        * fast/dom/MicroData/propertynodelist-add-remove-itemref-tokens-expected.txt: Added.
        * fast/dom/MicroData/propertynodelist-add-remove-itemref-tokens.html: Added.

2013-01-24  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline for r140728.

        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
        * platform/chromium-linux-x86/svg/hixie/perf: Removed.
        * platform/chromium-linux-x86/svg/hixie/perf/001-expected.txt: Removed.
        * platform/chromium-linux-x86/svg/hixie/perf/002-expected.txt: Removed.
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
        * platform/chromium-linux/svg/hixie/perf/001-expected.txt: Removed.
        * platform/chromium-linux/svg/hixie/perf/002-expected.txt: Removed.
        * platform/chromium-linux/svg/text/text-rect-precision-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Table-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/getTransformToElement-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/pattern-rotate-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/pattern-rotate-gaps-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/style-attribute-font-size-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.txt: Added.
        * platform/chromium-mac-lion/svg/custom/text-x-dy-lists-expected.txt: Added.
        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/getTransformToElement-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-gaps-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/style-attribute-font-size-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-repaint-including-stroke-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/text-x-dy-lists-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.txt:
        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
        * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.txt: Added.
        * platform/chromium-mac/svg/batik/paints/patternRegions-expected.txt: Added.
        * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.txt:
        * platform/chromium-mac/svg/batik/text/textDecoration-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textDecoration2-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textEffect2-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textPosition-expected.txt: Added.
        * platform/chromium-mac/svg/batik/text/textProperties2-expected.txt: Added.
        * platform/chromium-mac/svg/clip-path/clip-path-pixelation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
        * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
        * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
        * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.txt: Added.
        * platform/chromium-mac/svg/custom/getTransformToElement-expected.txt: Added.
        * platform/chromium-mac/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
        * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Added.
        * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.txt: Added.
        * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
        * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
        * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: Added.
        * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Added.
        * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
        * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
        * platform/chromium-mac/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
        * platform/chromium-mac/svg/custom/pattern-rotate-expected.txt: Added.
        * platform/chromium-mac/svg/custom/pattern-rotate-gaps-expected.txt: Added.
        * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
        * platform/chromium-mac/svg/custom/style-attribute-font-size-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-clip-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-ctm-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-dom-01-f-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-filter-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-hit-test-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-rotation-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-whitespace-handling-expected.txt: Added.
        * platform/chromium-mac/svg/custom/text-x-dy-lists-expected.txt: Added.
        * platform/chromium-mac/svg/custom/use-dynamic-append-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/error/002-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/error/013-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/perf/001-expected.txt:
        * platform/chromium-mac/svg/hixie/perf/002-expected.txt:
        * platform/chromium-mac/svg/hixie/perf/007-expected.txt:
        * platform/chromium-mac/svg/hixie/viewbox/002-expected.txt: Added.
        * platform/chromium-mac/svg/hixie/viewbox/003-expected.txt: Added.
        * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Added.
        * platform/chromium-mac/svg/text/font-size-below-point-five-expected.txt: Added.
        * platform/chromium-mac/svg/text/non-bmp-positioning-lists-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-midpoint-split-bug-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-rect-precision-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-repaint-rects-expected.txt: Added.
        * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
        * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
        * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
        * platform/chromium-win-xp/svg/hixie/perf: Removed.
        * platform/chromium-win-xp/svg/hixie/perf/001-expected.txt: Removed.
        * platform/chromium-win-xp/svg/hixie/perf/002-expected.txt: Removed.
        * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
        * platform/chromium-win/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
        * platform/chromium-win/svg/hixie/perf/007-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
        * platform/chromium/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
        * platform/chromium/svg/batik/paints/patternRegionA-expected.txt: Removed.
        * platform/chromium/svg/batik/paints/patternRegions-expected.txt: Removed.
        * platform/chromium/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textDecoration-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textDecoration2-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textEffect2-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textPosition-expected.txt: Removed.
        * platform/chromium/svg/batik/text/textProperties2-expected.txt: Removed.
        * platform/chromium/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
        * platform/chromium/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
        * platform/chromium/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
        * platform/chromium/svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
        * platform/chromium/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
        * platform/chromium/svg/custom/mouse-move-on-svg-container-expected.txt: Removed.
        * platform/chromium/svg/custom/pattern-with-transformation-expected.txt: Removed.
        * platform/chromium/svg/custom/text-clip-expected.txt: Removed.
        * platform/chromium/svg/custom/text-ctm-expected.txt: Removed.
        * platform/chromium/svg/custom/text-dom-01-f-expected.txt: Removed.
        * platform/chromium/svg/custom/text-filter-expected.txt: Removed.
        * platform/chromium/svg/custom/text-hit-test-expected.txt: Removed.
        * platform/chromium/svg/custom/text-rotation-expected.txt: Removed.
        * platform/chromium/svg/custom/text-whitespace-handling-expected.txt: Removed.
        * platform/chromium/svg/custom/use-dynamic-append-expected.txt: Removed.
        * platform/chromium/svg/hixie/error/002-expected.txt: Removed.
        * platform/chromium/svg/hixie/error/013-expected.txt: Removed.
        * platform/chromium/svg/text/bidi-embedded-direction-expected.txt: Removed.
        * platform/chromium/svg/text/font-size-below-point-five-expected.txt: Removed.
        * platform/chromium/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
        * platform/chromium/svg/text/text-midpoint-split-bug-expected.txt: Removed.
        * platform/chromium/svg/text/text-repaint-rects-expected.txt: Removed.
        * platform/chromium/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
        * platform/efl/svg/custom/pattern-with-transformation-expected.txt: Removed.
        * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
        * platform/gtk/svg/custom/pattern-with-transformation-expected.txt: Removed.
        * platform/gtk/svg/text/text-midpoint-split-bug-expected.txt: Removed.
        * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
        * platform/qt/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
        * platform/qt/svg/hixie/perf/007-expected.txt: Removed.
        * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
        * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
        * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
        * svg/clip-path/clip-path-pixelation-expected.txt: Added.
        * svg/custom/pattern-with-transformation-expected.txt: Added.
        * svg/hixie/perf/007-expected.txt: Added.
        * svg/text/text-midpoint-split-bug-expected.txt: Added.

2013-01-24  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Remove IDBUpgradeNeededEvent, merge with IDBVersionChangeEvent
        https://bugs.webkit.org/show_bug.cgi?id=107754

        Reviewed by Tony Chang.

        Updated expectations, and new test file. In most cases, just switch test from
        looking at event.target.version and event.version to event.oldVersion and event.newVersion,
        in some cases verifying the old properties as well as a sanity check.

        * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
        * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-blocked-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
        * storage/indexeddb/events-expected.txt: Added.
        * storage/indexeddb/events.html: Added.
        * storage/indexeddb/intversion-gated-on-delete-expected.txt:
        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/removed-expected.txt:
        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
        * storage/indexeddb/resources/deletedatabase-blocked.js:
        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
        * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
        * storage/indexeddb/resources/deletedatabase-not-blocked.js:
        * storage/indexeddb/resources/events.js: Added.
        * storage/indexeddb/resources/intversion-gated-on-delete.js:
        * storage/indexeddb/resources/intversion-long-queue.js:
        * storage/indexeddb/resources/removed.js: Verify that old Event type and property are gone.

2013-01-24  Emil A Eklund  <eae@chromium.org>

        [svg] Remove unnecessary rounding in SVGRootInlineBox::layoutRootBox
        https://bugs.webkit.org/show_bug.cgi?id=107771

        Reviewed by Levi Weintraub.
        
        Add test for svg text subpixel measurement and update
        expectations as needed.

        * css3/zoom-coords.xhtml:
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
        * svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
        * svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
        * svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
        * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
        * svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
        * svg/custom/glyph-setting-d-attribute-expected.txt:
        * svg/foreignObject/text-tref-02-b-expected.txt:
        * svg/hixie/viewbox/002-expected.txt:
        * svg/hixie/viewbox/003-expected.txt:
        * svg/text/text-rect-precision.html: Added.
        * svg/text/text-viewbox-rescale-expected.txt:
        * svg/zoom/page/zoom-zoom-coords-expected.txt:
        * svg/zoom/page/zoom-zoom-coords.xhtml:

2013-01-24  Philip Rogers  <pdr@google.com>

        Preserve container size requests across image loads
        https://bugs.webkit.org/show_bug.cgi?id=106733

        Reviewed by Tim Horton.

        * http/tests/svg/cached-image-sizing-expected.html: Added.
        * http/tests/svg/cached-image-sizing.html: Added.
        * http/tests/svg/resources/delayCachedLoad.php: Added.
        * http/tests/svg/resources/greenSquare.svg: Added.

2013-01-24  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140296.
        http://trac.webkit.org/changeset/140296
        https://bugs.webkit.org/show_bug.cgi?id=107857

        Cause several regresssions (Requested by smfr on #webkit).

        * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
        * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
        * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
        * fast/forms/text/text-padding-dynamic-change.html: Removed.

2013-01-24  Adam Klein  <adamk@chromium.org>

        Layout Test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=106612

        Reviewed by Eric Seidel.

        * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html: Wait for
        the iframe's onload event before running the test.
        * platform/chromium/TestExpectations: Remove flaky expectation.
        * platform/efl/TestExpectations: ditto
        * platform/gtk/TestExpectations: ditto

2013-01-24  Tony Chang  <tony@chromium.org>

        Remove document as a parameter from a few internals methods
        https://bugs.webkit.org/show_bug.cgi?id=107757

        Reviewed by Hajime Morita.

        Remove document as a parameter since there's already one associated with internals.

        * editing/input/editable-container-with-word-wrap-normal.html:
        * editing/selection/caret-alignment-for-vertical-text.html:
        * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode.html:
        * editing/selection/caret-in-div-containing-br-in-vertical-mode.html:
        * editing/selection/caret-in-empty-inline-1.html:
        * editing/selection/caret-in-empty-inline-2.html:
        * editing/selection/internal-caret-rect.html:
        * fast/dom/resources/shadow-test-driver.js:
        (createContentWithSelect):
        (createContentWithText):
        (appendShadow):
        (appendShadowDeep):
        * fast/dom/shadow/content-element-includer.html:
        * fast/dom/shadow/content-element-renderers.html:
        * fast/dom/shadow/content-selector-query.html:
        * fast/dom/shadow/create-content-element.html:
        * fast/dom/shadow/shadow-contents-fallback-dynamic.html:
        * fast/dom/shadow/shadow-contents-fallback.html:
        * fast/dom/shadow/shadow-contents-select.html:
        * fast/preloader/scan-body-from-head-import.html:
        * http/tests/loading/preload-append-scan.php:

2013-01-24  Mike West  <mkwst@chromium.org>

        Web Inspector: 'console.debug' should generate messages at DebugMessageLevel.
        https://bugs.webkit.org/show_bug.cgi?id=107816

        Reviewed by Pavel Feldman.

        * inspector/console/console-tests-expected.txt:
        * inspector/extensions/extensions-console-expected.txt:
            Rebaseline this test with the updated message level.

2013-01-24  Dima Gorbik  <dgorbik@apple.com>

        Implement :past pseudo class for the WebVTT ::cue pseudo element
        https://bugs.webkit.org/show_bug.cgi?id=105482

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/styling-timestamps.vtt: Added.
        * media/track/track-css-matching-timestamps-expected.txt: Added.
        * media/track/track-css-matching-timestamps.html: Added.

2013-01-24  Max Vujovic  <mvujovic@adobe.com>

        [CSS Filters] CSS opacity property clips filter outsets
        https://bugs.webkit.org/show_bug.cgi?id=106549

        Reviewed by Dirk Schulze.

        Add a reftest to verify that an element's drop shadow filter is not clipped when a CSS
        opacity property is not applied.

        * css3/filters/css-opacity-with-drop-shadow-expected.html: Added.
        * css3/filters/css-opacity-with-drop-shadow.html: Added.

2013-01-24  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL rebaseline.

        Rebaseline several tests on EFL port after r140693.

        * platform/efl-wk1/svg/batik/text/xmlSpace-expected.png:
        * platform/efl/TestExpectations:
        * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt:
        * platform/efl/editing/selection/extend-by-sentence-001-expected.png:
        * platform/efl/editing/selection/extend-by-sentence-001-expected.txt:
        * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
        * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
        * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
        * platform/efl/fast/text/capitalize-empty-generated-string-expected.png:
        * platform/efl/fast/text/capitalize-empty-generated-string-expected.txt:
        * platform/efl/fast/text/whitespace/006-expected.png:
        * platform/efl/fast/text/whitespace/006-expected.txt:
        * platform/efl/fast/text/whitespace/007-expected.png:
        * platform/efl/fast/text/whitespace/007-expected.txt:
        * platform/efl/svg/batik/text/xmlSpace-expected.png:
        * platform/efl/svg/batik/text/xmlSpace-expected.txt:
        * platform/efl/svg/carto.net/combobox-expected.png:
        * platform/efl/svg/carto.net/combobox-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug113235-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug1188-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug1318-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:

2013-01-22  Robert Hogan  <robert@webkit.org>

        Inline Containing Only Collapsed Whitespace Not Getting a Linebox
        https://bugs.webkit.org/show_bug.cgi?id=31397

        Reviewed by David Hyatt.

        * fast/css/first-letter-capitalized-edit-select-crash-expected.txt:
        * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-expected.html: Added.
        * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-vertical-rl-expected.html: Added.
        * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-vertical-rl.html: Added.
        * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-01-24  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: expand more chunks in DTE
        https://bugs.webkit.org/show_bug.cgi?id=107698

        Reviewed by Pavel Feldman.

        Correct text expectation as we change amount of expanded chunks.

        * inspector/editor/text-editor-selection-expected.txt:

2013-01-24  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Added platform specific expectation after r140174.
        https://bugs.webkit.org/show_bug.cgi?id=107434.

        * platform/qt/TestExpectations:
        * platform/qt/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added after r140174.

2013-01-24  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt][WK2] Unreviewed gardening. Skip a failing HTML ref test after r140229.
        https://bugs.webkit.org/show_bug.cgi?id=105390.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added after r140593.

2013-01-24  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding failure expectations for accessibility tests that regressed with r140658.

        * platform/gtk/TestExpectations:

2013-01-24  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] REGRESSION: stack traces in the replay log are gone
        https://bugs.webkit.org/show_bug.cgi?id=107805

        Reviewed by Pavel Feldman.

        A simple test to dump a canvas 2D trace log with function call stack traces.

        * inspector/profiler/canvas-profiler-test.js:
        (initialize_CanvasWebGLProfilerTest.):
        (initialize_CanvasWebGLProfilerTest.InspectorTest.dumpTraceLog):
        * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt: Added.
        * inspector/profiler/canvas2d/canvas-stack-trace.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-01-23  Alexis Menard  <alexis@webkit.org>

        Unreviewed cleanup of comments and a commented test.

        * transitions/transitions-parsing.html:

2013-01-24  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed gardening.

        Removing failure expectations for the ietestcenter/css3/valuesandunits/units-010.htm
        layout test. It was fixed in r140300.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-01-24  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Classifying some IndexedDB failures as flaky.
        Removing the expectation for the passing fast/forms/text-input-event.html test.

        * platform/gtk/TestExpectations:

2013-01-24  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: breakpoints are not restored upon reload for scripts with script mapping.
        https://bugs.webkit.org/show_bug.cgi?id=107799

        Reviewed by Alexander Pavlov.

        * inspector/debugger/breakpoint-manager.html:

2013-01-24  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions] Add test cases for auto-size regions and window resize
        https://bugs.webkit.org/show_bug.cgi?id=107686

        Reviewed by Tony Chang.

        The fix for https://bugs.webkit.org/show_bug.cgi?id=102954 also solved
        https://bugs.webkit.org/show_bug.cgi?id=102221. This patch adds two tests
        for webkit bug 102221.

        * fast/regions/autosize-region-container-resize-expected.html: Added.
        * fast/regions/autosize-region-container-resize.html: Added.
        * fast/regions/autosize-region-window-resize-expected.html: Added.
        * fast/regions/autosize-region-window-resize.html: Added.

2013-01-24  Dominic Mazzoni  <dmazzoni@google.com>

        AX: should init an AXObject only after AXObjectCache has added it
        https://bugs.webkit.org/show_bug.cgi?id=107533

        Reviewed by Chris Fleizach.

        Adds a new test that demonstrates a crash if an AXObject
        initializes itself before the AXObjectCache has added it to
        the cache.

        * accessibility/duplicate-axrenderobject-crash-expected.txt: Added.
        * accessibility/duplicate-axrenderobject-crash.html: Added.

2013-01-23  Kentaro Hara  <haraken@chromium.org>

        Implement MouseEvent constructor
        https://bugs.webkit.org/show_bug.cgi?id=107630

        Reviewed by Adam Barth.

        Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm

        The MouseEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR flag.

        * fast/dom/constructed-objects-prototypes-expected.txt:
        * fast/dom/dom-constructors-expected.txt:
        * fast/dom/dom-constructors.html:
        * fast/events/constructors/mouse-event-constructor-expected.txt: Added.
        * fast/events/constructors/mouse-event-constructor.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed, rebaseline for Chromium-Linux and Chromium-Win
        editing/selection/range-between-block-and-inline.html

        * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.png:
        * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.png:

2013-01-23  Ken Kania  <kkania@chromium.org>

        [Inspector] Add events for tracking page loads and scheduled navigations.
        https://bugs.webkit.org/show_bug.cgi?id=104168

        Reviewed by Pavel Feldman.

        These events are needed for clients who need to be aware of when a page is
        navigating or about to navigate. Some clients may wish to prevent interaction
        with the page during this time. Two of the new events track loading start and
        stop, as measured by the ProgressTracker. The other two events track when a
        page has a new scheduled navigation and when it no longer has a scheduled
        navigation. These latter two events won't allow the client to determine if
        a load is going to happen in all circumstances, but is sufficient for many cases.
        Make sure we hold a reference to the frame in NavigationScheduler::timerFired
        in case the redirect causes the frame to be detached.

        Also, minor update to InspectorInputAgent::dispatchMouseEvent to reorder params
        to match dispatchKeyEvent.

        * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
        * inspector-protocol/page/frameScheduledNavigation.html: Added.
        * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
        * inspector-protocol/page/frameStartedLoading.html: Added.
        * platform/chromium/TestExpectations:

2013-01-23  Simon Fraser  <simon.fraser@apple.com>

        Avoid creating background layers on pages with a fixed background, but no image
        https://bugs.webkit.org/show_bug.cgi?id=107783

        Reviewed by Beth Dakin.
        
        Testcase with body { background-attachment:fixed; } but no image.

        * platform/mac/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-background-no-image.html: Added.

2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>

        Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=107729

        Reviewed by Hajime Morita.

        This patch changes panScroll-panIcon.html test to HTML ref test rather than
        pixel ref test to avoid rebaseline among Windows versions, and enables
        panScroll-panIcon.html.

        * platform/chromium-win/fast/events/panScroll-panIcon.html: Changed not to move mouse pointer to avoid motion of scroll thumb. 
        * platform/chromium-win/fast/events/panScroll-panIcon-expected.html: Added.
        * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Removed.
        * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Removed.
        * platform/chromium-win/TestExpectations: Changed to enable panScroll-panIcon.html

2013-01-23  Wei Jia  <wjia@chromium.org>

        Enable autoplay when <video>'s src is from media stream
        https://bugs.webkit.org/show_bug.cgi?id=105224

        Reviewed by Eric Carlson.

        Always turns on mediaPlaybackRequiresUserGesture at the beginning.
        HTMLMediaElement is supposed to turn it off when <video>'s src is from media stream.
        * platform/chromium/media/video-capture-preview.html:

2013-01-23  Luke Macpherson   <macpherson@chromium.org>

        Support variables inside -webkit-box-reflect CSS property.
        https://bugs.webkit.org/show_bug.cgi?id=106856

        Adds test for variables as -webkit-box-reflect parameters.

        Reviewed by Tony Chang.

        * fast/css/variables/var-inside-box-reflect-expected.html: Added.
        * fast/css/variables/var-inside-box-reflect.html: Added.

2013-01-23  Rafael Weinstein  <rafaelw@chromium.org>

        Template element should parse in XHTML just as it does in HTML
        https://bugs.webkit.org/show_bug.cgi?id=106491

        Reviewed by Ryosuke Niwa.

        * fast/dom/HTMLTemplateElement/xhtml-parsing-and-serialization-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/xhtml-parsing-and-serialization.xml: Added.
        * fast/xpath/xpath-template-element-expected.txt: Added.
        * fast/xpath/xpath-template-element.html: Added.
        * fast/xsl/resources/xhtml-template.xsl: Added.
        * fast/xsl/xslt-processor-template-expected.txt: Added.
        * fast/xsl/xslt-processor-template.html: Added.
        * fast/xsl/xslt-xhtml-template-expected.txt: Added.
        * fast/xsl/xslt-xhtml-template.xml: Added.

2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewew. Rebaseline for Chromium: fast/ruby/select-ruby.html

        * platform/chromium-linux-x86/fast/ruby/select-ruby-expected.txt: Added.
        * platform/chromium-linux/fast/ruby/select-ruby-expected.png: Added.
        * platform/chromium-linux/fast/ruby/select-ruby-expected.txt: Added.
        * platform/chromium-mac-lion/fast/ruby/select-ruby-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/ruby/select-ruby-expected.txt: Added.
        * platform/chromium-mac/fast/ruby/select-ruby-expected.png: Added.
        * platform/chromium-mac/fast/ruby/select-ruby-expected.txt: Added.
        * platform/chromium-win-xp/fast/ruby/select-ruby-expected.txt: Added.
        * platform/chromium-win/fast/ruby/select-ruby-expected.png: Added.
        * platform/chromium-win/fast/ruby/select-ruby-expected.txt: Added.

2012-12-12  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION: WebKit does not render selection in non-first ruby text nodes.
        https://bugs.webkit.org/show_bug.cgi?id=92818

        Reviewed by Levi Weintraub.

        Add a test, authored by Sukolsak Sakshuwong.

        * fast/ruby/select-ruby.html: Added.
        * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
        * platform/mac/fast/ruby/select-ruby-expected.png: Added.
        * platform/mac/fast/ruby/select-ruby-expected.txt: Added.

2013-01-23  Martin Robinson  <mrobinson@igalia.com>

        WebKit should support decoding multi-byte entities in XML content
        https://bugs.webkit.org/show_bug.cgi?id=107459

        Reviewed by Adam Barth.

        Add a simple test for decoding some entities that resolve to multiple
        bytes in XML.

        * fast/parser/entities-in-xhtml.xhtml: Added a few multi-bye entities.
        * fast/parser/entities-in-xhtml-expected.txt: Updated.

2013-01-23  Filip Pizlo  <fpizlo@apple.com>

        Constant folding an access to an uncaptured variable that is captured later in the same basic block shouldn't lead to assertion failures
        https://bugs.webkit.org/show_bug.cgi?id=107750
        <rdar://problem/12387265>

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-constant-fold-uncaptured-variable-that-is-later-captured-expected.txt: Added.
        * fast/js/dfg-constant-fold-uncaptured-variable-that-is-later-captured.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-constant-fold-uncaptured-variable-that-is-later-captured.js: Added.
        (bar):
        (baz):
        (foo):

2013-01-23  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Add support for computing first included interval position for polygons
        https://bugs.webkit.org/show_bug.cgi?id=103429

        Reviewed by Dirk Schulze.

        All of the existing shape-inside tests exercise the new code.  Added new tests which
        verify that layout works correctly when layout can not begin at the shape's logical top.
        Test 001 additionally checks all writing-modes, test 002 verifies that the topmost/leftmost
        rule is followed, and test3 checks a self-intersecting polygon.

        * fast/exclusions/shape-inside/shape-inside-first-fit-001-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-first-fit-001.html: Added.
        * fast/exclusions/shape-inside/shape-inside-first-fit-002-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-first-fit-002.html: Added.
        * fast/exclusions/shape-inside/shape-inside-first-fit-003-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-first-fit-003.html: Added.

2013-01-23  Dirk Schulze  <dschulze@adobe.com>

        Implement Canvas Path object
        https://bugs.webkit.org/show_bug.cgi?id=97333

        Reviewed by Dean Jackson.

        Add a test for checking existence of Path object and dependent functions.
        The test is supposed to fail if canvas-path is not activated on compile time.

        * fast/canvas/canvas-path-object-expected.txt: Added.
        * fast/canvas/canvas-path-object.html: Added.
        * fast/canvas/script-tests/canvas-path-object.js: Added.
        * platform/chromium/TestExpectations: Different error handling on Chromium. Needs rebaseline.

2013-01-23  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Remove IDBVersionChangeRequest
        https://bugs.webkit.org/show_bug.cgi?id=107711

        Reviewed by Tony Chang.

        Update expectations - change a handful of FAIL to PASS because past-us were awesome.

        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/intversion-upgrades-expected.txt:

2013-01-23  Martin Robinson  <mrobinson@igalia.com>

        [GTK] Bump webkitgtk-test-fonts dependency to cover fallbacks for Tamil, Bengali, and others
        https://bugs.webkit.org/show_bug.cgi?id=107727

        Reviewed by Gustavo Noronha Silva.

        Update test results to reflect the new fonts.

        * platform/gtk/fast/text/atsui-multiple-renderers-expected.png:
        * platform/gtk/fast/text/atsui-multiple-renderers-expected.txt:
        * platform/gtk/fast/text/complex-text-opacity-expected.png:
        * platform/gtk/fast/text/complex-text-opacity-expected.txt:
        * platform/gtk/fast/text/international/bold-bengali-expected.png:
        * platform/gtk/fast/text/international/bold-bengali-expected.txt:
        * platform/gtk/fast/text/international/complex-character-based-fallback-expected.png:
        * platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt:
        * platform/gtk/fast/text/international/danda-space-expected.png:
        * platform/gtk/fast/text/international/danda-space-expected.txt:
        * platform/gtk/fast/text/international/hindi-spacing-expected.png:
        * platform/gtk/fast/text/international/hindi-spacing-expected.txt:
        * platform/gtk/fast/text/international/hindi-whitespace-expected.png:
        * platform/gtk/fast/text/international/hindi-whitespace-expected.txt:
        * platform/gtk/fast/text/international/thai-baht-space-expected.png:
        * platform/gtk/fast/text/international/thai-baht-space-expected.txt:
        * platform/gtk/fast/text/international/thai-line-breaks-expected.png:
        * platform/gtk/fast/text/international/thai-line-breaks-expected.txt:
        * platform/gtk/svg/text/non-bmp-positioning-lists-expected.png: Added.
        * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt:
        * platform/gtk/transforms/2d/hindi-rotated-expected.png:
        * platform/gtk/transforms/2d/hindi-rotated-expected.txt:

2013-01-23  Xianzhu Wang  <wangxianzhu@chromium.org>

        Should update compositing state when an out-of-view fixed position element becomes in-view
        https://bugs.webkit.org/show_bug.cgi?id=107410

        Reviewed by Simon Fraser.

        Tests if compositing status is properly updated when fixed position elements change from out-of-view to in-view and back.

        * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
        * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html: Added.

2013-01-23  Erik Arvidsson  <arv@chromium.org>

        Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=107729

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-01-23  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Add support for max-content
        https://bugs.webkit.org/show_bug.cgi?id=107604

        Reviewed by Tony Chang.

        * fast/css-grid-layout/minmax-max-content-resolution-columns-expected.txt: Added.
        * fast/css-grid-layout/minmax-max-content-resolution-columns.html: Added.
        * fast/css-grid-layout/minmax-max-content-resolution-rows-expected.txt: Added.
        * fast/css-grid-layout/minmax-max-content-resolution-rows.html: Added.

2013-01-23  Erik Arvidsson  <arv@chromium.org>

        [chromium] Layout test rebaselines

        Unreviewed rebaseline

        * platform/chromium-win-xp/media/media-can-play-ogg-expected.txt: Added.
        * platform/chromium-win/media/media-can-play-ogg-expected.txt: Added.

2013-01-23  Tony Chang  <tony@chromium.org>

        Incorrect scrollable height during simplified layout
        https://bugs.webkit.org/show_bug.cgi?id=107193

        Reviewed by David Hyatt.

        * fast/overflow/height-during-simplified-layout-expected.txt: Added.
        * fast/overflow/height-during-simplified-layout.html: Added.

2013-01-23  Robert Hogan  <robert@webkit.org>

        Abspos Inline block not positioned correctly in text-aligned container
        https://bugs.webkit.org/show_bug.cgi?id=105695

        Reviewed by Ojan Vafai.

        * fast/text/container-align-with-inlines-expected.txt: Added.
        * fast/text/container-align-with-inlines.html: Added.

2013-01-23  Alexis Menard  <alexis@webkit.org>

        transition-property accepts incorrect "all, none" as value
        https://bugs.webkit.org/show_bug.cgi?id=105428

        Reviewed by Dean Jackson.

        Extend the existing tests to cover the bug.

        * transitions/transitions-parsing-expected.txt:
        * transitions/transitions-parsing.html:

2013-01-23  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: speedup highlight regex API in DefaultTextEditor
        https://bugs.webkit.org/show_bug.cgi?id=107238

        Reviewed by Pavel Feldman.

        Corrected layout test expectations to correspond to refactoring.

        * inspector/editor/text-editor-highlight-regexp-expected.txt:

2013-01-23  Manuel Rego Casasnovas  <rego@igalia.com>

        [GTK][WK2] Unflag tests related to layoutTestController.setViewModeMediaFeature
        https://bugs.webkit.org/show_bug.cgi?id=107660

        Reviewed by Philippe Normand.

        * platform/gtk-wk2/TestExpectations: Remove tests related to
        layoutTestController.setViewModeMediaFeature as they are passing now.

2013-01-23  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140307, r140411, and r140512.
        http://trac.webkit.org/changeset/140307
        http://trac.webkit.org/changeset/140411
        http://trac.webkit.org/changeset/140512
        https://bugs.webkit.org/show_bug.cgi?id=107689

        Perf regression on DOMDivWalk (bug 106726) (Requested by
        falken on #webkit).

        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Removed.
        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Removed.
        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Removed.
        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Removed.

2013-01-23  Rafael Weinstein  <rafaelw@chromium.org>

        REGRESSION(r140101): caused debug asserts in fast/forms/associated-element-crash.html and html5lib/run-template.html
        https://bugs.webkit.org/show_bug.cgi?id=107237

        Reviewed by Adam Barth.

        * platform/chromium/TestExpectations:

2013-01-23  Erik Arvidsson  <arv@chromium.org>

        [chromium] Layout test rebaselines

        Unreviewed rebaseline

        * platform/chromium-linux-x86/media/media-can-play-ogg-expected.txt: Added.
        * platform/chromium-linux/media/media-can-play-ogg-expected.txt: Added.
        * platform/chromium-mac-lion/media/media-can-play-ogg-expected.txt: Added.
        * platform/chromium-mac-snowleopard/media/media-can-play-ogg-expected.txt: Added.
        * platform/chromium-mac/media/media-can-play-ogg-expected.txt: Added.

2013-01-23  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.
        Rebaselining after r140448, r140459 and r140493.

        * platform/qt-5.0/fast/js/global-constructors-expected.txt:
        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:

2013-01-23  Adrian Perez de Castro  <aperez@igalia.com>

        [GStreamer] Add Opus MIME type to the list of supported ones
        https://bugs.webkit.org/show_bug.cgi?id=98759

        Reviewed by Philippe Normand.

        Opus (http://opus-codec.org) streams are typically embedded into
        Ogg containers, so add a check for it in the test case.

        * media/media-can-play-ogg-expected.txt:
        * media/media-can-play-ogg.html:
        * platform/chromium-android/media/media-can-play-ogg-expected.txt:
        * platform/chromium/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
        * platform/efl/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
        * platform/gtk/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
        * platform/qt-linux/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.

2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>

        REGRESSION(r139044): Pan icon remains on screen on Chromium-WinXP
        https://bugs.webkit.org/show_bug.cgi?id=107623

        Reviewed by Hajime Morita.

        This test checks no pan icon after pan scroll.

        * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Added.
        * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Added.
        * platform/chromium-win/fast/events/panScroll-panIcon.html: Added.
        * platform/chromium/TestExpectations: Changed to skip entry for panScroll-panIcon.html for Android, Linux and Mac. 

2013-01-23  Vivek Galatage  <vivek.vg@samsung.com>

        xml-stylesheet XSL is not requested with JavaScript disabled
        https://bugs.webkit.org/show_bug.cgi?id=103902

        Reviewed by Adam Barth.

        Add a test to perform XSL transformation when the Javascript is disabled.

        * http/tests/xsl/resources/xslt-transform-with-javascript-disabled.xml:
        * http/tests/xsl/resources/xslt-transform-with-javascript-disabled.xsl:
        * http/tests/xsl/xslt-transform-with-javascript-disabled-expected.txt:
        * http/tests/xsl/xslt-transform-with-javascript-disabled.html:

2013-01-23  Hajime Morrita  <morrita@google.com>

        Invalidated SVG shadow tree should be always detached.
        https://bugs.webkit.org/show_bug.cgi?id=107634

        Reviewed by Ryosuke Niwa.

        * svg/custom/use-invalidate-click-crash-expected.txt: Added.
        * svg/custom/use-invalidate-click-crash.xhtml: Added.

2013-01-23  Seokju Kwon  <seokju.kwon@gmail.com>

        [EFL] Gardening for some inspector tests
        https://bugs.webkit.org/show_bug.cgi?id=107516

        Unreviewed gardening.

        * platform/efl/TestExpectations: Add bug numbers.

2013-01-22  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Rebaselining after r140448, r140459 and r140493.

        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added.
        * platform/gtk/fast/js/global-constructors-expected.txt:

2013-01-22  Kent Tamura  <tkent@chromium.org>

        [Chromium] Fix svn:mime-type of PNG files in platform/chromium*/

        * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added property svn:mime-type.
        * platform/chromium-mac-lion/fast/inline/justify-emphasis-inline-box-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.

2013-01-22  Dima Gorbik  <dgorbik@apple.com>

        Whitelist should also work for the WebVTT ::cue element without an argument
        https://bugs.webkit.org/show_bug.cgi?id=107488

        Reviewed by Andreas Kling.

        * media/track/track-css-property-whitelist-expected.txt:
        * media/track/track-css-property-whitelist.html:

2013-01-22  Kent Tamura  <tkent@chromium.org>

        [Chromium] Layout test calendar-picker-mouse-operations.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=107423

        * platform/chromium/TestExpectations:
        Update the bug URL.

2013-01-22  Kent Tamura  <tkent@chromium.org>

        [Chromium] Fix calendar-picker-key-operations.html
        https://bugs.webkit.org/show_bug.cgi?id=101408

        Reviewed by Kentaro Hara.

        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
        We need to apply the waitUntilClosing idiom because picker closing
        operation is asynchronous.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        Fix a failure.

2013-01-22  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed. Remove a wrong entry from platfrom/chromium/TestExpectations

        * platform/chromium/TestExpectations: Remove an entry for fast/forms/associated-element-crash.html

2013-01-21  Kentaro Hara  <haraken@chromium.org>

        Implement UIEvent constructor
        https://bugs.webkit.org/show_bug.cgi?id=107430

        Reviewed by Adam Barth.

        Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm

        UIEvent constructor is implemented under a DOM4_EVENTS_CONSTRUCTOR flag,
        which is enabled on Safari and Chromium for now.

        * fast/events/constructors/ui-event-constructor-expected.txt: Added.
        * fast/events/constructors/ui-event-constructor.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-01-22  Kondapally Kalyan  <kalyan.kondapally@intel.com>

        [EFL][WebGL] Enable WebGL LayoutTests.
        https://bugs.webkit.org/show_bug.cgi?id=107485

        Reviewed by Laszlo Gombos.

        This patch enables WebGL LayoutTests for Efl Port.

        * platform/efl/TestExpectations:

2013-01-22  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] webaudio/realtimeanalyser-fft-sizing.html is failing on Win7 
        https://bugs.webkit.org/show_bug.cgi?id=107581

        Unreviewed gardening.

        Results on all win platforms match the generic expected result (so use that).

        * platform/chromium-linux/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
        * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
        * platform/chromium-win/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
        * platform/chromium/TestExpectations:

2013-01-22  Tony Chang  <tony@chromium.org>

        Unreviewed, rolling out r140171.
        http://trac.webkit.org/changeset/140171
        https://bugs.webkit.org/show_bug.cgi?id=107193

        Regressed scrollable region size in other cases.

        * fast/overflow/height-during-simplified-layout-expected.txt: Removed.
        * fast/overflow/height-during-simplified-layout.html: Removed.

2013-01-22  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Add grid.css to hold the common grid testing code
        https://bugs.webkit.org/show_bug.cgi?id=107044

        Reviewed by Tony Chang.

        * fast/css-grid-layout/containing-block-grids.html:
        Removed 2 bad display: none rules that where overriden by
        the inline style declaration.

        * fast/css-grid-layout/minmax-fixed-logical-height-only.html:
        * fast/css-grid-layout/breadth-size-resolution-grid.html:
        * fast/css-grid-layout/calc-resolution-grid-item.html:
        * fast/css-grid-layout/display-grid-set-get.html:
        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
        * fast/css-grid-layout/grid-columns-rows-get-set.html:
        * fast/css-grid-layout/grid-element-padding-margin.html:
        * fast/css-grid-layout/minmax-fixed-logical-width-only.html:
        * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html:
        * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid.html:
        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update.html:
        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track.html:
        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update.html:
        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item.html:
        * fast/css-grid-layout/percent-resolution-grid-item.html:
        * fast/css-grid-layout/place-cell-by-index.html:
        Updated all the files above to:
        - use grid.css.
        - rename 'a', 'b', 'c' and 'd' to more meaningful.
        - change the previous ids to be classes as we ended up having several divs with the same id.

        * fast/css-grid-layout/resources/grid.css: Added.

2013-01-22  Ojan Vafai  <ojan@chromium.org>

        REGRESION(r130774): preferred width of tables does not take max-width into account
        https://bugs.webkit.org/show_bug.cgi?id=107576

        Reviewed by Tony Chang.

        * fast/table/min-max-width-preferred-size-expected.txt: Added.
        * fast/table/min-max-width-preferred-size.html: Added.

2013-01-22  Michael Saboff  <msaboff@apple.com>

        sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A7.2.html is crashing
        https://bugs.webkit.org/show_bug.cgi?id=90742

        Unreviewed.  Test passes without any error or crashing.  Suspect
        that the original issue has been resolved.

        * platform/mac/TestExpectations:

2013-01-22  Alpha Lam  <hclam@chromium.org>

        [chromium] Update test expectations
        https://bugs.webkit.org/show_bug.cgi?id=107587

        Unreviewed. Mark these tests as slow on Win7 Debug:
        platform/chromium/virtual/gpu/fast/hidpi/clip-text-in-hidpi.html
        platform/chromium/virtual/gpu/fast/hidpi/device-scale-factor-paint.html
        platform/chromium/virtual/gpu/fast/hidpi/focus-rings.html

        * platform/chromium/TestExpectations:

2013-01-22  Joseph Pecoraro  <pecoraro@apple.com>

        [Mac] Enable Page Visibility (PAGE_VISIBILITY_API)
        https://bugs.webkit.org/show_bug.cgi?id=107230

        Reviewed by David Kilzer.

        * fast/events/page-visibility-iframe-delete-test-expected.txt:
        * fast/events/page-visibility-iframe-delete-test.html:
        Fix a typo.

        * platform/mac/TestExpectations:
        Unskip the tests on OS X.

2013-01-22  Alpha Lam  <hclam@chromium.org>

        [chromium] Update test expectations
        https://bugs.webkit.org/show_bug.cgi?id=107328

        Unreviewed. Mark this test as missing:
        fast/forms/form-associated-element-crash3.html

        * platform/chromium/TestExpectations:

2013-01-22  Alpha Lam  <hclam@chromium.org>

        [chromium] Update test expectations.

        Unreviewed rebaseline for layout test:
        platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html

        * platform/chromium-mac/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt.

2013-01-22  Alpha Lam  <hclam@chromium.org>

        [chromium] webaudio/realtimeanalyser-fft-sizing.html is failing on Win7
        https://bugs.webkit.org/show_bug.cgi?id=107581

        Unreviewed build fix. Mark the following test as failing on Win7:
        webaudio/realtimeanalyser-fft-sizing.html

        * platform/chromium/TestExpectations:

2013-01-22  Zan Dobersek  <zandobersek@gmail.com>

        [GTK] Enable CSS Image Orientation feature
        https://bugs.webkit.org/show_bug.cgi?id=99040

        Reviewed by Martin Robinson.

        Remove the general expectation, replacing it with a failure expectation
        for the test that's failing due to whitespace problems in the cssText attribute
        value after the image orientation attribute is set.

        * platform/gtk/TestExpectations:

2013-01-22  Zan Dobersek  <zandobersek@gmail.com>

        [GTK] Enable the <template> element support in development builds
        https://bugs.webkit.org/show_bug.cgi?id=106575

        Reviewed by Martin Robinson.

        Remove the skip entry for the layout tests of the element.
        Add a failure expectation for a flaky test that's being unskipped.

        * platform/gtk/TestExpectations:

2013-01-22  Alpha Lam  <hclam@chromium.org>

        REGRESSION(r140231): media track layout tests crashing
        https://bugs.webkit.org/show_bug.cgi?id=107579

        Unreviewed. Mark 3 tests as crashing:
        media/track/track-css-cue-lifetime.html
        media/track/track-css-matching.html
        media/track/track-css-property-whitelist.html

        * platform/chromium/TestExpectations:

2013-01-22  Alexis Menard  <alexis@webkit.org>

        Allow construction of unprefixed transition DOM events.
        https://bugs.webkit.org/show_bug.cgi?id=107319

        Reviewed by Dean Jackson.

        Add new tests to cover the feature. Update some existing ones with new
        expected results as a new constructor was added.

        * fast/dom/constructed-objects-prototypes.html:
        * fast/dom/constructed-objects-prototypes-expected.txt:
        * fast/events/constructors/transition-event-constructor-expected.txt: Added.
        * fast/events/constructors/transition-event-constructor.html: Added.
        * fast/events/event-creation.html:
        * platform/chromium/TestExpectations: Chromium turns the feature off.

2013-01-22  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140435.
        http://trac.webkit.org/changeset/140435
        https://bugs.webkit.org/show_bug.cgi?id=107565

        Crashes on ClusterFuzz due to float not removed (Requested by
        inferno-sec on #webkit).

        * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
        * fast/block/float/overhanging-float-not-removed-crash.html: Removed.

2013-01-22  Robert Hogan  <robert@webkit.org>

        When we do setAttribute("border", null) on a table we should create a border like every other browser
        https://bugs.webkit.org/show_bug.cgi?id=102112

        Reviewed by Ryosuke Niwa.

        * fast/dom/HTMLTableElement/table-with-invalid-border-expected.txt: Added.
        * fast/dom/HTMLTableElement/table-with-invalid-border.html: Added.
        * fast/table/table-with-borderattr-null-expected.txt: Added.
        * fast/table/table-with-borderattr-null.html: Added.
        * fast/table/table-with-borderattr-set-to-null-expected.txt: Added.
        * fast/table/table-with-borderattr-set-to-null.html: Added.

2013-01-22  Abhishek Arya  <inferno@chromium.org>

        Heap-use-after-free in WebCore::RenderObject::isDescendantOf
        https://bugs.webkit.org/show_bug.cgi?id=107226

        Reviewed by Emil A Eklund.

        * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
        * fast/block/float/overhanging-float-not-removed-crash.html: Added.

2013-01-18  Stephen Chenney  <schenney@chromium.org>

        Asserts when textPath is used with no path
        https://bugs.webkit.org/show_bug.cgi?id=107324

        Reviewed by Eric Seidel.

        Test will assert in debug without this patch.

        * svg/text/tpath-without-path-expected.txt: Added.
        * svg/text/tpath-without-path.svg: Added.

2013-01-22  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] Unskipping some Accessibility Layout Tests for WK2.
        https://bugs.webkit.org/show_bug.cgi?id=107555

        Unreviewed EFL gardening.

        * platform/efl-wk2/TestExpectations:

2013-01-22  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: do not highlight really long lines in DTE.
        https://bugs.webkit.org/show_bug.cgi?id=107531

        Reviewed by Pavel Feldman.

        Layout test to verify that Default Text Editor does not spend time for
        highlighting really long lines of code.

        * inspector/editor/highlighter-long-line.html: Correct highlighter defaults in initialization.
        * inspector/editor/text-editor-long-line-expected.txt: Added.
        * inspector/editor/text-editor-long-line.html: Added.

2013-01-22  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL][Chromium] Unreviewed gardening.

        Added expectations for a crashing EFL test and fixed
        a typo on Chromium's expectations for the same test.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:

2013-01-22  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Enable sub-pixel tests
        https://bugs.webkit.org/show_bug.cgi?id=107548

        Unreviewed gardening.

        I will run this through EWS'ses and give others a chance to comment
        since I am removing the sub-pixel skipping from the wk2/TestExpectations file.
        This set of tests seems to be specifically skipped
        in all platforms that don't want to run these tests.

        * platform/efl/TestExpectations:
        * platform/efl/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
        * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
        * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added.
        * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
        * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added.
        * platform/efl/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
        * platform/efl/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
        * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
        * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
        * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
        * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
        * platform/wk2/TestExpectations:

2013-01-22  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding back an expectation that was errornously removed in r140404.

        * platform/gtk/TestExpectations:

2013-01-22  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding timeout expectations for two tests from the JSRegress suite that
        were added in r140276. The timeouts are GTK-specific.
        Expanding the main failure expectation for all Encrypted Media tests to
        expect either failures or timeouts.

        * platform/gtk/TestExpectations:

2013-01-22  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] min-max height will not trigger a relayout when set on a region with auto-height
        https://bugs.webkit.org/show_bug.cgi?id=103738

        Reviewed by David Hyatt.

        Added tests for dynamically change the min/max-height for auto-height regions, including also vertical writing modes.
        Added tests for dynamically changing the width of auto-height regions to make sure we are correctly computing their height.
        Added two tests for complex auto-height regions layout which require a full two-pass layout after some regions from region
        chain are laid out.

        * fast/regions/autoheight-region-decrease-maxheight-expected.txt: Added.
        * fast/regions/autoheight-region-decrease-maxheight.html: Added.
        * fast/regions/autoheight-region-decrease-minheight-expected.txt: Added.
        * fast/regions/autoheight-region-decrease-minheight.html: Added.
        * fast/regions/autoheight-region-decrease-width-expected.txt: Added.
        * fast/regions/autoheight-region-decrease-width.html: Added.
        * fast/regions/autoheight-region-increase-maxheight-expected.txt: Added.
        * fast/regions/autoheight-region-increase-maxheight.html: Added.
        * fast/regions/autoheight-region-increase-minheight-expected.txt: Added.
        * fast/regions/autoheight-region-increase-minheight.html: Added.
        * fast/regions/autoheight-region-increase-width-expected.txt: Added.
        * fast/regions/autoheight-region-increase-width.html: Added.
        * fast/regions/autoheight-region-new-maxheight-expected.txt: Added.
        * fast/regions/autoheight-region-new-maxheight-vrl-expected.txt: Added.
        * fast/regions/autoheight-region-new-maxheight-vrl.html: Added.
        * fast/regions/autoheight-region-new-maxheight.html: Added.
        * fast/regions/autoheight-region-new-minheight-expected.txt: Added.
        * fast/regions/autoheight-region-new-minheight-vlr-expected.txt: Added.
        * fast/regions/autoheight-region-new-minheight-vlr.html: Added.
        * fast/regions/autoheight-region-new-minheight.html: Added.
        * fast/regions/autoheight-region-remove-maxheight-expected.txt: Added.
        * fast/regions/autoheight-region-remove-maxheight.html: Added.
        * fast/regions/autoheight-region-remove-minheight-expected.txt: Added.
        * fast/regions/autoheight-region-remove-minheight.html: Added.
        * fast/regions/autoheight-two-pass-layout-complex-001-expected.txt: Added.
        * fast/regions/autoheight-two-pass-layout-complex-001.html: Added.
        * fast/regions/autoheight-two-pass-layout-complex-002-expected.txt: Added.
        * fast/regions/autoheight-two-pass-layout-complex-002.html: Added.
        * fast/regions/region-height-auto-to-defined-expected.txt: Added.
        * fast/regions/region-height-auto-to-defined.html: Added.
        * fast/regions/region-height-defined-to-auto-expected.txt: Added.
        * fast/regions/region-height-defined-to-auto.html: Added.

2013-01-22  Manuel Rego Casasnovas  <rego@igalia.com>

        [GTK] Implement testRunner::setTextDirection
        https://bugs.webkit.org/show_bug.cgi?id=107131

        Reviewed by Philippe Normand.

        * platform/gtk-wk2/TestExpectations: Unflag
        fast/html/set-text-direction.html as it was already passing in WK2.
        * platform/gtk/TestExpectations: Remove
        fast/html/set-text-direction.html.

2013-01-22  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Unskip 2 tests that were sometimes asserting on the bots as
        the problems seems to have been fixed in r140166.

        * platform/efl/TestExpectations:

2013-01-22  Sergey Ryazanov  <serya@chromium.org>

        Web Inspector: Show requests in `curl` syntax in DevTools → Network → Headers
        https://bugs.webkit.org/show_bug.cgi?id=107276

        Reviewed by Pavel Feldman.

        * inspector/curl-command-expected.txt: Added.
        * inspector/curl-command.html: Added.

2013-01-21  Kent Tamura  <tkent@chromium.org>

        Date selection from calendar picker should dispatch 'input' event in addition to 'change' event
        https://bugs.webkit.org/show_bug.cgi?id=107427

        Reviewed by Kentaro Hara.

        * platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/date-picker-events.html: Added.
        * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events.html: Added.

2013-01-21  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Update webaudio/realtimeanalyser-fft-sizing.html expectation on Win

        Unreviewed gardening.

        * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.

2013-01-21  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating expectations for Mac platforms after r140370.

        * platform/chromium-mac-snowleopard/platform/chromium/fast/events: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Added.

2013-01-21  Nico Weber  <thakis@chromium.org>

        [chromium] Unreviewed, update baselines after r140358. See also bug 107476.
        https://bugs.webkit.org/show_bug.cgi?id=107483

        * platform/chromium-mac/fast/block/float/024-expected.txt:
        * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
        * platform/chromium/fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/block/float/024-expected.txt.

2013-01-21  Levi Weintraub  <leviw@chromium.org>

        Event target rects on the top level document shouldn't be clipped.
        https://bugs.webkit.org/show_bug.cgi?id=107339

        Reviewed by James Robinson.

        Updating existing tests to cover this issue.

        * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
        * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html:
        * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt:
        * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html:
        * platform/chromium/fast/events/touch/resources/frame-with-document-touch-handler.html: Added.
        * platform/chromium/TestExpectations:

2013-01-21  Nico Weber  <thakis@chromium.org>

        [chromium] Update expectations.
        https://bugs.webkit.org/show_bug.cgi?id=107481

        Unreviewed, expectations update.

        After https://src.chromium.org/viewvc/chrome?view=rev&revision=177952,
        these tests no longer fail on linux.

        * platform/chromium/TestExpectations:

2013-01-21  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] shape-outside on floats for rectangle shapes positioning
        https://bugs.webkit.org/show_bug.cgi?id=100399

        Reviewed by David Hyatt.

        * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html:
            This test had incorrect coordinates for some of the shapes, causing them to break now that x and y are supported for the shapes.

2013-01-21  Robert Hogan  <robert@webkit.org>

        Unreviewed, suppress tests requiring rebaseline after r140358
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2013-01-21  Jer Noble  <jer.noble@apple.com>

        Unreviewed LayoutTests gardening.

        Rebaseline fast/block/margin-collapse/empty-clear-blocks.html
        and fast/block/float/024.html after r140358.

        * platform/mac/fast/block/float/024-expected.txt:
        * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:

2013-01-21  Robert Hogan  <robert@webkit.org>

        Unreviewed, suppress tests requiring rebaseline after r140358
        * platform/qt/TestExpectations:

2013-01-21  Robert Hogan  <robert@webkit.org>

        Misaligned logo on www.nzherald.co.nz possibly due to negative margin-top
        https://bugs.webkit.org/show_bug.cgi?id=14664

        Reviewed by David Hyatt.

        * fast/block/float/clear-negative-margin-top-expected.html: Added.
        * fast/block/float/clear-negative-margin-top.html: Added.
        * platform/chromium-win/fast/block/float/024-expected.txt:
        * platform/chromium-win/fast/block/margin-collapse/empty-clear-blocks-expected.txt:

2013-01-21  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Rebaselining a few media tests after r140339.

        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/gtk/fast/layers/video-layer-expected.txt:
        * platform/gtk/media/media-controls-clone-expected.txt:
        * platform/gtk/media/video-empty-source-expected.txt:
        * platform/gtk/media/video-no-audio-expected.txt:

2013-01-21  Rik Cabanier  <cabanier@adobe.com>

        Proposal: Add support for even-odd fill and clip to Canvas
        https://bugs.webkit.org/show_bug.cgi?id=106188

        Reviewed by Dirk Schulze.

        Add tests to verify that the winding rule work as expected with clip, fill and isPointInPath

        * fast/canvas/canvas-clip-rule-expected.txt: Added.
        * fast/canvas/canvas-clip-rule.html: Added.
        * fast/canvas/canvas-fill-rule-expected.txt: Added.
        * fast/canvas/canvas-fill-rule.html: Added.
        * fast/canvas/canvas-isPointInPath-winding-expected.txt: Added.
        * fast/canvas/canvas-isPointInPath-winding.html: Added.
        * fast/canvas/script-tests/canvas-clip-rule.js: Added.
        (pixelDataAtPoint):
        (checkResult):
        (prepareTestScenario):
        * fast/canvas/script-tests/canvas-fill-rule.js: Added.
        (pixelDataAtPoint):
        (checkResult):
        (prepareTestScenario):
        * fast/canvas/script-tests/canvas-isPointInPath-winding.js: Added.
        (prepareTestScenario):

2013-01-21  ChangSeok Oh  <shivamidow@gmail.com>

        [Texmap][GTK] The poster-circle doesn't appear.
        https://bugs.webkit.org/show_bug.cgi?id=106672

        Reviewed by Noam Rosenthal.

        A new pixel test is added. It tests if animated layer is drawn for the first scene.

        * compositing/visibility/visibility-composited-animation-expected.png: Added.
        * compositing/visibility/visibility-composited-animation-expected.txt: Added.
        * compositing/visibility/visibility-composited-animation.html: Added.

2013-01-21  Mike West  <mkwst@chromium.org>

        Add a test to ensure that content written into a seamless IFrame inherits style.
        https://bugs.webkit.org/show_bug.cgi?id=99289

        Reviewed by Eric Seidel.

        This patch adds a single test to ensure that content written into a
        seamless IFrame via 'contentDocument.write()' properly inherits style.
        The root of the issue was fixed in wkbug.com/103539, so no code changes
        are necesary, but that patch didn't test this particular edge case.

        * fast/frames/seamless/seamless-document-write-expected.txt: Added.
        * fast/frames/seamless/seamless-document-write.html: Added.

2013-01-21  Brian Holt  <brian.holt@samsung.com>

        Consolidate and run ARIA-list-and-listitem accessibility test
        https://bugs.webkit.org/show_bug.cgi?id=107283

        Reviewed by Chris Fleizach.

        After revision r131674 for bug 99640, the output from
        AccessibilityUIElement::role() is consistent across most platforms,
        therefore platform specific expections can be consolidated into a
        generic expectation with a Mac exception and enabled.

        * accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/chromium/accessibility/aria-list-and-listitem-expected.txt.
        * platform/gtk/TestExpectations: Removed passing test.
        * platform/gtk/accessibility/aria-list-and-listitem-expected.txt: Removed.

2013-01-21  Michael[tm] Smith  <mike@w3.org>

        Implement the HTML <main> element.
        https://bugs.webkit.org/show_bug.cgi?id=103172

        Reviewed by Chris Fleizach.

        <main> should behave the same as <nav>, <section>, <article>, and <aside>.
        <main> has no specific parsing rules.
        <main> should expose AXLandmarkMain correctly for each platform.

        * editing/execCommand/query-format-block-expected.txt:
        * editing/execCommand/remove-format-elements-expected.txt:
        * editing/execCommand/remove-format-elements.html:
        * editing/execCommand/script-tests/query-format-block.js:
        * fast/block/child-not-removed-from-parent-lineboxes-crash.html:
        * fast/dom/click-method-on-html-element-expected.txt:
        * fast/dom/click-method-on-html-element.html:
        * fast/dom/wrapper-classes-expected.txt:
        * fast/dom/wrapper-classes.html:
        * fast/forms/access-key-for-all-elements-expected.txt:
        * fast/forms/access-key-for-all-elements.html:
        * fast/html/main-element-expected.txt: Added.
        * fast/html/main-element.html: Added.
        * fast/html/script-tests/main-element.js: Added.
        (getWeight):
        * platform/chromium/accessibility/main-element-expected.txt: Added.
        * platform/chromium/accessibility/main-element.html: Added.
        * platform/chromium/fast/dom/wrapper-classes-expected.txt:
        * platform/mac/accessibility/main-element-expected.txt: Added.
        * platform/mac/accessibility/main-element.html: Added.

2013-01-21  Joanmarie Diggs  <jdiggs@igalia.com>

        Crash in AccessibilityTableCell::parentTable()
        https://bugs.webkit.org/show_bug.cgi?id=107261

        Reviewed by Chris Fleizach.

        Getting the parent table in order to get the role value should not be
        done when objects are being destroyed. Also, it does not seem safe to
        assume we have an AXObjectCache.

        * accessibility/table-destroyed-crash-expected.txt: Added.
        * accessibility/table-destroyed-crash.html: Added.

2013-01-21  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing test.
        https://bugs.webkit.org/show_bug.cgi?id=105574.

        * platform/qt/TestExpectations:

2013-01-21  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: modify generate_protocol_externs.py to generate JSON typedef's for @constructors
        https://bugs.webkit.org/show_bug.cgi?id=107287

        Reviewed by Pavel Feldman.

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

2013-01-21  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: should not dispatch 'input' events if the element value is not updated
        https://bugs.webkit.org/show_bug.cgi?id=107429

        Reviewed by Kentaro Hara.

        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:

2013-01-21  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
        https://bugs.webkit.org/show_bug.cgi?id=107419

        Reviewed by Pavel Feldman.

        * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once
          and reset the touch event emulation flag in window.internals.settings upon test completion.
        * fast/events/touch/emulated-touch-iframe.html:
          Reset the touch event emulation flag in window.internals.settings upon test completion.

2013-01-21  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: fix highlight bug in DTE.
        https://bugs.webkit.org/show_bug.cgi?id=107433

        Reviewed by Pavel Feldman.

        Add a layout test to cover highlight bug specific situation.

        * inspector/editor/highlighter-chunk-limit-expected.txt: Added.
        * inspector/editor/highlighter-chunk-limit.html: Added.

2013-01-21  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip some failing.

        * platform/qt/TestExpectations:
        * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Update after r140202.
        * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Update after r140202.
        * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Update after r140202.
        * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Update after r140202.

2013-01-21  Kentaro Hara  <haraken@chromium.org>

        Implement MediaStreamEvent constructor
        https://bugs.webkit.org/show_bug.cgi?id=107411

        Reviewed by Hajime Morita.

        Fixed wrong test cases.

        * fast/events/constructors/media-stream-event-constructor-expected.txt:
        * fast/events/constructors/media-stream-event-constructor.html:

2013-01-21  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: refactoring to use string as argument for highlightRegex API
        https://bugs.webkit.org/show_bug.cgi?id=107243

        Reviewed by Pavel Feldman.

        Correct test to correspond to refactoring changes.

        * inspector/editor/text-editor-highlight-regexp.html:

2013-01-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140311.
        http://trac.webkit.org/changeset/140311
        https://bugs.webkit.org/show_bug.cgi?id=107431

        Broke selection-related tests (Requested by apavlov on
        #webkit).

        * fast/events/touch/emulate-touch-events.html:

2013-01-20  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
        https://bugs.webkit.org/show_bug.cgi?id=107419

        Reviewed by Pavel Feldman.

        * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once.

2013-01-21  Tommy Widenflycht  <tommyw@google.com>

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

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
        * fast/mediastream/RTCPeerConnection-datachannel.html:
        * fast/mediastream/RTCPeerConnection-ice-expected.txt:
        * fast/mediastream/RTCPeerConnection-ice.html:
        * fast/mediastream/RTCPeerConnection-state-expected.txt:
        * fast/mediastream/RTCPeerConnection-state.html:

2013-01-20  Matt Falkenhagen  <falken@chromium.org>

        Elements must be reattached when inserted/removed from top layer
        https://bugs.webkit.org/show_bug.cgi?id=105489

        Relanding r139402 as rollout due to suspected perf regression did not help (bug 106726).

        Reviewed by Julien Chaffraix.

        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
        This tests that a top layer element removed from the document does not reappear in the top layer if readded.
        This test actually would pass before this patch, but just by good fortune (see bug).
        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
        This tests that top layer ordering is correct after removing and readding an element to the top layer.

2013-01-20  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: change HeapSnapshotLoader to allow loading native heap snapshots
        https://bugs.webkit.org/show_bug.cgi?id=107282

        Reviewed by Pavel Feldman.

        Conctete heap snapshot constructor name is passed as a parameter to HeapSnapshotLoaderProxy and
        propagated to HeapSnapshotLoader.buildSnapshot to support different types of heap snapshots.

        * inspector/profiler/heap-snapshot-loader.html:

2013-01-20  Kentaro Hara  <haraken@chromium.org>

        Implement MediaStreamEvent constructor
        https://bugs.webkit.org/show_bug.cgi?id=107411

        Reviewed by Adam Barth.

        Spec: http://www.w3.org/TR/webrtc/#mediastreamevent

        Test: fast/events/constructors/media-stream-event-constructor.html

        * fast/events/constructors/media-stream-event-constructor-expected.txt: Added.
        * fast/events/constructors/media-stream-event-constructor.html: Added.
        * platform/chromium-android/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-01-20  Mike Lawther  <mikelawther@chromium.org>

        CSS3 calc: unprefix implementation
        https://bugs.webkit.org/show_bug.cgi?id=91951

        Reviewed by Ojan Vafai.

        Changed all -webkit-calc() occurrences to calc().
        Made a copy of the simplest test file so very basic tests for the prefixed version
        are retained.

        * css3/calc/background-position-parsing.html:
        * css3/calc/block-mask-overlay-image-outset.html:
        * css3/calc/border-radius.html:
        * css3/calc/border.html:
        * css3/calc/box-reflect.html:
        * css3/calc/calc-errors.html:
        * css3/calc/color-hsl.html:
        * css3/calc/color-rgb.html:
        * css3/calc/css3-radial-gradients.html:
        * css3/calc/cssom-expected.txt:
        * css3/calc/cssom.html:
        * css3/calc/font-monospace.html:
        * css3/calc/font-size-fractional.html:
        * css3/calc/font-size.html:
        * css3/calc/font.html:
        * css3/calc/getComputedStyle-margin-percentage.html:
        * css3/calc/gradient-color-stops.html:
        * css3/calc/img-size.html:
        * css3/calc/line-height.html:
        * css3/calc/margin.html:
        * css3/calc/negative-padding.html:
        * css3/calc/padding.html:
        * css3/calc/reflection-computed-style-expected.txt:
        * css3/calc/reflection-computed-style.html:
        * css3/calc/regression-62276.html:
        * css3/calc/simple-calcs-prefixed-expected.txt: Added.
        * css3/calc/simple-calcs-prefixed.html: Copied from LayoutTests/css3/calc/simple-calcs.html.
        * css3/calc/simple-calcs.html:
        * css3/calc/simple-composited-mask.html:
        * css3/calc/table-border-spacing.html:
        * css3/calc/table-calcs.html:
        * css3/calc/table-empty-cells.html:
        * css3/calc/transforms-scale.html:
        * css3/calc/transforms-translate.html:
        * css3/calc/transition-crash.html:
        * css3/calc/transition-crash2.html:
        * css3/calc/transition-crash3.html:
        * css3/calc/transition-crash4.html:
        * css3/calc/transitions-dependent.html:
        * css3/calc/transitions.html:
        * css3/calc/vertical-align-expected.html:
        * css3/calc/vertical-align.html:
        * css3/calc/zoom-with-em.html:

2013-01-20  Shinya Kawanaka  <shinyak@chromium.org>

        Distribution state becomes inconsistent with content/shadow reprojection
        https://bugs.webkit.org/show_bug.cgi?id=106634

        Reviewed by Hajime Morita.

        * fast/dom/shadow/distribution-crash-expected.txt: Added.
        * fast/dom/shadow/distribution-crash.html: Added.
        * fast/dom/shadow/nested-reprojection-inconsistent-expected.txt: Added.
        * fast/dom/shadow/nested-reprojection-inconsistent.html: Added.

2013-01-20  Kent Tamura  <tkent@chromium.org>

        Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
        https://bugs.webkit.org/show_bug.cgi?id=104997

        Reviewed by Tony Chang.

        * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
        * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
        * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
        * fast/forms/text/text-padding-dynamic-change.html: Added.

2013-01-20  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140290.
        http://trac.webkit.org/changeset/140290
        https://bugs.webkit.org/show_bug.cgi?id=107412

        Broke tests of inspector and calendar picker in debug build
        (Requested by tkent on #webkit).

        * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
        * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
        * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
        * fast/forms/text/text-padding-dynamic-change.html: Removed.

2013-01-20  Yongsheng Zhu  <yongsheng.zhu@intel.com>

        Dispatch LongPress to inner frames
        https://bugs.webkit.org/show_bug.cgi?id=106874

        Reviewed by Antonio Gomes.

        * fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag.html: Added.
        * fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag.html: Added.
        * fast/events/touch/gesture/resources/drag-inside-iframe2.html: Added.
        * fast/events/touch/gesture/resources/drag-inside-nested-iframes2.html: Added.
        * fast/events/touch/gesture/resources/drag-inside-nested-iframes3.html: Added.
        * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag-expected.txt: Added.

2013-01-20  Kent Tamura  <tkent@chromium.org>

        Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
        https://bugs.webkit.org/show_bug.cgi?id=104997

        Reviewed by Tony Chang.

        * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
        * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
        * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
        * fast/forms/text/text-padding-dynamic-change.html: Added.

2013-01-20  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow DOM] Specifying scrollbar style of an element having RenderLayer in ShadowDOM does not work.
        https://bugs.webkit.org/show_bug.cgi?id=107222

        Reviewed by Simon Fraser.

        * fast/dom/shadow/scrollbar-expected.html: Added.
        * fast/dom/shadow/scrollbar.html: Added.

2013-01-20  Yoshifumi Inoue  <yosin@chromium.org>

        Dragging over an element with scrollbars should scroll the element when dragging near edges
        https://bugs.webkit.org/show_bug.cgi?id=39725

        Reviewed by Hajime Morita.

        This patch adds new test for autoscroll during drag-and-drop.
        This test is skipped other than Chromium ports.

        * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
        * fast/events/drag-and-drop-autoscroll.html: Added.
        * platform/efl/TestExpectations: Changed to skip fast/events/drag-and-drop-autoscroll.html
        * platform/wincairo/TestExpectations: ditto.
        * platform/mac/TestExpectations: ditto.
        * platform/mac/TestExpectations: ditto.
        * platform/qt/TestExpectations: ditto.
        * platform/gtk/TestExpectations: ditto.
        * platform/win/TestExpectations: ditto.
        * platform/wk2/TestExpectations: ditto.

2013-01-20  Filip Pizlo  <fpizlo@apple.com>

        Add more JavaScript tests.

        Rubber stampted by Geoffrey Garen.
        
        This adds my JSRegress suite to LayoutTests. This includes silly microbenchmarks that I've
        used to test JSC's performance on various interesting cases. But it's also good at catching
        bugs, so we might as well be running it as part of regression testing. All of these tests
        are short-running, so it shouldn't get in the way of anyone.

        * fast/js/regress: Added.
        * fast/js/regress/Float32Array-matrix-mult-expected.txt: Added.
        * fast/js/regress/Float32Array-matrix-mult.html: Added.
        * fast/js/regress/Int16Array-bubble-sort-expected.txt: Added.
        * fast/js/regress/Int16Array-bubble-sort.html: Added.
        * fast/js/regress/Int16Array-load-int-mul-expected.txt: Added.
        * fast/js/regress/Int16Array-load-int-mul.html: Added.
        * fast/js/regress/Int8Array-load-expected.txt: Added.
        * fast/js/regress/Int8Array-load.html: Added.
        * fast/js/regress/adapt-to-double-divide-expected.txt: Added.
        * fast/js/regress/adapt-to-double-divide.html: Added.
        * fast/js/regress/aliased-arguments-getbyval-expected.txt: Added.
        * fast/js/regress/aliased-arguments-getbyval.html: Added.
        * fast/js/regress/allocate-big-object-expected.txt: Added.
        * fast/js/regress/allocate-big-object.html: Added.
        * fast/js/regress/arity-mismatch-inlining-expected.txt: Added.
        * fast/js/regress/arity-mismatch-inlining.html: Added.
        * fast/js/regress/array-access-polymorphic-structure-expected.txt: Added.
        * fast/js/regress/array-access-polymorphic-structure.html: Added.
        * fast/js/regress/array-with-double-add-expected.txt: Added.
        * fast/js/regress/array-with-double-add.html: Added.
        * fast/js/regress/array-with-double-increment-expected.txt: Added.
        * fast/js/regress/array-with-double-increment.html: Added.
        * fast/js/regress/array-with-double-mul-add-expected.txt: Added.
        * fast/js/regress/array-with-double-mul-add.html: Added.
        * fast/js/regress/array-with-double-sum-expected.txt: Added.
        * fast/js/regress/array-with-double-sum.html: Added.
        * fast/js/regress/array-with-int32-add-sub-expected.txt: Added.
        * fast/js/regress/array-with-int32-add-sub.html: Added.
        * fast/js/regress/array-with-int32-or-double-sum-expected.txt: Added.
        * fast/js/regress/array-with-int32-or-double-sum.html: Added.
        * fast/js/regress/big-int-mul-expected.txt: Added.
        * fast/js/regress/big-int-mul.html: Added.
        * fast/js/regress/boolean-test-expected.txt: Added.
        * fast/js/regress/boolean-test.html: Added.
        * fast/js/regress/cast-int-to-double-expected.txt: Added.
        * fast/js/regress/cast-int-to-double.html: Added.
        * fast/js/regress/cell-argument-expected.txt: Added.
        * fast/js/regress/cell-argument.html: Added.
        * fast/js/regress/cfg-simplify-expected.txt: Added.
        * fast/js/regress/cfg-simplify.html: Added.
        * fast/js/regress/cmpeq-obj-to-obj-other-expected.txt: Added.
        * fast/js/regress/cmpeq-obj-to-obj-other.html: Added.
        * fast/js/regress/constant-test-expected.txt: Added.
        * fast/js/regress/constant-test.html: Added.
        * fast/js/regress/direct-arguments-getbyval-expected.txt: Added.
        * fast/js/regress/direct-arguments-getbyval.html: Added.
        * fast/js/regress/double-pollution-getbyval-expected.txt: Added.
        * fast/js/regress/double-pollution-getbyval.html: Added.
        * fast/js/regress/double-pollution-putbyoffset-expected.txt: Added.
        * fast/js/regress/double-pollution-putbyoffset.html: Added.
        * fast/js/regress/external-arguments-getbyval-expected.txt: Added.
        * fast/js/regress/external-arguments-getbyval.html: Added.
        * fast/js/regress/external-arguments-putbyval-expected.txt: Added.
        * fast/js/regress/external-arguments-putbyval.html: Added.
        * fast/js/regress/fold-double-to-int-expected.txt: Added.
        * fast/js/regress/fold-double-to-int.html: Added.
        * fast/js/regress/function-dot-apply-expected.txt: Added.
        * fast/js/regress/function-dot-apply.html: Added.
        * fast/js/regress/function-test-expected.txt: Added.
        * fast/js/regress/function-test.html: Added.
        * fast/js/regress/get-by-id-chain-from-try-block-expected.txt: Added.
        * fast/js/regress/get-by-id-chain-from-try-block.html: Added.
        * fast/js/regress/indexed-properties-in-objects-expected.txt: Added.
        * fast/js/regress/indexed-properties-in-objects.html: Added.
        * fast/js/regress/inline-arguments-access-expected.txt: Added.
        * fast/js/regress/inline-arguments-access.html: Added.
        * fast/js/regress/inline-arguments-local-escape-expected.txt: Added.
        * fast/js/regress/inline-arguments-local-escape.html: Added.
        * fast/js/regress/inline-get-scoped-var-expected.txt: Added.
        * fast/js/regress/inline-get-scoped-var.html: Added.
        * fast/js/regress/inlined-put-by-id-transition-expected.txt: Added.
        * fast/js/regress/inlined-put-by-id-transition.html: Added.
        * fast/js/regress/int-or-other-abs-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-abs-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-abs-zero-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-abs-zero-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-add-expected.txt: Added.
        * fast/js/regress/int-or-other-add-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-add-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-add.html: Added.
        * fast/js/regress/int-or-other-div-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-div-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-max-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-max-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-min-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-min-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-mod-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-mod-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-mul-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-mul-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-neg-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-neg-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-neg-zero-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-neg-zero-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-sub-expected.txt: Added.
        * fast/js/regress/int-or-other-sub-then-get-by-val-expected.txt: Added.
        * fast/js/regress/int-or-other-sub-then-get-by-val.html: Added.
        * fast/js/regress/int-or-other-sub.html: Added.
        * fast/js/regress/int-overflow-local-expected.txt: Added.
        * fast/js/regress/int-overflow-local.html: Added.
        * fast/js/regress/integer-divide-expected.txt: Added.
        * fast/js/regress/integer-divide.html: Added.
        * fast/js/regress/make-indexed-storage-expected.txt: Added.
        * fast/js/regress/make-indexed-storage.html: Added.
        * fast/js/regress/method-on-number-expected.txt: Added.
        * fast/js/regress/method-on-number.html: Added.
        * fast/js/regress/new-array-buffer-dead-expected.txt: Added.
        * fast/js/regress/new-array-buffer-dead.html: Added.
        * fast/js/regress/new-array-buffer-push-expected.txt: Added.
        * fast/js/regress/new-array-buffer-push.html: Added.
        * fast/js/regress/new-array-dead-expected.txt: Added.
        * fast/js/regress/new-array-dead.html: Added.
        * fast/js/regress/new-array-push-expected.txt: Added.
        * fast/js/regress/new-array-push.html: Added.
        * fast/js/regress/number-test-expected.txt: Added.
        * fast/js/regress/number-test.html: Added.
        * fast/js/regress/object-closure-call-expected.txt: Added.
        * fast/js/regress/object-closure-call.html: Added.
        * fast/js/regress/object-test-expected.txt: Added.
        * fast/js/regress/object-test.html: Added.
        * fast/js/regress/poly-stricteq-expected.txt: Added.
        * fast/js/regress/poly-stricteq.html: Added.
        * fast/js/regress/polymorphic-structure-expected.txt: Added.
        * fast/js/regress/polymorphic-structure.html: Added.
        * fast/js/regress/polyvariant-monomorphic-get-by-id-expected.txt: Added.
        * fast/js/regress/polyvariant-monomorphic-get-by-id.html: Added.
        * fast/js/regress/rare-osr-exit-on-local-expected.txt: Added.
        * fast/js/regress/rare-osr-exit-on-local.html: Added.
        * fast/js/regress/register-pressure-from-osr-expected.txt: Added.
        * fast/js/regress/register-pressure-from-osr.html: Added.
        * fast/js/regress/resources: Added.
        * fast/js/regress/resources/regress-post.js: Added.
        * fast/js/regress/resources/regress-pre.js: Added.
        (window.onerror):
        * fast/js/regress/script-tests: Added.
        * fast/js/regress/script-tests/Float32Array-matrix-mult.js: Added.
        (makeEmptyMatrix):
        (multiplyMatrices):
        (checkMatricesEqual):
        (parseMatrix.string.split.forEach):
        (parseMatrix):
        (printMatrix.pad):
        (printMatrix):
        * fast/js/regress/script-tests/Int16Array-bubble-sort.js: Added.
        (bubbleSort):
        (myRandom):
        (validateSort):
        * fast/js/regress/script-tests/Int16Array-load-int-mul.js: Added.
        (stringHash):
        * fast/js/regress/script-tests/Int8Array-load.js: Added.
        (adler32):
        * fast/js/regress/script-tests/adapt-to-double-divide.js: Added.
        (foo):
        * fast/js/regress/script-tests/aliased-arguments-getbyval.js: Added.
        (bar):
        * fast/js/regress/script-tests/allocate-big-object.js: Added.
        (foo):
        * fast/js/regress/script-tests/arity-mismatch-inlining.js: Added.
        (foo):
        * fast/js/regress/script-tests/array-access-polymorphic-structure.js: Added.
        (foo):
        * fast/js/regress/script-tests/array-with-double-add.js: Added.
        (foo):
        * fast/js/regress/script-tests/array-with-double-increment.js: Added.
        (foo):
        * fast/js/regress/script-tests/array-with-double-mul-add.js: Added.
        (foo):
        * fast/js/regress/script-tests/array-with-double-sum.js: Added.
        (foo):
        * fast/js/regress/script-tests/array-with-int32-add-sub.js: Added.
        (foo):
        * fast/js/regress/script-tests/array-with-int32-or-double-sum.js: Added.
        (foo):
        * fast/js/regress/script-tests/big-int-mul.js: Added.
        (stringHash):
        * fast/js/regress/script-tests/boolean-test.js: Added.
        (foo):
        * fast/js/regress/script-tests/cast-int-to-double.js: Added.
        (foo):
        * fast/js/regress/script-tests/cell-argument.js: Added.
        (foo):
        * fast/js/regress/script-tests/cfg-simplify.js: Added.
        (foo):
        * fast/js/regress/script-tests/cmpeq-obj-to-obj-other.js: Added.
        (foo):
        (bar):
        (baz):
        (dostuff):
        * fast/js/regress/script-tests/constant-test.js: Added.
        (foo):
        * fast/js/regress/script-tests/direct-arguments-getbyval.js: Added.
        (bar):
        * fast/js/regress/script-tests/double-pollution-getbyval.js: Added.
        (foo):
        * fast/js/regress/script-tests/double-pollution-putbyoffset.js: Added.
        (foo):
        * fast/js/regress/script-tests/external-arguments-getbyval.js: Added.
        (foo):
        (bar):
        * fast/js/regress/script-tests/external-arguments-putbyval.js: Added.
        (foo):
        (bar):
        * fast/js/regress/script-tests/fold-double-to-int.js: Added.
        (Math.random):
        * fast/js/regress/script-tests/function-dot-apply.js: Added.
        (thingy):
        (doCall):
        (foo):
        * fast/js/regress/script-tests/function-test.js: Added.
        (foo):
        * fast/js/regress/script-tests/get-by-id-chain-from-try-block.js: Added.
        (A):
        (B):
        (C):
        (D):
        (E):
        (F):
        (G):
        (foo):
        * fast/js/regress/script-tests/indexed-properties-in-objects.js: Added.
        * fast/js/regress/script-tests/inline-arguments-access.js: Added.
        (foo):
        (bar):
        * fast/js/regress/script-tests/inline-arguments-local-escape.js: Added.
        (foo):
        (bar):
        * fast/js/regress/script-tests/inline-get-scoped-var.js: Added.
        (foo.bar):
        (foo):
        * fast/js/regress/script-tests/inlined-put-by-id-transition.js: Added.
        (foo):
        (Foo):
        * fast/js/regress/script-tests/int-or-other-abs-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-abs-zero-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-add-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-add.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-div-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-max-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-min-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-mod-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-mul-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-neg-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-neg-zero-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-sub-then-get-by-val.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-or-other-sub.js: Added.
        (foo):
        * fast/js/regress/script-tests/int-overflow-local.js: Added.
        (foo):
        * fast/js/regress/script-tests/integer-divide.js: Added.
        (foo):
        (bar):
        * fast/js/regress/script-tests/make-indexed-storage.js: Added.
        (foo):
        (sum):
        * fast/js/regress/script-tests/method-on-number.js: Added.
        (foo):
        * fast/js/regress/script-tests/new-array-buffer-dead.js: Added.
        (foo):
        (bar):
        (baz):
        (thingy):
        * fast/js/regress/script-tests/new-array-buffer-push.js: Added.
        (foo):
        (bar):
        (baz):
        (thingy):
        * fast/js/regress/script-tests/new-array-dead.js: Added.
        (foo):
        (bar):
        * fast/js/regress/script-tests/new-array-push.js: Added.
        (foo):
        * fast/js/regress/script-tests/number-test.js: Added.
        (foo):
        * fast/js/regress/script-tests/object-closure-call.js: Added.
        (makeObjectClosure.foo):
        (makeObjectClosure):
        * fast/js/regress/script-tests/object-test.js: Added.
        (foo):
        * fast/js/regress/script-tests/poly-stricteq.js: Added.
        * fast/js/regress/script-tests/polymorphic-structure.js: Added.
        (foo):
        * fast/js/regress/script-tests/polyvariant-monomorphic-get-by-id.js: Added.
        (foo):
        (Foo):
        (Bar):
        (bar):
        * fast/js/regress/script-tests/rare-osr-exit-on-local.js: Added.
        (foo):
        * fast/js/regress/script-tests/register-pressure-from-osr.js: Added.
        (foo):
        * fast/js/regress/script-tests/simple-activation-demo.js: Added.
        (foo):
        * fast/js/regress/script-tests/slow-array-profile-convergence.js: Added.
        (foo):
        (sum):
        * fast/js/regress/script-tests/slow-convergence.js: Added.
        (foo):
        * fast/js/regress/script-tests/sparse-conditional.js: Added.
        (foo):
        * fast/js/regress/script-tests/splice-to-remove.js: Added.
        * fast/js/regress/script-tests/string-hash.js: Added.
        (stringHash):
        * fast/js/regress/script-tests/string-repeat-arith.js: Added.
        (foo):
        * fast/js/regress/script-tests/string-sub.js: Added.
        (foo):
        * fast/js/regress/script-tests/string-test.js: Added.
        (foo):
        * fast/js/regress/script-tests/structure-hoist-over-transitions.js: Added.
        (foo):
        * fast/js/regress/script-tests/tear-off-arguments-simple.js: Added.
        (bar):
        * fast/js/regress/script-tests/tear-off-arguments.js: Added.
        (bar):
        * fast/js/regress/script-tests/temporal-structure.js: Added.
        (foo):
        * fast/js/regress/script-tests/to-int32-boolean.js: Added.
        (foo):
        * fast/js/regress/script-tests/undefined-test.js: Added.
        (foo):
        * fast/js/regress/simple-activation-demo-expected.txt: Added.
        * fast/js/regress/simple-activation-demo.html: Added.
        * fast/js/regress/slow-array-profile-convergence-expected.txt: Added.
        * fast/js/regress/slow-array-profile-convergence.html: Added.
        * fast/js/regress/slow-convergence-expected.txt: Added.
        * fast/js/regress/slow-convergence.html: Added.
        * fast/js/regress/sparse-conditional-expected.txt: Added.
        * fast/js/regress/sparse-conditional.html: Added.
        * fast/js/regress/splice-to-remove-expected.txt: Added.
        * fast/js/regress/splice-to-remove.html: Added.
        * fast/js/regress/string-hash-expected.txt: Added.
        * fast/js/regress/string-hash.html: Added.
        * fast/js/regress/string-repeat-arith-expected.txt: Added.
        * fast/js/regress/string-repeat-arith.html: Added.
        * fast/js/regress/string-sub-expected.txt: Added.
        * fast/js/regress/string-sub.html: Added.
        * fast/js/regress/string-test-expected.txt: Added.
        * fast/js/regress/string-test.html: Added.
        * fast/js/regress/structure-hoist-over-transitions-expected.txt: Added.
        * fast/js/regress/structure-hoist-over-transitions.html: Added.
        * fast/js/regress/tear-off-arguments-expected.txt: Added.
        * fast/js/regress/tear-off-arguments-simple-expected.txt: Added.
        * fast/js/regress/tear-off-arguments-simple.html: Added.
        * fast/js/regress/tear-off-arguments.html: Added.
        * fast/js/regress/temporal-structure-expected.txt: Added.
        * fast/js/regress/temporal-structure.html: Added.
        * fast/js/regress/to-int32-boolean-expected.txt: Added.
        * fast/js/regress/to-int32-boolean.html: Added.
        * fast/js/regress/undefined-test-expected.txt: Added.
        * fast/js/regress/undefined-test.html: Added.

2013-01-19  Philip Rogers  <pdr@google.com>

        Refactor SVGSVGElement to inherit from SVGStyledTransformableElement
        https://bugs.webkit.org/show_bug.cgi?id=107393

        Reviewed by Dirk Schulze.

        * svg/transforms/svgsvgelement-transform-expected.svg: Added.
        * svg/transforms/svgsvgelement-transform.svg: Added.

2013-01-19  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        Delegated scrolling: Assertion on attempt to show a CSS sticky element
        https://bugs.webkit.org/show_bug.cgi?id=106890

        Reviewed by Kenneth Rohde Christiansen.

        Skipped failing css/sticky tests on WK2 EFL.

        * platform/efl-wk2/TestExpectations:

2013-01-19  Zan Dobersek  <zdobersek@igalia.com>

        [WK2] svg/dom/fuzz-path-parser.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=107133

        Reviewed by Alexey Proskuryakov.

        Unskip the now-passing test.

        * platform/gtk-wk2/TestExpectations:
        * platform/wk2/TestExpectations:

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl/TestExpectations: sticky-top-zoomed.html marked as ImageOnlyFailure.

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl/TestExpectations: Accessibility test now marked as failing.
        * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: New baseline without warnings.

2013-01-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Managing IndexedDB failures still lingering around after the IDB support was enabled.

        * platform/gtk/TestExpectations:

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

	Revert accidental global expectation override.

        * fast/css/css2-system-fonts-expected.txt: Reverted.
        * platform/efl/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/fast/css/css2-system-fonts-expected.txt.

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        A couple of missing rebaselines after enabling subpixel layout and updating freetype.

        * fast/css/css2-system-fonts-expected.txt:
        * platform/efl-wk2/editing/selection/move-by-character-6-expected.png:
        * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt:
        * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
        * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/efl/fast/js/global-constructors-expected.txt:
        * platform/efl/fast/profiler/apply-expected.txt:
        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
        * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
        * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt:

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (26/26).

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

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (25/26).

        * platform/efl/fast/css/
        * platform/efl/fast/css3-text/
        * platform/efl/fast/dom/
        * platform/efl/fast/encoding/
        * platform/efl/fast/events/
        * platform/efl/fast/flexbox/
        * platform/efl/fast/forms/
        * platform/efl/fast/frames/
        * platform/efl/fast/gradients/
        * platform/efl/fast/history/
        * platform/efl/fast/html/
        * platform/efl/fast/images/
        * platform/efl/fast/
        * platform/efl/fast/inline/
        * platform/efl/fast/layers/
        * platform/efl/fast/line-grid/
        * platform/efl/fast/lists/
        * platform/efl/fast/multicol/
        * platform/efl/fast/overflow/
        * platform/efl/fast/parser/
        * platform/efl/fast/profiler/
        * platform/efl/fast/reflections/
        * platform/efl/fast/regions/
        * platform/efl/fast/repaint/
        * platform/efl/fast/replaced/
        * platform/efl/fast/ruby/
        * platform/efl/fast/selectors/
        * platform/efl/fast/table/
        * platform/efl/fast/text/
        * platform/efl/fast/transforms/
        * platform/efl/fast/writing-mode/
        * platform/efl/http/
        * platform/efl/ietestcenter/
        * platform/efl/inspector/
        * platform/efl/svg/
        * platform/efl/tables/

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (24/26).

        * platform/efl/accessibility/
        * platform/efl/animations/
        * platform/efl/compositing/
        * platform/efl/css1/
        * platform/efl/css2.1/
        * platform/efl/css3/
        * platform/efl/editing/
        * platform/efl/fast/
        * platform/efl/fast/backgrounds/
        * platform/efl/fast/block/
        * platform/efl/fast/borders/
        * platform/efl/fast/box-shadow/
        * platform/efl/fast/box-sizing/
        * platform/efl/fast/canvas/
        * platform/efl/fast/clip/
        * platform/efl/fast/compact/
        * platform/efl/fast/css-generated-content/
        * platform/efl/fast/css/
        * platform/efl/tables/
        * platform/efl/transforms/
        * platform/efl/transitions/

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (23/26).

        * platform/efl/tables/

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (22/26).

        * platform/efl/tables/

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (21/26).

        * platform/efl/tables/

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (20/26).

        * platform/efl/svg/dynamic-updates/
        * platform/efl/svg/filters/
        * platform/efl/svg/foreignObject/
        * platform/efl/svg/hixie/
        * platform/efl/svg/in-html/
        * platform/efl/svg/overflow/
        * platform/efl/svg/repaint/
        * platform/efl/svg/stroke/
        * platform/efl/svg/text/
        * platform/efl/svg/transforms/
        * platform/efl/svg/wicd/
        * platform/efl/svg/zoom/
        * platform/efl/tables/

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (19/26).

        * platform/efl/svg/W3C-SVG-1.1/
        * platform/efl/svg/W3C-SVG-1.2-Tiny/
        * platform/efl/svg/as-background-image/
        * platform/efl/svg/as-border-image/
        * platform/efl/svg/as-image/
        * platform/efl/svg/as-object/
        * platform/efl/svg/batik/
        * platform/efl/svg/carto.net/
        * platform/efl/svg/clip-path/
        * platform/efl/svg/css/
        * platform/efl/svg/dom/
        * platform/efl/svg/dynamic-updates/

2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (18/26).

        * platform/efl/svg/W3C-I18N/
        * platform/efl/svg/W3C-SVG-1.1-SE/
        * platform/efl/svg/W3C-SVG-1.1/

2013-01-19  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Adding failure expectations for tests that regressed after r140202.
        * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after IDB support was enabled.
        * platform/gtk/http/tests/cache: Added.
        * platform/gtk/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added. Required after r140174,
        only due to difference in the form of the errors being logged.

2013-01-18  Jer Noble  <jer.noble@apple.com>

        REGRESSION (r140229): fast/css/sticky/sticky-top-zoomed.html failing on Apple MountainLion Debug WK2 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=107356

        Unreviewed; add failing test to TestExpectations.

        * platform/mac-wk2/TestExpectations:

2013-01-18  Simon Fraser  <simon.fraser@apple.com>

        Fix bug that caused pages with fixed backgrounds to not be fast scrollable
        https://bugs.webkit.org/show_bug.cgi?id=107354

        Reviewed by Sam Weinig.

        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:

2013-01-18  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=106946
        Sticky-position elements can jump around/hide on rubber-banding

        Reviewed by Simon Fraser.

        * platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Added.
        * platform/mac/tiled-drawing/sticky/negative-scroll-offset.html: Added.

2013-01-18  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140206.
        http://trac.webkit.org/changeset/140206
        https://bugs.webkit.org/show_bug.cgi?id=107346

        Caused crash on wordpress.com (Requested by smfr on #webkit).

        * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
        * fast/block/float/overhanging-float-not-removed-crash.html: Removed.

2013-01-18  Simon Fraser  <simon.fraser@apple.com>

        Allow fixed background layers to be moved by the ScrollingCoordinator
        https://bugs.webkit.org/show_bug.cgi?id=107213

        Reviewed by Tim Horton.
        
        One new test and new layer trees for tests affected by fixed background changes.

        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Copied from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned.html: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png:
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
        * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:

2013-01-18  Alpha Lam  <hclam@chromium.org>

        [chromium] Update test expectations
        https://bugs.webkit.org/show_bug.cgi?id=107341

        Unreviewed. Mark this test as failing on Chromium debug:
        inspector/profiler/memory-instrumentation-cached-images.html

        * platform/chromium/TestExpectations:

2013-01-18  Alpha Lam  <hclam@chromium.org>

        [chromium] Update test expectations

        Unreviewed. Update test expectations to mark test as flaky.

        * platform/chromium/TestExpectations:

2013-01-18  Alpha Lam  <hclam@chromium.org>

        [chromium] Update test expectations
        https://bugs.webkit.org/show_bug.cgi?id=107328

        Not reviewed. Mark this test as MISSING:
        http/tests/cache/cancel-multiple-post-xhrs.html

        * platform/chromium/TestExpectations:

2013-01-18  Robert Hogan  <robert@webkit.org>

        fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html is crashing after r140024
        https://bugs.webkit.org/show_bug.cgi?id=107209

        Reviewed by David Hyatt.

        * platform/chromium/TestExpectations:

2013-01-18  Alpha Lam  <hclam@chromium.org>

        [chromium] Layout test rebaselines

        Unreviewed rebaseline. Update test results after Chromium roll in r140190.

        * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/chromium/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Renamed from LayoutTests/platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt.

2013-01-18  Abhishek Arya  <inferno@chromium.org>

        Heap-use-after-free in WebCore::RenderObject::isDescendantOf
        https://bugs.webkit.org/show_bug.cgi?id=107226

        Reviewed by David Hyatt.

        * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
        * fast/block/float/overhanging-float-not-removed-crash.html: Added.

2013-01-18  Chris Hopman  <cjhopman@google.com>

        Fix scrollRectToVisible in the presence of transforms
        https://bugs.webkit.org/show_bug.cgi?id=105574

        Reviewed by Simon Fraser.

        * editing/input/reveal-caret-of-transformed-input-scrollable-parent.html: Added.
        * editing/input/reveal-caret-of-transformed-input-scrollable-parent-expected.txt: Added.
        Test that when scrolling an overflow layer to reveal a rect, the rect
        passed to the parent to scroll is calculated properly.
        * editing/input/reveal-caret-of-transformed-multiline-input.html: Added.
        * editing/input/reveal-caret-of-transformed-multiline-input-expected.txt: Added.
        Test that scrolling to reveal a rect works properly on a transformed
        overflow layer.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-18  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Add support for min-content
        https://bugs.webkit.org/show_bug.cgi?id=106474

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/minmax-min-content-column-resolution-columns-expected.txt: Added.
        * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html: Added.
        * fast/css-grid-layout/minmax-min-content-column-resolution-rows-expected.txt: Added.
        * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html: Added.

2013-01-18  Alpha Lam  <hclam@chromium.org>

        [chromium] Test expectation updates

        Mark this test added in r140024 as Failure on Chromium Mac Debug:
        fast/inline/fixed-pos-moves-with-abspos-inline-parent.html

        * platform/chromium/TestExpectations:

2013-01-18  Tim Volodine  <timvolodine@chromium.org>

        Text Autosizing: don't autosize headers with multiple inline links.
        https://bugs.webkit.org/show_bug.cgi?id=106792

        Reviewed by Kenneth Rohde Christiansen.

        * fast/text-autosizing/header-li-links-autosizing-expected.html: Added.
        * fast/text-autosizing/header-li-links-autosizing.html: Added.
        * fast/text-autosizing/header-links-autosizing-different-fontsize-expected.html: Added.
        * fast/text-autosizing/header-links-autosizing-different-fontsize.html: Added.
        * fast/text-autosizing/header-links-autosizing-expected.html: Added.
        * fast/text-autosizing/header-links-autosizing.html: Added.

2013-01-18  Levi Weintraub  <leviw@chromium.org>

        LayoutUnit should round half consistently, not away from zero
        https://bugs.webkit.org/show_bug.cgi?id=107208

        Reviewed by Eric Seidel.

        * fast/sub-pixel/sub-pixel-root-layer-expected.html: Added.
        * fast/sub-pixel/sub-pixel-root-layer.html: Added.
        * platform/chromium-linux/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/chromium-linux/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
        * platform/chromium-linux/fast/regions/overflow-size-change-with-stacking-context-expected.png:
        * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
        * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-18  Martin Robinson  <mrobinson@igalia.com>

        [GTK] Enable indexed database for development builds
        https://bugs.webkit.org/show_bug.cgi?id=107299

        Reviewed by Gustavo Noronha Silva.

        * platform/gtk/TestExpectations: Skip failing IDB tests and mark
        flaky tests as flaky.

2013-01-18  Arko Saha  <arko@motorola.com>

        PropertyCollection test fails on JavaScriptCore
        https://bugs.webkit.org/show_bug.cgi?id=106997

        Reviewed by Kentaro Hara.

        Unskipping related testcases from TestExpectations.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2013-01-18  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Improve table-guessing heuristics
        https://bugs.webkit.org/show_bug.cgi?id=107042

        Reviewed by Chris Fleizach.

        Add tests for tables with cell borders, empty-cells,
        col, colgroup, and >= 20 rows. Refactor the test to make it
        easier to read the output and see whether it passed or not.

        * accessibility/table-detection.html: Modified.
        * platform/chromium/TestExpectations: Un-skip table-detection.html.
        * platform/chromium/accessibility/table-detection-expected.txt: Added.
        * platform/mac/accessibility/table-detection-expected.txt: Moved.

2013-01-18  Terry Anderson  <tdanderson@chromium.org>

        Scroll gestures should not create wheel events
        https://bugs.webkit.org/show_bug.cgi?id=103952

        Reviewed by James Robinson.

        Added five new layout tests to check that scroll gestures will correctly scroll
        nested divs and iframes. Also modified existing layout tests to no longer
        expect mousewheel events.

        * fast/events/touch/gesture/resources/scroll-inside-editable-iframe.html: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
        * fast/events/touch/gesture/touch-gesture-scroll-div-scaled.html:
        * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
        * fast/events/touch/gesture/touch-gesture-scroll-div.html:
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-editable-expected.txt: Copied from LayoutTests/platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt.
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe.html.
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
        * fast/events/touch/gesture/touch-gesture-scroll-iframe.html:
        * fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
        * fast/events/touch/gesture/touch-gesture-scroll-page.html:
        * fast/events/touch/gesture/touch-gesture-scroll-shy-target.html:
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt:
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt:
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt:
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt:
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt:
        * platform/chromium/plugins/gesture-events-expected.txt:
        * platform/chromium/plugins/gesture-events-scrolled-expected.txt:

2013-01-18  Nate Chapin  <japhet@chromium.org>

        Cannot abort multiple XHR POSTs made to same url
        https://bugs.webkit.org/show_bug.cgi?id=106937

        Reviewed by Alexey Proskuryakov.

        * http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added.
        * http/tests/cache/cancel-multiple-post-xhrs.html: Added.
        * platform/mac/TestExpectations:

2013-01-18  Dima Gorbik  <dgorbik@apple.com>

        Implement ::cue() pseudo element property whitelist
        https://bugs.webkit.org/show_bug.cgi?id=105477

        Reviewed by Antti Koivisto.

        * media/track/captions-webvtt/whitelist.vtt: Added.
        * media/track/track-css-property-whitelist-expected.txt: Added.
        * media/track/track-css-property-whitelist.html: Added.

2013-01-18  Tony Chang  <tony@chromium.org>

        Incorrect scrollable height during simplified layout
        https://bugs.webkit.org/show_bug.cgi?id=107193

        Reviewed by Ojan Vafai.

        * fast/overflow/height-during-simplified-layout-expected.txt: Added.
        * fast/overflow/height-during-simplified-layout.html: Added.

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (17/26).

        * platform/efl/fast/text/ (Part 2)
        * platform/efl/fast/tokenizer/
        * platform/efl/fast/transforms/
        * platform/efl/fast/writing-mode/
        * platform/efl/fast/xsl/
        * platform/efl/fonts/
        * platform/efl/fullscreen/
        * platform/efl/http/
        * platform/efl/ietestcenter/
        * platform/efl/mathml/
        * platform/efl/media/
        * platform/efl/plugins/
        * platform/efl/printing/
        * platform/efl/scrollbars/
        * platform/efl/svg/ (Part 1)

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (16/26).

        * platform/efl/fast/selectors/ (Part 2)
        * platform/efl/fast/spatial-navigation/*
        * platform/efl/fast/table/*
        * platform/efl/fast/text/*

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (15/26).

        * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
        * platform/efl/fast/repaint/inline-outline-repaint-expected.txt:
        * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
        * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
        * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
        * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
        * platform/efl/fast/repaint/layer-child-outline-expected.png:
        * platform/efl/fast/repaint/layer-child-outline-expected.txt:
        * platform/efl/fast/repaint/layer-outline-expected.png:
        * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
        * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
        * platform/efl/fast/repaint/layout-state-relative-expected.png:
        * platform/efl/fast/repaint/layout-state-relative-expected.txt:
        * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
        * platform/efl/fast/repaint/layout-state-scrolloffset-expected.txt:
        * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
        * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.txt:
        * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
        * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.txt:
        * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
        * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
        * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
        * platform/efl/fast/repaint/line-overflow-expected.png:
        * platform/efl/fast/repaint/line-overflow-expected.txt:
        * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
        * platform/efl/fast/repaint/list-marker-2-expected.png:
        * platform/efl/fast/repaint/list-marker-2-expected.txt:
        * platform/efl/fast/repaint/list-marker-expected.png:
        * platform/efl/fast/repaint/list-marker-expected.txt:
        * platform/efl/fast/repaint/make-children-non-inline-expected.png:
        * platform/efl/fast/repaint/make-children-non-inline-expected.txt:
        * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
        * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
        * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
        * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
        * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
        * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
        * platform/efl/fast/repaint/outline-child-repaint-expected.png:
        * platform/efl/fast/repaint/outline-child-repaint-expected.txt:
        * platform/efl/fast/repaint/outline-inset-expected.png:
        * platform/efl/fast/repaint/outline-inset-expected.txt:
        * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
        * platform/efl/fast/repaint/outline-repaint-glitch-expected.txt:
        * platform/efl/fast/repaint/outline-shrinking-expected.png:
        * platform/efl/fast/repaint/outline-shrinking-expected.txt:
        * platform/efl/fast/repaint/overflow-delete-line-expected.png:
        * platform/efl/fast/repaint/overflow-hide-expected.png:
        * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
        * platform/efl/fast/repaint/overflow-outline-repaint-expected.txt:
        * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
        * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.txt:
        * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
        * platform/efl/fast/repaint/overflow-scroll-delete-expected.txt:
        * platform/efl/fast/repaint/overflow-show-expected.png:
        * platform/efl/fast/repaint/positioned-document-element-expected.png:
        * platform/efl/fast/repaint/positioned-document-element-expected.txt:
        * platform/efl/fast/repaint/reflection-redraw-expected.png:
        * platform/efl/fast/repaint/reflection-redraw-expected.txt:
        * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
        * platform/efl/fast/repaint/reflection-repaint-test-expected.txt:
        * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
        * platform/efl/fast/repaint/region-painting-invalidation-expected.txt:
        * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
        * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
        * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
        * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
        * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
        * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
        * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.txt:
        * platform/efl/fast/repaint/scale-page-shrink-expected.png:
        * platform/efl/fast/repaint/scale-page-shrink-expected.txt:
        * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
        * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
        * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
        * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
        * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
        * platform/efl/fast/repaint/search-field-cancel-expected.png:
        * platform/efl/fast/repaint/search-field-cancel-expected.txt:
        * platform/efl/fast/repaint/select-option-background-color-expected.png:
        * platform/efl/fast/repaint/select-option-background-color-expected.txt:
        * platform/efl/fast/repaint/selected-replaced-expected.png:
        * platform/efl/fast/repaint/selection-after-delete-expected.png:
        * platform/efl/fast/repaint/selection-after-delete-expected.txt:
        * platform/efl/fast/repaint/selection-after-remove-expected.png:
        * platform/efl/fast/repaint/selection-after-remove-expected.txt:
        * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
        * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
        * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
        * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.txt:
        * platform/efl/fast/repaint/selection-rl-expected.png:
        * platform/efl/fast/repaint/selection-rl-expected.txt:
        * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.txt:
        * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.txt:
        * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.txt:
        * platform/efl/fast/repaint/shadow-multiple-vertical-expected.txt:
        * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
        * platform/efl/fast/repaint/stacked-diacritics-expected.png:
        * platform/efl/fast/repaint/stacked-diacritics-expected.txt:
        * platform/efl/fast/repaint/static-to-positioned-expected.png:
        * platform/efl/fast/repaint/static-to-positioned-expected.txt:
        * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
        * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
        * platform/efl/fast/repaint/subtree-root-skipped-expected.txt:
        * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
        * platform/efl/fast/repaint/table-cell-collapsed-border-expected.txt:
        * platform/efl/fast/repaint/table-cell-move-expected.png:
        * platform/efl/fast/repaint/table-cell-move-expected.txt:
        * platform/efl/fast/repaint/table-cell-vertical-overflow-expected.png:
        * platform/efl/fast/repaint/table-collapsed-border-expected.png:
        * platform/efl/fast/repaint/table-collapsed-border-expected.txt:
        * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
        * platform/efl/fast/repaint/table-extra-bottom-grow-expected.txt:
        * platform/efl/fast/repaint/table-section-repaint-expected.png:
        * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
        * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
        * platform/efl/fast/repaint/text-append-dirty-lines-expected.txt:
        * platform/efl/fast/repaint/text-emphasis-v-expected.png:
        * platform/efl/fast/repaint/text-emphasis-v-expected.txt:
        * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
        * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
        * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
        * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.txt:
        * platform/efl/fast/repaint/text-shadow-expected.png:
        * platform/efl/fast/repaint/text-shadow-expected.txt:
        * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
        * platform/efl/fast/repaint/text-shadow-horizontal-expected.txt:
        * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
        * platform/efl/fast/repaint/transform-absolute-child-expected.png:
        * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
        * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
        * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
        * platform/efl/fast/repaint/transform-layout-repaint-expected.txt:
        * platform/efl/fast/repaint/transform-relative-position-expected.png:
        * platform/efl/fast/repaint/transform-relative-position-expected.txt:
        * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
        * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
        * platform/efl/fast/repaint/transform-translate-expected.png:
        * platform/efl/fast/replaced/001-expected.png:
        * platform/efl/fast/replaced/001-expected.txt:
        * platform/efl/fast/replaced/002-expected.png:
        * platform/efl/fast/replaced/002-expected.txt:
        * platform/efl/fast/replaced/003-expected.png:
        * platform/efl/fast/replaced/003-expected.txt:
        * platform/efl/fast/replaced/004-expected.png:
        * platform/efl/fast/replaced/004-expected.txt:
        * platform/efl/fast/replaced/005-expected.png:
        * platform/efl/fast/replaced/005-expected.txt:
        * platform/efl/fast/replaced/006-expected.png:
        * platform/efl/fast/replaced/006-expected.txt:
        * platform/efl/fast/replaced/007-expected.png:
        * platform/efl/fast/replaced/008-expected.png:
        * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
        * platform/efl/fast/replaced/absolute-position-percentage-height-expected.png:
        * platform/efl/fast/replaced/absolute-position-percentage-height-expected.txt:
        * platform/efl/fast/replaced/absolute-position-percentage-width-expected.png:
        * platform/efl/fast/replaced/absolute-position-percentage-width-expected.txt:
        * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
        * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
        * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
        * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
        * platform/efl/fast/replaced/applet-display-none-expected.png:
        * platform/efl/fast/replaced/applet-display-none-expected.txt:
        * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png:
        * platform/efl/fast/replaced/embed-display-none-expected.png:
        * platform/efl/fast/replaced/embed-display-none-expected.txt:
        * platform/efl/fast/replaced/image-onload-expected.png:
        * platform/efl/fast/replaced/image-resize-width-expected.png:
        * platform/efl/fast/replaced/image-resize-width-expected.txt:
        * platform/efl/fast/replaced/image-sizing-expected.png:
        * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.png:
        * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.txt:
        * platform/efl/fast/replaced/image-tag-expected.png:
        * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.png:
        * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.txt:
        * platform/efl/fast/replaced/max-width-percent-expected.png:
        * platform/efl/fast/replaced/max-width-percent-expected.txt:
        * platform/efl/fast/replaced/maxheight-percent-expected.png:
        * platform/efl/fast/replaced/maxheight-percent-expected.txt:
        * platform/efl/fast/replaced/maxheight-pxs-expected.png:
        * platform/efl/fast/replaced/maxheight-pxs-expected.txt:
        * platform/efl/fast/replaced/maxwidth-percent-expected.png:
        * platform/efl/fast/replaced/maxwidth-percent-expected.txt:
        * platform/efl/fast/replaced/maxwidth-pxs-expected.png:
        * platform/efl/fast/replaced/maxwidth-pxs-expected.txt:
        * platform/efl/fast/replaced/minheight-percent-expected.png:
        * platform/efl/fast/replaced/minheight-percent-expected.txt:
        * platform/efl/fast/replaced/minheight-pxs-expected.png:
        * platform/efl/fast/replaced/minheight-pxs-expected.txt:
        * platform/efl/fast/replaced/minwidth-percent-expected.png:
        * platform/efl/fast/replaced/minwidth-percent-expected.txt:
        * platform/efl/fast/replaced/minwidth-pxs-expected.png:
        * platform/efl/fast/replaced/minwidth-pxs-expected.txt:
        * platform/efl/fast/replaced/object-align-hspace-vspace-expected.png:
        * platform/efl/fast/replaced/object-align-hspace-vspace-expected.txt:
        * platform/efl/fast/replaced/object-display-none-expected.png:
        * platform/efl/fast/replaced/object-display-none-expected.txt:
        * platform/efl/fast/replaced/outline-replaced-elements-expected.png:
        * platform/efl/fast/replaced/percent-height-in-anonymous-block-expected.png:
        * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
        * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
        * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
        * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
        * platform/efl/fast/replaced/replaced-breaking-expected.png:
        * platform/efl/fast/replaced/replaced-breaking-expected.txt:
        * platform/efl/fast/replaced/replaced-breaking-mixture-expected.png:
        * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt:
        * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png:
        * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
        * platform/efl/fast/replaced/selection-rect-expected.png:
        * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.png:
        * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
        * platform/efl/fast/replaced/selection-rect-transform-expected.png:
        * platform/efl/fast/replaced/selection-rect-transform-expected.txt:
        * platform/efl/fast/replaced/three-selects-break-expected.png:
        * platform/efl/fast/replaced/three-selects-break-expected.txt:
        * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
        * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
        * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
        * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
        * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
        * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
        * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
        * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
        * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
        * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
        * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
        * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
        * platform/efl/fast/replaced/width100percent-button-expected.png:
        * platform/efl/fast/replaced/width100percent-button-expected.txt:
        * platform/efl/fast/replaced/width100percent-checkbox-expected.png:
        * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/efl/fast/replaced/width100percent-image-expected.png:
        * platform/efl/fast/replaced/width100percent-menulist-expected.png:
        * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
        * platform/efl/fast/replaced/width100percent-radio-expected.png:
        * platform/efl/fast/replaced/width100percent-radio-expected.txt:
        * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
        * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/efl/fast/replaced/width100percent-textarea-expected.png:
        * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
        * platform/efl/fast/replaced/width100percent-textfield-expected.png:
        * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
        * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
        * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
        * platform/efl/fast/ruby/nested-ruby-expected.png:
        * platform/efl/fast/ruby/nested-ruby-expected.txt:
        * platform/efl/fast/ruby/overhang-horizontal-expected.png:
        * platform/efl/fast/ruby/ruby-beforeafter-expected.png:
        * platform/efl/fast/ruby/ruby-beforeafter-expected.txt:
        * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png:
        * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.txt:
        * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png:
        * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt:
        * platform/efl/fast/ruby/ruby-empty-rt-expected.png:
        * platform/efl/fast/ruby/ruby-empty-rt-expected.txt:
        * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png:
        * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.txt:
        * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png:
        * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt:
        * platform/efl/fast/ruby/ruby-inline-table-expected.png:
        * platform/efl/fast/ruby/ruby-length-expected.png:
        * platform/efl/fast/ruby/ruby-length-expected.txt:
        * platform/efl/fast/ruby/ruby-run-break-expected.png:
        * platform/efl/fast/ruby/ruby-run-break-expected.txt:
        * platform/efl/fast/ruby/ruby-runs-expected.png:
        * platform/efl/fast/ruby/ruby-runs-expected.txt:
        * platform/efl/fast/ruby/ruby-runs-spans-expected.png:
        * platform/efl/fast/ruby/ruby-runs-spans-expected.txt:
        * platform/efl/fast/ruby/ruby-simple-expected.png:
        * platform/efl/fast/ruby/ruby-simple-expected.txt:
        * platform/efl/fast/ruby/ruby-simple-rp-expected.png:
        * platform/efl/fast/ruby/ruby-simple-rp-expected.txt:
        * platform/efl/fast/ruby/ruby-text-before-after-content-expected.png:
        * platform/efl/fast/ruby/ruby-text-before-after-content-expected.txt:
        * platform/efl/fast/ruby/ruby-trailing-expected.png:
        * platform/efl/fast/ruby/ruby-trailing-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.png:
        * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.png:
        * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.png:
        * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.png:
        * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.png:
        * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.png:
        * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.png:
        * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.png:
        * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.txt:
        * platform/efl/fast/runin/001-expected.png:
        * platform/efl/fast/runin/001-expected.txt:
        * platform/efl/fast/runin/002-expected.png:
        * platform/efl/fast/runin/002-expected.txt:
        * platform/efl/fast/runin/generated-expected.png:
        * platform/efl/fast/runin/generated-expected.txt:
        * platform/efl/fast/runin/generated2-expected.png:
        * platform/efl/fast/runin/generated2-expected.txt:
        * platform/efl/fast/runin/generated3-expected.png:
        * platform/efl/fast/runin/generated3-expected.txt:
        * platform/efl/fast/runin/generated4-expected.png:
        * platform/efl/fast/runin/generated4-expected.txt:
        * platform/efl/fast/runin/runin-generated-before-content-expected.txt:
        * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png:
        * platform/efl/fast/selectors/001-expected.png:
        * platform/efl/fast/selectors/001-expected.txt:
        * platform/efl/fast/selectors/002-expected.png:
        * platform/efl/fast/selectors/002-expected.txt:
        * platform/efl/fast/selectors/003-expected.png:
        * platform/efl/fast/selectors/003-expected.txt:
        * platform/efl/fast/selectors/004-expected.png:
        * platform/efl/fast/selectors/004-expected.txt:
        * platform/efl/fast/selectors/005-expected.png:
        * platform/efl/fast/selectors/005-expected.txt:
        * platform/efl/fast/selectors/006-expected.png:
        * platform/efl/fast/selectors/006-expected.txt:
        * platform/efl/fast/selectors/007a-expected.png:
        * platform/efl/fast/selectors/007a-expected.txt:
        * platform/efl/fast/selectors/007b-expected.png:
        * platform/efl/fast/selectors/007b-expected.txt:
        * platform/efl/fast/selectors/008-expected.png:
        * platform/efl/fast/selectors/008-expected.txt:
        * platform/efl/fast/selectors/009-expected.png:
        * platform/efl/fast/selectors/009-expected.txt:
        * platform/efl/fast/selectors/010-expected.png:
        * platform/efl/fast/selectors/010-expected.txt:
        * platform/efl/fast/selectors/011-expected.png:
        * platform/efl/fast/selectors/011-expected.txt:
        * platform/efl/fast/selectors/012-expected.png:
        * platform/efl/fast/selectors/012-expected.txt:
        * platform/efl/fast/selectors/013-expected.png:
        * platform/efl/fast/selectors/013-expected.txt:
        * platform/efl/fast/selectors/014-expected.png:
        * platform/efl/fast/selectors/014-expected.txt:
        * platform/efl/fast/selectors/015-expected.png:
        * platform/efl/fast/selectors/015-expected.txt:
        * platform/efl/fast/selectors/016-expected.png:
        * platform/efl/fast/selectors/016-expected.txt:
        * platform/efl/fast/selectors/017-expected.png:
        * platform/efl/fast/selectors/017-expected.txt:
        * platform/efl/fast/selectors/018-expected.png:
        * platform/efl/fast/selectors/018-expected.txt:
        * platform/efl/fast/selectors/018b-expected.png:
        * platform/efl/fast/selectors/018b-expected.txt:
        * platform/efl/fast/selectors/019-expected.png:
        * platform/efl/fast/selectors/019-expected.txt:
        * platform/efl/fast/selectors/020-expected.png:
        * platform/efl/fast/selectors/020-expected.txt:
        * platform/efl/fast/selectors/021-expected.png:
        * platform/efl/fast/selectors/021-expected.txt:
        * platform/efl/fast/selectors/021b-expected.png:
        * platform/efl/fast/selectors/021b-expected.txt:
        * platform/efl/fast/selectors/027-expected.png:
        * platform/efl/fast/selectors/027-expected.txt:
        * platform/efl/fast/selectors/032-expected.png:
        * platform/efl/fast/selectors/034-expected.png:
        * platform/efl/fast/selectors/034-expected.txt:
        * platform/efl/fast/selectors/038-expected.png:
        * platform/efl/fast/selectors/038-expected.txt:
        * platform/efl/fast/selectors/039-expected.png:
        * platform/efl/fast/selectors/039-expected.txt:
        * platform/efl/fast/selectors/039b-expected.png:
        * platform/efl/fast/selectors/039b-expected.txt:
        * platform/efl/fast/selectors/040-expected.png:
        * platform/efl/fast/selectors/040-expected.txt:
        * platform/efl/fast/selectors/041-expected.png:
        * platform/efl/fast/selectors/041-expected.txt:
        * platform/efl/fast/selectors/042-expected.png:
        * platform/efl/fast/selectors/042-expected.txt:
        * platform/efl/fast/selectors/043-expected.png:
        * platform/efl/fast/selectors/043-expected.txt:
        * platform/efl/fast/selectors/043b-expected.png:
        * platform/efl/fast/selectors/043b-expected.txt:
        * platform/efl/fast/selectors/044-expected.png:
        * platform/efl/fast/selectors/044-expected.txt:
        * platform/efl/fast/selectors/044b-expected.png:
        * platform/efl/fast/selectors/044b-expected.txt:
        * platform/efl/fast/selectors/044c-expected.png:
        * platform/efl/fast/selectors/044c-expected.txt:
        * platform/efl/fast/selectors/044d-expected.png:
        * platform/efl/fast/selectors/044d-expected.txt:
        * platform/efl/fast/selectors/045-expected.png:
        * platform/efl/fast/selectors/045-expected.txt:
        * platform/efl/fast/selectors/045b-expected.png:
        * platform/efl/fast/selectors/045b-expected.txt:
        * platform/efl/fast/selectors/045c-expected.png:
        * platform/efl/fast/selectors/045c-expected.txt:
        * platform/efl/fast/selectors/046-expected.png:
        * platform/efl/fast/selectors/046-expected.txt:
        * platform/efl/fast/selectors/054-expected.png:
        * platform/efl/fast/selectors/054-expected.txt:
        * platform/efl/fast/selectors/056-expected.png:
        * platform/efl/fast/selectors/056-expected.txt:
        * platform/efl/fast/selectors/058-expected.png:
        * platform/efl/fast/selectors/058-expected.txt:
        * platform/efl/fast/selectors/059-expected.png:
        * platform/efl/fast/selectors/059-expected.txt:
        * platform/efl/fast/selectors/060-expected.png:
        * platform/efl/fast/selectors/060-expected.txt:
        * platform/efl/fast/selectors/061-expected.png:
        * platform/efl/fast/selectors/061-expected.txt:
        * platform/efl/fast/selectors/062-expected.png:
        * platform/efl/fast/selectors/062-expected.txt:
        * platform/efl/fast/selectors/063-expected.png:
        * platform/efl/fast/selectors/063-expected.txt:
        * platform/efl/fast/selectors/064-expected.png:
        * platform/efl/fast/selectors/064-expected.txt:
        * platform/efl/fast/selectors/065-expected.png:
        * platform/efl/fast/selectors/065-expected.txt:
        * platform/efl/fast/selectors/066-expected.png:
        * platform/efl/fast/selectors/066-expected.txt:
        * platform/efl/fast/selectors/066b-expected.png:
        * platform/efl/fast/selectors/066b-expected.txt:
        * platform/efl/fast/selectors/072-expected.png:
        * platform/efl/fast/selectors/072-expected.txt:
        * platform/efl/fast/selectors/072b-expected.png:
        * platform/efl/fast/selectors/072b-expected.txt:
        * platform/efl/fast/selectors/077-expected.png:
        * platform/efl/fast/selectors/077-expected.txt:
        * platform/efl/fast/selectors/077b-expected.png:
        * platform/efl/fast/selectors/077b-expected.txt:
        * platform/efl/fast/selectors/078b-expected.png:
        * platform/efl/fast/selectors/078b-expected.txt:
        * platform/efl/fast/selectors/083-expected.png:
        * platform/efl/fast/selectors/083-expected.txt:
        * platform/efl/fast/selectors/087b-expected.png:
        * platform/efl/fast/selectors/087b-expected.txt:
        * platform/efl/fast/selectors/088b-expected.png:
        * platform/efl/fast/selectors/088b-expected.txt:
        * platform/efl/fast/selectors/089-expected.png:
        * platform/efl/fast/selectors/089-expected.txt:
        * platform/efl/fast/selectors/090b-expected.png:
        * platform/efl/fast/selectors/090b-expected.txt:
        * platform/efl/fast/selectors/154-expected.png:
        * platform/efl/fast/selectors/154-expected.txt:
        * platform/efl/fast/selectors/155-expected.png:
        * platform/efl/fast/selectors/155-expected.txt:
        * platform/efl/fast/selectors/155a-expected.png:
        * platform/efl/fast/selectors/155a-expected.txt:
        * platform/efl/fast/selectors/155b-expected.png:
        * platform/efl/fast/selectors/155b-expected.txt:
        * platform/efl/fast/selectors/155c-expected.png:
        * platform/efl/fast/selectors/155c-expected.txt:
        * platform/efl/fast/selectors/155d-expected.png:
        * platform/efl/fast/selectors/155d-expected.txt:
        * platform/efl/fast/selectors/156b-expected.png:
        * platform/efl/fast/selectors/156b-expected.txt:
        * platform/efl/fast/selectors/157-expected.png:
        * platform/efl/fast/selectors/157-expected.txt:
        * platform/efl/fast/selectors/158-expected.png:
        * platform/efl/fast/selectors/158-expected.txt:
        * platform/efl/fast/selectors/159-expected.png:
        * platform/efl/fast/selectors/159-expected.txt:
        * platform/efl/fast/selectors/160-expected.png:
        * platform/efl/fast/selectors/160-expected.txt:
        * platform/efl/fast/selectors/166-expected.png:
        * platform/efl/fast/selectors/166-expected.txt:
        * platform/efl/fast/selectors/166a-expected.png:
        * platform/efl/fast/selectors/166a-expected.txt:
        * platform/efl/fast/selectors/167-expected.png:
        * platform/efl/fast/selectors/167-expected.txt:
        * platform/efl/fast/selectors/167a-expected.png:
        * platform/efl/fast/selectors/167a-expected.txt:
        * platform/efl/fast/selectors/168-expected.png:
        * platform/efl/fast/selectors/168-expected.txt:
        * platform/efl/fast/selectors/168a-expected.png:
        * platform/efl/fast/selectors/168a-expected.txt:
        * platform/efl/fast/selectors/169-expected.png:
        * platform/efl/fast/selectors/169-expected.txt:
        * platform/efl/fast/selectors/169a-expected.png:
        * platform/efl/fast/selectors/169a-expected.txt:
        * platform/efl/fast/selectors/170-expected.png:
        * platform/efl/fast/selectors/170-expected.txt:
        * platform/efl/fast/selectors/170a-expected.png:
        * platform/efl/fast/selectors/170a-expected.txt:
        * platform/efl/fast/selectors/170b-expected.png:
        * platform/efl/fast/selectors/170b-expected.txt:
        * platform/efl/fast/selectors/170c-expected.png:
        * platform/efl/fast/selectors/170c-expected.txt:
        * platform/efl/fast/selectors/170d-expected.png:
        * platform/efl/fast/selectors/170d-expected.txt:
        * platform/efl/fast/selectors/175a-expected.png:
        * platform/efl/fast/selectors/175a-expected.txt:
        * platform/efl/fast/selectors/175b-expected.png:
        * platform/efl/fast/selectors/175b-expected.txt:
        * platform/efl/fast/selectors/175c-expected.png:
        * platform/efl/fast/selectors/175c-expected.txt:
        * platform/efl/fast/selectors/177a-expected.png:
        * platform/efl/fast/selectors/177a-expected.txt:
        * platform/efl/fast/selectors/177b-expected.png:
        * platform/efl/fast/selectors/177b-expected.txt:
        * platform/efl/fast/selectors/lang-inheritance-expected.png:
        * platform/efl/fast/selectors/lang-inheritance-expected.txt:
        * platform/efl/fast/selectors/lang-inheritance2-expected.png:
        * platform/efl/fast/selectors/lang-inheritance2-expected.txt:
        * platform/efl/fast/selectors/lang-vs-xml-lang-expected.png:

2013-01-18  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding a crashing expectation for an a11y test.
        Adding failure expectations for two stack overflow tests. The
        stack overflow does not occur anymore due to increased memory
        on the debug builder. This is not a progression, though.

        * platform/gtk/TestExpectations:

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (14/26).

        * platform/efl/fast/invalid/019-expected.png:
        * platform/efl/fast/invalid/019-expected.txt:
        * platform/efl/fast/invalid/020-expected.png:
        * platform/efl/fast/invalid/020-expected.txt:
        * platform/efl/fast/invalid/021-expected.png:
        * platform/efl/fast/invalid/021-expected.txt:
        * platform/efl/fast/invalid/junk-data-expected.png:
        * platform/efl/fast/invalid/junk-data-expected.txt:
        * platform/efl/fast/invalid/missing-address-end-tag-expected.png:
        * platform/efl/fast/invalid/missing-address-end-tag-expected.txt:
        * platform/efl/fast/invalid/missing-dl-end-tag-expected.png:
        * platform/efl/fast/invalid/missing-dl-end-tag-expected.txt:
        * platform/efl/fast/invalid/missing-dt-end-tag-expected.png:
        * platform/efl/fast/invalid/missing-dt-end-tag-expected.txt:
        * platform/efl/fast/invalid/missing-end-tag-expected.png:
        * platform/efl/fast/invalid/missing-font-end-tag-expected.png:
        * platform/efl/fast/invalid/missing-font-end-tag-expected.txt:
        * platform/efl/fast/invalid/nestedh3s-expected.png:
        * platform/efl/fast/invalid/nestedh3s-expected.txt:
        * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
        * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
        * platform/efl/fast/invalid/td-inside-object-expected.png:
        * platform/efl/fast/invalid/td-inside-object-expected.txt:
        * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png:
        * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
        * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.txt:
        * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
        * platform/efl/fast/layers/normal-flow-hit-test-expected.txt:
        * platform/efl/fast/layers/opacity-outline-expected.png:
        * platform/efl/fast/layers/opacity-outline-expected.txt:
        * platform/efl/fast/layers/opacity-stacking-expected.png:
        * platform/efl/fast/layers/opacity-transforms-expected.png:
        * platform/efl/fast/layers/opacity-transforms-expected.txt:
        * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.png:
        * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.txt:
        * platform/efl/fast/layers/positioned-inside-root-with-margins-expected.png:
        * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
        * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
        * platform/efl/fast/layers/remove-only-this-layer-update-expected.txt:
        * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
        * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png:
        * platform/efl/fast/layers/scroll-with-transform-layer-expected.png:
        * platform/efl/fast/layers/video-layer-expected.png:
        * platform/efl/fast/layers/video-layer-expected.txt:
        * platform/efl/fast/layers/zindex-inherit-expected.png:
        * platform/efl/fast/layers/zindex-inherit-expected.txt:
        * platform/efl/fast/line-grid/line-align-left-edges-expected.png:
        * platform/efl/fast/line-grid/line-align-right-edges-expected.png:
        * platform/efl/fast/line-grid/line-align-right-edges-expected.txt:
        * platform/efl/fast/line-grid/line-grid-contains-value-expected.png:
        * platform/efl/fast/line-grid/line-grid-floating-expected.png:
        * platform/efl/fast/line-grid/line-grid-floating-expected.txt:
        * platform/efl/fast/line-grid/line-grid-inside-columns-expected.png:
        * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt:
        * platform/efl/fast/line-grid/line-grid-into-columns-expected.png:
        * platform/efl/fast/line-grid/line-grid-into-columns-expected.txt:
        * platform/efl/fast/line-grid/line-grid-into-floats-expected.png:
        * platform/efl/fast/line-grid/line-grid-into-floats-expected.txt:
        * platform/efl/fast/line-grid/line-grid-positioned-expected.png:
        * platform/efl/fast/line-grid/line-grid-positioned-expected.txt:
        * platform/efl/fast/lists/001-expected.png:
        * platform/efl/fast/lists/001-expected.txt:
        * platform/efl/fast/lists/001-vertical-expected.png:
        * platform/efl/fast/lists/001-vertical-expected.txt:
        * platform/efl/fast/lists/002-expected.png:
        * platform/efl/fast/lists/002-expected.txt:
        * platform/efl/fast/lists/002-vertical-expected.png:
        * platform/efl/fast/lists/002-vertical-expected.txt:
        * platform/efl/fast/lists/003-expected.png:
        * platform/efl/fast/lists/003-vertical-expected.png:
        * platform/efl/fast/lists/004-expected.png:
        * platform/efl/fast/lists/004-expected.txt:
        * platform/efl/fast/lists/005-expected.png:
        * platform/efl/fast/lists/005-expected.txt:
        * platform/efl/fast/lists/005-vertical-expected.png:
        * platform/efl/fast/lists/005-vertical-expected.txt:
        * platform/efl/fast/lists/006-expected.png:
        * platform/efl/fast/lists/006-expected.txt:
        * platform/efl/fast/lists/006-vertical-expected.png:
        * platform/efl/fast/lists/006-vertical-expected.txt:
        * platform/efl/fast/lists/007-expected.png:
        * platform/efl/fast/lists/007-vertical-expected.png:
        * platform/efl/fast/lists/007-vertical-expected.txt:
        * platform/efl/fast/lists/008-expected.png:
        * platform/efl/fast/lists/008-vertical-expected.png:
        * platform/efl/fast/lists/009-expected.png:
        * platform/efl/fast/lists/009-expected.txt:
        * platform/efl/fast/lists/009-vertical-expected.png:
        * platform/efl/fast/lists/009-vertical-expected.txt:
        * platform/efl/fast/lists/anonymous-items-expected.png:
        * platform/efl/fast/lists/anonymous-items-expected.txt:
        * platform/efl/fast/lists/big-list-marker-expected.png:
        * platform/efl/fast/lists/big-list-marker-expected.txt:
        * platform/efl/fast/lists/dynamic-marker-crash-expected.png:
        * platform/efl/fast/lists/dynamic-marker-crash-expected.txt:
        * platform/efl/fast/lists/inline-before-content-after-list-marker-expected.png:
        * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.png:
        * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
        * platform/efl/fast/lists/li-br-expected.png:
        * platform/efl/fast/lists/li-br-expected.txt:
        * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.png:
        * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
        * platform/efl/fast/lists/list-item-line-height-expected.png:
        * platform/efl/fast/lists/list-item-line-height-expected.txt:
        * platform/efl/fast/lists/list-marker-before-content-table-expected.png:
        * platform/efl/fast/lists/list-marker-before-content-table-expected.txt:
        * platform/efl/fast/lists/list-marker-with-line-height-expected.png:
        * platform/efl/fast/lists/list-marker-with-line-height-expected.txt:
        * platform/efl/fast/lists/list-style-none-crash-expected.png:
        * platform/efl/fast/lists/list-style-none-crash-expected.txt:
        * platform/efl/fast/lists/marker-before-empty-inline-expected.png:
        * platform/efl/fast/lists/marker-before-empty-inline-expected.txt:
        * platform/efl/fast/lists/marker-image-error-expected.png:
        * platform/efl/fast/lists/marker-image-error-expected.txt:
        * platform/efl/fast/lists/markers-in-selection-expected.png:
        * platform/efl/fast/lists/markers-in-selection-expected.txt:
        * platform/efl/fast/lists/numeric-markers-outside-list-expected.png:
        * platform/efl/fast/lists/numeric-markers-outside-list-expected.txt:
        * platform/efl/fast/lists/ol-display-types-expected.png:
        * platform/efl/fast/lists/ol-display-types-expected.txt:
        * platform/efl/fast/lists/ol-start-dynamic-expected.png:
        * platform/efl/fast/lists/ol-start-dynamic-expected.txt:
        * platform/efl/fast/lists/ol-start-parsing-expected.png:
        * platform/efl/fast/lists/ol-start-parsing-expected.txt:
        * platform/efl/fast/lists/olstart-expected.png:
        * platform/efl/fast/lists/olstart-expected.txt:
        * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.png:
        * platform/efl/fast/lists/scrolled-marker-paint-expected.png:
        * platform/efl/fast/lists/scrolled-marker-paint-expected.txt:
        * platform/efl/fast/loader/text-document-wrapping-expected.png:
        * platform/efl/fast/multicol/block-axis-horizontal-bt-expected.png:
        * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.png:
        * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.txt:
        * platform/efl/fast/multicol/block-axis-vertical-lr-expected.png:
        * platform/efl/fast/multicol/block-axis-vertical-rl-expected.png:
        * platform/efl/fast/multicol/border-padding-pagination-expected.png:
        * platform/efl/fast/multicol/border-padding-pagination-expected.txt:
        * platform/efl/fast/multicol/client-rects-expected.png:
        * platform/efl/fast/multicol/client-rects-expected.txt:
        * platform/efl/fast/multicol/column-break-with-balancing-expected.png:
        * platform/efl/fast/multicol/column-break-with-balancing-expected.txt:
        * platform/efl/fast/multicol/column-count-with-rules-expected.png:
        * platform/efl/fast/multicol/column-rules-expected.png:
        * platform/efl/fast/multicol/column-rules-expected.txt:
        * platform/efl/fast/multicol/column-rules-stacking-expected.png:
        * platform/efl/fast/multicol/column-rules-stacking-expected.txt:
        * platform/efl/fast/multicol/columns-shorthand-parsing-expected.png:
        * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt:
        * platform/efl/fast/multicol/flipped-blocks-border-after-expected.png:
        * platform/efl/fast/multicol/float-avoidance-expected.png:
        * platform/efl/fast/multicol/float-avoidance-expected.txt:
        * platform/efl/fast/multicol/float-multicol-expected.png:
        * platform/efl/fast/multicol/float-paginate-complex-expected.png:
        * platform/efl/fast/multicol/float-paginate-complex-expected.txt:
        * platform/efl/fast/multicol/float-paginate-empty-lines-expected.png:
        * platform/efl/fast/multicol/float-paginate-empty-lines-expected.txt:
        * platform/efl/fast/multicol/float-paginate-expected.png:
        * platform/efl/fast/multicol/float-paginate-expected.txt:
        * platform/efl/fast/multicol/layers-in-multicol-expected.png:
        * platform/efl/fast/multicol/layers-split-across-columns-expected.png:
        * platform/efl/fast/multicol/margin-collapse-expected.png:
        * platform/efl/fast/multicol/margin-collapse-expected.txt:
        * platform/efl/fast/multicol/max-height-columns-block-expected.png:
        * platform/efl/fast/multicol/nested-columns-expected.png:
        * platform/efl/fast/multicol/overflow-across-columns-expected.txt:
        * platform/efl/fast/multicol/overflow-unsplittable-expected.png:
        * platform/efl/fast/multicol/overflow-unsplittable-expected.txt:
        * platform/efl/fast/multicol/paginate-block-replaced-expected.png:
        * platform/efl/fast/multicol/paginate-block-replaced-expected.txt:
        * platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.png:
        * platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.png:
        * platform/efl/fast/multicol/pagination-h-vertical-lr-expected.png:
        * platform/efl/fast/multicol/pagination-h-vertical-rl-expected.png:
        * platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.png:
        * platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.png:
        * platform/efl/fast/multicol/pagination-v-vertical-lr-expected.png:
        * platform/efl/fast/multicol/pagination-v-vertical-rl-expected.png:
        * platform/efl/fast/multicol/positioned-split-expected.png:
        * platform/efl/fast/multicol/positioned-split-expected.txt:
        * platform/efl/fast/multicol/positioned-with-constrained-height-expected.png:
        * platform/efl/fast/multicol/positioned-with-constrained-height-expected.txt:
        * platform/efl/fast/multicol/positive-leading-expected.png:
        * platform/efl/fast/multicol/scrolling-overflow-expected.png:
        * platform/efl/fast/multicol/scrolling-overflow-expected.txt:
        * platform/efl/fast/multicol/shadow-breaking-expected.txt:
        * platform/efl/fast/multicol/single-line-expected.png:
        * platform/efl/fast/multicol/single-line-expected.txt:
        * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
        * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/efl/fast/multicol/span/anonymous-style-inheritance-expected.png:
        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/efl/fast/multicol/span/clone-flexbox-expected.txt:
        * platform/efl/fast/multicol/span/clone-summary-expected.txt:
        * platform/efl/fast/multicol/span/generated-child-split-flow-crash-expected.txt:
        * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
        * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.png:
        * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
        * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
        * platform/efl/fast/multicol/span/span-margin-collapsing-expected.png:
        * platform/efl/fast/multicol/table-margin-collapse-expected.png:
        * platform/efl/fast/multicol/table-margin-collapse-expected.txt:
        * platform/efl/fast/multicol/unsplittable-inline-block-expected.png:
        * platform/efl/fast/multicol/unsplittable-inline-block-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
        * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
        * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
        * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/column-rules-expected.png:
        * platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
        * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.png:
        * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
        * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
        * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
        * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
        * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/column-rules-expected.png:
        * platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
        * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.png:
        * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/rule-style-expected.png:
        * platform/efl/fast/multicol/vertical-rl/rule-style-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
        * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
        * platform/efl/fast/overflow/001-expected.png:
        * platform/efl/fast/overflow/001-expected.txt:
        * platform/efl/fast/overflow/002-expected.png:
        * platform/efl/fast/overflow/002-expected.txt:
        * platform/efl/fast/overflow/003-expected.png:
        * platform/efl/fast/overflow/003-expected.txt:
        * platform/efl/fast/overflow/004-expected.png:
        * platform/efl/fast/overflow/005-expected.png:
        * platform/efl/fast/overflow/006-expected.png:
        * platform/efl/fast/overflow/006-expected.txt:
        * platform/efl/fast/overflow/007-expected.png:
        * platform/efl/fast/overflow/008-expected.png:
        * platform/efl/fast/overflow/008-expected.txt:
        * platform/efl/fast/overflow/border-radius-clipping-expected.png:
        * platform/efl/fast/overflow/border-radius-clipping-expected.txt:
        * platform/efl/fast/overflow/childFocusRingClip-expected.png:
        * platform/efl/fast/overflow/childFocusRingClip-expected.txt:
        * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
        * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
        * platform/efl/fast/overflow/dynamic-hidden-expected.png:
        * platform/efl/fast/overflow/dynamic-hidden-expected.txt:
        * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
        * platform/efl/fast/overflow/float-in-relpositioned-expected.txt:
        * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.png:
        * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.txt:
        * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
        * platform/efl/fast/overflow/hit-test-overflow-controls-expected.txt:
        * platform/efl/fast/overflow/image-selection-highlight-expected.png:
        * platform/efl/fast/overflow/image-selection-highlight-expected.txt:
        * platform/efl/fast/overflow/infiniteRecursion-expected.png:
        * platform/efl/fast/overflow/infiniteRecursion-expected.txt:
        * platform/efl/fast/overflow/infiniteRecursionGuard-expected.png:
        * platform/efl/fast/overflow/line-clamp-expected.png:
        * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.png:
        * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.txt:
        * platform/efl/fast/overflow/overflow-auto-table-expected.png:
        * platform/efl/fast/overflow/overflow-auto-table-expected.txt:
        * platform/efl/fast/overflow/overflow-float-stacking-expected.png:
        * platform/efl/fast/overflow/overflow-float-stacking-expected.txt:
        * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
        * platform/efl/fast/overflow/overflow-rtl-expected.png:
        * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
        * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
        * platform/efl/fast/overflow/overflow-stacking-expected.png:
        * platform/efl/fast/overflow/overflow-stacking-expected.txt:
        * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
        * platform/efl/fast/overflow/overflow-text-hit-testing-expected.txt:
        * platform/efl/fast/overflow/overflow-update-transform-expected.png:
        * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
        * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.txt:
        * platform/efl/fast/overflow/overflow-x-y-expected.png:
        * platform/efl/fast/overflow/overflow-x-y-expected.txt:
        * platform/efl/fast/overflow/paged-x-div-expected.png:
        * platform/efl/fast/overflow/paged-x-div-expected.txt:
        * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.png:
        * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt:
        * platform/efl/fast/overflow/paged-x-on-root-expected.png:
        * platform/efl/fast/overflow/paged-x-on-root-expected.txt:
        * platform/efl/fast/overflow/paged-x-with-column-gap-expected.png:
        * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt:
        * platform/efl/fast/overflow/paged-y-div-expected.png:
        * platform/efl/fast/overflow/paged-y-div-expected.txt:
        * platform/efl/fast/overflow/paged-y-on-root-expected.png:
        * platform/efl/fast/overflow/paged-y-on-root-expected.txt:
        * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
        * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.txt:
        * platform/efl/fast/overflow/position-relative-expected.png:
        * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
        * platform/efl/fast/overflow/scrollRevealButton-expected.png:
        * platform/efl/fast/overflow/scrollRevealButton-expected.txt:
        * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
        * platform/efl/fast/overflow/scrollbar-position-update-expected.txt:
        * platform/efl/fast/overflow/table-overflow-float-expected.png:
        * platform/efl/fast/overflow/table-overflow-float-expected.txt:
        * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
        * platform/efl/fast/parser/001-expected.png:
        * platform/efl/fast/parser/001-expected.txt:
        * platform/efl/fast/parser/bad-xml-slash-expected.png:
        * platform/efl/fast/parser/bad-xml-slash-expected.txt:
        * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
        * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
        * platform/efl/fast/parser/comment-in-script-expected.png:
        * platform/efl/fast/parser/document-write-option-expected.png:
        * platform/efl/fast/parser/document-write-option-expected.txt:
        * platform/efl/fast/parser/entity-comment-in-style-expected.png:
        * platform/efl/fast/parser/entity-comment-in-style-expected.txt:
        * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
        * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt:
        * platform/efl/fast/parser/fonts-expected.png:
        * platform/efl/fast/parser/fonts-expected.txt:
        * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
        * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
        * platform/efl/fast/parser/open-comment-in-style-expected.png:
        * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
        * platform/efl/fast/parser/open-comment-in-textarea-expected.txt:
        * platform/efl/fast/parser/style-script-head-test-expected.png:
        * platform/efl/fast/parser/tabs-in-scripts-expected.png:
        * platform/efl/fast/parser/tabs-in-scripts-expected.txt:
        * platform/efl/fast/parser/title-error-test-expected.png:
        * platform/efl/fast/parser/title-error-test-expected.txt:
        * platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
        * platform/efl/fast/parser/xhtml-alternate-entities-expected.txt:
        * platform/efl/fast/reflections/abs-position-in-reflection-expected.png:
        * platform/efl/fast/reflections/abs-position-in-reflection-expected.txt:
        * platform/efl/fast/reflections/inline-crash-expected.png:
        * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
        * platform/efl/fast/reflections/reflection-direction-expected.png:
        * platform/efl/fast/reflections/reflection-direction-expected.txt:
        * platform/efl/fast/reflections/reflection-masks-expected.png:
        * platform/efl/fast/reflections/reflection-masks-opacity-expected.png:
        * platform/efl/fast/reflections/reflection-nesting-expected.png:
        * platform/efl/fast/reflections/reflection-nesting-expected.txt:
        * platform/efl/fast/reflections/reflection-overflow-hidden-expected.png:
        * platform/efl/fast/reflections/reflection-overflow-hidden-expected.txt:
        * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
        * platform/efl/fast/reflections/reflection-with-zoom-expected.txt:
        * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.png:
        * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.txt:
        * platform/efl/fast/regions/flow-content-basic-expected.png:
        * platform/efl/fast/regions/flow-content-basic-expected.txt:
        * platform/efl/fast/regions/flow-content-basic-vertical-expected.png:
        * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt:
        * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png:
        * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt:
        * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
        * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt:
        * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt:
        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt:
        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
        * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt:
        * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt:
        * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt:
        * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.txt:
        * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png:
        * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt:
        * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png:
        * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt:
        * platform/efl/fast/regions/region-style-block-background-color-expected.png:
        * platform/efl/fast/regions/region-style-block-background-color-expected.txt:
        * platform/efl/fast/regions/region-style-block-background-color2-expected.png:
        * platform/efl/fast/regions/region-style-block-background-color2-expected.txt:
        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png:
        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt:
        * platform/efl/fast/regions/text-region-split-small-pagination-expected.png:
        * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt:
        * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt:
        * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt:
        * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
        * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt:
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
        * platform/efl/fast/repaint/4774354-expected.png:
        * platform/efl/fast/repaint/4774354-expected.txt:
        * platform/efl/fast/repaint/4776765-expected.png:
        * platform/efl/fast/repaint/4776765-expected.txt:
        * platform/efl/fast/repaint/background-misaligned-expected.png:
        * platform/efl/fast/repaint/background-scaling-expected.png:
        * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
        * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
        * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.txt:
        * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
        * platform/efl/fast/repaint/block-no-inflow-children-expected.txt:
        * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
        * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt:
        * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
        * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
        * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
        * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.txt:
        * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.txt:
        * platform/efl/fast/repaint/body-background-image-expected.png:
        * platform/efl/fast/repaint/body-background-image-expected.txt:
        * platform/efl/fast/repaint/border-fit-lines-expected.png:
        * platform/efl/fast/repaint/border-fit-lines-expected.txt:
        * platform/efl/fast/repaint/border-radius-repaint-expected.png:
        * platform/efl/fast/repaint/border-radius-repaint-expected.txt:
        * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
        * platform/efl/fast/repaint/border-repaint-glitch-expected.txt:
        * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
        * platform/efl/fast/repaint/box-shadow-dynamic-expected.txt:
        * platform/efl/fast/repaint/box-shadow-h-expected.png:
        * platform/efl/fast/repaint/box-shadow-h-expected.txt:
        * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
        * platform/efl/fast/repaint/box-shadow-v-expected.png:
        * platform/efl/fast/repaint/box-shadow-v-expected.txt:
        * platform/efl/fast/repaint/bugzilla-3509-expected.png:
        * platform/efl/fast/repaint/bugzilla-3509-expected.txt:
        * platform/efl/fast/repaint/bugzilla-5699-expected.png:
        * platform/efl/fast/repaint/bugzilla-5699-expected.txt:
        * platform/efl/fast/repaint/bugzilla-6278-expected.txt:
        * platform/efl/fast/repaint/bugzilla-6388-expected.png:
        * platform/efl/fast/repaint/bugzilla-6388-expected.txt:
        * platform/efl/fast/repaint/bugzilla-6473-expected.png:
        * platform/efl/fast/repaint/bugzilla-7235-expected.png:
        * platform/efl/fast/repaint/bugzilla-7235-expected.txt:
        * platform/efl/fast/repaint/button-spurious-layout-hint-expected.txt:
        * platform/efl/fast/repaint/caret-outside-block-expected.txt:
        * platform/efl/fast/repaint/change-transform-expected.png:
        * platform/efl/fast/repaint/change-transform-expected.txt:
        * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
        * platform/efl/fast/repaint/clip-with-layout-delta-expected.txt:
        * platform/efl/fast/repaint/clipped-relative-expected.png:
        * platform/efl/fast/repaint/containing-block-position-change-expected.png:
        * platform/efl/fast/repaint/containing-block-position-change-expected.txt:
        * platform/efl/fast/repaint/continuation-after-outline-expected.png:
        * platform/efl/fast/repaint/continuation-after-outline-expected.txt:
        * platform/efl/fast/repaint/control-clip-expected.png:
        * platform/efl/fast/repaint/control-clip-expected.txt:
        * platform/efl/fast/repaint/create-layer-repaint-expected.png:
        * platform/efl/fast/repaint/create-layer-repaint-expected.txt:
        * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
        * platform/efl/fast/repaint/delete-into-nested-block-expected.txt:
        * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
        * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
        * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.txt:
        * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
        * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
        * platform/efl/fast/repaint/fixed-expected.png:
        * platform/efl/fast/repaint/fixed-expected.txt:
        * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
        * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-move-after-scroll-expected.txt:
        * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
        * platform/efl/fast/repaint/flexible-box-overflow-expected.txt:
        * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
        * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
        * platform/efl/fast/repaint/float-move-during-layout-expected.png:
        * platform/efl/fast/repaint/float-move-during-layout-expected.txt:
        * platform/efl/fast/repaint/float-new-in-block-expected.png:
        * platform/efl/fast/repaint/float-overflow-expected.png:
        * platform/efl/fast/repaint/float-overflow-expected.txt:
        * platform/efl/fast/repaint/float-overflow-right-expected.png:
        * platform/efl/fast/repaint/float-overflow-right-expected.txt:
        * platform/efl/fast/repaint/focus-layers-expected.png:
        * platform/efl/fast/repaint/focus-layers-expected.txt:
        * platform/efl/fast/repaint/focus-ring-expected.png:
        * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
        * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.txt:
        * platform/efl/fast/repaint/iframe-scroll-repaint-expected.txt:
        * platform/efl/fast/repaint/inline-block-overflow-expected.png:
        * platform/efl/fast/repaint/inline-block-overflow-expected.txt:
        * platform/efl/fast/repaint/inline-color-change-expected.png:
        * platform/efl/fast/repaint/inline-color-change-expected.txt:
        * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:

2013-01-18  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: array grouping does not work big sparse arrays
        https://bugs.webkit.org/show_bug.cgi?id=106897

        Reviewed by Pavel Feldman.

        * inspector/console/console-big-array-expected.txt:
        * inspector/console/console-big-array.html:

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (13/26).

        * platform/efl/fast/forms/input-appearance-readonly-expected.png:
        * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
        * platform/efl/fast/forms/input-appearance-selection-expected.png:
        * platform/efl/fast/forms/input-appearance-selection-expected.txt:
        * platform/efl/fast/forms/input-appearance-visibility-expected.png:
        * platform/efl/fast/forms/input-appearance-visibility-expected.txt:
        * platform/efl/fast/forms/input-appearance-width-expected.png:
        * platform/efl/fast/forms/input-appearance-width-expected.txt:
        * platform/efl/fast/forms/input-baseline-expected.png:
        * platform/efl/fast/forms/input-baseline-expected.txt:
        * platform/efl/fast/forms/input-button-sizes-expected.png:
        * platform/efl/fast/forms/input-button-sizes-expected.txt:
        * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
        * platform/efl/fast/forms/input-field-text-truncated-expected.png:
        * platform/efl/fast/forms/input-field-text-truncated-expected.txt:
        * platform/efl/fast/forms/input-first-letter-expected.png:
        * platform/efl/fast/forms/input-first-letter-expected.txt:
        * platform/efl/fast/forms/input-no-renderer-expected.png:
        * platform/efl/fast/forms/input-no-renderer-expected.txt:
        * platform/efl/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/efl/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/efl/fast/forms/input-readonly-empty-expected.png:
        * platform/efl/fast/forms/input-readonly-empty-expected.txt:
        * platform/efl/fast/forms/input-spaces-expected.png:
        * platform/efl/fast/forms/input-spaces-expected.txt:
        * platform/efl/fast/forms/input-table-expected.png:
        * platform/efl/fast/forms/input-table-expected.txt:
        * platform/efl/fast/forms/input-text-click-inside-expected.png:
        * platform/efl/fast/forms/input-text-click-inside-expected.txt:
        * platform/efl/fast/forms/input-text-double-click-expected.png:
        * platform/efl/fast/forms/input-text-double-click-expected.txt:
        * platform/efl/fast/forms/input-text-option-delete-expected.png:
        * platform/efl/fast/forms/input-text-option-delete-expected.txt:
        * platform/efl/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
        * platform/efl/fast/forms/input-text-word-wrap-expected.png:
        * platform/efl/fast/forms/input-text-word-wrap-expected.txt:
        * platform/efl/fast/forms/input-type-text-min-width-expected.png:
        * platform/efl/fast/forms/input-type-text-min-width-expected.txt:
        * platform/efl/fast/forms/input-value-expected.png:
        * platform/efl/fast/forms/input-value-expected.txt:
        * platform/efl/fast/forms/input-width-expected.png:
        * platform/efl/fast/forms/input-width-expected.txt:
        * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
        * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
        * platform/efl/fast/forms/listbox-bidi-align-expected.png:
        * platform/efl/fast/forms/listbox-bidi-align-expected.txt:
        * platform/efl/fast/forms/listbox-clip-expected.png:
        * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.png:
        * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
        * platform/efl/fast/forms/listbox-width-change-expected.png:
        * platform/efl/fast/forms/listbox-width-change-expected.txt:
        * platform/efl/fast/forms/menulist-clip-expected.png:
        * platform/efl/fast/forms/menulist-clip-expected.txt:
        * platform/efl/fast/forms/menulist-deselect-update-expected.png:
        * platform/efl/fast/forms/menulist-deselect-update-expected.txt:
        * platform/efl/fast/forms/menulist-no-overflow-expected.png:
        * platform/efl/fast/forms/menulist-no-overflow-expected.txt:
        * platform/efl/fast/forms/menulist-option-wrap-expected.png:
        * platform/efl/fast/forms/menulist-option-wrap-expected.txt:
        * platform/efl/fast/forms/menulist-restrict-line-height-expected.png:
        * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt:
        * platform/efl/fast/forms/menulist-separator-painting-expected.png:
        * platform/efl/fast/forms/menulist-separator-painting-expected.txt:
        * platform/efl/fast/forms/menulist-width-change-expected.png:
        * platform/efl/fast/forms/menulist-width-change-expected.txt:
        * platform/efl/fast/forms/minWidthPercent-expected.png:
        * platform/efl/fast/forms/minWidthPercent-expected.txt:
        * platform/efl/fast/forms/negativeLineHeight-expected.png:
        * platform/efl/fast/forms/negativeLineHeight-expected.txt:
        * platform/efl/fast/forms/option-index-expected.png:
        * platform/efl/fast/forms/option-index-expected.txt:
        * platform/efl/fast/forms/option-script-expected.png:
        * platform/efl/fast/forms/option-script-expected.txt:
        * platform/efl/fast/forms/option-strip-whitespace-expected.png:
        * platform/efl/fast/forms/option-strip-whitespace-expected.txt:
        * platform/efl/fast/forms/option-text-clip-expected.png:
        * platform/efl/fast/forms/option-text-clip-expected.txt:
        * platform/efl/fast/forms/placeholder-position-expected.png:
        * platform/efl/fast/forms/placeholder-position-expected.txt:
        * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.png:
        * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
        * platform/efl/fast/forms/range/input-appearance-range-expected.png:
        * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
        * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.png:
        * platform/efl/fast/forms/range/slider-padding-expected.png:
        * platform/efl/fast/forms/range/slider-padding-expected.txt:
        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png:
        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.png:
        * platform/efl/fast/forms/search-display-none-cancel-button-expected.png:
        * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
        * platform/efl/fast/forms/search-styled-expected.png:
        * platform/efl/fast/forms/search-styled-expected.txt:
        * platform/efl/fast/forms/search-vertical-alignment-expected.png:
        * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
        * platform/efl/fast/forms/searchfield-heights-expected.png:
        * platform/efl/fast/forms/searchfield-heights-expected.txt:
        * platform/efl/fast/forms/select-align-expected.png:
        * platform/efl/fast/forms/select-align-expected.txt:
        * platform/efl/fast/forms/select-background-none-expected.png:
        * platform/efl/fast/forms/select-background-none-expected.txt:
        * platform/efl/fast/forms/select-block-background-expected.png:
        * platform/efl/fast/forms/select-block-background-expected.txt:
        * platform/efl/fast/forms/select-change-listbox-size-expected.png:
        * platform/efl/fast/forms/select-change-listbox-size-expected.txt:
        * platform/efl/fast/forms/select-change-listbox-to-popup-expected.png:
        * platform/efl/fast/forms/select-change-listbox-to-popup-expected.txt:
        * platform/efl/fast/forms/select-change-popup-to-listbox-expected.png:
        * platform/efl/fast/forms/select-change-popup-to-listbox-expected.txt:
        * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.png:
        * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
        * platform/efl/fast/forms/select-disabled-appearance-expected.png:
        * platform/efl/fast/forms/select-disabled-appearance-expected.txt:
        * platform/efl/fast/forms/select-display-none-style-resolve-expected.png:
        * platform/efl/fast/forms/select-display-none-style-resolve-expected.txt:
        * platform/efl/fast/forms/select-empty-option-height-expected.png:
        * platform/efl/fast/forms/select-empty-option-height-expected.txt:
        * platform/efl/fast/forms/select-initial-position-expected.png:
        * platform/efl/fast/forms/select-initial-position-expected.txt:
        * platform/efl/fast/forms/select-item-background-clip-expected.png:
        * platform/efl/fast/forms/select-item-background-clip-expected.txt:
        * platform/efl/fast/forms/select-list-box-with-height-expected.png:
        * platform/efl/fast/forms/select-list-box-with-height-expected.txt:
        * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
        * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
        * platform/efl/fast/forms/select-overflow-scroll-expected.png:
        * platform/efl/fast/forms/select-overflow-scroll-expected.txt:
        * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.png:
        * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.txt:
        * platform/efl/fast/forms/select-selected-expected.png:
        * platform/efl/fast/forms/select-selected-expected.txt:
        * platform/efl/fast/forms/select-size-expected.png:
        * platform/efl/fast/forms/select-size-expected.txt:
        * platform/efl/fast/forms/select-visual-hebrew-expected.png:
        * platform/efl/fast/forms/select-visual-hebrew-expected.txt:
        * platform/efl/fast/forms/select-writing-direction-natural-expected.png:
        * platform/efl/fast/forms/select-writing-direction-natural-expected.txt:
        * platform/efl/fast/forms/select/optgroup-rendering-expected.png:
        * platform/efl/fast/forms/select/optgroup-rendering-expected.txt:
        * platform/efl/fast/forms/selectlist-minsize-expected.png:
        * platform/efl/fast/forms/selectlist-minsize-expected.txt:
        * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
        * platform/efl/fast/forms/stuff-on-my-optgroup-expected.txt:
        * platform/efl/fast/forms/tabbing-input-iframe-expected.png:
        * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
        * platform/efl/fast/forms/targeted-frame-submission-expected.png:
        * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
        * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt:
        * platform/efl/fast/forms/text-style-color-expected.png:
        * platform/efl/fast/forms/text-style-color-expected.txt:
        * platform/efl/fast/forms/textAreaLineHeight-expected.png:
        * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
        * platform/efl/fast/forms/textarea-align-expected.png:
        * platform/efl/fast/forms/textarea-align-expected.txt:
        * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.png:
        * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
        * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/efl/fast/forms/textarea-scroll-height-expected.png:
        * platform/efl/fast/forms/textarea-scroll-height-expected.txt:
        * platform/efl/fast/forms/textarea-scrollbar-expected.png:
        * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
        * platform/efl/fast/forms/textarea-scrolled-type-expected.png:
        * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
        * platform/efl/fast/forms/textarea-setinnerhtml-expected.png:
        * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt:
        * platform/efl/fast/forms/textarea-width-expected.png:
        * platform/efl/fast/forms/textarea-width-expected.txt:
        * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
        * platform/efl/fast/forms/textfield-focus-ring-expected.png:
        * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
        * platform/efl/fast/forms/textfield-outline-expected.png:
        * platform/efl/fast/forms/textfield-outline-expected.txt:
        * platform/efl/fast/forms/textfield-overflow-by-value-update-expected.txt:
        * platform/efl/fast/forms/visual-hebrew-text-field-expected.png:
        * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt:
        * platform/efl/fast/frames/001-expected.png:
        * platform/efl/fast/frames/001-expected.txt:
        * platform/efl/fast/frames/calculate-fixed-expected.png:
        * platform/efl/fast/frames/calculate-order-expected.png:
        * platform/efl/fast/frames/calculate-percentage-expected.png:
        * platform/efl/fast/frames/calculate-relative-expected.png:
        * platform/efl/fast/frames/calculate-round-expected.png:
        * platform/efl/fast/frames/content-opacity-1-expected.png:
        * platform/efl/fast/frames/content-opacity-2-expected.png:
        * platform/efl/fast/frames/empty-frame-src-expected.png:
        * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.png:
        * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
        * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.png:
        * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.txt:
        * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.png:
        * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.txt:
        * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
        * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.png:
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png:
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png:
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.png:
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
        * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.png:
        * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.txt:
        * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.png:
        * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
        * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.png:
        * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.txt:
        * platform/efl/fast/frames/frame-length-fractional-expected.png:
        * platform/efl/fast/frames/frame-scrolling-attribute-expected.png:
        * platform/efl/fast/frames/frame-scrolling-attribute-expected.txt:
        * platform/efl/fast/frames/frame-set-scaling-rotate-expected.png:
        * platform/efl/fast/frames/frame-set-scaling-skew-expected.png:
        * platform/efl/fast/frames/frameElement-frame-expected.png:
        * platform/efl/fast/frames/frameElement-frame-expected.txt:
        * platform/efl/fast/frames/frameElement-iframe-expected.png:
        * platform/efl/fast/frames/frameElement-iframe-expected.txt:
        * platform/efl/fast/frames/frameset-style-recalc-expected.png:
        * platform/efl/fast/frames/frameset-style-recalc-expected.txt:
        * platform/efl/fast/frames/iframe-option-crash-expected.png:
        * platform/efl/fast/frames/iframe-option-crash-expected.txt:
        * platform/efl/fast/frames/iframe-scaling-with-scroll-expected.png:
        * platform/efl/fast/frames/iframe-scrolling-attribute-expected.png:
        * platform/efl/fast/frames/iframe-scrolling-attribute-expected.txt:
        * platform/efl/fast/frames/iframe-text-contents-expected.png:
        * platform/efl/fast/frames/iframe-with-frameborder-expected.png:
        * platform/efl/fast/frames/iframe-with-frameborder-expected.txt:
        * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
        * platform/efl/fast/frames/inline-object-inside-frameset-expected.txt:
        * platform/efl/fast/frames/invalid-expected.png:
        * platform/efl/fast/frames/onlyCommentInIFrame-expected.png:
        * platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
        * platform/efl/fast/frames/take-focus-from-iframe-expected.png:
        * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/efl/fast/frames/valid-expected.png:
        * platform/efl/fast/frames/viewsource-attribute-expected.png:
        * platform/efl/fast/frames/viewsource-on-image-file-expected.png:
        * platform/efl/fast/gradients/background-clipped-expected.png:
        * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
        * platform/efl/fast/gradients/crash-on-zero-radius-expected.png:
        * platform/efl/fast/gradients/crash-on-zero-radius-expected.txt:
        * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
        * platform/efl/fast/gradients/css3-color-stops-expected.png:
        * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
        * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
        * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
        * platform/efl/fast/gradients/css3-radial-gradients3-expected.png:
        * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
        * platform/efl/fast/gradients/css3-repeating-linear-gradients2-expected.png:
        * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
        * platform/efl/fast/gradients/generated-gradients-expected.png:
        * platform/efl/fast/gradients/generated-gradients-expected.txt:
        * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
        * platform/efl/fast/gradients/list-item-gradient-expected.png:
        * platform/efl/fast/gradients/list-item-gradient-expected.txt:
        * platform/efl/fast/gradients/radial-centered-expected.png:
        * platform/efl/fast/gradients/radial-centered-expected.txt:
        * platform/efl/fast/gradients/simple-gradients-expected.png:
        * platform/efl/fast/gradients/simple-gradients-expected.txt:
        * platform/efl/fast/html/details-add-child-1-expected.png:
        * platform/efl/fast/html/details-add-child-2-expected.png:
        * platform/efl/fast/html/details-add-details-child-1-expected.png:
        * platform/efl/fast/html/details-add-details-child-2-expected.png:
        * platform/efl/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/efl/fast/html/details-add-summary-1-expected.png:
        * platform/efl/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/efl/fast/html/details-add-summary-10-expected.png:
        * platform/efl/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/efl/fast/html/details-add-summary-2-expected.png:
        * platform/efl/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/efl/fast/html/details-add-summary-3-expected.png:
        * platform/efl/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/efl/fast/html/details-add-summary-4-expected.png:
        * platform/efl/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/efl/fast/html/details-add-summary-5-expected.png:
        * platform/efl/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/efl/fast/html/details-add-summary-6-expected.png:
        * platform/efl/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/efl/fast/html/details-add-summary-7-expected.png:
        * platform/efl/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/efl/fast/html/details-add-summary-8-expected.png:
        * platform/efl/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/efl/fast/html/details-add-summary-9-expected.png:
        * platform/efl/fast/html/details-add-summary-child-1-expected.png:
        * platform/efl/fast/html/details-add-summary-child-2-expected.png:
        * platform/efl/fast/html/details-marker-style-expected.png:
        * platform/efl/fast/html/details-nested-1-expected.png:
        * platform/efl/fast/html/details-nested-2-expected.png:
        * platform/efl/fast/html/details-no-summary1-expected.png:
        * platform/efl/fast/html/details-no-summary2-expected.png:
        * platform/efl/fast/html/details-no-summary3-expected.png:
        * platform/efl/fast/html/details-no-summary4-expected.png:
        * platform/efl/fast/html/details-no-summary4-expected.txt:
        * platform/efl/fast/html/details-open-javascript-expected.png:
        * platform/efl/fast/html/details-open-javascript-expected.txt:
        * platform/efl/fast/html/details-open1-expected.png:
        * platform/efl/fast/html/details-open2-expected.png:
        * platform/efl/fast/html/details-open2-expected.txt:
        * platform/efl/fast/html/details-open3-expected.png:
        * platform/efl/fast/html/details-open4-expected.png:
        * platform/efl/fast/html/details-open4-expected.txt:
        * platform/efl/fast/html/details-open5-expected.png:
        * platform/efl/fast/html/details-open6-expected.png:
        * platform/efl/fast/html/details-position-expected.png:
        * platform/efl/fast/html/details-remove-child-1-expected.png:
        * platform/efl/fast/html/details-remove-child-2-expected.png:
        * platform/efl/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/efl/fast/html/details-remove-summary-1-expected.png:
        * platform/efl/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/efl/fast/html/details-remove-summary-2-expected.png:
        * platform/efl/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/efl/fast/html/details-remove-summary-3-expected.png:
        * platform/efl/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/efl/fast/html/details-remove-summary-4-expected.png:
        * platform/efl/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/efl/fast/html/details-remove-summary-5-expected.png:
        * platform/efl/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/efl/fast/html/details-remove-summary-6-expected.png:
        * platform/efl/fast/html/details-remove-summary-child-1-expected.png:
        * platform/efl/fast/html/details-remove-summary-child-2-expected.png:
        * platform/efl/fast/html/details-replace-summary-child-expected.png:
        * platform/efl/fast/html/details-replace-summary-child-expected.txt:
        * platform/efl/fast/html/details-replace-text-expected.png:
        * platform/efl/fast/html/details-replace-text-expected.txt:
        * platform/efl/fast/html/details-writing-mode-expected.png:
        * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png:
        * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
        * platform/efl/fast/html/keygen-expected.png:
        * platform/efl/fast/html/keygen-expected.txt:
        * platform/efl/fast/html/link-rel-stylesheet-expected.png:
        * platform/efl/fast/html/link-rel-stylesheet-expected.txt:
        * platform/efl/fast/html/listing-expected.png:
        * platform/efl/fast/html/listing-expected.txt:
        * platform/efl/fast/html/marquee-scroll-expected.png:
        * platform/efl/fast/html/marquee-scroll-expected.txt:
        * platform/efl/fast/html/marquee-scrollamount-expected.png:
        * platform/efl/fast/html/marquee-scrollamount-expected.txt:
        * platform/efl/fast/images/animated-gif-with-offsets-expected.png:
        * platform/efl/fast/images/animated-gif-with-offsets-expected.txt:
        * platform/efl/fast/images/exif-orientation-css-expected.png:
        * platform/efl/fast/images/exif-orientation-expected.png:
        * platform/efl/fast/images/exif-orientation-image-document-expected.png:
        * platform/efl/fast/images/favicon-as-image-expected.png:
        * platform/efl/fast/images/favicon-as-image-expected.txt:
        * platform/efl/fast/images/gif-large-checkerboard-expected.png:
        * platform/efl/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
        * platform/efl/fast/images/gray-scale-png-with-color-profile-expected.png:
        * platform/efl/fast/images/icon-decoding-expected.png:
        * platform/efl/fast/images/image-in-map-expected.txt:
        * platform/efl/fast/images/image-map-anchor-children-expected.png:
        * platform/efl/fast/images/image-map-anchor-children-expected.txt:
        * platform/efl/fast/images/imagemap-case-expected.png:
        * platform/efl/fast/images/imagemap-case-expected.txt:
        * platform/efl/fast/images/imagemap-circle-focus-ring-expected.txt:
        * platform/efl/fast/images/imagemap-focus-ring-expected.png:
        * platform/efl/fast/images/imagemap-focus-ring-expected.txt:
        * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.txt:
        * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
        * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
        * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
        * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.txt:
        * platform/efl/fast/images/object-image-expected.png:
        * platform/efl/fast/images/paint-subrect-expected.png:
        * platform/efl/fast/images/paint-subrect-grid-expected.png:
        * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
        * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
        * platform/efl/fast/images/png-suite/test-expected.png:
        * platform/efl/fast/images/repaint-subrect-grid-expected.txt:
        * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png:
        * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png:
        * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
        * platform/efl/fast/inline-block/001-expected.png:
        * platform/efl/fast/inline-block/001-expected.txt:
        * platform/efl/fast/inline-block/002-expected.png:
        * platform/efl/fast/inline-block/003-expected.png:
        * platform/efl/fast/inline-block/003-expected.txt:
        * platform/efl/fast/inline-block/004-expected.png:
        * platform/efl/fast/inline-block/005-expected.png:
        * platform/efl/fast/inline-block/006-expected.png:
        * platform/efl/fast/inline-block/006-expected.txt:
        * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
        * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.txt:
        * platform/efl/fast/inline-block/contenteditable-baseline-expected.png:
        * platform/efl/fast/inline-block/contenteditable-baseline-expected.txt:
        * platform/efl/fast/inline-block/inline-block-vertical-align-expected.png:
        * platform/efl/fast/inline-block/inline-block-vertical-align-expected.txt:
        * platform/efl/fast/inline-block/overflow-clip-expected.png:
        * platform/efl/fast/inline-block/overflow-clip-expected.txt:
        * platform/efl/fast/inline-block/tricky-baseline-expected.png:
        * platform/efl/fast/inline-block/tricky-baseline-expected.txt:
        * platform/efl/fast/inline/001-expected.png:
        * platform/efl/fast/inline/001-expected.txt:
        * platform/efl/fast/inline/002-expected.png:
        * platform/efl/fast/inline/25277-2-expected.png:
        * platform/efl/fast/inline/25277-2-expected.txt:
        * platform/efl/fast/inline/25277-expected.png:
        * platform/efl/fast/inline/25277-expected.txt:
        * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
        * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
        * platform/efl/fast/inline/br-text-decoration-expected.png:
        * platform/efl/fast/inline/br-text-decoration-expected.txt:
        * platform/efl/fast/inline/continuation-outlines-expected.png:
        * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.png:
        * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.txt:
        * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
        * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
        * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
        * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
        * platform/efl/fast/inline/emptyInlinesWithinLists-expected.txt:
        * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
        * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.txt:
        * platform/efl/fast/inline/inline-box-background-expected.png:
        * platform/efl/fast/inline/inline-box-background-expected.txt:
        * platform/efl/fast/inline/inline-box-background-long-image-expected.png:
        * platform/efl/fast/inline/inline-box-background-long-image-expected.txt:
        * platform/efl/fast/inline/inline-box-background-repeat-x-expected.png:
        * platform/efl/fast/inline/inline-box-background-repeat-x-expected.txt:
        * platform/efl/fast/inline/inline-box-background-repeat-y-expected.png:
        * platform/efl/fast/inline/inline-box-background-repeat-y-expected.txt:
        * platform/efl/fast/inline/inline-continuation-borders-expected.png:
        * platform/efl/fast/inline/inline-continuation-borders-expected.txt:
        * platform/efl/fast/inline/inline-focus-ring-expected.png:
        * platform/efl/fast/inline/inline-focus-ring-expected.txt:
        * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
        * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
        * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
        * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.txt:
        * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png:
        * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt:
        * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
        * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
        * platform/efl/fast/inline/long-wrapped-line-expected.png:
        * platform/efl/fast/inline/long-wrapped-line-expected.txt:
        * platform/efl/fast/inline/nested-top-alignment-expected.png:
        * platform/efl/fast/inline/nested-top-alignment-expected.txt:
        * platform/efl/fast/inline/outline-continuations-expected.png:
        * platform/efl/fast/inline/outline-continuations-expected.txt:
        * platform/efl/fast/inline/percentage-margins-expected.png:
        * platform/efl/fast/inline/percentage-margins-expected.txt:
        * platform/efl/fast/inline/positioned-object-between-replaced-elements-expected.txt:
        * platform/efl/fast/inline/positionedLifetime-expected.png:
        * platform/efl/fast/inline/positionedLifetime-expected.txt:
        * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.png:
        * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
        * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/efl/fast/inline/vertical-align-text-bottom-expected.txt:
        * platform/efl/fast/inspector-support/matchedrules-expected.png:
        * platform/efl/fast/inspector-support/matchedrules-expected.txt:
        * platform/efl/fast/invalid/001-expected.png:
        * platform/efl/fast/invalid/001-expected.txt:
        * platform/efl/fast/invalid/002-expected.png:
        * platform/efl/fast/invalid/002-expected.txt:
        * platform/efl/fast/invalid/003-expected.png:
        * platform/efl/fast/invalid/003-expected.txt:
        * platform/efl/fast/invalid/004-expected.png:
        * platform/efl/fast/invalid/004-expected.txt:
        * platform/efl/fast/invalid/005-expected.png:
        * platform/efl/fast/invalid/005-expected.txt:
        * platform/efl/fast/invalid/006-expected.png:
        * platform/efl/fast/invalid/006-expected.txt:
        * platform/efl/fast/invalid/007-expected.png:
        * platform/efl/fast/invalid/007-expected.txt:
        * platform/efl/fast/invalid/008-expected.png:
        * platform/efl/fast/invalid/008-expected.txt:
        * platform/efl/fast/invalid/009-expected.png:
        * platform/efl/fast/invalid/009-expected.txt:
        * platform/efl/fast/invalid/010-expected.png:
        * platform/efl/fast/invalid/010-expected.txt:
        * platform/efl/fast/invalid/011-expected.png:
        * platform/efl/fast/invalid/011-expected.txt:
        * platform/efl/fast/invalid/012-expected.png:
        * platform/efl/fast/invalid/012-expected.txt:
        * platform/efl/fast/invalid/013-expected.png:
        * platform/efl/fast/invalid/013-expected.txt:
        * platform/efl/fast/invalid/014-expected.png:
        * platform/efl/fast/invalid/014-expected.txt:
        * platform/efl/fast/invalid/016-expected.png:
        * platform/efl/fast/invalid/016-expected.txt:
        * platform/efl/fast/invalid/017-expected.png:
        * platform/efl/fast/invalid/017-expected.txt:
        * platform/efl/fast/invalid/018-expected.png:
        * platform/efl/fast/invalid/018-expected.txt:

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (12/26).

        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
        * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
        * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
        * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
        * platform/efl/fast/css/rem-dynamic-scaling-expected.png:
        * platform/efl/fast/css/rem-dynamic-scaling-expected.txt:
        * platform/efl/fast/css/rem-units-on-root-expected.png:
        * platform/efl/fast/css/rgb-float-expected.png:
        * platform/efl/fast/css/rgb-float-expected.txt:
        * platform/efl/fast/css/rtl-ordering-expected.png:
        * platform/efl/fast/css/rtl-ordering-expected.txt:
        * platform/efl/fast/css/rtl-to-viewport-expected.png:
        * platform/efl/fast/css/rtl-to-viewport-expected.txt:
        * platform/efl/fast/css/selector-set-attribute-expected.png:
        * platform/efl/fast/css/selector-set-attribute-expected.txt:
        * platform/efl/fast/css/shadow-multiple-expected.txt:
        * platform/efl/fast/css/simple-selector-chain-parsing-expected.png:
        * platform/efl/fast/css/simple-selector-chain-parsing-expected.txt:
        * platform/efl/fast/css/square-button-appearance-expected.png:
        * platform/efl/fast/css/style-outside-head-expected.png:
        * platform/efl/fast/css/style-outside-head-expected.txt:
        * platform/efl/fast/css/style-parsed-outside-head-expected.png:
        * platform/efl/fast/css/style-parsed-outside-head-expected.txt:
        * platform/efl/fast/css/table-text-align-quirk-expected.png:
        * platform/efl/fast/css/table-text-align-quirk-expected.txt:
        * platform/efl/fast/css/table-text-align-strict-expected.png:
        * platform/efl/fast/css/table-text-align-strict-expected.txt:
        * platform/efl/fast/css/target-fragment-match-expected.png:
        * platform/efl/fast/css/target-fragment-match-expected.txt:
        * platform/efl/fast/css/text-align-expected.png:
        * platform/efl/fast/css/text-align-expected.txt:
        * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png:
        * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt:
        * platform/efl/fast/css/text-overflow-ellipsis-expected.png:
        * platform/efl/fast/css/text-overflow-ellipsis-expected.txt:
        * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png:
        * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.txt:
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
        * platform/efl/fast/css/text-overflow-input-expected.png:
        * platform/efl/fast/css/text-overflow-input-expected.txt:
        * platform/efl/fast/css/text-security-expected.png:
        * platform/efl/fast/css/text-security-expected.txt:
        * platform/efl/fast/css/text-transform-select-expected.png:
        * platform/efl/fast/css/text-transform-select-expected.txt:
        * platform/efl/fast/css/textCapitalizeEdgeCases-expected.png:
        * platform/efl/fast/css/textCapitalizeEdgeCases-expected.txt:
        * platform/efl/fast/css/transform-default-parameter-expected.png:
        * platform/efl/fast/css/transform-default-parameter-expected.txt:
        * platform/efl/fast/css/transformed-mask-expected.png:
        * platform/efl/fast/css/transformed-mask-expected.txt:
        * platform/efl/fast/css/transition-color-unspecified-expected.png:
        * platform/efl/fast/css/universal-hover-quirk-expected.png:
        * platform/efl/fast/css/universal-hover-quirk-expected.txt:
        * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.png:
        * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.txt:
        * platform/efl/fast/css/vertical-align-lengths-expected.png:
        * platform/efl/fast/css/vertical-align-lengths-expected.txt:
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
        * platform/efl/fast/css/visibility-hit-test-expected.png:
        * platform/efl/fast/css/visibility-hit-test-expected.txt:
        * platform/efl/fast/css/word-space-extra-expected.png:
        * platform/efl/fast/css/word-space-extra-expected.txt:
        * platform/efl/fast/css/zoom-font-size-expected.png:
        * platform/efl/fast/css/zoom-font-size-expected.txt:
        * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:
        * platform/efl/fast/doctypes/001-expected.png:
        * platform/efl/fast/doctypes/001-expected.txt:
        * platform/efl/fast/doctypes/002-expected.png:
        * platform/efl/fast/doctypes/002-expected.txt:
        * platform/efl/fast/doctypes/003-expected.png:
        * platform/efl/fast/doctypes/003-expected.txt:
        * platform/efl/fast/doctypes/004-expected.png:
        * platform/efl/fast/doctypes/004-expected.txt:
        * platform/efl/fast/dom/34176-expected.png:
        * platform/efl/fast/dom/34176-expected.txt:
        * platform/efl/fast/dom/52776-expected.png:
        * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.png:
        * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.txt:
        * platform/efl/fast/dom/Element/getBoundingClientRect-expected.txt:
        * platform/efl/fast/dom/Element/null-offset-parent-expected.png:
        * platform/efl/fast/dom/Element/null-offset-parent-expected.txt:
        * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
        * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
        * platform/efl/fast/dom/HTMLElement/bdo-expected.png:
        * platform/efl/fast/dom/HTMLElement/bdo-expected.txt:
        * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
        * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
        * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.png:
        * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
        * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.png:
        * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
        * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.png:
        * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
        * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.png:
        * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
        * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.png:
        * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
        * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.png:
        * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
        * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
        * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
        * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
        * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
        * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
        * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
        * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
        * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
        * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
        * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.png:
        * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.txt:
        * platform/efl/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png:
        * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
        * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
        * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.png:
        * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.txt:
        * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.png:
        * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.txt:
        * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
        * platform/efl/fast/dom/Range/create-contextual-fragment-expected.png:
        * platform/efl/fast/dom/Range/create-contextual-fragment-expected.txt:
        * platform/efl/fast/dom/Range/getBoundingClientRect-expected.txt:
        * platform/efl/fast/dom/Range/getClientRects-expected.txt:
        * platform/efl/fast/dom/Range/surroundContents-1-expected.png:
        * platform/efl/fast/dom/Range/surroundContents-1-expected.txt:
        * platform/efl/fast/dom/Window/btoa-pnglet-expected.png:
        * platform/efl/fast/dom/Window/btoa-pnglet-expected.txt:
        * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
        * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
        * platform/efl/fast/dom/anchor-text-expected.png:
        * platform/efl/fast/dom/anchor-text-expected.txt:
        * platform/efl/fast/dom/attr_dead_doc-expected.png:
        * platform/efl/fast/dom/blur-contenteditable-expected.png:
        * platform/efl/fast/dom/blur-contenteditable-expected.txt:
        * platform/efl/fast/dom/children-nodes-expected.png:
        * platform/efl/fast/dom/children-nodes-expected.txt:
        * platform/efl/fast/dom/clone-contents-0-end-offset-expected.png:
        * platform/efl/fast/dom/clone-contents-0-end-offset-expected.txt:
        * platform/efl/fast/dom/clone-node-dynamic-style-expected.png:
        * platform/efl/fast/dom/clone-node-dynamic-style-expected.txt:
        * platform/efl/fast/dom/comment-not-documentElement-expected.png:
        * platform/efl/fast/dom/comment-not-documentElement-expected.txt:
        * platform/efl/fast/dom/createDocumentType-expected.png:
        * platform/efl/fast/dom/createDocumentType-expected.txt:
        * platform/efl/fast/dom/css-cached-import-rule-expected.png:
        * platform/efl/fast/dom/css-insert-import-rule-expected.png:
        * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.png:
        * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.txt:
        * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.png:
        * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.txt:
        * platform/efl/fast/dom/css-rule-functions-expected.png:
        * platform/efl/fast/dom/css-rule-functions-expected.txt:
        * platform/efl/fast/dom/focus-contenteditable-expected.png:
        * platform/efl/fast/dom/focus-contenteditable-expected.txt:
        * platform/efl/fast/dom/gc-10-expected.png:
        * platform/efl/fast/dom/gc-10-expected.txt:
        * platform/efl/fast/dom/importNodeHTML-expected.png:
        * platform/efl/fast/dom/importNodeHTML-expected.txt:
        * platform/efl/fast/dom/importNodeXML-expected.png:
        * platform/efl/fast/dom/importNodeXML-expected.txt:
        * platform/efl/fast/dom/inner-text-expected.png:
        * platform/efl/fast/dom/inner-text-expected.txt:
        * platform/efl/fast/dom/isindex-001-expected.png:
        * platform/efl/fast/dom/isindex-001-expected.txt:
        * platform/efl/fast/dom/isindex-002-expected.png:
        * platform/efl/fast/dom/isindex-002-expected.txt:
        * platform/efl/fast/dom/outerText-expected.png:
        * platform/efl/fast/dom/outerText-expected.txt:
        * platform/efl/fast/dom/row-inner-text-expected.png:
        * platform/efl/fast/dom/row-inner-text-expected.txt:
        * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.png:
        * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.txt:
        * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.png:
        * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.txt:
        * platform/efl/fast/dynamic/001-expected.png:
        * platform/efl/fast/dynamic/002-expected.png:
        * platform/efl/fast/dynamic/002-expected.txt:
        * platform/efl/fast/dynamic/004-expected.png:
        * platform/efl/fast/dynamic/004-expected.txt:
        * platform/efl/fast/dynamic/006-expected.png:
        * platform/efl/fast/dynamic/006-expected.txt:
        * platform/efl/fast/dynamic/007-expected.png:
        * platform/efl/fast/dynamic/007-expected.txt:
        * platform/efl/fast/dynamic/008-expected.png:
        * platform/efl/fast/dynamic/008-expected.txt:
        * platform/efl/fast/dynamic/009-expected.png:
        * platform/efl/fast/dynamic/009-expected.txt:
        * platform/efl/fast/dynamic/010-expected.png:
        * platform/efl/fast/dynamic/010-expected.txt:
        * platform/efl/fast/dynamic/011-expected.png:
        * platform/efl/fast/dynamic/011-expected.txt:
        * platform/efl/fast/dynamic/013-expected.png:
        * platform/efl/fast/dynamic/013-expected.txt:
        * platform/efl/fast/dynamic/014-expected.png:
        * platform/efl/fast/dynamic/014-expected.txt:
        * platform/efl/fast/dynamic/015-expected.png:
        * platform/efl/fast/dynamic/015-expected.txt:
        * platform/efl/fast/dynamic/anchor-lock-expected.png:
        * platform/efl/fast/dynamic/anchor-lock-expected.txt:
        * platform/efl/fast/dynamic/anonymous-block-layer-lost-expected.png:
        * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
        * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
        * platform/efl/fast/dynamic/containing-block-change-expected.png:
        * platform/efl/fast/dynamic/containing-block-change-expected.txt:
        * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
        * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
        * platform/efl/fast/dynamic/first-letter-after-list-marker-expected.png:
        * platform/efl/fast/dynamic/first-letter-display-change-expected.png:
        * platform/efl/fast/dynamic/first-letter-display-change-expected.txt:
        * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt:
        * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
        * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
        * platform/efl/fast/dynamic/float-no-longer-overhanging-expected.png:
        * platform/efl/fast/dynamic/float-withdrawal-2-expected.png:
        * platform/efl/fast/dynamic/float-withdrawal-expected.png:
        * platform/efl/fast/dynamic/float-withdrawal-expected.txt:
        * platform/efl/fast/dynamic/floating-to-positioned-2-expected.png:
        * platform/efl/fast/dynamic/floating-to-positioned-expected.png:
        * platform/efl/fast/dynamic/genContentDestroyChildren-expected.png:
        * platform/efl/fast/dynamic/genContentDestroyChildren-expected.txt:
        * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        * platform/efl/fast/dynamic/link-href-change-expected.png:
        * platform/efl/fast/dynamic/link-href-change-expected.txt:
        * platform/efl/fast/dynamic/move-node-with-selection-expected.png:
        * platform/efl/fast/dynamic/move-node-with-selection-expected.txt:
        * platform/efl/fast/dynamic/noninlinebadness-expected.png:
        * platform/efl/fast/dynamic/noninlinebadness-expected.txt:
        * platform/efl/fast/dynamic/outerHTML-doc-expected.png:
        * platform/efl/fast/dynamic/outerHTML-doc-expected.txt:
        * platform/efl/fast/dynamic/outerHTML-img-expected.png:
        * platform/efl/fast/dynamic/outerHTML-img-expected.txt:
        * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
        * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
        * platform/efl/fast/dynamic/selection-highlight-adjust-expected.png:
        * platform/efl/fast/dynamic/selection-highlight-adjust-expected.txt:
        * platform/efl/fast/dynamic/staticY-expected.png:
        * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.png:
        * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.txt:
        * platform/efl/fast/dynamic/text-combine-expected.png:
        * platform/efl/fast/dynamic/text-combine-expected.txt:
        * platform/efl/fast/dynamic/view-overflow-expected.png:
        * platform/efl/fast/dynamic/view-overflow-expected.txt:
        * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.png:
        * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.txt:
        * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
        * platform/efl/fast/encoding/invalid-UTF-8-expected.png:
        * platform/efl/fast/encoding/invalid-UTF-8-expected.txt:
        * platform/efl/fast/encoding/utf-16-big-endian-expected.png:
        * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/efl/fast/encoding/utf-16-little-endian-expected.png:
        * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/efl/fast/encoding/xmacroman-encoding-test-expected.png:
        * platform/efl/fast/encoding/xmacroman-encoding-test-expected.txt:
        * platform/efl/fast/events/autoscroll-expected.png:
        * platform/efl/fast/events/autoscroll-expected.txt:
        * platform/efl/fast/events/context-no-deselect-expected.png:
        * platform/efl/fast/events/context-no-deselect-expected.txt:
        * platform/efl/fast/events/event-listener-on-link-expected.png:
        * platform/efl/fast/events/event-listener-on-link-expected.txt:
        * platform/efl/fast/events/onload-re-entry-expected.png:
        * platform/efl/fast/events/onload-re-entry-expected.txt:
        * platform/efl/fast/events/overflow-viewport-renderer-deleted-expected.txt:
        * platform/efl/fast/events/pointer-events-2-expected.png:
        * platform/efl/fast/events/pointer-events-2-expected.txt:
        * platform/efl/fast/events/resize-events-expected.png:
        * platform/efl/fast/events/resize-events-expected.txt:
        * platform/efl/fast/events/reveal-link-when-focused-expected.png:
        * platform/efl/fast/events/reveal-link-when-focused-expected.txt:
        * platform/efl/fast/events/updateLayoutForHitTest-expected.png:
        * platform/efl/fast/events/updateLayoutForHitTest-expected.txt:
        * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
        * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
        * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
        * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
        * platform/efl/fast/flexbox/001-expected.png:
        * platform/efl/fast/flexbox/001-expected.txt:
        * platform/efl/fast/flexbox/002-expected.png:
        * platform/efl/fast/flexbox/002-expected.txt:
        * platform/efl/fast/flexbox/003-expected.png:
        * platform/efl/fast/flexbox/003-expected.txt:
        * platform/efl/fast/flexbox/004-expected.png:
        * platform/efl/fast/flexbox/004-expected.txt:
        * platform/efl/fast/flexbox/005-expected.png:
        * platform/efl/fast/flexbox/005-expected.txt:
        * platform/efl/fast/flexbox/006-expected.png:
        * platform/efl/fast/flexbox/006-expected.txt:
        * platform/efl/fast/flexbox/007-expected.png:
        * platform/efl/fast/flexbox/007-expected.txt:
        * platform/efl/fast/flexbox/008-expected.png:
        * platform/efl/fast/flexbox/008-expected.txt:
        * platform/efl/fast/flexbox/009-expected.png:
        * platform/efl/fast/flexbox/009-expected.txt:
        * platform/efl/fast/flexbox/010-expected.png:
        * platform/efl/fast/flexbox/010-expected.txt:
        * platform/efl/fast/flexbox/011-expected.png:
        * platform/efl/fast/flexbox/012-expected.png:
        * platform/efl/fast/flexbox/012-expected.txt:
        * platform/efl/fast/flexbox/013-expected.png:
        * platform/efl/fast/flexbox/013-expected.txt:
        * platform/efl/fast/flexbox/014-expected.png:
        * platform/efl/fast/flexbox/014-expected.txt:
        * platform/efl/fast/flexbox/015-expected.png:
        * platform/efl/fast/flexbox/015-expected.txt:
        * platform/efl/fast/flexbox/016-expected.png:
        * platform/efl/fast/flexbox/016-expected.txt:
        * platform/efl/fast/flexbox/017-expected.png:
        * platform/efl/fast/flexbox/017-expected.txt:
        * platform/efl/fast/flexbox/018-expected.png:
        * platform/efl/fast/flexbox/018-expected.txt:
        * platform/efl/fast/flexbox/019-expected.png:
        * platform/efl/fast/flexbox/019-expected.txt:
        * platform/efl/fast/flexbox/020-expected.png:
        * platform/efl/fast/flexbox/020-expected.txt:
        * platform/efl/fast/flexbox/021-expected.png:
        * platform/efl/fast/flexbox/021-expected.txt:
        * platform/efl/fast/flexbox/022-expected.png:
        * platform/efl/fast/flexbox/022-expected.txt:
        * platform/efl/fast/flexbox/023-expected.png:
        * platform/efl/fast/flexbox/023-expected.txt:
        * platform/efl/fast/flexbox/024-expected.png:
        * platform/efl/fast/flexbox/024-expected.txt:
        * platform/efl/fast/flexbox/025-expected.png:
        * platform/efl/fast/flexbox/025-expected.txt:
        * platform/efl/fast/flexbox/026-expected.png:
        * platform/efl/fast/flexbox/026-expected.txt:
        * platform/efl/fast/flexbox/flex-hang-expected.png:
        * platform/efl/fast/flexbox/overhanging-floats-removed-expected.png:
        * platform/efl/fast/flexbox/overhanging-floats-removed-expected.txt:
        * platform/efl/fast/forms/001-expected.png:
        * platform/efl/fast/forms/001-expected.txt:
        * platform/efl/fast/forms/002-expected.png:
        * platform/efl/fast/forms/003-expected.png:
        * platform/efl/fast/forms/003-expected.txt:
        * platform/efl/fast/forms/004-expected.png:
        * platform/efl/fast/forms/004-expected.txt:
        * platform/efl/fast/forms/006-expected.png:
        * platform/efl/fast/forms/006-expected.txt:
        * platform/efl/fast/forms/007-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label01-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt:
        * platform/efl/fast/forms/HTMLOptionElement_label02-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt:
        * platform/efl/fast/forms/HTMLOptionElement_label03-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt:
        * platform/efl/fast/forms/HTMLOptionElement_label04-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt:
        * platform/efl/fast/forms/HTMLOptionElement_label05-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label05-expected.txt:
        * platform/efl/fast/forms/HTMLOptionElement_label06-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt:
        * platform/efl/fast/forms/HTMLOptionElement_label07-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt:
        * platform/efl/fast/forms/basic-buttons-expected.png:
        * platform/efl/fast/forms/basic-buttons-expected.txt:
        * platform/efl/fast/forms/basic-inputs-expected.png:
        * platform/efl/fast/forms/basic-inputs-expected.txt:
        * platform/efl/fast/forms/basic-textareas-expected.png:
        * platform/efl/fast/forms/basic-textareas-expected.txt:
        * platform/efl/fast/forms/blankbuttons-expected.png:
        * platform/efl/fast/forms/blankbuttons-expected.txt:
        * platform/efl/fast/forms/box-shadow-override-expected.png:
        * platform/efl/fast/forms/box-shadow-override-expected.txt:
        * platform/efl/fast/forms/button-align-expected.png:
        * platform/efl/fast/forms/button-align-expected.txt:
        * platform/efl/fast/forms/button-cannot-be-nested-expected.png:
        * platform/efl/fast/forms/button-cannot-be-nested-expected.txt:
        * platform/efl/fast/forms/button-default-title-expected.png:
        * platform/efl/fast/forms/button-generated-content-expected.png:
        * platform/efl/fast/forms/button-generated-content-expected.txt:
        * platform/efl/fast/forms/button-inner-block-reuse-expected.png:
        * platform/efl/fast/forms/button-inner-block-reuse-expected.txt:
        * platform/efl/fast/forms/button-positioned-expected.png:
        * platform/efl/fast/forms/button-positioned-expected.txt:
        * platform/efl/fast/forms/button-sizes-expected.png:
        * platform/efl/fast/forms/button-sizes-expected.txt:
        * platform/efl/fast/forms/button-style-color-expected.png:
        * platform/efl/fast/forms/button-style-color-expected.txt:
        * platform/efl/fast/forms/button-submit-expected.png:
        * platform/efl/fast/forms/button-submit-expected.txt:
        * platform/efl/fast/forms/button-table-styles-expected.png:
        * platform/efl/fast/forms/button-table-styles-expected.txt:
        * platform/efl/fast/forms/button-text-transform-expected.png:
        * platform/efl/fast/forms/button-text-transform-expected.txt:
        * platform/efl/fast/forms/button-white-space-expected.png:
        * platform/efl/fast/forms/button-white-space-expected.txt:
        * platform/efl/fast/forms/caret-rtl-expected.png:
        * platform/efl/fast/forms/caret-rtl-expected.txt:
        * platform/efl/fast/forms/control-clip-expected.png:
        * platform/efl/fast/forms/control-clip-expected.txt:
        * platform/efl/fast/forms/control-clip-overflow-expected.png:
        * platform/efl/fast/forms/control-clip-overflow-expected.txt:
        * platform/efl/fast/forms/control-restrict-line-height-expected.png:
        * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
        * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
        * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
        * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png:
        * platform/efl/fast/forms/datalist/range-snap-to-datalist-expected.txt:
        * platform/efl/fast/forms/disabled-select-change-index-expected.png:
        * platform/efl/fast/forms/disabled-select-change-index-expected.txt:
        * platform/efl/fast/forms/encoding-test-expected.png:
        * platform/efl/fast/forms/encoding-test-expected.txt:
        * platform/efl/fast/forms/fieldset-align-expected.png:
        * platform/efl/fast/forms/fieldset-align-expected.txt:
        * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
        * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
        * platform/efl/fast/forms/fieldset-with-float-expected.png:
        * platform/efl/fast/forms/fieldset-with-float-expected.txt:
        * platform/efl/fast/forms/file/file-input-direction-expected.png:
        * platform/efl/fast/forms/file/file-input-direction-expected.txt:
        * platform/efl/fast/forms/file/file-input-disabled-expected.png:
        * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
        * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
        * platform/efl/fast/forms/float-before-fieldset-expected.png:
        * platform/efl/fast/forms/float-before-fieldset-expected.txt:
        * platform/efl/fast/forms/floating-textfield-relayout-expected.png:
        * platform/efl/fast/forms/floating-textfield-relayout-expected.txt:
        * platform/efl/fast/forms/form-added-to-table-expected.png:
        * platform/efl/fast/forms/form-added-to-table-expected.txt:
        * platform/efl/fast/forms/form-element-geometry-expected.png:
        * platform/efl/fast/forms/form-element-geometry-expected.txt:
        * platform/efl/fast/forms/form-hides-table-expected.png:
        * platform/efl/fast/forms/form-hides-table-expected.txt:
        * platform/efl/fast/forms/form-in-malformed-markup-expected.png:
        * platform/efl/fast/forms/form-in-malformed-markup-expected.txt:
        * platform/efl/fast/forms/formmove-expected.png:
        * platform/efl/fast/forms/formmove-expected.txt:
        * platform/efl/fast/forms/formmove2-expected.png:
        * platform/efl/fast/forms/formmove2-expected.txt:
        * platform/efl/fast/forms/formmove3-expected.png:
        * platform/efl/fast/forms/formmove3-expected.txt:
        * platform/efl/fast/forms/hidden-listbox-expected.png:
        * platform/efl/fast/forms/hidden-listbox-expected.txt:
        * platform/efl/fast/forms/image-border-expected.png:
        * platform/efl/fast/forms/image-border-expected.txt:
        * platform/efl/fast/forms/indeterminate-expected.png:
        * platform/efl/fast/forms/indeterminate-expected.txt:
        * platform/efl/fast/forms/input-align-image-expected.png:
        * platform/efl/fast/forms/input-align-image-expected.txt:
        * platform/efl/fast/forms/input-appearance-bkcolor-expected.png:
        * platform/efl/fast/forms/input-appearance-bkcolor-expected.txt:
        * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.png:
        * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt:
        * platform/efl/fast/forms/input-appearance-disabled-expected.png:
        * platform/efl/fast/forms/input-appearance-disabled-expected.txt:
        * platform/efl/fast/forms/input-appearance-focus-expected.png:
        * platform/efl/fast/forms/input-appearance-focus-expected.txt:
        * platform/efl/fast/forms/input-appearance-height-expected.png:
        * platform/efl/fast/forms/input-appearance-height-expected.txt:
        * platform/efl/fast/forms/input-appearance-preventDefault-expected.png:
        * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:

2013-01-18  Manuel Rego Casasnovas  <rego@igalia.com>

        [GTK] Implement LayoutTestController::addUserScript
        https://bugs.webkit.org/show_bug.cgi?id=107275

        Reviewed by Philippe Normand.

        * platform/gtk-wk2/TestExpectations: Remove
        plugins/plugin-document-load-prevented-userscript.html.
        * platform/gtk/TestExpectations: Remove
        plugins/plugin-document-load-prevented-userscript.html.

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (11/26).

        * platform/efl/fast/borders/inline-mask-overlay-image-outset-expected.png:
        * platform/efl/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
        * platform/efl/fast/borders/mixed-border-styles-expected.png:
        * platform/efl/fast/borders/mixed-border-styles-expected.txt:
        * platform/efl/fast/borders/mixed-border-styles-radius-expected.txt:
        * platform/efl/fast/borders/mixed-border-styles-radius2-expected.png:
        * platform/efl/fast/borders/mixed-border-styles-radius2-expected.txt:
        * platform/efl/fast/borders/outline-alpha-block-expected.png:
        * platform/efl/fast/borders/outline-alpha-inline-expected.png:
        * platform/efl/fast/borders/outline-offset-min-assert-expected.png:
        * platform/efl/fast/borders/rtl-border-01-expected.png:
        * platform/efl/fast/borders/rtl-border-01-expected.txt:
        * platform/efl/fast/borders/rtl-border-02-expected.png:
        * platform/efl/fast/borders/rtl-border-02-expected.txt:
        * platform/efl/fast/borders/rtl-border-03-expected.png:
        * platform/efl/fast/borders/rtl-border-03-expected.txt:
        * platform/efl/fast/borders/rtl-border-04-expected.png:
        * platform/efl/fast/borders/rtl-border-04-expected.txt:
        * platform/efl/fast/borders/rtl-border-05-expected.png:
        * platform/efl/fast/borders/rtl-border-05-expected.txt:
        * platform/efl/fast/borders/scaled-border-image-expected.png:
        * platform/efl/fast/borders/scaled-border-image-expected.txt:
        * platform/efl/fast/borders/table-borders-expected.png:
        * platform/efl/fast/borders/table-borders-expected.txt:
        * platform/efl/fast/borders/webkit-border-radius-expected.png:
        * platform/efl/fast/box-shadow/basic-shadows-expected.txt:
        * platform/efl/fast/box-shadow/border-radius-big-expected.png:
        * platform/efl/fast/box-shadow/border-radius-big-expected.txt:
        * platform/efl/fast/box-shadow/box-shadow-transformed-expected.txt:
        * platform/efl/fast/box-shadow/inset-box-shadow-radius-expected.txt:
        * platform/efl/fast/box-shadow/inset-box-shadows-expected.txt:
        * platform/efl/fast/box-shadow/inset-expected.txt:
        * platform/efl/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
        * platform/efl/fast/box-shadow/no-blur-multiple-offsets-expected.png:
        * platform/efl/fast/box-shadow/spread-expected.png:
        * platform/efl/fast/box-shadow/spread-multiple-inset-expected.png:
        * platform/efl/fast/box-shadow/spread-multiple-normal-expected.png:
        * platform/efl/fast/box-shadow/transform-fringing-expected.png:
        * platform/efl/fast/box-shadow/transform-fringing-expected.txt:
        * platform/efl/fast/box-sizing/panels-one-expected.png:
        * platform/efl/fast/box-sizing/panels-one-expected.txt:
        * platform/efl/fast/box-sizing/panels-two-expected.png:
        * platform/efl/fast/box-sizing/panels-two-expected.txt:
        * platform/efl/fast/box-sizing/percentage-height-expected.png:
        * platform/efl/fast/box-sizing/percentage-height-expected.txt:
        * platform/efl/fast/canvas/arc360-expected.png:
        * platform/efl/fast/canvas/canvas-as-image-expected.png:
        * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
        * platform/efl/fast/canvas/canvas-before-css-expected.png:
        * platform/efl/fast/canvas/canvas-bg-expected.png:
        * platform/efl/fast/canvas/canvas-composite-expected.png:
        * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
        * platform/efl/fast/canvas/canvas-composite-transformclip-expected.png:
        * platform/efl/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
        * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
        * platform/efl/fast/canvas/canvas-resize-reset-expected.png:
        * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.png:
        * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.txt:
        * platform/efl/fast/canvas/canvas-text-alignment-expected.png:
        * platform/efl/fast/canvas/canvas-text-baseline-expected.png:
        * platform/efl/fast/canvas/canvas-transforms-during-path-expected.png:
        * platform/efl/fast/canvas/canvas-zoom-expected.png:
        * platform/efl/fast/canvas/canvas-zoom-expected.txt:
        * platform/efl/fast/canvas/canvasDrawingIntoSelf-expected.png:
        * platform/efl/fast/canvas/check-stale-putImageData-expected.png:
        * platform/efl/fast/canvas/drawImage-expected.png:
        * platform/efl/fast/canvas/drawImage-with-globalAlpha-expected.png:
        * platform/efl/fast/canvas/fillrect-gradient-zero-stops-expected.png:
        * platform/efl/fast/canvas/fillrect_gradient-expected.png:
        * platform/efl/fast/canvas/gradient-add-second-start-end-stop-expected.png:
        * platform/efl/fast/canvas/image-object-in-canvas-expected.png:
        * platform/efl/fast/canvas/image-pattern-rotate-expected.png:
        * platform/efl/fast/canvas/patternfill-repeat-expected.png:
        * platform/efl/fast/canvas/quadraticCurveTo-expected.png:
        * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
        * platform/efl/fast/canvas/shadow-offset-1-expected.png:
        * platform/efl/fast/canvas/shadow-offset-2-expected.png:
        * platform/efl/fast/canvas/shadow-offset-3-expected.png:
        * platform/efl/fast/canvas/shadow-offset-4-expected.png:
        * platform/efl/fast/canvas/shadow-offset-5-expected.png:
        * platform/efl/fast/canvas/shadow-offset-6-expected.png:
        * platform/efl/fast/canvas/shadow-offset-7-expected.png:
        * platform/efl/fast/canvas/toDataURL-alpha-expected.png:
        * platform/efl/fast/canvas/zero-size-fill-rect-expected.png:
        * platform/efl/fast/clip/001-expected.png:
        * platform/efl/fast/clip/001-expected.txt:
        * platform/efl/fast/clip/002-expected.png:
        * platform/efl/fast/clip/002-expected.txt:
        * platform/efl/fast/clip/003-expected.png:
        * platform/efl/fast/clip/003-expected.txt:
        * platform/efl/fast/clip/004-expected.png:
        * platform/efl/fast/clip/004-expected.txt:
        * platform/efl/fast/clip/005-expected.png:
        * platform/efl/fast/clip/005-expected.txt:
        * platform/efl/fast/clip/006-expected.png:
        * platform/efl/fast/clip/006-expected.txt:
        * platform/efl/fast/clip/007-expected.png:
        * platform/efl/fast/clip/007-expected.txt:
        * platform/efl/fast/clip/008-expected.png:
        * platform/efl/fast/clip/009-expected.png:
        * platform/efl/fast/clip/009-expected.txt:
        * platform/efl/fast/clip/010-expected.png:
        * platform/efl/fast/clip/010-expected.txt:
        * platform/efl/fast/clip/011-expected.png:
        * platform/efl/fast/clip/012-expected.png:
        * platform/efl/fast/clip/013-expected.png:
        * platform/efl/fast/clip/013-expected.txt:
        * platform/efl/fast/clip/014-expected.png:
        * platform/efl/fast/clip/014-expected.txt:
        * platform/efl/fast/clip/015-expected.png:
        * platform/efl/fast/clip/015-expected.txt:
        * platform/efl/fast/clip/016-expected.png:
        * platform/efl/fast/clip/016-expected.txt:
        * platform/efl/fast/clip/nestedTransparencyClip-expected.png:
        * platform/efl/fast/clip/nestedTransparencyClip-expected.txt:
        * platform/efl/fast/clip/outline-overflowClip-expected.png:
        * platform/efl/fast/clip/outline-overflowClip-expected.txt:
        * platform/efl/fast/clip/overflow-border-radius-clip-expected.png:
        * platform/efl/fast/clip/overflow-border-radius-clip-expected.txt:
        * platform/efl/fast/clip/overflow-border-radius-combinations-expected.png:
        * platform/efl/fast/clip/overflow-border-radius-combinations-expected.txt:
        * platform/efl/fast/clip/overflow-border-radius-composited-expected.png:
        * platform/efl/fast/clip/overflow-border-radius-composited-expected.txt:
        * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.png:
        * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.txt:
        * platform/efl/fast/clip/overflow-border-radius-transformed-expected.png:
        * platform/efl/fast/clip/overflow-border-radius-transformed-expected.txt:
        * platform/efl/fast/compact/001-expected.png:
        * platform/efl/fast/compact/002-expected.png:
        * platform/efl/fast/compact/002-expected.txt:
        * platform/efl/fast/compact/003-expected.png:
        * platform/efl/fast/compact/003-expected.txt:
        * platform/efl/fast/css-generated-content/001-expected.png:
        * platform/efl/fast/css-generated-content/001-expected.txt:
        * platform/efl/fast/css-generated-content/002-expected.png:
        * platform/efl/fast/css-generated-content/002-expected.txt:
        * platform/efl/fast/css-generated-content/003-expected.png:
        * platform/efl/fast/css-generated-content/003-expected.txt:
        * platform/efl/fast/css-generated-content/004-expected.png:
        * platform/efl/fast/css-generated-content/004-expected.txt:
        * platform/efl/fast/css-generated-content/005-expected.png:
        * platform/efl/fast/css-generated-content/005-expected.txt:
        * platform/efl/fast/css-generated-content/007-expected.png:
        * platform/efl/fast/css-generated-content/007-expected.txt:
        * platform/efl/fast/css-generated-content/008-expected.png:
        * platform/efl/fast/css-generated-content/008-expected.txt:
        * platform/efl/fast/css-generated-content/009-expected.png:
        * platform/efl/fast/css-generated-content/009-expected.txt:
        * platform/efl/fast/css-generated-content/010-expected.png:
        * platform/efl/fast/css-generated-content/010-expected.txt:
        * platform/efl/fast/css-generated-content/011-expected.png:
        * platform/efl/fast/css-generated-content/011-expected.txt:
        * platform/efl/fast/css-generated-content/012-expected.png:
        * platform/efl/fast/css-generated-content/012-expected.txt:
        * platform/efl/fast/css-generated-content/013-expected.png:
        * platform/efl/fast/css-generated-content/013-expected.txt:
        * platform/efl/fast/css-generated-content/014-expected.png:
        * platform/efl/fast/css-generated-content/014-expected.txt:
        * platform/efl/fast/css-generated-content/015-expected.png:
        * platform/efl/fast/css-generated-content/015-expected.txt:
        * platform/efl/fast/css-generated-content/016-expected.png:
        * platform/efl/fast/css-generated-content/016-expected.txt:
        * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.png:
        * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.txt:
        * platform/efl/fast/css-generated-content/after-order-expected.png:
        * platform/efl/fast/css-generated-content/after-order-expected.txt:
        * platform/efl/fast/css-generated-content/before-with-first-letter-expected.png:
        * platform/efl/fast/css-generated-content/before-with-first-letter-expected.txt:
        * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.png:
        * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
        * platform/efl/fast/css-generated-content/hover-style-change-expected.png:
        * platform/efl/fast/css-generated-content/hover-style-change-expected.txt:
        * platform/efl/fast/css-generated-content/inline-display-types-expected.png:
        * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
        * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
        * platform/efl/fast/css-generated-content/no-openclose-quote-expected.png:
        * platform/efl/fast/css-generated-content/no-openclose-quote-expected.txt:
        * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.png:
        * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
        * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
        * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
        * platform/efl/fast/css-generated-content/table-cell-before-content-expected.png:
        * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
        * platform/efl/fast/css-generated-content/table-parts-before-and-after-expected.png:
        * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.png:
        * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
        * platform/efl/fast/css-generated-content/table-row-before-after-expected.png:
        * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
        * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.png:
        * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
        * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.png:
        * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.txt:
        * platform/efl/fast/css-generated-content/table-row-with-before-expected.png:
        * platform/efl/fast/css-generated-content/table-row-with-before-expected.txt:
        * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.png:
        * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
        * platform/efl/fast/css-generated-content/table-with-before-expected.png:
        * platform/efl/fast/css-generated-content/table-with-before-expected.txt:
        * platform/efl/fast/css-generated-content/visibleContentHiddenParent-expected.png:
        * platform/efl/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
        * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.png:
        * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.txt:
        * platform/efl/fast/css/001-expected.png:
        * platform/efl/fast/css/001-expected.txt:
        * platform/efl/fast/css/002-expected.png:
        * platform/efl/fast/css/003-expected.png:
        * platform/efl/fast/css/003-expected.txt:
        * platform/efl/fast/css/004-expected.png:
        * platform/efl/fast/css/004-expected.txt:
        * platform/efl/fast/css/005-expected.png:
        * platform/efl/fast/css/005-expected.txt:
        * platform/efl/fast/css/006-expected.png:
        * platform/efl/fast/css/007-expected.png:
        * platform/efl/fast/css/007-expected.txt:
        * platform/efl/fast/css/008-expected.png:
        * platform/efl/fast/css/008-expected.txt:
        * platform/efl/fast/css/ZeroOpacityLayers-expected.png:
        * platform/efl/fast/css/ZeroOpacityLayers-expected.txt:
        * platform/efl/fast/css/ZeroOpacityLayers2-expected.png:
        * platform/efl/fast/css/ZeroOpacityLayers2-expected.txt:
        * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
        * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.png:
        * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.txt:
        * platform/efl/fast/css/acid2-expected.png:
        * platform/efl/fast/css/acid2-pixel-expected.png:
        * platform/efl/fast/css/attribute-selector-dynamic-expected.png:
        * platform/efl/fast/css/attribute-selector-dynamic-expected.txt:
        * platform/efl/fast/css/attribute-selector-empty-value-expected.png:
        * platform/efl/fast/css/attribute-selector-empty-value-expected.txt:
        * platform/efl/fast/css/background-clip-values-expected.png:
        * platform/efl/fast/css/background-image-with-baseurl-expected.png:
        * platform/efl/fast/css/background-image-with-baseurl-expected.txt:
        * platform/efl/fast/css/background-shorthand-invalid-url-expected.png:
        * platform/efl/fast/css/background-shorthand-invalid-url-expected.txt:
        * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.png:
        * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.txt:
        * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.png:
        * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.txt:
        * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.png:
        * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt:
        * platform/efl/fast/css/bogus-color-span-expected.png:
        * platform/efl/fast/css/border-height-expected.png:
        * platform/efl/fast/css/border-radius-non-negative-expected.png:
        * platform/efl/fast/css/border-radius-outline-offset-expected.png:
        * platform/efl/fast/css/border-radius-outline-offset-expected.txt:
        * platform/efl/fast/css/border-solid-single-edge-antialias-expected.png:
        * platform/efl/fast/css/caption-width-absolute-position-expected.png:
        * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.png:
        * platform/efl/fast/css/caption-width-fixed-position-expected.png:
        * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.png:
        * platform/efl/fast/css/caption-width-relative-position-expected.png:
        * platform/efl/fast/css/caption-width-relative-position-expected.txt:
        * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.png:
        * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.txt:
        * platform/efl/fast/css/child-style-can-override-visited-style-expected.png:
        * platform/efl/fast/css/child-style-can-override-visited-style-expected.txt:
        * platform/efl/fast/css/clip-text-in-scaled-div-expected.png:
        * platform/efl/fast/css/clip-text-in-scaled-div-expected.txt:
        * platform/efl/fast/css/clip-zooming-expected.png:
        * platform/efl/fast/css/clip-zooming-expected.txt:
        * platform/efl/fast/css/color-leakage-expected.png:
        * platform/efl/fast/css/color-quirk-expected.png:
        * platform/efl/fast/css/color-quirk-expected.txt:
        * platform/efl/fast/css/color-strict-expected.png:
        * platform/efl/fast/css/color-strict-expected.txt:
        * platform/efl/fast/css/compare-content-style-expected.png:
        * platform/efl/fast/css/compare-content-style-expected.txt:
        * platform/efl/fast/css/content-dynamic-expected.png:
        * platform/efl/fast/css/contentDiv-expected.png:
        * platform/efl/fast/css/contentDivWithChildren-expected.png:
        * platform/efl/fast/css/contentImage-expected.png:
        * platform/efl/fast/css/continuationCrash-expected.png:
        * platform/efl/fast/css/continuationCrash-expected.txt:
        * platform/efl/fast/css/counters/counter-text-security-expected.png:
        * platform/efl/fast/css/counters/counter-text-security-expected.txt:
        * platform/efl/fast/css/counters/counter-text-transform-expected.png:
        * platform/efl/fast/css/counters/counter-text-transform-expected.txt:
        * platform/efl/fast/css/create_element_align-expected.png:
        * platform/efl/fast/css/create_element_align-expected.txt:
        * platform/efl/fast/css/css-imports-expected.png:
        * platform/efl/fast/css/css-imports-expected.txt:
        * platform/efl/fast/css/css1_forward_compatible_parsing-expected.png:
        * platform/efl/fast/css/css1_forward_compatible_parsing-expected.txt:
        * platform/efl/fast/css/css2-system-fonts-expected.png:
        * platform/efl/fast/css/css3-modsel-22-expected.png:
        * platform/efl/fast/css/css3-modsel-22-expected.txt:
        * platform/efl/fast/css/css3-nth-child-expected.png:
        * platform/efl/fast/css/css3-nth-child-expected.txt:
        * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.png:
        * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.txt:
        * platform/efl/fast/css/disabled-author-styles-expected.png:
        * platform/efl/fast/css/disabled-author-styles-expected.txt:
        * platform/efl/fast/css/dynamic-sibling-selector-expected.png:
        * platform/efl/fast/css/dynamic-sibling-selector-expected.txt:
        * platform/efl/fast/css/empty-body-test-expected.png:
        * platform/efl/fast/css/empty-body-test-expected.txt:
        * platform/efl/fast/css/empty-generated-content-expected.png:
        * platform/efl/fast/css/empty-generated-content-expected.txt:
        * platform/efl/fast/css/empty-inline-003-quirksmode-expected.txt:
        * platform/efl/fast/css/empty-inline-line-height-first-line-expected.txt:
        * platform/efl/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt:
        * platform/efl/fast/css/empty-pseudo-class-expected.png:
        * platform/efl/fast/css/empty-pseudo-class-expected.txt:
        * platform/efl/fast/css/error-in-last-decl-expected.png:
        * platform/efl/fast/css/error-in-last-decl-expected.txt:
        * platform/efl/fast/css/ex-after-font-variant-expected.png:
        * platform/efl/fast/css/ex-after-font-variant-expected.txt:
        * platform/efl/fast/css/fieldset-display-row-expected.png:
        * platform/efl/fast/css/fieldset-display-row-expected.txt:
        * platform/efl/fast/css/find-next-layer-expected.png:
        * platform/efl/fast/css/find-next-layer-expected.txt:
        * platform/efl/fast/css/first-child-pseudo-class-expected.png:
        * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
        * platform/efl/fast/css/first-letter-capitalized-expected.png:
        * platform/efl/fast/css/first-letter-capitalized-expected.txt:
        * platform/efl/fast/css/first-letter-detach-expected.png:
        * platform/efl/fast/css/first-letter-detach-expected.txt:
        * platform/efl/fast/css/first-letter-first-line-hover-expected.png:
        * platform/efl/fast/css/first-letter-first-line-hover-expected.txt:
        * platform/efl/fast/css/first-letter-float-after-float-expected.png:
        * platform/efl/fast/css/first-letter-float-after-float-expected.txt:
        * platform/efl/fast/css/first-letter-float-expected.png:
        * platform/efl/fast/css/first-letter-float-expected.txt:
        * platform/efl/fast/css/first-letter-hover-expected.png:
        * platform/efl/fast/css/first-letter-hover-expected.txt:
        * platform/efl/fast/css/first-letter-punctuation-expected.png:
        * platform/efl/fast/css/first-letter-punctuation-expected.txt:
        * platform/efl/fast/css/first-letter-recalculation-expected.png:
        * platform/efl/fast/css/first-letter-recalculation-expected.txt:
        * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.png:
        * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.txt:
        * platform/efl/fast/css/first-letter-visibility-expected.png:
        * platform/efl/fast/css/first-letter-visibility-expected.txt:
        * platform/efl/fast/css/first-line-text-decoration-expected.png:
        * platform/efl/fast/css/first-line-text-decoration-expected.txt:
        * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
        * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
        * platform/efl/fast/css/first-of-type-pseudo-class-expected.png:
        * platform/efl/fast/css/first-of-type-pseudo-class-expected.txt:
        * platform/efl/fast/css/focus-ring-detached-expected.png:
        * platform/efl/fast/css/focus-ring-detached-expected.txt:
        * platform/efl/fast/css/focus-ring-multiline-expected.png:
        * platform/efl/fast/css/focus-ring-multiline-expected.txt:
        * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
        * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
        * platform/efl/fast/css/focus-ring-outline-color-expected.png:
        * platform/efl/fast/css/focus-ring-outline-color-expected.txt:
        * platform/efl/fast/css/focus-ring-outline-offset-expected.png:
        * platform/efl/fast/css/focus-ring-outline-offset-expected.txt:
        * platform/efl/fast/css/focus-ring-outline-width-expected.png:
        * platform/efl/fast/css/focus-ring-outline-width-expected.txt:
        * platform/efl/fast/css/font-face-default-font-expected.png:
        * platform/efl/fast/css/font-face-default-font-expected.txt:
        * platform/efl/fast/css/font-face-implicit-local-font-expected.png:
        * platform/efl/fast/css/font-face-implicit-local-font-expected.txt:
        * platform/efl/fast/css/font-face-in-media-rule-expected.png:
        * platform/efl/fast/css/font-face-in-media-rule-expected.txt:
        * platform/efl/fast/css/font-face-locally-installed-expected.png:
        * platform/efl/fast/css/font-face-locally-installed-expected.txt:
        * platform/efl/fast/css/font-face-multiple-faces-expected.png:
        * platform/efl/fast/css/font-face-multiple-faces-expected.txt:
        * platform/efl/fast/css/font-face-multiple-remote-sources-expected.png:
        * platform/efl/fast/css/font-face-opentype-expected.png:
        * platform/efl/fast/css/font-face-opentype-expected.txt:
        * platform/efl/fast/css/font-face-remote-expected.png:
        * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.png:
        * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.txt:
        * platform/efl/fast/css/font-face-unicode-range-expected.png:
        * platform/efl/fast/css/font-face-unicode-range-expected.txt:
        * platform/efl/fast/css/font-face-weight-matching-expected.png:
        * platform/efl/fast/css/font-face-weight-matching-expected.txt:
        * platform/efl/fast/css/font-face-woff-expected.png:
        * platform/efl/fast/css/font-face-woff-expected.txt:
        * platform/efl/fast/css/font-shorthand-weight-only-expected.png:
        * platform/efl/fast/css/font-shorthand-weight-only-expected.txt:
        * platform/efl/fast/css/font-size-negative-expected.png:
        * platform/efl/fast/css/font-smoothing-expected.txt:
        * platform/efl/fast/css/font-weight-1-expected.txt:
        * platform/efl/fast/css/font_property_normal-expected.png:
        * platform/efl/fast/css/font_property_normal-expected.txt:
        * platform/efl/fast/css/h1-in-section-elements-expected.png:
        * platform/efl/fast/css/h1-in-section-elements-expected.txt:
        * platform/efl/fast/css/hover-subselector-expected.png:
        * platform/efl/fast/css/hover-subselector-expected.txt:
        * platform/efl/fast/css/hsl-color-expected.png:
        * platform/efl/fast/css/hsla-color-expected.png:
        * platform/efl/fast/css/ignore-text-zoom-expected.png:
        * platform/efl/fast/css/ignore-text-zoom-expected.txt:
        * platform/efl/fast/css/imageTileOpacity-expected.png:
        * platform/efl/fast/css/import-rule-regression-11590-expected.png:
        * platform/efl/fast/css/import-rule-regression-11590-expected.txt:
        * platform/efl/fast/css/import_with_baseurl-expected.png:
        * platform/efl/fast/css/import_with_baseurl-expected.txt:
        * platform/efl/fast/css/inline-element-line-break-expected.png:
        * platform/efl/fast/css/inline-element-line-break-expected.txt:
        * platform/efl/fast/css/inline-properties-important-expected.png:
        * platform/efl/fast/css/inline-properties-important-expected.txt:
        * platform/efl/fast/css/input-search-padding-expected.txt:
        * platform/efl/fast/css/invalid-percentage-property-expected.png:
        * platform/efl/fast/css/invalid-percentage-property-expected.txt:
        * platform/efl/fast/css/invalid-pseudo-classes-expected.png:
        * platform/efl/fast/css/invalid-pseudo-classes-expected.txt:
        * platform/efl/fast/css/invalidation-errors-2-expected.png:
        * platform/efl/fast/css/invalidation-errors-3-expected.png:
        * platform/efl/fast/css/invalidation-errors-3-expected.txt:
        * platform/efl/fast/css/invalidation-errors-expected.png:
        * platform/efl/fast/css/last-child-pseudo-class-expected.png:
        * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
        * platform/efl/fast/css/last-child-style-sharing-expected.png:
        * platform/efl/fast/css/last-of-type-pseudo-class-expected.png:
        * platform/efl/fast/css/last-of-type-pseudo-class-expected.txt:
        * platform/efl/fast/css/layerZOrderCrash-expected.png:
        * platform/efl/fast/css/layerZOrderCrash-expected.txt:
        * platform/efl/fast/css/line-after-floating-div-expected.png:
        * platform/efl/fast/css/line-after-floating-div-expected.txt:
        * platform/efl/fast/css/line-height-determined-by-primary-font-expected.png:
        * platform/efl/fast/css/line-height-determined-by-primary-font-expected.txt:
        * platform/efl/fast/css/line-height-expected.png:
        * platform/efl/fast/css/line-height-expected.txt:
        * platform/efl/fast/css/line-height-font-order-expected.png:
        * platform/efl/fast/css/line-height-font-order-expected.txt:
        * platform/efl/fast/css/line-height-negative-expected.png:
        * platform/efl/fast/css/line-height-overflow-expected.png:
        * platform/efl/fast/css/line-height-overflow-expected.txt:
        * platform/efl/fast/css/linear-gradient-currentcolor-expected.png:
        * platform/efl/fast/css/link-outside-head-expected.png:
        * platform/efl/fast/css/link-outside-head-expected.txt:
        * platform/efl/fast/css/list-outline-expected.png:
        * platform/efl/fast/css/list-outline-expected.txt:
        * platform/efl/fast/css/live-cssrules-expected.png:
        * platform/efl/fast/css/live-cssrules-expected.txt:
        * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.png:
        * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.txt:
        * platform/efl/fast/css/margin-bottom-form-element-strict-expected.png:
        * platform/efl/fast/css/margin-bottom-form-element-strict-expected.txt:
        * platform/efl/fast/css/margin-top-bottom-dynamic-expected.png:
        * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt:
        * platform/efl/fast/css/max-height-none-expected.png:
        * platform/efl/fast/css/max-height-none-expected.txt:
        * platform/efl/fast/css/min-width-with-spanned-cell-expected.txt:
        * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.png:
        * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.txt:
        * platform/efl/fast/css/namespaces/001-expected.png:
        * platform/efl/fast/css/namespaces/001-expected.txt:
        * platform/efl/fast/css/namespaces/002-expected.png:
        * platform/efl/fast/css/namespaces/002-expected.txt:
        * platform/efl/fast/css/namespaces/003-expected.png:
        * platform/efl/fast/css/namespaces/003-expected.txt:
        * platform/efl/fast/css/namespaces/004-expected.png:
        * platform/efl/fast/css/namespaces/004-expected.txt:
        * platform/efl/fast/css/namespaces/005-expected.png:
        * platform/efl/fast/css/namespaces/005-expected.txt:
        * platform/efl/fast/css/namespaces/006-expected.png:
        * platform/efl/fast/css/namespaces/006-expected.txt:
        * platform/efl/fast/css/namespaces/007-expected.png:
        * platform/efl/fast/css/namespaces/007-expected.txt:
        * platform/efl/fast/css/namespaces/namespaces-comments-expected.png:
        * platform/efl/fast/css/namespaces/namespaces-comments-expected.txt:
        * platform/efl/fast/css/namespaces/namespaces-empty-expected.png:
        * platform/efl/fast/css/namespaces/namespaces-empty-expected.txt:
        * platform/efl/fast/css/namespaces/namespaces-escapes-expected.png:
        * platform/efl/fast/css/namespaces/namespaces-escapes-expected.txt:
        * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.png:
        * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.txt:
        * platform/efl/fast/css/negative-leading-expected.png:
        * platform/efl/fast/css/negative-leading-expected.txt:
        * platform/efl/fast/css/negative-nth-child-expected.png:
        * platform/efl/fast/css/negative-nth-child-expected.txt:
        * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.png:
        * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.txt:
        * platform/efl/fast/css/nested-rounded-corners-expected.png:
        * platform/efl/fast/css/non-empty-span-expected.png:
        * platform/efl/fast/css/non-empty-span-expected.txt:
        * platform/efl/fast/css/non-standard-checkbox-size-expected.png:
        * platform/efl/fast/css/non-standard-checkbox-size-expected.txt:
        * platform/efl/fast/css/nth-child-dynamic-expected.png:
        * platform/efl/fast/css/nth-child-dynamic-expected.txt:
        * platform/efl/fast/css/only-child-pseudo-class-expected.png:
        * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
        * platform/efl/fast/css/only-of-type-pseudo-class-expected.png:
        * platform/efl/fast/css/only-of-type-pseudo-class-expected.txt:
        * platform/efl/fast/css/outline-auto-empty-rects-expected.png:
        * platform/efl/fast/css/outline-auto-location-expected.png:
        * platform/efl/fast/css/outline-auto-location-expected.txt:
        * platform/efl/fast/css/outline-narrowLine-expected.png:
        * platform/efl/fast/css/outline-narrowLine-expected.txt:
        * platform/efl/fast/css/pendingStylesheetFontSize-expected.png:
        * platform/efl/fast/css/pendingStylesheetFontSize-expected.txt:
        * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.png:
        * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
        * platform/efl/fast/css/percent-top-value-with-relative-position-expected.png:
        * platform/efl/fast/css/percentage-non-integer-expected.png:
        * platform/efl/fast/css/percentage-non-integer-expected.txt:
        * platform/efl/fast/css/position-negative-top-margin-expected.png:
        * platform/efl/fast/css/position-negative-top-margin-expected.txt:
        * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
        * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
        * platform/efl/fast/css/pseudo-element-line-break-expected.png:
        * platform/efl/fast/css/pseudo-element-line-break-expected.txt:
        * platform/efl/fast/css/pseudo-first-line-border-width-expected.png:

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (10/26).

        * platform/efl/fast/block/margin-collapse/038-expected.png:
        * platform/efl/fast/block/margin-collapse/038-expected.txt:
        * platform/efl/fast/block/margin-collapse/039-expected.png:
        * platform/efl/fast/block/margin-collapse/039-expected.txt:
        * platform/efl/fast/block/margin-collapse/040-expected.png:
        * platform/efl/fast/block/margin-collapse/040-expected.txt:
        * platform/efl/fast/block/margin-collapse/041-expected.png:
        * platform/efl/fast/block/margin-collapse/042-expected.png:
        * platform/efl/fast/block/margin-collapse/042-expected.txt:
        * platform/efl/fast/block/margin-collapse/043-expected.png:
        * platform/efl/fast/block/margin-collapse/044-expected.png:
        * platform/efl/fast/block/margin-collapse/044-expected.txt:
        * platform/efl/fast/block/margin-collapse/045-expected.png:
        * platform/efl/fast/block/margin-collapse/045-expected.txt:
        * platform/efl/fast/block/margin-collapse/055-expected.png:
        * platform/efl/fast/block/margin-collapse/055-expected.txt:
        * platform/efl/fast/block/margin-collapse/056-expected.png:
        * platform/efl/fast/block/margin-collapse/056-expected.txt:
        * platform/efl/fast/block/margin-collapse/057-expected.png:
        * platform/efl/fast/block/margin-collapse/058-expected.png:
        * platform/efl/fast/block/margin-collapse/058-expected.txt:
        * platform/efl/fast/block/margin-collapse/059-expected.png:
        * platform/efl/fast/block/margin-collapse/059-expected.txt:
        * platform/efl/fast/block/margin-collapse/062-expected.png:
        * platform/efl/fast/block/margin-collapse/062-expected.txt:
        * platform/efl/fast/block/margin-collapse/063-expected.png:
        * platform/efl/fast/block/margin-collapse/063-expected.txt:
        * platform/efl/fast/block/margin-collapse/100-expected.png:
        * platform/efl/fast/block/margin-collapse/100-expected.txt:
        * platform/efl/fast/block/margin-collapse/101-expected.png:
        * platform/efl/fast/block/margin-collapse/101-expected.txt:
        * platform/efl/fast/block/margin-collapse/102-expected.png:
        * platform/efl/fast/block/margin-collapse/102-expected.txt:
        * platform/efl/fast/block/margin-collapse/103-expected.png:
        * platform/efl/fast/block/margin-collapse/103-expected.txt:
        * platform/efl/fast/block/margin-collapse/104-expected.png:
        * platform/efl/fast/block/margin-collapse/104-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.png:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png:
        * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/efl/fast/block/margin-collapse/negative-margins-expected.png:
        * platform/efl/fast/block/margin-collapse/negative-margins-expected.txt:
        * platform/efl/fast/block/positioning/001-expected.png:
        * platform/efl/fast/block/positioning/001-expected.txt:
        * platform/efl/fast/block/positioning/002-expected.png:
        * platform/efl/fast/block/positioning/002-expected.txt:
        * platform/efl/fast/block/positioning/003-expected.png:
        * platform/efl/fast/block/positioning/004-expected.png:
        * platform/efl/fast/block/positioning/007-expected.png:
        * platform/efl/fast/block/positioning/008-expected.png:
        * platform/efl/fast/block/positioning/014-expected.png:
        * platform/efl/fast/block/positioning/017-expected.png:
        * platform/efl/fast/block/positioning/018-expected.png:
        * platform/efl/fast/block/positioning/019-expected.png:
        * platform/efl/fast/block/positioning/035-expected.png:
        * platform/efl/fast/block/positioning/038-expected.png:
        * platform/efl/fast/block/positioning/039-expected.png:
        * platform/efl/fast/block/positioning/040-expected.png:
        * platform/efl/fast/block/positioning/047-expected.png:
        * platform/efl/fast/block/positioning/048-expected.png:
        * platform/efl/fast/block/positioning/049-expected.png:
        * platform/efl/fast/block/positioning/050-expected.png:
        * platform/efl/fast/block/positioning/051-expected.png:
        * platform/efl/fast/block/positioning/051-expected.txt:
        * platform/efl/fast/block/positioning/052-expected.png:
        * platform/efl/fast/block/positioning/052-expected.txt:
        * platform/efl/fast/block/positioning/053-expected.png:
        * platform/efl/fast/block/positioning/053-expected.txt:
        * platform/efl/fast/block/positioning/054-expected.png:
        * platform/efl/fast/block/positioning/054-expected.txt:
        * platform/efl/fast/block/positioning/055-expected.png:
        * platform/efl/fast/block/positioning/055-expected.txt:
        * platform/efl/fast/block/positioning/056-expected.png:
        * platform/efl/fast/block/positioning/056-expected.txt:
        * platform/efl/fast/block/positioning/057-expected.png:
        * platform/efl/fast/block/positioning/057-expected.txt:
        * platform/efl/fast/block/positioning/058-expected.png:
        * platform/efl/fast/block/positioning/058-expected.txt:
        * platform/efl/fast/block/positioning/059-expected.png:
        * platform/efl/fast/block/positioning/059-expected.txt:
        * platform/efl/fast/block/positioning/060-expected.png:
        * platform/efl/fast/block/positioning/060-expected.txt:
        * platform/efl/fast/block/positioning/061-expected.png:
        * platform/efl/fast/block/positioning/061-expected.txt:
        * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.png:
        * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.txt:
        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.png:
        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.png:
        * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.png:
        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.png:
        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.png:
        * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
        * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
        * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
        * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
        * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
        * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.png:
        * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
        * platform/efl/fast/block/positioning/absolute-position-direction-expected.png:
        * platform/efl/fast/block/positioning/absolute-position-direction-expected.txt:
        * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.png:
        * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
        * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png:
        * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
        * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.png:
        * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
        * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.png:
        * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
        * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.png:
        * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
        * platform/efl/fast/block/positioning/auto/001-expected.png:
        * platform/efl/fast/block/positioning/auto/001-expected.txt:
        * platform/efl/fast/block/positioning/auto/002-expected.png:
        * platform/efl/fast/block/positioning/auto/002-expected.txt:
        * platform/efl/fast/block/positioning/auto/003-expected.png:
        * platform/efl/fast/block/positioning/auto/003-expected.txt:
        * platform/efl/fast/block/positioning/auto/004-expected.png:
        * platform/efl/fast/block/positioning/auto/004-expected.txt:
        * platform/efl/fast/block/positioning/auto/005-expected.png:
        * platform/efl/fast/block/positioning/auto/005-expected.txt:
        * platform/efl/fast/block/positioning/auto/006-expected.png:
        * platform/efl/fast/block/positioning/auto/006-expected.txt:
        * platform/efl/fast/block/positioning/auto/007-expected.png:
        * platform/efl/fast/block/positioning/auto/007-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-lr/007-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-lr/007-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.txt:
        * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.png:
        * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.txt:
        * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.png:
        * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
        * platform/efl/fast/block/positioning/differing-writing-modes-expected.png:
        * platform/efl/fast/block/positioning/differing-writing-modes-expected.txt:
        * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.png:
        * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
        * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
        * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
        * platform/efl/fast/block/positioning/height-change-expected.png:
        * platform/efl/fast/block/positioning/height-change-expected.txt:
        * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png:
        * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
        * platform/efl/fast/block/positioning/inline-block-relposition-expected.png:
        * platform/efl/fast/block/positioning/inline-block-relposition-expected.txt:
        * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.png:
        * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.txt:
        * platform/efl/fast/block/positioning/negative-rel-position-expected.png:
        * platform/efl/fast/block/positioning/negative-right-pos-expected.png:
        * platform/efl/fast/block/positioning/negative-right-pos-expected.txt:
        * platform/efl/fast/block/positioning/padding-percent-expected.png:
        * platform/efl/fast/block/positioning/padding-percent-expected.txt:
        * platform/efl/fast/block/positioning/pref-width-change-expected.png:
        * platform/efl/fast/block/positioning/pref-width-change-expected.txt:
        * platform/efl/fast/block/positioning/relative-overconstrained-expected.png:
        * platform/efl/fast/block/positioning/relative-overflow-block-expected.png:
        * platform/efl/fast/block/positioning/relative-overflow-block-expected.txt:
        * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.png:
        * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.txt:
        * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.png:
        * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
        * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.png:
        * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.txt:
        * platform/efl/fast/block/positioning/relayout-on-position-change-expected.png:
        * platform/efl/fast/block/positioning/relayout-on-position-change-expected.txt:
        * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
        * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png:
        * platform/efl/fast/block/positioning/rtl-static-positioning-expected.png:
        * platform/efl/fast/block/positioning/rtl-static-positioning-expected.txt:
        * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.png:
        * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
        * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png:
        * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
        * platform/efl/fast/block/positioning/static-inline-position-dynamic-expected.png:
        * platform/efl/fast/block/positioning/table-cell-static-position-expected.png:
        * platform/efl/fast/block/positioning/table-cell-static-position-expected.txt:
        * platform/efl/fast/block/positioning/trailing-space-test-expected.png:
        * platform/efl/fast/block/positioning/trailing-space-test-expected.txt:
        * platform/efl/fast/block/positioning/vertical-lr/001-expected.png:
        * platform/efl/fast/block/positioning/vertical-lr/001-expected.txt:
        * platform/efl/fast/block/positioning/vertical-lr/002-expected.png:
        * platform/efl/fast/block/positioning/vertical-lr/002-expected.txt:
        * platform/efl/fast/block/positioning/vertical-lr/003-expected.png:
        * platform/efl/fast/block/positioning/vertical-lr/004-expected.png:
        * platform/efl/fast/block/positioning/vertical-rl/001-expected.png:
        * platform/efl/fast/block/positioning/vertical-rl/001-expected.txt:
        * platform/efl/fast/block/positioning/vertical-rl/002-expected.png:
        * platform/efl/fast/block/positioning/vertical-rl/002-expected.txt:
        * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
        * platform/efl/fast/block/positioning/window-height-change-expected.png:
        * platform/efl/fast/block/positioning/window-height-change-expected.txt:
        * platform/efl/fast/body-propagation/background-color/001-expected.png:
        * platform/efl/fast/body-propagation/background-color/001-expected.txt:
        * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-color/002-expected.png:
        * platform/efl/fast/body-propagation/background-color/002-expected.txt:
        * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-color/003-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-color/003-declarative-expected.txt:
        * platform/efl/fast/body-propagation/background-color/003-expected.png:
        * platform/efl/fast/body-propagation/background-color/003-expected.txt:
        * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-color/004-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-color/004-declarative-expected.txt:
        * platform/efl/fast/body-propagation/background-color/004-expected.png:
        * platform/efl/fast/body-propagation/background-color/004-expected.txt:
        * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-color/005-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-color/005-declarative-expected.txt:
        * platform/efl/fast/body-propagation/background-color/005-expected.png:
        * platform/efl/fast/body-propagation/background-color/005-expected.txt:
        * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-color/006-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-color/006-declarative-expected.txt:
        * platform/efl/fast/body-propagation/background-color/006-expected.png:
        * platform/efl/fast/body-propagation/background-color/006-expected.txt:
        * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-color/007-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-color/007-declarative-expected.txt:
        * platform/efl/fast/body-propagation/background-color/007-expected.png:
        * platform/efl/fast/body-propagation/background-color/007-expected.txt:
        * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-color/008-expected.png:
        * platform/efl/fast/body-propagation/background-color/008-expected.txt:
        * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-image/001-expected.png:
        * platform/efl/fast/body-propagation/background-image/001-expected.txt:
        * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-image/002-expected.png:
        * platform/efl/fast/body-propagation/background-image/002-expected.txt:
        * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-image/003-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-image/003-declarative-expected.txt:
        * platform/efl/fast/body-propagation/background-image/003-expected.png:
        * platform/efl/fast/body-propagation/background-image/003-expected.txt:
        * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-image/004-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-image/004-declarative-expected.txt:
        * platform/efl/fast/body-propagation/background-image/004-expected.png:
        * platform/efl/fast/body-propagation/background-image/004-expected.txt:
        * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-image/005-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-image/005-declarative-expected.txt:
        * platform/efl/fast/body-propagation/background-image/005-expected.png:
        * platform/efl/fast/body-propagation/background-image/005-expected.txt:
        * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-image/006-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-image/006-declarative-expected.txt:
        * platform/efl/fast/body-propagation/background-image/006-expected.png:
        * platform/efl/fast/body-propagation/background-image/006-expected.txt:
        * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-image/007-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-image/007-declarative-expected.txt:
        * platform/efl/fast/body-propagation/background-image/007-expected.png:
        * platform/efl/fast/body-propagation/background-image/007-expected.txt:
        * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-image/008-expected.png:
        * platform/efl/fast/body-propagation/background-image/008-expected.txt:
        * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-image/009-expected.png:
        * platform/efl/fast/body-propagation/background-image/009-expected.txt:
        * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/background-image/010-expected.png:
        * platform/efl/fast/body-propagation/background-image/010-expected.txt:
        * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/overflow/001-expected.png:
        * platform/efl/fast/body-propagation/overflow/001-expected.txt:
        * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/overflow/002-expected.png:
        * platform/efl/fast/body-propagation/overflow/002-expected.txt:
        * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/overflow/003-declarative-expected.png:
        * platform/efl/fast/body-propagation/overflow/003-declarative-expected.txt:
        * platform/efl/fast/body-propagation/overflow/003-expected.png:
        * platform/efl/fast/body-propagation/overflow/003-expected.txt:
        * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/overflow/004-declarative-expected.png:
        * platform/efl/fast/body-propagation/overflow/004-declarative-expected.txt:
        * platform/efl/fast/body-propagation/overflow/004-expected.png:
        * platform/efl/fast/body-propagation/overflow/004-expected.txt:
        * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/overflow/005-declarative-expected.png:
        * platform/efl/fast/body-propagation/overflow/005-declarative-expected.txt:
        * platform/efl/fast/body-propagation/overflow/005-expected.png:
        * platform/efl/fast/body-propagation/overflow/005-expected.txt:
        * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/overflow/006-declarative-expected.png:
        * platform/efl/fast/body-propagation/overflow/006-declarative-expected.txt:
        * platform/efl/fast/body-propagation/overflow/006-expected.png:
        * platform/efl/fast/body-propagation/overflow/006-expected.txt:
        * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.txt:
        * platform/efl/fast/body-propagation/overflow/007-declarative-expected.png:
        * platform/efl/fast/body-propagation/overflow/007-declarative-expected.txt:
        * platform/efl/fast/body-propagation/overflow/007-expected.png:
        * platform/efl/fast/body-propagation/overflow/007-expected.txt:
        * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.txt:
        * platform/efl/fast/borders/bidi-002-expected.png:
        * platform/efl/fast/borders/bidi-002-expected.txt:
        * platform/efl/fast/borders/bidi-009a-expected.png:
        * platform/efl/fast/borders/bidi-012-expected.png:
        * platform/efl/fast/borders/block-mask-overlay-image-expected.png:
        * platform/efl/fast/borders/block-mask-overlay-image-expected.txt:
        * platform/efl/fast/borders/block-mask-overlay-image-outset-expected.png:
        * platform/efl/fast/borders/block-mask-overlay-image-outset-expected.txt:
        * platform/efl/fast/borders/border-antialiasing-expected.png:
        * platform/efl/fast/borders/border-antialiasing-expected.txt:
        * platform/efl/fast/borders/border-color-inherit-expected.png:
        * platform/efl/fast/borders/border-color-inherit-expected.txt:
        * platform/efl/fast/borders/border-fit-2-expected.png:
        * platform/efl/fast/borders/border-fit-expected.png:
        * platform/efl/fast/borders/border-image-01-expected.png:
        * platform/efl/fast/borders/border-image-01-expected.txt:
        * platform/efl/fast/borders/border-image-border-radius-expected.png:
        * platform/efl/fast/borders/border-image-border-radius-expected.txt:
        * platform/efl/fast/borders/border-image-longhand-expected.png:
        * platform/efl/fast/borders/border-image-longhand-expected.txt:
        * platform/efl/fast/borders/border-image-massive-scale-expected.png:
        * platform/efl/fast/borders/border-image-massive-scale-expected.txt:
        * platform/efl/fast/borders/border-image-omit-right-slice-expected.png:
        * platform/efl/fast/borders/border-image-outset-expected.png:
        * platform/efl/fast/borders/border-image-outset-expected.txt:
        * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.png:
        * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.txt:
        * platform/efl/fast/borders/border-image-outset-split-inline-expected.png:
        * platform/efl/fast/borders/border-image-outset-split-inline-expected.txt:
        * platform/efl/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
        * platform/efl/fast/borders/border-image-repeat-expected.png:
        * platform/efl/fast/borders/border-image-repeat-expected.txt:
        * platform/efl/fast/borders/border-image-rotate-transform-expected.png:
        * platform/efl/fast/borders/border-image-rotate-transform-expected.txt:
        * platform/efl/fast/borders/border-image-scale-transform-expected.png:
        * platform/efl/fast/borders/border-image-scale-transform-expected.txt:
        * platform/efl/fast/borders/border-image-scaled-expected.png:
        * platform/efl/fast/borders/border-image-scaled-expected.txt:
        * platform/efl/fast/borders/border-image-scaled-gradient-expected.png:
        * platform/efl/fast/borders/border-image-scrambled-expected.png:
        * platform/efl/fast/borders/border-image-scrambled-expected.txt:
        * platform/efl/fast/borders/border-image-side-reduction-expected.png:
        * platform/efl/fast/borders/border-image-slice-constrained-expected.png:
        * platform/efl/fast/borders/border-image-slice-constrained-expected.txt:
        * platform/efl/fast/borders/border-image-slices-expected.png:
        * platform/efl/fast/borders/border-image-slices-expected.txt:
        * platform/efl/fast/borders/border-image-source-expected.png:
        * platform/efl/fast/borders/border-image-source-expected.txt:
        * platform/efl/fast/borders/border-mixed-alpha-expected.png:
        * platform/efl/fast/borders/border-radius-circle-expected.png:
        * platform/efl/fast/borders/border-radius-complex-inner-expected.png:
        * platform/efl/fast/borders/border-radius-constraints-expected.txt:
        * platform/efl/fast/borders/border-radius-different-width-001-expected.png:
        * platform/efl/fast/borders/border-radius-groove-01-expected.png:
        * platform/efl/fast/borders/border-radius-groove-02-expected.png:
        * platform/efl/fast/borders/border-radius-groove-03-expected.png:
        * platform/efl/fast/borders/border-radius-huge-assert-expected.png:
        * platform/efl/fast/borders/border-radius-inline-flow-expected.png:
        * platform/efl/fast/borders/border-radius-inline-flow-expected.txt:
        * platform/efl/fast/borders/border-radius-inset-outset-expected.png:
        * platform/efl/fast/borders/border-radius-inset-outset-expected.txt:
        * platform/efl/fast/borders/border-radius-split-inline-expected.txt:
        * platform/efl/fast/borders/border-radius-valid-border-clipping-expected.png:
        * platform/efl/fast/borders/border-radius-wide-border-01-expected.png:
        * platform/efl/fast/borders/border-radius-wide-border-02-expected.png:
        * platform/efl/fast/borders/border-radius-wide-border-03-expected.png:
        * platform/efl/fast/borders/border-radius-wide-border-04-expected.png:
        * platform/efl/fast/borders/border-radius-wide-border-05-expected.png:
        * platform/efl/fast/borders/border-shadow-large-radius-expected.png:
        * platform/efl/fast/borders/border-styles-split-expected.png:
        * platform/efl/fast/borders/border-styles-split-expected.txt:
        * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
        * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
        * platform/efl/fast/borders/borderRadiusArcs01-expected.png:
        * platform/efl/fast/borders/borderRadiusArcs01-expected.txt:
        * platform/efl/fast/borders/borderRadiusDashed01-expected.png:
        * platform/efl/fast/borders/borderRadiusDashed02-expected.png:
        * platform/efl/fast/borders/borderRadiusDashed03-expected.png:
        * platform/efl/fast/borders/borderRadiusDashed04-expected.png:
        * platform/efl/fast/borders/borderRadiusDashed05-expected.png:
        * platform/efl/fast/borders/borderRadiusDashed06-expected.png:
        * platform/efl/fast/borders/borderRadiusDotted01-expected.png:
        * platform/efl/fast/borders/borderRadiusDotted02-expected.png:
        * platform/efl/fast/borders/borderRadiusDotted03-expected.png:
        * platform/efl/fast/borders/borderRadiusDotted04-expected.png:
        * platform/efl/fast/borders/borderRadiusDotted05-expected.png:
        * platform/efl/fast/borders/borderRadiusDotted06-expected.png:
        * platform/efl/fast/borders/borderRadiusDouble01-expected.png:
        * platform/efl/fast/borders/borderRadiusDouble01-expected.txt:
        * platform/efl/fast/borders/borderRadiusDouble02-expected.png:
        * platform/efl/fast/borders/borderRadiusDouble02-expected.txt:
        * platform/efl/fast/borders/borderRadiusDouble03-expected.png:
        * platform/efl/fast/borders/borderRadiusDouble03-expected.txt:
        * platform/efl/fast/borders/borderRadiusDouble04-expected.png:
        * platform/efl/fast/borders/borderRadiusDouble05-expected.png:
        * platform/efl/fast/borders/borderRadiusDouble06-expected.png:
        * platform/efl/fast/borders/borderRadiusDouble07-expected.png:
        * platform/efl/fast/borders/borderRadiusDouble08-expected.png:
        * platform/efl/fast/borders/borderRadiusDouble09-expected.png:
        * platform/efl/fast/borders/borderRadiusGroove01-expected.png:
        * platform/efl/fast/borders/borderRadiusGroove01-expected.txt:
        * platform/efl/fast/borders/borderRadiusGroove02-expected.png:
        * platform/efl/fast/borders/borderRadiusGroove02-expected.txt:
        * platform/efl/fast/borders/borderRadiusInset01-expected.png:
        * platform/efl/fast/borders/borderRadiusInset01-expected.txt:
        * platform/efl/fast/borders/borderRadiusInvalidColor-expected.png:
        * platform/efl/fast/borders/borderRadiusInvalidColor-expected.txt:
        * platform/efl/fast/borders/borderRadiusOutset01-expected.png:
        * platform/efl/fast/borders/borderRadiusOutset01-expected.txt:
        * platform/efl/fast/borders/borderRadiusRidge01-expected.png:
        * platform/efl/fast/borders/borderRadiusRidge01-expected.txt:
        * platform/efl/fast/borders/borderRadiusSolid01-expected.png:
        * platform/efl/fast/borders/borderRadiusSolid02-expected.png:
        * platform/efl/fast/borders/borderRadiusSolid03-expected.png:
        * platform/efl/fast/borders/borderRadiusSolid04-expected.png:
        * platform/efl/fast/borders/different-color-borders-expected.png:
        * platform/efl/fast/borders/different-color-borders-expected.txt:
        * platform/efl/fast/borders/fieldsetBorderRadius-expected.png:
        * platform/efl/fast/borders/inline-mask-overlay-image-expected.png:
        * platform/efl/fast/borders/inline-mask-overlay-image-expected.txt:

2013-01-18  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Add tests for widows and orphans
        https://bugs.webkit.org/show_bug.cgi?id=106003

        Reviewed by Tony Chang.

        The change that enabled widows and orphans for paginated rendering (r137200) doesn't contain any tests for regions. This patch adapts the
        test added for multi-column to use regions instead.

        * fast/regions/regions-widows-and-orphans-expected.txt: Added.
        * fast/regions/regions-widows-and-orphans.html: Added.

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (9/26).

        * platform/efl/editing/selection/unrendered-002-expected.txt:
        * platform/efl/editing/selection/unrendered-003-expected.png:
        * platform/efl/editing/selection/unrendered-003-expected.txt:
        * platform/efl/editing/selection/unrendered-004-expected.png:
        * platform/efl/editing/selection/unrendered-004-expected.txt:
        * platform/efl/editing/selection/unrendered-005-expected.png:
        * platform/efl/editing/selection/unrendered-005-expected.txt:
        * platform/efl/editing/selection/unrendered-space-expected.png:
        * platform/efl/editing/selection/unrendered-space-expected.txt:
        * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
        * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
        * platform/efl/editing/selection/word-granularity-expected.png:
        * platform/efl/editing/selection/word-granularity-expected.txt:
        * platform/efl/editing/selection/wrapped-line-caret-1-expected.png:
        * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt:
        * platform/efl/editing/selection/wrapped-line-caret-2-expected.png:
        * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt:
        * platform/efl/editing/spelling/inline_spelling_markers-expected.txt:
        * platform/efl/editing/spelling/spelling-expected.txt:
        * platform/efl/editing/style/4916887-expected.png:
        * platform/efl/editing/style/4916887-expected.txt:
        * platform/efl/editing/style/5017613-2-expected.png:
        * platform/efl/editing/style/5017613-2-expected.txt:
        * platform/efl/editing/style/5046875-2-expected.png:
        * platform/efl/editing/style/5046875-2-expected.txt:
        * platform/efl/editing/style/5084241-expected.png:
        * platform/efl/editing/style/5084241-expected.txt:
        * platform/efl/editing/style/apple-style-editable-mix-expected.png:
        * platform/efl/editing/style/apple-style-editable-mix-expected.txt:
        * platform/efl/editing/style/block-style-001-expected.png:
        * platform/efl/editing/style/block-style-001-expected.txt:
        * platform/efl/editing/style/block-style-002-expected.png:
        * platform/efl/editing/style/block-style-002-expected.txt:
        * platform/efl/editing/style/block-style-003-expected.png:
        * platform/efl/editing/style/block-style-003-expected.txt:
        * platform/efl/editing/style/block-styles-007-expected.png:
        * platform/efl/editing/style/block-styles-007-expected.txt:
        * platform/efl/editing/style/create-block-for-style-001-expected.png:
        * platform/efl/editing/style/create-block-for-style-001-expected.txt:
        * platform/efl/editing/style/create-block-for-style-002-expected.png:
        * platform/efl/editing/style/create-block-for-style-002-expected.txt:
        * platform/efl/editing/style/create-block-for-style-003-expected.png:
        * platform/efl/editing/style/create-block-for-style-003-expected.txt:
        * platform/efl/editing/style/create-block-for-style-004-expected.png:
        * platform/efl/editing/style/create-block-for-style-004-expected.txt:
        * platform/efl/editing/style/create-block-for-style-005-expected.png:
        * platform/efl/editing/style/create-block-for-style-005-expected.txt:
        * platform/efl/editing/style/create-block-for-style-006-expected.png:
        * platform/efl/editing/style/create-block-for-style-006-expected.txt:
        * platform/efl/editing/style/create-block-for-style-007-expected.png:
        * platform/efl/editing/style/create-block-for-style-007-expected.txt:
        * platform/efl/editing/style/create-block-for-style-008-expected.png:
        * platform/efl/editing/style/create-block-for-style-008-expected.txt:
        * platform/efl/editing/style/create-block-for-style-009-expected.png:
        * platform/efl/editing/style/create-block-for-style-009-expected.txt:
        * platform/efl/editing/style/create-block-for-style-010-expected.png:
        * platform/efl/editing/style/create-block-for-style-010-expected.txt:
        * platform/efl/editing/style/create-block-for-style-011-expected.png:
        * platform/efl/editing/style/create-block-for-style-011-expected.txt:
        * platform/efl/editing/style/create-block-for-style-012-expected.png:
        * platform/efl/editing/style/create-block-for-style-012-expected.txt:
        * platform/efl/editing/style/create-block-for-style-013-expected.png:
        * platform/efl/editing/style/create-block-for-style-013-expected.txt:
        * platform/efl/editing/style/designmode-expected.png:
        * platform/efl/editing/style/designmode-expected.txt:
        * platform/efl/editing/style/highlight-expected.png:
        * platform/efl/editing/style/highlight-expected.txt:
        * platform/efl/editing/style/relative-font-size-change-001-expected.png:
        * platform/efl/editing/style/relative-font-size-change-001-expected.txt:
        * platform/efl/editing/style/relative-font-size-change-002-expected.png:
        * platform/efl/editing/style/relative-font-size-change-002-expected.txt:
        * platform/efl/editing/style/relative-font-size-change-003-expected.png:
        * platform/efl/editing/style/relative-font-size-change-003-expected.txt:
        * platform/efl/editing/style/relative-font-size-change-004-expected.png:
        * platform/efl/editing/style/relative-font-size-change-004-expected.txt:
        * platform/efl/editing/style/style-3681552-fix-001-expected.png:
        * platform/efl/editing/style/style-3681552-fix-002-expected.png:
        * platform/efl/editing/style/style-3681552-fix-002-expected.txt:
        * platform/efl/editing/style/style-3998892-fix-expected.png:
        * platform/efl/editing/style/style-3998892-fix-expected.txt:
        * platform/efl/editing/style/style-boundary-001-expected.png:
        * platform/efl/editing/style/style-boundary-001-expected.txt:
        * platform/efl/editing/style/style-boundary-002-expected.png:
        * platform/efl/editing/style/style-boundary-003-expected.png:
        * platform/efl/editing/style/style-boundary-004-expected.png:
        * platform/efl/editing/style/style-boundary-004-expected.txt:
        * platform/efl/editing/style/table-selection-expected.png:
        * platform/efl/editing/style/table-selection-expected.txt:
        * platform/efl/editing/style/typing-style-001-expected.png:
        * platform/efl/editing/style/typing-style-002-expected.png:
        * platform/efl/editing/style/unbold-in-bold-expected.png:
        * platform/efl/editing/style/unbold-in-bold-expected.txt:
        * platform/efl/editing/undo/4063751-expected.png:
        * platform/efl/editing/undo/4063751-expected.txt:
        * platform/efl/editing/undo/5378473-expected.png:
        * platform/efl/editing/undo/redo-typing-001-expected.png:
        * platform/efl/editing/undo/redo-typing-001-expected.txt:
        * platform/efl/editing/undo/undo-combined-delete-boundary-expected.png:
        * platform/efl/editing/undo/undo-combined-delete-boundary-expected.txt:
        * platform/efl/editing/undo/undo-combined-delete-expected.png:
        * platform/efl/editing/undo/undo-combined-delete-expected.txt:
        * platform/efl/editing/undo/undo-delete-boundary-expected.png:
        * platform/efl/editing/undo/undo-delete-boundary-expected.txt:
        * platform/efl/editing/undo/undo-delete-expected.png:
        * platform/efl/editing/undo/undo-delete-expected.txt:
        * platform/efl/editing/undo/undo-forward-delete-boundary-expected.png:
        * platform/efl/editing/undo/undo-forward-delete-boundary-expected.txt:
        * platform/efl/editing/undo/undo-forward-delete-expected.png:
        * platform/efl/editing/undo/undo-forward-delete-expected.txt:
        * platform/efl/editing/undo/undo-misspellings-expected.png:
        * platform/efl/editing/undo/undo-typing-001-expected.png:
        * platform/efl/editing/undo/undo-typing-001-expected.txt:
        * platform/efl/editing/unsupported-content/list-type-before-expected.png:
        * platform/efl/editing/unsupported-content/list-type-before-expected.txt:
        * platform/efl/editing/unsupported-content/table-type-after-expected.png:
        * platform/efl/editing/unsupported-content/table-type-after-expected.txt:
        * platform/efl/editing/unsupported-content/table-type-before-expected.png:
        * platform/efl/editing/unsupported-content/table-type-before-expected.txt:
        * platform/efl/fast/backgrounds/001-expected.png:
        * platform/efl/fast/backgrounds/001-expected.txt:
        * platform/efl/fast/backgrounds/animated-gif-as-background-expected.png:
        * platform/efl/fast/backgrounds/animated-gif-as-background-expected.txt:
        * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.png:
        * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.txt:
        * platform/efl/fast/backgrounds/background-clip-text-expected.png:
        * platform/efl/fast/backgrounds/background-clip-text-expected.txt:
        * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.png:
        * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.txt:
        * platform/efl/fast/backgrounds/background-leakage-expected.png:
        * platform/efl/fast/backgrounds/background-leakage-expected.txt:
        * platform/efl/fast/backgrounds/background-leakage-transforms-expected.png:
        * platform/efl/fast/backgrounds/background-leakage-transforms-expected.txt:
        * platform/efl/fast/backgrounds/background-origin-root-element-expected.png:
        * platform/efl/fast/backgrounds/background-origin-root-element-expected.txt:
        * platform/efl/fast/backgrounds/background-position-1-expected.png:
        * platform/efl/fast/backgrounds/background-position-1-expected.txt:
        * platform/efl/fast/backgrounds/background-position-parsing-expected.png:
        * platform/efl/fast/backgrounds/background-position-rounding-expected.png:
        * platform/efl/fast/backgrounds/background-position-rounding-expected.txt:
        * platform/efl/fast/backgrounds/bgCompositeCopy-expected.png:
        * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
        * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
        * platform/efl/fast/backgrounds/border-radius-split-background-expected.png:
        * platform/efl/fast/backgrounds/border-radius-split-background-expected.txt:
        * platform/efl/fast/backgrounds/border-radius-split-background-image-expected.png:
        * platform/efl/fast/backgrounds/border-radius-split-background-image-expected.txt:
        * platform/efl/fast/backgrounds/mask-box-image-expected.png:
        * platform/efl/fast/backgrounds/mask-box-image-expected.txt:
        * platform/efl/fast/backgrounds/mask-composite-expected.png:
        * platform/efl/fast/backgrounds/mask-composite-expected.txt:
        * platform/efl/fast/backgrounds/opacity-on-document-element-expected.png:
        * platform/efl/fast/backgrounds/opacity-on-document-element-expected.txt:
        * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png:
        * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
        * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
        * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
        * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
        * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
        * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
        * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
        * platform/efl/fast/backgrounds/size/backgroundSize01-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize02-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize03-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize04-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize05-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize06-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize07-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize08-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize09-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize10-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize11-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize12-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize13-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize14-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize15-expected.txt:
        * platform/efl/fast/backgrounds/size/backgroundSize16-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize16-expected.txt:
        * platform/efl/fast/backgrounds/size/backgroundSize17-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize18-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize19-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize20-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize21-expected.png:
        * platform/efl/fast/backgrounds/size/backgroundSize22-expected.png:
        * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/efl/fast/backgrounds/size/zero-expected.png:
        * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
        * platform/efl/fast/backgrounds/svg-as-mask-expected.png:
        * platform/efl/fast/block/basic/001-expected.png:
        * platform/efl/fast/block/basic/001-expected.txt:
        * platform/efl/fast/block/basic/002-expected.png:
        * platform/efl/fast/block/basic/002-expected.txt:
        * platform/efl/fast/block/basic/003-expected.png:
        * platform/efl/fast/block/basic/003-expected.txt:
        * platform/efl/fast/block/basic/004-expected.png:
        * platform/efl/fast/block/basic/004-expected.txt:
        * platform/efl/fast/block/basic/005-expected.png:
        * platform/efl/fast/block/basic/005-expected.txt:
        * platform/efl/fast/block/basic/006-expected.png:
        * platform/efl/fast/block/basic/006-expected.txt:
        * platform/efl/fast/block/basic/007-expected.png:
        * platform/efl/fast/block/basic/007-expected.txt:
        * platform/efl/fast/block/basic/008-expected.png:
        * platform/efl/fast/block/basic/008-expected.txt:
        * platform/efl/fast/block/basic/009-expected.png:
        * platform/efl/fast/block/basic/009-expected.txt:
        * platform/efl/fast/block/basic/010-expected.png:
        * platform/efl/fast/block/basic/010-expected.txt:
        * platform/efl/fast/block/basic/011-expected.png:
        * platform/efl/fast/block/basic/011-expected.txt:
        * platform/efl/fast/block/basic/012-expected.png:
        * platform/efl/fast/block/basic/012-expected.txt:
        * platform/efl/fast/block/basic/013-expected.png:
        * platform/efl/fast/block/basic/013-expected.txt:
        * platform/efl/fast/block/basic/014-expected.png:
        * platform/efl/fast/block/basic/015-expected.png:
        * platform/efl/fast/block/basic/015-expected.txt:
        * platform/efl/fast/block/basic/016-expected.png:
        * platform/efl/fast/block/basic/016-expected.txt:
        * platform/efl/fast/block/basic/018-expected.png:
        * platform/efl/fast/block/basic/018-expected.txt:
        * platform/efl/fast/block/basic/019-expected.png:
        * platform/efl/fast/block/basic/019-expected.txt:
        * platform/efl/fast/block/basic/020-expected.png:
        * platform/efl/fast/block/basic/020-expected.txt:
        * platform/efl/fast/block/basic/021-expected.png:
        * platform/efl/fast/block/basic/021-expected.txt:
        * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.png:
        * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.txt:
        * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.png:
        * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
        * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.png:
        * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.txt:
        * platform/efl/fast/block/basic/minheight-expected.png:
        * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.png:
        * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
        * platform/efl/fast/block/basic/quirk-height-expected.png:
        * platform/efl/fast/block/basic/quirk-height-expected.txt:
        * platform/efl/fast/block/basic/quirk-percent-height-grandchild-expected.png:
        * platform/efl/fast/block/basic/quirk-percent-height-table-cell-expected.png:
        * platform/efl/fast/block/basic/text-indent-rtl-expected.png:
        * platform/efl/fast/block/basic/text-indent-rtl-expected.txt:
        * platform/efl/fast/block/basic/truncation-rtl-expected.png:
        * platform/efl/fast/block/basic/truncation-rtl-expected.txt:
        * platform/efl/fast/block/basic/white-space-pre-wraps-expected.png:
        * platform/efl/fast/block/basic/white-space-pre-wraps-expected.txt:
        * platform/efl/fast/block/float/001-expected.png:
        * platform/efl/fast/block/float/001-expected.txt:
        * platform/efl/fast/block/float/002-expected.png:
        * platform/efl/fast/block/float/002-expected.txt:
        * platform/efl/fast/block/float/003-expected.png:
        * platform/efl/fast/block/float/003-expected.txt:
        * platform/efl/fast/block/float/004-expected.png:
        * platform/efl/fast/block/float/004-expected.txt:
        * platform/efl/fast/block/float/005-expected.png:
        * platform/efl/fast/block/float/005-expected.txt:
        * platform/efl/fast/block/float/006-expected.png:
        * platform/efl/fast/block/float/006-expected.txt:
        * platform/efl/fast/block/float/007-expected.png:
        * platform/efl/fast/block/float/007-expected.txt:
        * platform/efl/fast/block/float/008-expected.png:
        * platform/efl/fast/block/float/010-expected.png:
        * platform/efl/fast/block/float/010-expected.txt:
        * platform/efl/fast/block/float/011-expected.png:
        * platform/efl/fast/block/float/011-expected.txt:
        * platform/efl/fast/block/float/012-expected.png:
        * platform/efl/fast/block/float/013-expected.png:
        * platform/efl/fast/block/float/014-expected.png:
        * platform/efl/fast/block/float/015-expected.png:
        * platform/efl/fast/block/float/015-expected.txt:
        * platform/efl/fast/block/float/016-expected.png:
        * platform/efl/fast/block/float/017-expected.png:
        * platform/efl/fast/block/float/017-expected.txt:
        * platform/efl/fast/block/float/018-expected.png:
        * platform/efl/fast/block/float/018-expected.txt:
        * platform/efl/fast/block/float/019-expected.png:
        * platform/efl/fast/block/float/020-expected.png:
        * platform/efl/fast/block/float/020-expected.txt:
        * platform/efl/fast/block/float/021-expected.png:
        * platform/efl/fast/block/float/022-expected.png:
        * platform/efl/fast/block/float/022-expected.txt:
        * platform/efl/fast/block/float/023-expected.png:
        * platform/efl/fast/block/float/023-expected.txt:
        * platform/efl/fast/block/float/024-expected.png:
        * platform/efl/fast/block/float/025-expected.png:
        * platform/efl/fast/block/float/025-expected.txt:
        * platform/efl/fast/block/float/026-expected.png:
        * platform/efl/fast/block/float/027-expected.png:
        * platform/efl/fast/block/float/027-expected.txt:
        * platform/efl/fast/block/float/028-expected.png:
        * platform/efl/fast/block/float/029-expected.png:
        * platform/efl/fast/block/float/029-expected.txt:
        * platform/efl/fast/block/float/030-expected.png:
        * platform/efl/fast/block/float/030-expected.txt:
        * platform/efl/fast/block/float/031-expected.png:
        * platform/efl/fast/block/float/031-expected.txt:
        * platform/efl/fast/block/float/032-expected.png:
        * platform/efl/fast/block/float/034-expected.png:
        * platform/efl/fast/block/float/035-expected.png:
        * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.png:
        * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.txt:
        * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.png:
        * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.txt:
        * platform/efl/fast/block/float/avoiding-float-centered-expected.png:
        * platform/efl/fast/block/float/br-with-clear-2-expected.png:
        * platform/efl/fast/block/float/br-with-clear-expected.png:
        * platform/efl/fast/block/float/br-with-clear-expected.txt:
        * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.png:
        * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.txt:
        * platform/efl/fast/block/float/clamped-right-float-expected.png:
        * platform/efl/fast/block/float/clamped-right-float-expected.txt:
        * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
        * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
        * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.png:
        * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
        * platform/efl/fast/block/float/editable-text-overlapping-float-expected.png:
        * platform/efl/fast/block/float/editable-text-overlapping-float-expected.txt:
        * platform/efl/fast/block/float/fit_line_below_floats-expected.png:
        * platform/efl/fast/block/float/fit_line_below_floats-expected.txt:
        * platform/efl/fast/block/float/float-avoidance-expected.png:
        * platform/efl/fast/block/float/float-avoidance-expected.txt:
        * platform/efl/fast/block/float/float-in-float-hit-testing-expected.png:
        * platform/efl/fast/block/float/float-in-float-hit-testing-expected.txt:
        * platform/efl/fast/block/float/float-in-float-painting-expected.png:
        * platform/efl/fast/block/float/float-in-float-painting-expected.txt:
        * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.png:
        * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.txt:
        * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.png:
        * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.txt:
        * platform/efl/fast/block/float/float-not-removed-from-next-sibling3-expected.png:
        * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
        * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.txt:
        * platform/efl/fast/block/float/float-on-zero-height-line-expected.png:
        * platform/efl/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
        * platform/efl/fast/block/float/float-overhangs-root-expected.png:
        * platform/efl/fast/block/float/floats-and-text-indent-expected.png:
        * platform/efl/fast/block/float/floats-and-text-indent-expected.txt:
        * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.png:
        * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.txt:
        * platform/efl/fast/block/float/independent-align-positioning-expected.png:
        * platform/efl/fast/block/float/independent-align-positioning-expected.txt:
        * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
        * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt:
        * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
        * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt:
        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png:
        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt:
        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png:
        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt:
        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png:
        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt:
        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png:
        * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt:
        * platform/efl/fast/block/float/intruding-painted-twice-expected.png:
        * platform/efl/fast/block/float/intruding-painted-twice-expected.txt:
        * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
        * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
        * platform/efl/fast/block/float/multiple-float-positioning-expected.png:
        * platform/efl/fast/block/float/multiple-float-positioning-expected.txt:
        * platform/efl/fast/block/float/narrow-after-wide-expected.png:
        * platform/efl/fast/block/float/nested-clearance-expected.png:
        * platform/efl/fast/block/float/nested-clearance-expected.txt:
        * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.png:
        * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.txt:
        * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.png:
        * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.txt:
        * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.png:
        * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.txt:
        * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.png:
        * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
        * platform/efl/fast/block/float/nowrap-clear-min-width-expected.png:
        * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.png:
        * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.txt:
        * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
        * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt:
        * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
        * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt:
        * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
        * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt:
        * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
        * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt:
        * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
        * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
        * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
        * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
        * platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
        * platform/efl/fast/block/float/relative-painted-twice-expected.png:
        * platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
        * platform/efl/fast/block/float/shrink-to-fit-width-expected.png:
        * platform/efl/fast/block/float/shrink-to-fit-width-expected.txt:
        * platform/efl/fast/block/float/table-relayout-expected.png:
        * platform/efl/fast/block/float/table-relayout-expected.txt:
        * platform/efl/fast/block/float/vertical-move-relayout-expected.png:
        * platform/efl/fast/block/float/vertical-move-relayout-expected.txt:
        * platform/efl/fast/block/float/width-update-after-clear-expected.png:
        * platform/efl/fast/block/float/width-update-after-clear-expected.txt:
        * platform/efl/fast/block/lineboxcontain/block-expected.png:
        * platform/efl/fast/block/lineboxcontain/block-expected.txt:
        * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
        * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
        * platform/efl/fast/block/lineboxcontain/block-replaced-expected.png:
        * platform/efl/fast/block/lineboxcontain/block-replaced-expected.txt:
        * platform/efl/fast/block/lineboxcontain/font-replaced-expected.png:
        * platform/efl/fast/block/lineboxcontain/font-replaced-expected.txt:
        * platform/efl/fast/block/lineboxcontain/glyphs-expected.png:
        * platform/efl/fast/block/lineboxcontain/glyphs-expected.txt:
        * platform/efl/fast/block/lineboxcontain/inline-box-expected.png:
        * platform/efl/fast/block/lineboxcontain/inline-box-expected.txt:
        * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.png:
        * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.txt:
        * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.png:
        * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
        * platform/efl/fast/block/lineboxcontain/inline-expected.png:
        * platform/efl/fast/block/lineboxcontain/inline-expected.txt:
        * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.png:
        * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.txt:
        * platform/efl/fast/block/lineboxcontain/none-expected.png:
        * platform/efl/fast/block/lineboxcontain/none-expected.txt:
        * platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.png:
        * platform/efl/fast/block/lineboxcontain/replaced-expected.png:
        * platform/efl/fast/block/lineboxcontain/replaced-expected.txt:
        * platform/efl/fast/block/margin-collapse/001-expected.png:
        * platform/efl/fast/block/margin-collapse/001-expected.txt:
        * platform/efl/fast/block/margin-collapse/002-expected.png:
        * platform/efl/fast/block/margin-collapse/002-expected.txt:
        * platform/efl/fast/block/margin-collapse/003-expected.png:
        * platform/efl/fast/block/margin-collapse/003-expected.txt:
        * platform/efl/fast/block/margin-collapse/004-expected.png:
        * platform/efl/fast/block/margin-collapse/004-expected.txt:
        * platform/efl/fast/block/margin-collapse/005-expected.png:
        * platform/efl/fast/block/margin-collapse/005-expected.txt:
        * platform/efl/fast/block/margin-collapse/006-expected.png:
        * platform/efl/fast/block/margin-collapse/006-expected.txt:
        * platform/efl/fast/block/margin-collapse/010-expected.png:
        * platform/efl/fast/block/margin-collapse/010-expected.txt:
        * platform/efl/fast/block/margin-collapse/011-expected.png:
        * platform/efl/fast/block/margin-collapse/011-expected.txt:
        * platform/efl/fast/block/margin-collapse/012-expected.png:
        * platform/efl/fast/block/margin-collapse/012-expected.txt:
        * platform/efl/fast/block/margin-collapse/015-expected.png:
        * platform/efl/fast/block/margin-collapse/015-expected.txt:
        * platform/efl/fast/block/margin-collapse/016-expected.png:
        * platform/efl/fast/block/margin-collapse/016-expected.txt:
        * platform/efl/fast/block/margin-collapse/017-expected.png:
        * platform/efl/fast/block/margin-collapse/017-expected.txt:
        * platform/efl/fast/block/margin-collapse/018-expected.png:
        * platform/efl/fast/block/margin-collapse/018-expected.txt:
        * platform/efl/fast/block/margin-collapse/019-expected.png:
        * platform/efl/fast/block/margin-collapse/019-expected.txt:
        * platform/efl/fast/block/margin-collapse/020-expected.png:
        * platform/efl/fast/block/margin-collapse/020-expected.txt:
        * platform/efl/fast/block/margin-collapse/021-expected.png:
        * platform/efl/fast/block/margin-collapse/021-expected.txt:
        * platform/efl/fast/block/margin-collapse/022-expected.png:
        * platform/efl/fast/block/margin-collapse/022-expected.txt:
        * platform/efl/fast/block/margin-collapse/025-expected.png:
        * platform/efl/fast/block/margin-collapse/026-expected.png:
        * platform/efl/fast/block/margin-collapse/026-expected.txt:
        * platform/efl/fast/block/margin-collapse/027-expected.png:
        * platform/efl/fast/block/margin-collapse/027-expected.txt:
        * platform/efl/fast/block/margin-collapse/028-expected.png:
        * platform/efl/fast/block/margin-collapse/028-expected.txt:
        * platform/efl/fast/block/margin-collapse/029-expected.png:
        * platform/efl/fast/block/margin-collapse/029-expected.txt:
        * platform/efl/fast/block/margin-collapse/030-expected.png:
        * platform/efl/fast/block/margin-collapse/030-expected.txt:
        * platform/efl/fast/block/margin-collapse/031-expected.png:
        * platform/efl/fast/block/margin-collapse/031-expected.txt:
        * platform/efl/fast/block/margin-collapse/032-expected.png:
        * platform/efl/fast/block/margin-collapse/032-expected.txt:
        * platform/efl/fast/block/margin-collapse/033-expected.png:
        * platform/efl/fast/block/margin-collapse/033-expected.txt:
        * platform/efl/fast/block/margin-collapse/034-expected.png:
        * platform/efl/fast/block/margin-collapse/034-expected.txt:
        * platform/efl/fast/block/margin-collapse/035-expected.png:
        * platform/efl/fast/block/margin-collapse/035-expected.txt:
        * platform/efl/fast/block/margin-collapse/037-expected.png:
        * platform/efl/fast/block/margin-collapse/037-expected.txt:

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (8/26).

        * platform/efl/editing/execCommand/insert-list-and-stitch-expected.txt:
        * platform/efl/editing/execCommand/insertHorizontalRule-expected.png:
        * platform/efl/editing/execCommand/insertHorizontalRule-expected.txt:
        * platform/efl/editing/execCommand/insertImage-expected.png:
        * platform/efl/editing/execCommand/insertImage-expected.txt:
        * platform/efl/editing/execCommand/nsresponder-indent-expected.png:
        * platform/efl/editing/execCommand/nsresponder-indent-expected.txt:
        * platform/efl/editing/execCommand/nsresponder-outdent-expected.png:
        * platform/efl/editing/execCommand/nsresponder-outdent-expected.txt:
        * platform/efl/editing/execCommand/print-expected.png:
        * platform/efl/editing/execCommand/print-expected.txt:
        * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.png:
        * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.txt:
        * platform/efl/editing/execCommand/remove-list-item-1-expected.png:
        * platform/efl/editing/execCommand/remove-list-item-1-expected.txt:
        * platform/efl/editing/execCommand/selectAll-expected.png:
        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
        * platform/efl/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
        * platform/efl/editing/input/emacs-ctrl-o-expected.png:
        * platform/efl/editing/input/emacs-ctrl-o-expected.txt:
        * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/efl/editing/inserting/12882-expected.png:
        * platform/efl/editing/inserting/12882-expected.txt:
        * platform/efl/editing/inserting/4278698-expected.png:
        * platform/efl/editing/inserting/4278698-expected.txt:
        * platform/efl/editing/inserting/4840662-expected.png:
        * platform/efl/editing/inserting/4840662-expected.txt:
        * platform/efl/editing/inserting/4875189-1-expected.png:
        * platform/efl/editing/inserting/4875189-1-expected.txt:
        * platform/efl/editing/inserting/4875189-2-expected.png:
        * platform/efl/editing/inserting/4875189-2-expected.txt:
        * platform/efl/editing/inserting/4959067-expected.png:
        * platform/efl/editing/inserting/4959067-expected.txt:
        * platform/efl/editing/inserting/4960120-1-expected.png:
        * platform/efl/editing/inserting/4960120-1-expected.txt:
        * platform/efl/editing/inserting/4960120-2-expected.png:
        * platform/efl/editing/inserting/4960120-2-expected.txt:
        * platform/efl/editing/inserting/5002441-expected.png:
        * platform/efl/editing/inserting/5002441-expected.txt:
        * platform/efl/editing/inserting/5058163-1-expected.png:
        * platform/efl/editing/inserting/5058163-1-expected.txt:
        * platform/efl/editing/inserting/5058163-2-expected.png:
        * platform/efl/editing/inserting/5058163-2-expected.txt:
        * platform/efl/editing/inserting/5156401-2-expected.png:
        * platform/efl/editing/inserting/5156401-2-expected.txt:
        * platform/efl/editing/inserting/5418891-expected.png:
        * platform/efl/editing/inserting/5418891-expected.txt:
        * platform/efl/editing/inserting/5510537-expected.png:
        * platform/efl/editing/inserting/5510537-expected.txt:
        * platform/efl/editing/inserting/5549929-2-expected.png:
        * platform/efl/editing/inserting/5549929-2-expected.txt:
        * platform/efl/editing/inserting/5549929-3-expected.png:
        * platform/efl/editing/inserting/5549929-3-expected.txt:
        * platform/efl/editing/inserting/6703873-expected.png:
        * platform/efl/editing/inserting/6703873-expected.txt:
        * platform/efl/editing/inserting/editable-html-element-expected.png:
        * platform/efl/editing/inserting/editable-html-element-expected.txt:
        * platform/efl/editing/inserting/editable-inline-element-expected.png:
        * platform/efl/editing/inserting/editable-inline-element-expected.txt:
        * platform/efl/editing/inserting/edited-whitespace-1-expected.png:
        * platform/efl/editing/inserting/edited-whitespace-1-expected.txt:
        * platform/efl/editing/inserting/editing-empty-divs-expected.png:
        * platform/efl/editing/inserting/editing-empty-divs-expected.txt:
        * platform/efl/editing/inserting/insert-3654864-fix-expected.png:
        * platform/efl/editing/inserting/insert-3654864-fix-expected.txt:
        * platform/efl/editing/inserting/insert-3775316-fix-expected.png:
        * platform/efl/editing/inserting/insert-3775316-fix-expected.txt:
        * platform/efl/editing/inserting/insert-3778059-fix-expected.png:
        * platform/efl/editing/inserting/insert-3778059-fix-expected.txt:
        * platform/efl/editing/inserting/insert-3800346-fix-expected.png:
        * platform/efl/editing/inserting/insert-3800346-fix-expected.txt:
        * platform/efl/editing/inserting/insert-3851164-fix-expected.png:
        * platform/efl/editing/inserting/insert-3851164-fix-expected.txt:
        * platform/efl/editing/inserting/insert-after-delete-001-expected.png:
        * platform/efl/editing/inserting/insert-after-delete-001-expected.txt:
        * platform/efl/editing/inserting/insert-at-end-01-expected.png:
        * platform/efl/editing/inserting/insert-at-end-01-expected.txt:
        * platform/efl/editing/inserting/insert-at-end-02-expected.png:
        * platform/efl/editing/inserting/insert-at-end-02-expected.txt:
        * platform/efl/editing/inserting/insert-br-001-expected.png:
        * platform/efl/editing/inserting/insert-br-001-expected.txt:
        * platform/efl/editing/inserting/insert-br-002-expected.png:
        * platform/efl/editing/inserting/insert-br-002-expected.txt:
        * platform/efl/editing/inserting/insert-br-003-expected.png:
        * platform/efl/editing/inserting/insert-br-003-expected.txt:
        * platform/efl/editing/inserting/insert-br-004-expected.png:
        * platform/efl/editing/inserting/insert-br-004-expected.txt:
        * platform/efl/editing/inserting/insert-br-005-expected.png:
        * platform/efl/editing/inserting/insert-br-005-expected.txt:
        * platform/efl/editing/inserting/insert-br-006-expected.png:
        * platform/efl/editing/inserting/insert-br-006-expected.txt:
        * platform/efl/editing/inserting/insert-br-007-expected.png:
        * platform/efl/editing/inserting/insert-br-007-expected.txt:
        * platform/efl/editing/inserting/insert-br-008-expected.png:
        * platform/efl/editing/inserting/insert-br-008-expected.txt:
        * platform/efl/editing/inserting/insert-br-009-expected.png:
        * platform/efl/editing/inserting/insert-br-009-expected.txt:
        * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png:
        * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt:
        * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png:
        * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt:
        * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png:
        * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt:
        * platform/efl/editing/inserting/insert-br-quoted-001-expected.png:
        * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt:
        * platform/efl/editing/inserting/insert-br-quoted-002-expected.png:
        * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt:
        * platform/efl/editing/inserting/insert-br-quoted-003-expected.png:
        * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt:
        * platform/efl/editing/inserting/insert-br-quoted-004-expected.png:
        * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt:
        * platform/efl/editing/inserting/insert-br-quoted-005-expected.png:
        * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt:
        * platform/efl/editing/inserting/insert-br-quoted-006-expected.png:
        * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt:
        * platform/efl/editing/inserting/insert-div-001-expected.png:
        * platform/efl/editing/inserting/insert-div-001-expected.txt:
        * platform/efl/editing/inserting/insert-div-002-expected.png:
        * platform/efl/editing/inserting/insert-div-002-expected.txt:
        * platform/efl/editing/inserting/insert-div-003-expected.png:
        * platform/efl/editing/inserting/insert-div-003-expected.txt:
        * platform/efl/editing/inserting/insert-div-004-expected.png:
        * platform/efl/editing/inserting/insert-div-004-expected.txt:
        * platform/efl/editing/inserting/insert-div-005-expected.png:
        * platform/efl/editing/inserting/insert-div-005-expected.txt:
        * platform/efl/editing/inserting/insert-div-006-expected.png:
        * platform/efl/editing/inserting/insert-div-006-expected.txt:
        * platform/efl/editing/inserting/insert-div-007-expected.png:
        * platform/efl/editing/inserting/insert-div-007-expected.txt:
        * platform/efl/editing/inserting/insert-div-008-expected.png:
        * platform/efl/editing/inserting/insert-div-008-expected.txt:
        * platform/efl/editing/inserting/insert-div-009-expected.png:
        * platform/efl/editing/inserting/insert-div-009-expected.txt:
        * platform/efl/editing/inserting/insert-div-010-expected.png:
        * platform/efl/editing/inserting/insert-div-010-expected.txt:
        * platform/efl/editing/inserting/insert-div-011-expected.png:
        * platform/efl/editing/inserting/insert-div-011-expected.txt:
        * platform/efl/editing/inserting/insert-div-012-expected.png:
        * platform/efl/editing/inserting/insert-div-012-expected.txt:
        * platform/efl/editing/inserting/insert-div-013-expected.png:
        * platform/efl/editing/inserting/insert-div-013-expected.txt:
        * platform/efl/editing/inserting/insert-div-014-expected.png:
        * platform/efl/editing/inserting/insert-div-014-expected.txt:
        * platform/efl/editing/inserting/insert-div-015-expected.png:
        * platform/efl/editing/inserting/insert-div-015-expected.txt:
        * platform/efl/editing/inserting/insert-div-016-expected.png:
        * platform/efl/editing/inserting/insert-div-016-expected.txt:
        * platform/efl/editing/inserting/insert-div-017-expected.png:
        * platform/efl/editing/inserting/insert-div-017-expected.txt:
        * platform/efl/editing/inserting/insert-div-018-expected.png:
        * platform/efl/editing/inserting/insert-div-018-expected.txt:
        * platform/efl/editing/inserting/insert-div-019-expected.png:
        * platform/efl/editing/inserting/insert-div-019-expected.txt:
        * platform/efl/editing/inserting/insert-div-020-expected.png:
        * platform/efl/editing/inserting/insert-div-020-expected.txt:
        * platform/efl/editing/inserting/insert-div-022-expected.png:
        * platform/efl/editing/inserting/insert-div-022-expected.txt:
        * platform/efl/editing/inserting/insert-div-023-expected.png:
        * platform/efl/editing/inserting/insert-div-023-expected.txt:
        * platform/efl/editing/inserting/insert-div-024-expected.png:
        * platform/efl/editing/inserting/insert-div-024-expected.txt:
        * platform/efl/editing/inserting/insert-div-025-expected.png:
        * platform/efl/editing/inserting/insert-div-025-expected.txt:
        * platform/efl/editing/inserting/insert-div-026-expected.png:
        * platform/efl/editing/inserting/insert-div-026-expected.txt:
        * platform/efl/editing/inserting/insert-div-027-expected.png:
        * platform/efl/editing/inserting/insert-div-027-expected.txt:
        * platform/efl/editing/inserting/insert-paragraph-01-expected.png:
        * platform/efl/editing/inserting/insert-paragraph-01-expected.txt:
        * platform/efl/editing/inserting/insert-paragraph-02-expected.png:
        * platform/efl/editing/inserting/insert-paragraph-02-expected.txt:
        * platform/efl/editing/inserting/insert-paragraph-03-expected.png:
        * platform/efl/editing/inserting/insert-paragraph-03-expected.txt:
        * platform/efl/editing/inserting/insert-paragraph-04-expected.png:
        * platform/efl/editing/inserting/insert-paragraph-04-expected.txt:
        * platform/efl/editing/inserting/insert-paragraph-05-expected.png:
        * platform/efl/editing/inserting/insert-paragraph-05-expected.txt:
        * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png:
        * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt:
        * platform/efl/editing/inserting/insert-tab-001-expected.png:
        * platform/efl/editing/inserting/insert-tab-001-expected.txt:
        * platform/efl/editing/inserting/insert-tab-002-expected.png:
        * platform/efl/editing/inserting/insert-tab-002-expected.txt:
        * platform/efl/editing/inserting/insert-tab-003-expected.png:
        * platform/efl/editing/inserting/insert-tab-003-expected.txt:
        * platform/efl/editing/inserting/insert-tab-004-expected.png:
        * platform/efl/editing/inserting/insert-tab-004-expected.txt:
        * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png:
        * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt:
        * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png:
        * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt:
        * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png:
        * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt:
        * platform/efl/editing/inserting/insert-text-with-newlines-expected.png:
        * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt:
        * platform/efl/editing/inserting/line-break-expected.png:
        * platform/efl/editing/inserting/line-break-expected.txt:
        * platform/efl/editing/inserting/multiple-lines-selected-expected.png:
        * platform/efl/editing/inserting/multiple-lines-selected-expected.txt:
        * platform/efl/editing/inserting/paragraph-separator-01-expected.png:
        * platform/efl/editing/inserting/paragraph-separator-01-expected.txt:
        * platform/efl/editing/inserting/paragraph-separator-02-expected.png:
        * platform/efl/editing/inserting/paragraph-separator-02-expected.txt:
        * platform/efl/editing/inserting/paragraph-separator-03-expected.png:
        * platform/efl/editing/inserting/paragraph-separator-03-expected.txt:
        * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png:
        * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt:
        * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png:
        * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt:
        * platform/efl/editing/inserting/redo-expected.png:
        * platform/efl/editing/inserting/redo-expected.txt:
        * platform/efl/editing/inserting/return-key-with-selection-001-expected.png:
        * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt:
        * platform/efl/editing/inserting/return-key-with-selection-002-expected.png:
        * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt:
        * platform/efl/editing/inserting/return-key-with-selection-003-expected.png:
        * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt:
        * platform/efl/editing/inserting/typing-001-expected.png:
        * platform/efl/editing/inserting/typing-001-expected.txt:
        * platform/efl/editing/inserting/typing-002-expected.png:
        * platform/efl/editing/inserting/typing-002-expected.txt:
        * platform/efl/editing/inserting/typing-003-expected.png:
        * platform/efl/editing/inserting/typing-003-expected.txt:
        * platform/efl/editing/inserting/typing-around-br-001-expected.png:
        * platform/efl/editing/inserting/typing-around-br-001-expected.txt:
        * platform/efl/editing/inserting/typing-around-image-001-expected.png:
        * platform/efl/editing/inserting/typing-around-image-001-expected.txt:
        * platform/efl/editing/inserting/typing-at-end-of-line-expected.png:
        * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt:
        * platform/efl/editing/pasteboard/4631972-expected.png:
        * platform/efl/editing/pasteboard/4631972-expected.txt:
        * platform/efl/editing/pasteboard/4806874-expected.png:
        * platform/efl/editing/pasteboard/4806874-expected.txt:
        * platform/efl/editing/pasteboard/5032095-expected.png:
        * platform/efl/editing/pasteboard/5032095-expected.txt:
        * platform/efl/editing/pasteboard/5071074-2-expected.png:
        * platform/efl/editing/pasteboard/5071074-2-expected.txt:
        * platform/efl/editing/pasteboard/5134759-expected.png:
        * platform/efl/editing/pasteboard/5134759-expected.txt:
        * platform/efl/editing/pasteboard/5156401-1-expected.png:
        * platform/efl/editing/pasteboard/5156401-1-expected.txt:
        * platform/efl/editing/pasteboard/5387578-expected.png:
        * platform/efl/editing/pasteboard/5387578-expected.txt:
        * platform/efl/editing/pasteboard/7955-expected.png:
        * platform/efl/editing/pasteboard/7955-expected.txt:
        * platform/efl/editing/pasteboard/8145-1-expected.png:
        * platform/efl/editing/pasteboard/8145-1-expected.txt:
        * platform/efl/editing/pasteboard/8145-2-expected.png:
        * platform/efl/editing/pasteboard/8145-2-expected.txt:
        * platform/efl/editing/pasteboard/8145-3-expected.png:
        * platform/efl/editing/pasteboard/8145-3-expected.txt:
        * platform/efl/editing/pasteboard/bad-placeholder-expected.png:
        * platform/efl/editing/pasteboard/bad-placeholder-expected.txt:
        * platform/efl/editing/pasteboard/displaced-generic-placeholder-expected.png:
        * platform/efl/editing/pasteboard/displaced-generic-placeholder-expected.txt:
        * platform/efl/editing/pasteboard/displaced-placeholder-expected.png:
        * platform/efl/editing/pasteboard/displaced-placeholder-expected.txt:
        * platform/efl/editing/pasteboard/innerText-inline-table-expected.png:
        * platform/efl/editing/pasteboard/innerText-inline-table-expected.txt:
        * platform/efl/editing/pasteboard/merge-after-delete-1-expected.png:
        * platform/efl/editing/pasteboard/merge-after-delete-1-expected.txt:
        * platform/efl/editing/pasteboard/merge-after-delete-2-expected.png:
        * platform/efl/editing/pasteboard/merge-after-delete-2-expected.txt:
        * platform/efl/editing/pasteboard/merge-after-delete-expected.png:
        * platform/efl/editing/pasteboard/merge-after-delete-expected.txt:
        * platform/efl/editing/pasteboard/merge-end-blockquote-expected.png:
        * platform/efl/editing/pasteboard/merge-end-blockquote-expected.txt:
        * platform/efl/editing/pasteboard/merge-end-borders-expected.png:
        * platform/efl/editing/pasteboard/merge-end-borders-expected.txt:
        * platform/efl/editing/pasteboard/merge-start-blockquote-expected.png:
        * platform/efl/editing/pasteboard/merge-start-blockquote-expected.txt:
        * platform/efl/editing/pasteboard/merge-start-list-expected.png:
        * platform/efl/editing/pasteboard/merge-start-list-expected.txt:
        * platform/efl/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
        * platform/efl/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
        * platform/efl/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
        * platform/efl/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
        * platform/efl/editing/pasteboard/pasting-object-expected.png:
        * platform/efl/editing/pasteboard/pasting-object-expected.txt:
        * platform/efl/editing/pasteboard/quirks-mode-br-1-expected.png:
        * platform/efl/editing/pasteboard/quirks-mode-br-1-expected.txt:
        * platform/efl/editing/pasteboard/unrendered-br-expected.png:
        * platform/efl/editing/pasteboard/unrendered-br-expected.txt:
        * platform/efl/editing/selection/13804-expected.png:
        * platform/efl/editing/selection/13804-expected.txt:
        * platform/efl/editing/selection/14971-expected.png:
        * platform/efl/editing/selection/14971-expected.txt:
        * platform/efl/editing/selection/4402375-expected.png:
        * platform/efl/editing/selection/4402375-expected.txt:
        * platform/efl/editing/selection/4776665-expected.png:
        * platform/efl/editing/selection/4776665-expected.txt:
        * platform/efl/editing/selection/4818145-expected.png:
        * platform/efl/editing/selection/4818145-expected.txt:
        * platform/efl/editing/selection/4866671-expected.png:
        * platform/efl/editing/selection/4866671-expected.txt:
        * platform/efl/editing/selection/4889598-expected.png:
        * platform/efl/editing/selection/4889598-expected.txt:
        * platform/efl/editing/selection/4895428-2-expected.png:
        * platform/efl/editing/selection/4895428-2-expected.txt:
        * platform/efl/editing/selection/4932260-1-expected.png:
        * platform/efl/editing/selection/4932260-1-expected.txt:
        * platform/efl/editing/selection/4932260-2-expected.png:
        * platform/efl/editing/selection/4932260-2-expected.txt:
        * platform/efl/editing/selection/4932260-3-expected.png:
        * platform/efl/editing/selection/4932260-3-expected.txt:
        * platform/efl/editing/selection/4947387-expected.png:
        * platform/efl/editing/selection/4947387-expected.txt:
        * platform/efl/editing/selection/4960116-expected.png:
        * platform/efl/editing/selection/4960116-expected.txt:
        * platform/efl/editing/selection/4960137-expected.png:
        * platform/efl/editing/selection/4960137-expected.txt:
        * platform/efl/editing/selection/4983858-expected.png:
        * platform/efl/editing/selection/4983858-expected.txt:
        * platform/efl/editing/selection/5057506-2-expected.png:
        * platform/efl/editing/selection/5057506-2-expected.txt:
        * platform/efl/editing/selection/5076323-1-expected.png:
        * platform/efl/editing/selection/5076323-1-expected.txt:
        * platform/efl/editing/selection/5076323-2-expected.png:
        * platform/efl/editing/selection/5076323-2-expected.txt:
        * platform/efl/editing/selection/5076323-3-expected.png:
        * platform/efl/editing/selection/5076323-3-expected.txt:
        * platform/efl/editing/selection/5081257-1-expected.png:
        * platform/efl/editing/selection/5081257-1-expected.txt:
        * platform/efl/editing/selection/5081257-2-expected.png:
        * platform/efl/editing/selection/5081257-2-expected.txt:
        * platform/efl/editing/selection/5099303-expected.png:
        * platform/efl/editing/selection/5099303-expected.txt:
        * platform/efl/editing/selection/5131716-1-expected.png:
        * platform/efl/editing/selection/5131716-1-expected.txt:
        * platform/efl/editing/selection/5131716-2-expected.png:
        * platform/efl/editing/selection/5131716-2-expected.txt:
        * platform/efl/editing/selection/5131716-3-expected.png:
        * platform/efl/editing/selection/5131716-3-expected.txt:
        * platform/efl/editing/selection/5131716-4-expected.png:
        * platform/efl/editing/selection/5131716-4-expected.txt:
        * platform/efl/editing/selection/5195166-2-expected.png:
        * platform/efl/editing/selection/5195166-2-expected.txt:
        * platform/efl/editing/selection/5232159-expected.png:
        * platform/efl/editing/selection/5232159-expected.txt:
        * platform/efl/editing/selection/5234383-1-expected.png:
        * platform/efl/editing/selection/5234383-1-expected.txt:
        * platform/efl/editing/selection/5234383-2-expected.png:
        * platform/efl/editing/selection/5234383-2-expected.txt:
        * platform/efl/editing/selection/5240265-expected.png:
        * platform/efl/editing/selection/5240265-expected.txt:
        * platform/efl/editing/selection/5333725-expected.png:
        * platform/efl/editing/selection/5333725-expected.txt:
        * platform/efl/editing/selection/6476-expected.png:
        * platform/efl/editing/selection/6476-expected.txt:
        * platform/efl/editing/selection/7152-1-expected.png:
        * platform/efl/editing/selection/7152-1-expected.txt:
        * platform/efl/editing/selection/addRange-expected.png:
        * platform/efl/editing/selection/addRange-expected.txt:
        * platform/efl/editing/selection/after-line-wrap-expected.png:
        * platform/efl/editing/selection/after-line-wrap-expected.txt:
        * platform/efl/editing/selection/clear-selection-expected.png:
        * platform/efl/editing/selection/clear-selection-expected.txt:
        * platform/efl/editing/selection/click-start-of-line-expected.png:
        * platform/efl/editing/selection/click-start-of-line-expected.txt:
        * platform/efl/editing/selection/contenteditable-click-inside-expected.png:
        * platform/efl/editing/selection/contenteditable-click-inside-expected.txt:
        * platform/efl/editing/selection/display-table-text-expected.png:
        * platform/efl/editing/selection/display-table-text-expected.txt:
        * platform/efl/editing/selection/drag-in-iframe-expected.png:
        * platform/efl/editing/selection/drag-in-iframe-expected.txt:
        * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png:
        * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt:
        * platform/efl/editing/selection/editable-html-element-expected.png:
        * platform/efl/editing/selection/editable-html-element-expected.txt:
        * platform/efl/editing/selection/editable-links-expected.png:
        * platform/efl/editing/selection/editable-links-expected.txt:
        * platform/efl/editing/selection/editable-non-editable-crash-expected.png:
        * platform/efl/editing/selection/editable-non-editable-crash-expected.txt:
        * platform/efl/editing/selection/end-of-document-expected.png:
        * platform/efl/editing/selection/end-of-document-expected.txt:
        * platform/efl/editing/selection/expanding-selections-expected.png:
        * platform/efl/editing/selection/expanding-selections-expected.txt:
        * platform/efl/editing/selection/expanding-selections2-expected.png:
        * platform/efl/editing/selection/expanding-selections2-expected.txt:
        * platform/efl/editing/selection/extend-by-character-001-expected.png:
        * platform/efl/editing/selection/extend-by-character-001-expected.txt:
        * platform/efl/editing/selection/extend-by-character-004-expected.png:
        * platform/efl/editing/selection/extend-by-character-004-expected.txt:
        * platform/efl/editing/selection/extend-by-character-005-expected.png:
        * platform/efl/editing/selection/extend-by-character-005-expected.txt:
        * platform/efl/editing/selection/extend-by-character-006-expected.png:
        * platform/efl/editing/selection/extend-by-character-006-expected.txt:
        * platform/efl/editing/selection/extend-by-sentence-001-expected.png:
        * platform/efl/editing/selection/extend-by-sentence-001-expected.txt:
        * platform/efl/editing/selection/extend-by-word-001-expected.png:
        * platform/efl/editing/selection/extend-by-word-001-expected.txt:
        * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png:
        * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt:
        * platform/efl/editing/selection/extend-selection-bidi-expected.png:
        * platform/efl/editing/selection/extend-selection-bidi-expected.txt:
        * platform/efl/editing/selection/focus-body-expected.png:
        * platform/efl/editing/selection/focus-body-expected.txt:
        * platform/efl/editing/selection/focus_editable_html-expected.png:
        * platform/efl/editing/selection/focus_editable_html-expected.txt:
        * platform/efl/editing/selection/iframe-expected.png:
        * platform/efl/editing/selection/iframe-expected.txt:
        * platform/efl/editing/selection/image-before-linebreak-expected.png:
        * platform/efl/editing/selection/image-before-linebreak-expected.txt:
        * platform/efl/editing/selection/inline-closest-leaf-child-expected.png:
        * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt:
        * platform/efl/editing/selection/inline-table-expected.png:
        * platform/efl/editing/selection/inline-table-expected.txt:
        * platform/efl/editing/selection/leave-requested-block-expected.png:
        * platform/efl/editing/selection/leave-requested-block-expected.txt:
        * platform/efl/editing/selection/line-wrap-1-expected.png:
        * platform/efl/editing/selection/line-wrap-1-expected.txt:
        * platform/efl/editing/selection/line-wrap-2-expected.png:
        * platform/efl/editing/selection/line-wrap-2-expected.txt:
        * platform/efl/editing/selection/mixed-editability-1-expected.png:
        * platform/efl/editing/selection/mixed-editability-1-expected.txt:
        * platform/efl/editing/selection/mixed-editability-2-expected.png:
        * platform/efl/editing/selection/mixed-editability-2-expected.txt:
        * platform/efl/editing/selection/mixed-editability-3-expected.png:
        * platform/efl/editing/selection/mixed-editability-3-expected.txt:
        * platform/efl/editing/selection/mixed-editability-4-expected.png:
        * platform/efl/editing/selection/mixed-editability-4-expected.txt:
        * platform/efl/editing/selection/mixed-editability-5-expected.png:
        * platform/efl/editing/selection/mixed-editability-5-expected.txt:
        * platform/efl/editing/selection/mixed-editability-8-expected.png:
        * platform/efl/editing/selection/mixed-editability-8-expected.txt:
        * platform/efl/editing/selection/mixed-editability-9-expected.png:
        * platform/efl/editing/selection/mixed-editability-9-expected.txt:
        * platform/efl/editing/selection/move-3875618-fix-expected.png:
        * platform/efl/editing/selection/move-3875618-fix-expected.txt:
        * platform/efl/editing/selection/move-3875641-fix-expected.png:
        * platform/efl/editing/selection/move-3875641-fix-expected.txt:
        * platform/efl/editing/selection/move-backwords-by-word-001-expected.png:
        * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt:
        * platform/efl/editing/selection/move-between-blocks-no-001-expected.png:
        * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt:
        * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png:
        * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt:
        * platform/efl/editing/selection/move-by-character-001-expected.png:
        * platform/efl/editing/selection/move-by-character-001-expected.txt:
        * platform/efl/editing/selection/move-by-character-002-expected.png:
        * platform/efl/editing/selection/move-by-character-002-expected.txt:
        * platform/efl/editing/selection/move-by-character-003-expected.png:
        * platform/efl/editing/selection/move-by-character-003-expected.txt:
        * platform/efl/editing/selection/move-by-character-004-expected.png:
        * platform/efl/editing/selection/move-by-character-004-expected.txt:
        * platform/efl/editing/selection/move-by-character-005-expected.png:
        * platform/efl/editing/selection/move-by-character-005-expected.txt:
        * platform/efl/editing/selection/move-by-character-6-expected.png:
        * platform/efl/editing/selection/move-by-character-6-expected.txt:
        * platform/efl/editing/selection/move-by-line-001-expected.png:
        * platform/efl/editing/selection/move-by-line-001-expected.txt:
        * platform/efl/editing/selection/move-by-line-002-expected.png:
        * platform/efl/editing/selection/move-by-line-002-expected.txt:
        * platform/efl/editing/selection/move-by-sentence-001-expected.png:
        * platform/efl/editing/selection/move-by-sentence-001-expected.txt:
        * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png:
        * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt:
        * platform/efl/editing/selection/move-by-word-001-expected.png:
        * platform/efl/editing/selection/move-by-word-001-expected.txt:
        * platform/efl/editing/selection/move-past-trailing-space-expected.png:
        * platform/efl/editing/selection/move-past-trailing-space-expected.txt:
        * platform/efl/editing/selection/node-removal-1-expected.png:
        * platform/efl/editing/selection/node-removal-1-expected.txt:
        * platform/efl/editing/selection/previous-line-position-expected.png:
        * platform/efl/editing/selection/previous-line-position-expected.txt:
        * platform/efl/editing/selection/replace-selection-1-expected.png:
        * platform/efl/editing/selection/replace-selection-1-expected.txt:
        * platform/efl/editing/selection/replaced-boundaries-1-expected.png:
        * platform/efl/editing/selection/replaced-boundaries-1-expected.txt:
        * platform/efl/editing/selection/replaced-boundaries-2-expected.png:
        * platform/efl/editing/selection/replaced-boundaries-2-expected.txt:
        * platform/efl/editing/selection/select-all-001-expected.png:
        * platform/efl/editing/selection/select-all-001-expected.txt:
        * platform/efl/editing/selection/select-all-iframe-expected.png:
        * platform/efl/editing/selection/select-all-iframe-expected.txt:
        * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png:
        * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt:
        * platform/efl/editing/selection/selectNode-expected.png:
        * platform/efl/editing/selection/selectNode-expected.txt:
        * platform/efl/editing/selection/selectNodeContents-expected.png:
        * platform/efl/editing/selection/selectNodeContents-expected.txt:
        * platform/efl/editing/selection/selection-3748164-fix-expected.png:
        * platform/efl/editing/selection/selection-3748164-fix-expected.txt:
        * platform/efl/editing/selection/table-caret-1-expected.png:
        * platform/efl/editing/selection/table-caret-1-expected.txt:
        * platform/efl/editing/selection/table-caret-2-expected.png:
        * platform/efl/editing/selection/table-caret-2-expected.txt:
        * platform/efl/editing/selection/table-caret-3-expected.png:
        * platform/efl/editing/selection/table-caret-3-expected.txt:
        * platform/efl/editing/selection/transformed-selection-rects-expected.png:
        * platform/efl/editing/selection/transformed-selection-rects-expected.txt:
        * platform/efl/editing/selection/triple-click-in-pre-expected.png:
        * platform/efl/editing/selection/triple-click-in-pre-expected.txt:
        * platform/efl/editing/selection/unrendered-001-expected.png:
        * platform/efl/editing/selection/unrendered-001-expected.txt:
        * platform/efl/editing/selection/unrendered-002-expected.png:

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (7/26).

        * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-3a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-41-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-41a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-42-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-42a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-50-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-62-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-65-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-86-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-88-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-88b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-89-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-91-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-92-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-93-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.txt:
        * platform/efl/css3/unicode-bidi-isolate-basic-expected.png:
        * platform/efl/css3/unicode-bidi-isolate-basic-expected.txt:
        * platform/efl/editing/deleting/4922367-expected.png:
        * platform/efl/editing/deleting/4922367-expected.txt:
        * platform/efl/editing/deleting/5099303-expected.png:
        * platform/efl/editing/deleting/5099303-expected.txt:
        * platform/efl/editing/deleting/5126166-expected.png:
        * platform/efl/editing/deleting/5126166-expected.txt:
        * platform/efl/editing/deleting/5144139-2-expected.png:
        * platform/efl/editing/deleting/5144139-2-expected.txt:
        * platform/efl/editing/deleting/5206311-1-expected.png:
        * platform/efl/editing/deleting/5206311-1-expected.txt:
        * platform/efl/editing/deleting/5272440-expected.png:
        * platform/efl/editing/deleting/5272440-expected.txt:
        * platform/efl/editing/deleting/5369009-expected.png:
        * platform/efl/editing/deleting/5369009-expected.txt:
        * platform/efl/editing/deleting/5433862-2-expected.png:
        * platform/efl/editing/deleting/5433862-2-expected.txt:
        * platform/efl/editing/deleting/5483370-expected.png:
        * platform/efl/editing/deleting/5483370-expected.txt:
        * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
        * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
        * platform/efl/editing/deleting/delete-3608445-fix-expected.png:
        * platform/efl/editing/deleting/delete-3608445-fix-expected.txt:
        * platform/efl/editing/deleting/delete-3608462-fix-expected.png:
        * platform/efl/editing/deleting/delete-3608462-fix-expected.txt:
        * platform/efl/editing/deleting/delete-3775172-fix-expected.png:
        * platform/efl/editing/deleting/delete-3775172-fix-expected.txt:
        * platform/efl/editing/deleting/delete-3800834-fix-expected.png:
        * platform/efl/editing/deleting/delete-3800834-fix-expected.txt:
        * platform/efl/editing/deleting/delete-3857753-fix-expected.png:
        * platform/efl/editing/deleting/delete-3857753-fix-expected.txt:
        * platform/efl/editing/deleting/delete-3865854-fix-expected.png:
        * platform/efl/editing/deleting/delete-3865854-fix-expected.txt:
        * platform/efl/editing/deleting/delete-3928305-fix-expected.png:
        * platform/efl/editing/deleting/delete-3928305-fix-expected.txt:
        * platform/efl/editing/deleting/delete-4083333-fix-expected.png:
        * platform/efl/editing/deleting/delete-4083333-fix-expected.txt:
        * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png:
        * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt:
        * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png:
        * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt:
        * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png:
        * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt:
        * platform/efl/editing/deleting/delete-and-undo-expected.png:
        * platform/efl/editing/deleting/delete-and-undo-expected.txt:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
        * platform/efl/editing/deleting/delete-at-start-or-end-expected.png:
        * platform/efl/editing/deleting/delete-block-contents-001-expected.png:
        * platform/efl/editing/deleting/delete-block-contents-001-expected.txt:
        * platform/efl/editing/deleting/delete-block-contents-002-expected.png:
        * platform/efl/editing/deleting/delete-block-contents-002-expected.txt:
        * platform/efl/editing/deleting/delete-block-contents-003-expected.png:
        * platform/efl/editing/deleting/delete-block-contents-003-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt:
        * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png:
        * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt:
        * platform/efl/editing/deleting/delete-br-001-expected.png:
        * platform/efl/editing/deleting/delete-br-001-expected.txt:
        * platform/efl/editing/deleting/delete-br-002-expected.png:
        * platform/efl/editing/deleting/delete-br-002-expected.txt:
        * platform/efl/editing/deleting/delete-br-003-expected.png:
        * platform/efl/editing/deleting/delete-br-003-expected.txt:
        * platform/efl/editing/deleting/delete-br-004-expected.png:
        * platform/efl/editing/deleting/delete-br-004-expected.txt:
        * platform/efl/editing/deleting/delete-br-005-expected.png:
        * platform/efl/editing/deleting/delete-br-005-expected.txt:
        * platform/efl/editing/deleting/delete-br-006-expected.png:
        * platform/efl/editing/deleting/delete-br-006-expected.txt:
        * platform/efl/editing/deleting/delete-br-007-expected.png:
        * platform/efl/editing/deleting/delete-br-007-expected.txt:
        * platform/efl/editing/deleting/delete-br-008-expected.png:
        * platform/efl/editing/deleting/delete-br-008-expected.txt:
        * platform/efl/editing/deleting/delete-br-009-expected.png:
        * platform/efl/editing/deleting/delete-br-009-expected.txt:
        * platform/efl/editing/deleting/delete-br-010-expected.png:
        * platform/efl/editing/deleting/delete-br-010-expected.txt:
        * platform/efl/editing/deleting/delete-br-013-expected.png:
        * platform/efl/editing/deleting/delete-br-013-expected.txt:
        * platform/efl/editing/deleting/delete-character-001-expected.png:
        * platform/efl/editing/deleting/delete-character-001-expected.txt:
        * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png:
        * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt:
        * platform/efl/editing/deleting/delete-first-list-item-expected.png:
        * platform/efl/editing/deleting/delete-first-list-item-expected.txt:
        * platform/efl/editing/deleting/delete-hr-expected.png:
        * platform/efl/editing/deleting/delete-hr-expected.txt:
        * platform/efl/editing/deleting/delete-image-001-expected.png:
        * platform/efl/editing/deleting/delete-image-001-expected.txt:
        * platform/efl/editing/deleting/delete-image-002-expected.png:
        * platform/efl/editing/deleting/delete-image-002-expected.txt:
        * platform/efl/editing/deleting/delete-image-003-expected.png:
        * platform/efl/editing/deleting/delete-image-003-expected.txt:
        * platform/efl/editing/deleting/delete-image-004-expected.png:
        * platform/efl/editing/deleting/delete-image-004-expected.txt:
        * platform/efl/editing/deleting/delete-leading-ws-001-expected.png:
        * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt:
        * platform/efl/editing/deleting/delete-line-001-expected.png:
        * platform/efl/editing/deleting/delete-line-001-expected.txt:
        * platform/efl/editing/deleting/delete-line-002-expected.png:
        * platform/efl/editing/deleting/delete-line-002-expected.txt:
        * platform/efl/editing/deleting/delete-line-003-expected.png:
        * platform/efl/editing/deleting/delete-line-003-expected.txt:
        * platform/efl/editing/deleting/delete-line-004-expected.png:
        * platform/efl/editing/deleting/delete-line-004-expected.txt:
        * platform/efl/editing/deleting/delete-line-005-expected.png:
        * platform/efl/editing/deleting/delete-line-005-expected.txt:
        * platform/efl/editing/deleting/delete-line-006-expected.png:
        * platform/efl/editing/deleting/delete-line-006-expected.txt:
        * platform/efl/editing/deleting/delete-line-007-expected.png:
        * platform/efl/editing/deleting/delete-line-007-expected.txt:
        * platform/efl/editing/deleting/delete-line-008-expected.png:
        * platform/efl/editing/deleting/delete-line-008-expected.txt:
        * platform/efl/editing/deleting/delete-line-009-expected.png:
        * platform/efl/editing/deleting/delete-line-009-expected.txt:
        * platform/efl/editing/deleting/delete-line-010-expected.png:
        * platform/efl/editing/deleting/delete-line-010-expected.txt:
        * platform/efl/editing/deleting/delete-line-011-expected.png:
        * platform/efl/editing/deleting/delete-line-012-expected.png:
        * platform/efl/editing/deleting/delete-line-012-expected.txt:
        * platform/efl/editing/deleting/delete-line-013-expected.png:
        * platform/efl/editing/deleting/delete-line-013-expected.txt:
        * platform/efl/editing/deleting/delete-line-014-expected.png:
        * platform/efl/editing/deleting/delete-line-014-expected.txt:
        * platform/efl/editing/deleting/delete-line-015-expected.png:
        * platform/efl/editing/deleting/delete-line-015-expected.txt:
        * platform/efl/editing/deleting/delete-line-016-expected.png:
        * platform/efl/editing/deleting/delete-line-016-expected.txt:
        * platform/efl/editing/deleting/delete-line-017-expected.png:
        * platform/efl/editing/deleting/delete-line-017-expected.txt:
        * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png:
        * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt:
        * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png:
        * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt:
        * platform/efl/editing/deleting/delete-listitem-001-expected.png:
        * platform/efl/editing/deleting/delete-listitem-001-expected.txt:
        * platform/efl/editing/deleting/delete-listitem-002-expected.png:
        * platform/efl/editing/deleting/delete-listitem-002-expected.txt:
        * platform/efl/editing/deleting/delete-selection-001-expected.png:
        * platform/efl/editing/deleting/delete-selection-001-expected.txt:
        * platform/efl/editing/deleting/delete-tab-001-expected.png:
        * platform/efl/editing/deleting/delete-tab-002-expected.png:
        * platform/efl/editing/deleting/delete-tab-002-expected.txt:
        * platform/efl/editing/deleting/delete-tab-003-expected.png:
        * platform/efl/editing/deleting/delete-tab-003-expected.txt:
        * platform/efl/editing/deleting/delete-tab-004-expected.png:
        * platform/efl/editing/deleting/delete-to-select-table-expected.png:
        * platform/efl/editing/deleting/delete-to-select-table-expected.txt:
        * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png:
        * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt:
        * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png:
        * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt:
        * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png:
        * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt:
        * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png:
        * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt:
        * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png:
        * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt:
        * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png:
        * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt:
        * platform/efl/editing/deleting/forward-delete-expected.png:
        * platform/efl/editing/deleting/forward-delete-expected.txt:
        * platform/efl/editing/deleting/list-item-1-expected.png:
        * platform/efl/editing/deleting/list-item-1-expected.txt:
        * platform/efl/editing/deleting/merge-different-styles-expected.png:
        * platform/efl/editing/deleting/merge-different-styles-expected.txt:
        * platform/efl/editing/deleting/merge-endOfParagraph-expected.png:
        * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt:
        * platform/efl/editing/deleting/merge-no-br-expected.png:
        * platform/efl/editing/deleting/merge-no-br-expected.txt:
        * platform/efl/editing/deleting/merge-unrendered-space-expected.png:
        * platform/efl/editing/deleting/merge-unrendered-space-expected.txt:
        * platform/efl/editing/deleting/merge-whitespace-pre-expected.png:
        * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt:
        * platform/efl/editing/deleting/move-nodes-001-expected.png:
        * platform/efl/editing/deleting/move-nodes-001-expected.txt:
        * platform/efl/editing/deleting/non-smart-delete-expected.png:
        * platform/efl/editing/deleting/non-smart-delete-expected.txt:
        * platform/efl/editing/deleting/pruning-after-merge-2-expected.png:
        * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt:
        * platform/efl/editing/deleting/smart-delete-001-expected.png:
        * platform/efl/editing/deleting/smart-delete-001-expected.txt:
        * platform/efl/editing/deleting/smart-delete-002-expected.png:
        * platform/efl/editing/deleting/table-cells-expected.png:
        * platform/efl/editing/deleting/table-cells-expected.txt:
        * platform/efl/editing/deleting/type-delete-after-quote-expected.png:
        * platform/efl/editing/deleting/type-delete-after-quote-expected.txt:
        * platform/efl/editing/execCommand/4580583-1-expected.png:
        * platform/efl/editing/execCommand/4580583-2-expected.png:
        * platform/efl/editing/execCommand/4641880-1-expected.png:
        * platform/efl/editing/execCommand/4641880-1-expected.txt:
        * platform/efl/editing/execCommand/4641880-2-expected.png:
        * platform/efl/editing/execCommand/4641880-2-expected.txt:
        * platform/efl/editing/execCommand/4747450-expected.png:
        * platform/efl/editing/execCommand/4747450-expected.txt:
        * platform/efl/editing/execCommand/4916402-expected.png:
        * platform/efl/editing/execCommand/4916402-expected.txt:
        * platform/efl/editing/execCommand/4916541-expected.png:
        * platform/efl/editing/execCommand/4916541-expected.txt:
        * platform/efl/editing/execCommand/4924441-expected.png:
        * platform/efl/editing/execCommand/4924441-expected.txt:
        * platform/efl/editing/execCommand/5080333-1-expected.png:
        * platform/efl/editing/execCommand/5080333-1-expected.txt:
        * platform/efl/editing/execCommand/5080333-2-expected.png:
        * platform/efl/editing/execCommand/5080333-2-expected.txt:
        * platform/efl/editing/execCommand/5136770-expected.png:
        * platform/efl/editing/execCommand/5136770-expected.txt:
        * platform/efl/editing/execCommand/5138441-expected.png:
        * platform/efl/editing/execCommand/5138441-expected.txt:
        * platform/efl/editing/execCommand/5142012-1-expected.png:
        * platform/efl/editing/execCommand/5142012-1-expected.txt:
        * platform/efl/editing/execCommand/5142012-2-expected.png:
        * platform/efl/editing/execCommand/5142012-2-expected.txt:
        * platform/efl/editing/execCommand/5190926-expected.png:
        * platform/efl/editing/execCommand/5190926-expected.txt:
        * platform/efl/editing/execCommand/5481523-expected.png:
        * platform/efl/editing/execCommand/5481523-expected.txt:
        * platform/efl/editing/execCommand/5482023-expected.png:
        * platform/efl/editing/execCommand/5569741-expected.png:
        * platform/efl/editing/execCommand/5569741-expected.txt:
        * platform/efl/editing/execCommand/create-list-with-hr-expected.png:
        * platform/efl/editing/execCommand/create-list-with-hr-expected.txt:
        * platform/efl/editing/execCommand/findString-2-expected.png:
        * platform/efl/editing/execCommand/findString-2-expected.txt:
        * platform/efl/editing/execCommand/findString-expected.png:
        * platform/efl/editing/execCommand/findString-expected.txt:
        * platform/efl/editing/execCommand/format-block-with-trailing-br-expected.png:
        * platform/efl/editing/execCommand/indent-empty-root-expected.png:
        * platform/efl/editing/execCommand/indent-empty-root-expected.txt:
        * platform/efl/editing/execCommand/indent-list-item-expected.png:
        * platform/efl/editing/execCommand/indent-list-item-expected.txt:
        * platform/efl/editing/execCommand/indent-selection-expected.png:
        * platform/efl/editing/execCommand/indent-selection-expected.txt:
        * platform/efl/editing/execCommand/insert-list-and-stitch-expected.png:

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (6/26).

        * platform/efl/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-123b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-149-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-149b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-151-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-152-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-159-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-16-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-166-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-166a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-167-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-167a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-170-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-170a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-170b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-170c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-170d-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-171-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-174a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-174b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-175a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-175b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-175c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-177a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-177b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-178-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-179-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-179a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-180a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-182-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-184a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-184b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-184c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-184d-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-184e-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-184f-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-18c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-19-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-20-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-21c-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-27-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-27a-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-27b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.txt:
        * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.png:
        * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.txt:

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (5/26).

        * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-3a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-4-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-4-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-41-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-41a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-42-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-42a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-43-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-44-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-45-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-45-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-46-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-46-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-5-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-5-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-54-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-54-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-55-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-55-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-56-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-56-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-59-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-59-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-6-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-6-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-60-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-60-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-61-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-61-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-62-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-63-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-63-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-64-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-64-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-65-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-66-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-66-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-67-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-67-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-68-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-68-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-69-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-69-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-7-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-7-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-70-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-70-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-72-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-72-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-73-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-73-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-74-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-75-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-75-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-76-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-76-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-77-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-77-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-78-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-79-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-79-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-8-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-8-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-80-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-80-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-81-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-81-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-82-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-82-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-83-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-83-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-86-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-87-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-87-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-88-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-88b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-89-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-9-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-9-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-90-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-90-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.png:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
        * platform/efl/css3/selectors3/xhtml/css3-modsel-42-expected.txt:

2013-01-18  Zeno Albisser  <zeno@webkit.org>

        [Qt] Unreviewed garderning.
        https://bugs.webkit.org/show_bug.cgi?id=107260

        Skip a failing webgl pixel test for Qt.

        * platform/qt-5.0-mac-wk2/TestExpectations:

2013-01-18  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Managing most of the current failures on the 64-bit debug builder.
        - Adding a crash expectation for fast/js/toString-stack-overflow.html.
        - Marking fast/canvas/2d.text.draw.fill.maxWidth.gradient.html as flaky.
        - Extending expectation for http/tests/misc/acid3.html to include debug builds.

        * platform/gtk/TestExpectations:

2013-01-17  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Add early version of file system mappings editor to settings.
        https://bugs.webkit.org/show_bug.cgi?id=107136

        Reviewed by Pavel Feldman.

        * inspector/file-mapping.html:

2013-01-18  Eugene Klyuchnikov  <eustas.bug@gmail.com>

        Web Inspector: Timeline: nest time/timeEnd records when possible (in glue-mode)
        https://bugs.webkit.org/show_bug.cgi?id=100114

        Reviewed by Pavel Feldman.

        Changed test to adopt new gluing rules.

        * inspector/timeline/timeline-time.html: Updated test.

2013-01-18  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Rebaselining after r140115.

        * platform/gtk/fast/js/global-constructors-expected.txt:

2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (4/26).

        * platform/efl/css2.1/t1204-root-e-expected.txt:
        * platform/efl/css2.1/t120401-scope-00-b-expected.png:
        * platform/efl/css2.1/t120401-scope-00-b-expected.txt:
        * platform/efl/css2.1/t120401-scope-01-c-expected.png:
        * platform/efl/css2.1/t120401-scope-01-c-expected.txt:
        * platform/efl/css2.1/t120401-scope-02-c-expected.png:
        * platform/efl/css2.1/t120401-scope-02-c-expected.txt:
        * platform/efl/css2.1/t120401-scope-03-c-expected.png:
        * platform/efl/css2.1/t120401-scope-03-c-expected.txt:
        * platform/efl/css2.1/t120401-scope-04-d-expected.png:
        * platform/efl/css2.1/t120401-scope-04-d-expected.txt:
        * platform/efl/css2.1/t120403-content-none-00-c-expected.png:
        * platform/efl/css2.1/t120403-content-none-00-c-expected.txt:
        * platform/efl/css2.1/t120403-display-none-00-c-expected.png:
        * platform/efl/css2.1/t120403-display-none-00-c-expected.txt:
        * platform/efl/css2.1/t120403-visibility-00-c-expected.png:
        * platform/efl/css2.1/t120403-visibility-00-c-expected.txt:
        * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.png:
        * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.txt:
        * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.png:
        * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.txt:
        * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.png:
        * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.txt:
        * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.png:
        * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
        * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.png:
        * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.txt:
        * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.png:
        * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
        * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.png:
        * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
        * platform/efl/css2.1/t1401-c531-color-00-a-expected.png:
        * platform/efl/css2.1/t1401-c531-color-00-a-expected.txt:
        * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
        * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
        * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.png:
        * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
        * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.png:
        * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
        * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.png:
        * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.txt:
        * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.png:
        * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
        * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.png:
        * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
        * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.png:
        * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
        * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.png:
        * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt:
        * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.png:
        * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt:
        * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.png:
        * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt:
        * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.png:
        * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt:
        * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.png:
        * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt:
        * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.png:
        * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt:
        * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
        * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
        * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.png:
        * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
        * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.png:
        * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
        * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
        * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
        * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.png:
        * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.txt:
        * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.png:
        * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.txt:
        * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.png:
        * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.txt:
        * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.png:
        * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.txt:
        * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.png:
        * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.txt:
        * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.png:
        * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
        * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.png:
        * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
        * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.png:
        * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
        * platform/efl/css2.1/t1508-c527-font-00-b-expected.png:
        * platform/efl/css2.1/t1508-c527-font-01-b-expected.png:
        * platform/efl/css2.1/t1508-c527-font-01-b-expected.txt:
        * platform/efl/css2.1/t1508-c527-font-02-b-expected.png:
        * platform/efl/css2.1/t1508-c527-font-02-b-expected.txt:
        * platform/efl/css2.1/t1508-c527-font-03-b-expected.png:
        * platform/efl/css2.1/t1508-c527-font-04-b-expected.png:
        * platform/efl/css2.1/t1508-c527-font-04-b-expected.txt:
        * platform/efl/css2.1/t1508-c527-font-05-b-expected.png:
        * platform/efl/css2.1/t1508-c527-font-05-b-expected.txt:
        * platform/efl/css2.1/t1508-c527-font-06-b-expected.png:
        * platform/efl/css2.1/t1508-c527-font-06-b-expected.txt:
        * platform/efl/css2.1/t1508-c527-font-07-b-expected.png:
        * platform/efl/css2.1/t1508-c527-font-07-b-expected.txt:
        * platform/efl/css2.1/t1508-c527-font-08-b-expected.png:
        * platform/efl/css2.1/t1508-c527-font-08-b-expected.txt:
        * platform/efl/css2.1/t1508-c527-font-09-b-expected.png:
        * platform/efl/css2.1/t1508-c527-font-10-c-expected.png:
        * platform/efl/css2.1/t1508-c527-font-10-c-expected.txt:
        * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.png:
        * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.txt:
        * platform/efl/css2.1/t1601-c547-indent-01-d-expected.png:
        * platform/efl/css2.1/t1601-c547-indent-01-d-expected.txt:
        * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.png:
        * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.txt:
        * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.png:
        * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.txt:
        * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
        * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
        * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.png:
        * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt:
        * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.png:
        * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
        * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.png:
        * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
        * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.png:
        * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
        * platform/efl/css3/css3-modsel-33-expected.png:
        * platform/efl/css3/css3-modsel-33-expected.txt:
        * platform/efl/css3/css3-modsel-35-expected.png:
        * platform/efl/css3/css3-modsel-35-expected.txt:
        * platform/efl/css3/css3-modsel-36-expected.png:
        * platform/efl/css3/css3-modsel-36-expected.txt:
        * platform/efl/css3/css3-modsel-37-expected.png:
        * platform/efl/css3/css3-modsel-37-expected.txt:
        * platform/efl/css3/flexbox/flexbox-baseline-expected.png:
        * platform/efl/css3/flexbox/repaint-expected.png:
        * platform/efl/css3/font-feature-settings-rendering-expected.png:
        * platform/efl/css3/font-feature-settings-rendering-expected.txt:
        * platform/efl/css3/images/cross-fade-blending-expected.png:
        * platform/efl/css3/images/cross-fade-invalidation-expected.png:
        * platform/efl/css3/images/cross-fade-overflow-position-expected.png:
        * platform/efl/css3/images/cross-fade-simple-expected.png:
        * platform/efl/css3/images/cross-fade-sizing-expected.png:
        * platform/efl/css3/images/cross-fade-tiled-expected.png:
        * platform/efl/css3/masking/clip-path-circle-expected.png:
        * platform/efl/css3/masking/clip-path-circle-filter-expected.png:
        * platform/efl/css3/masking/clip-path-circle-overflow-expected.png:
        * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.png:
        * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png:
        * platform/efl/css3/masking/clip-path-ellipse-expected.png:
        * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.png:
        * platform/efl/css3/masking/clip-path-polygon-expected.png:
        * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.png:
        * platform/efl/css3/masking/clip-path-rectangle-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-10-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-10-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-11-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-11-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-13-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-13-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-14-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-14-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-144-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-144-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-148-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-148-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-149-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-149b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-15-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-15-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-150-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-150-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-151-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-152-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-154-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-154-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-155-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-155-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-156-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-156-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-157-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-157-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-158-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-158-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-159-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-16-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-160-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-160-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-161-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-166-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-166a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-167-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-167a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-168-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-168-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-169-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-169-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-17-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-17-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-170-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-170a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-170b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-170c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-170d-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-175a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-175b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-175c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-176-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-176-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-177a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-177b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-178-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-179-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-179a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-18-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-18-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-180a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-181-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-181-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-183-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-183-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-184a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-184b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-184c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-184d-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-184e-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-184f-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-18c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-19-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-2-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-2-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-20-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-21-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-21-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-21c-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-22-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-22-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-23-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-23-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-24-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-24-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-25-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-25-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-27-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-27a-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-27b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-28-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-29-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-29-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-30-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-30-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-31-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-31-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-32-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-33-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-33-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-34-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-34-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-35-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-35-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-36-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-36-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-37-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-37-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-38-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-38-expected.txt:
        * platform/efl/css3/selectors3/html/css3-modsel-39-expected.png:
        * platform/efl/css3/selectors3/html/css3-modsel-39-expected.txt:

2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (3/26).

        * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.png:
        * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
        * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.png:
        * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
        * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.png:
        * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.txt:
        * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.png:
        * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.txt:
        * platform/efl/css2.1/t040306-syntax-01-f-expected.png:
        * platform/efl/css2.1/t040306-syntax-01-f-expected.txt:
        * platform/efl/css2.1/t040307-syntax-01-b-expected.png:
        * platform/efl/css2.1/t040307-syntax-01-b-expected.txt:
        * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.png:
        * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.txt:
        * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.png:
        * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.txt:
        * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt:
        * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.png:
        * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.txt:
        * platform/efl/css2.1/t050803-c14-classes-00-e-expected.png:
        * platform/efl/css2.1/t050803-c14-classes-00-e-expected.txt:
        * platform/efl/css2.1/t0509-c15-ids-00-a-expected.png:
        * platform/efl/css2.1/t0509-c15-ids-00-a-expected.txt:
        * platform/efl/css2.1/t0509-c15-ids-01-e-expected.png:
        * platform/efl/css2.1/t0509-c15-ids-01-e-expected.txt:
        * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.png:
        * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
        * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.png:
        * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
        * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png:
        * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
        * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png:
        * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
        * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.png:
        * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
        * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.png:
        * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
        * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.png:
        * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
        * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.png:
        * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
        * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.png:
        * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
        * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.png:
        * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
        * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.png:
        * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
        * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.png:
        * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.txt:
        * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.png:
        * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.txt:
        * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.png:
        * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.txt:
        * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.png:
        * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
        * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.png:
        * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
        * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
        * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
        * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.png:
        * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.txt:
        * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.png:
        * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
        * platform/efl/css2.1/t0603-c11-import-00-b-expected.png:
        * platform/efl/css2.1/t0603-c11-import-00-b-expected.txt:
        * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.png:
        * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.txt:
        * platform/efl/css2.1/t060402-c31-important-00-b-expected.png:
        * platform/efl/css2.1/t060402-c31-important-00-b-expected.txt:
        * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png:
        * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
        * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.png:
        * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
        * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.png:
        * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
        * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png:
        * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png:
        * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png:
        * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
        * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
        * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
        * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.png:
        * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
        * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png:
        * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
        * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png:
        * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png:
        * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png:
        * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
        * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.png:
        * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
        * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.png:
        * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
        * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png:
        * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png:
        * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
        * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.png:
        * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
        * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.png:
        * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
        * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png:
        * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
        * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
        * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png:
        * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
        * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png:
        * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
        * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png:
        * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
        * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.png:
        * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
        * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png:
        * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png:
        * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png:
        * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png:
        * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
        * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png:
        * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
        * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.png:
        * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
        * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.png:
        * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.png:
        * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
        * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png:
        * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
        * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png:
        * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
        * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png:
        * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
        * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png:
        * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png:
        * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png:
        * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png:
        * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png:
        * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
        * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png:
        * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png:
        * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.png:
        * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
        * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.png:
        * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
        * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png:
        * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
        * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
        * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.png:
        * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
        * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.png:
        * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.txt:
        * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.png:
        * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
        * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png:
        * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
        * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.png:
        * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
        * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.png:
        * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
        * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.png:
        * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
        * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png:
        * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
        * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.png:
        * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
        * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.png:
        * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
        * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.png:
        * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
        * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png:
        * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
        * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.png:
        * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
        * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.png:
        * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
        * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.png:
        * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
        * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png:
        * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
        * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.png:
        * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
        * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.png:
        * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
        * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png:
        * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
        * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.png:
        * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
        * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.png:
        * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
        * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
        * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
        * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
        * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
        * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
        * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
        * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
        * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
        * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
        * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.png:
        * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.txt:
        * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.png:
        * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
        * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.png:
        * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt:
        * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
        * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
        * platform/efl/css2.1/t09-c5526c-display-00-e-expected.png:
        * platform/efl/css2.1/t09-c5526c-display-00-e-expected.txt:
        * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.png:
        * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.txt:
        * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png:
        * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
        * platform/efl/css2.1/t0905-c414-flt-00-d-expected.png:
        * platform/efl/css2.1/t0905-c414-flt-00-d-expected.txt:
        * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.png:
        * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.txt:
        * platform/efl/css2.1/t0905-c414-flt-02-c-expected.png:
        * platform/efl/css2.1/t0905-c414-flt-02-c-expected.txt:
        * platform/efl/css2.1/t0905-c414-flt-03-c-expected.png:
        * platform/efl/css2.1/t0905-c414-flt-03-c-expected.txt:
        * platform/efl/css2.1/t0905-c414-flt-04-c-expected.png:
        * platform/efl/css2.1/t0905-c414-flt-04-c-expected.txt:
        * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.png:
        * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
        * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
        * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
        * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
        * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
        * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
        * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
        * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
        * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
        * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.png:
        * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
        * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
        * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
        * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
        * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
        * platform/efl/css2.1/t090501-c414-flt-00-d-expected.png:
        * platform/efl/css2.1/t090501-c414-flt-00-d-expected.txt:
        * platform/efl/css2.1/t090501-c414-flt-01-b-expected.png:
        * platform/efl/css2.1/t090501-c414-flt-01-b-expected.txt:
        * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.png:
        * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.txt:
        * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.png:
        * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.png:
        * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
        * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.png:
        * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
        * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.png:
        * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
        * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.png:
        * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
        * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
        * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
        * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.png:
        * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
        * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.png:
        * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
        * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.png:
        * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
        * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.png:
        * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
        * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.png:
        * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
        * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.png:
        * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
        * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.png:
        * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
        * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.png:
        * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
        * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.png:
        * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
        * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.png:
        * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.txt:
        * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.png:
        * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.txt:
        * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.png:
        * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.txt:
        * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.png:
        * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
        * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png:
        * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
        * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
        * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
        * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
        * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
        * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png:
        * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt:
        * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.png:
        * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.txt:
        * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.png:
        * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.txt:
        * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.png:
        * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.txt:
        * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
        * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
        * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
        * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
        * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
        * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
        * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
        * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
        * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png:
        * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
        * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
        * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
        * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.png:
        * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
        * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
        * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
        * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
        * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.png:
        * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
        * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.png:
        * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
        * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png:
        * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt:
        * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
        * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
        * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png:
        * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
        * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png:
        * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
        * platform/efl/css2.1/t1202-counter-00-b-expected.png:
        * platform/efl/css2.1/t1202-counter-00-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-01-b-expected.png:
        * platform/efl/css2.1/t1202-counter-01-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-02-b-expected.png:
        * platform/efl/css2.1/t1202-counter-02-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-03-b-expected.png:
        * platform/efl/css2.1/t1202-counter-03-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-04-b-expected.png:
        * platform/efl/css2.1/t1202-counter-04-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-05-b-expected.png:
        * platform/efl/css2.1/t1202-counter-05-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-06-b-expected.png:
        * platform/efl/css2.1/t1202-counter-06-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-07-b-expected.png:
        * platform/efl/css2.1/t1202-counter-07-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-08-b-expected.png:
        * platform/efl/css2.1/t1202-counter-08-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-09-b-expected.png:
        * platform/efl/css2.1/t1202-counter-09-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-11-b-expected.png:
        * platform/efl/css2.1/t1202-counter-11-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-12-b-expected.png:
        * platform/efl/css2.1/t1202-counter-12-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-13-b-expected.png:
        * platform/efl/css2.1/t1202-counter-13-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-14-b-expected.png:
        * platform/efl/css2.1/t1202-counter-14-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-15-b-expected.png:
        * platform/efl/css2.1/t1202-counter-15-b-expected.txt:
        * platform/efl/css2.1/t1202-counter-16-f-expected.png:
        * platform/efl/css2.1/t1202-counter-16-f-expected.txt:
        * platform/efl/css2.1/t1202-counters-00-b-expected.png:
        * platform/efl/css2.1/t1202-counters-00-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-01-b-expected.png:
        * platform/efl/css2.1/t1202-counters-01-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-02-b-expected.png:
        * platform/efl/css2.1/t1202-counters-02-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-03-b-expected.png:
        * platform/efl/css2.1/t1202-counters-03-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-04-b-expected.png:
        * platform/efl/css2.1/t1202-counters-04-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-05-b-expected.png:
        * platform/efl/css2.1/t1202-counters-05-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-06-b-expected.png:
        * platform/efl/css2.1/t1202-counters-06-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-07-b-expected.png:
        * platform/efl/css2.1/t1202-counters-07-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-08-b-expected.png:
        * platform/efl/css2.1/t1202-counters-08-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-09-b-expected.png:
        * platform/efl/css2.1/t1202-counters-09-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-11-b-expected.png:
        * platform/efl/css2.1/t1202-counters-11-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-12-b-expected.png:
        * platform/efl/css2.1/t1202-counters-12-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-13-b-expected.png:
        * platform/efl/css2.1/t1202-counters-13-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-14-b-expected.png:
        * platform/efl/css2.1/t1202-counters-14-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-15-b-expected.png:
        * platform/efl/css2.1/t1202-counters-15-b-expected.txt:
        * platform/efl/css2.1/t1202-counters-16-c-expected.png:
        * platform/efl/css2.1/t1202-counters-16-c-expected.txt:
        * platform/efl/css2.1/t1202-counters-17-d-expected.png:
        * platform/efl/css2.1/t1202-counters-17-d-expected.txt:
        * platform/efl/css2.1/t1202-counters-18-f-expected.png:
        * platform/efl/css2.1/t1202-counters-18-f-expected.txt:
        * platform/efl/css2.1/t1204-implied-00-b-expected.png:
        * platform/efl/css2.1/t1204-implied-00-b-expected.txt:
        * platform/efl/css2.1/t1204-implied-01-c-expected.png:
        * platform/efl/css2.1/t1204-implied-01-c-expected.txt:
        * platform/efl/css2.1/t1204-implied-02-d-expected.png:
        * platform/efl/css2.1/t1204-implied-02-d-expected.txt:
        * platform/efl/css2.1/t1204-multiple-00-c-expected.png:
        * platform/efl/css2.1/t1204-multiple-00-c-expected.txt:
        * platform/efl/css2.1/t1204-multiple-01-c-expected.png:
        * platform/efl/css2.1/t1204-multiple-01-c-expected.txt:
        * platform/efl/css2.1/t1204-order-00-c-expected.png:
        * platform/efl/css2.1/t1204-order-00-c-expected.txt:
        * platform/efl/css2.1/t1204-order-01-d-expected.png:
        * platform/efl/css2.1/t1204-order-01-d-expected.txt:
        * platform/efl/css2.1/t1204-root-e-expected.png:

2013-01-18  Takashi Sakamoto  <tasak@google.com>

        Implement CSSHostRule for @host @-rules.
        https://bugs.webkit.org/show_bug.cgi?id=102344

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/css-hostrule-api-expected.txt: Added.
        * fast/dom/shadow/css-hostrule-api.html: Added.

2013-01-18  John J. Barton  <johnjbarton@chromium.org>

        Web Inspector: inspectedWindow.eval("IamUndefined.prop", callback) fails to give exception text
        https://bugs.webkit.org/show_bug.cgi?id=106926

        Reviewed by Pavel Feldman.

        New test case for evaluations that throw.

        * inspector/extensions/extensions-eval-expected.txt:
        * inspector/extensions/extensions-eval.html:

2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (2/26).

        * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-036-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.txt:
        * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
        * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png:
        * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
        * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
        * platform/efl/css2.1/20110323/background-intrinsic-001-expected.png:
        * platform/efl/css2.1/20110323/background-intrinsic-001-expected.txt:
        * platform/efl/css2.1/20110323/background-intrinsic-002-expected.png:
        * platform/efl/css2.1/20110323/background-intrinsic-002-expected.txt:
        * platform/efl/css2.1/20110323/background-intrinsic-003-expected.png:
        * platform/efl/css2.1/20110323/background-intrinsic-003-expected.txt:
        * platform/efl/css2.1/20110323/background-intrinsic-004-expected.png:
        * platform/efl/css2.1/20110323/background-intrinsic-004-expected.txt:
        * platform/efl/css2.1/20110323/background-intrinsic-005-expected.png:
        * platform/efl/css2.1/20110323/background-intrinsic-005-expected.txt:
        * platform/efl/css2.1/20110323/background-intrinsic-006-expected.png:
        * platform/efl/css2.1/20110323/background-intrinsic-006-expected.txt:
        * platform/efl/css2.1/20110323/background-intrinsic-007-expected.png:
        * platform/efl/css2.1/20110323/background-intrinsic-007-expected.txt:
        * platform/efl/css2.1/20110323/background-intrinsic-008-expected.png:
        * platform/efl/css2.1/20110323/background-intrinsic-008-expected.txt:
        * platform/efl/css2.1/20110323/background-intrinsic-009-expected.png:
        * platform/efl/css2.1/20110323/background-intrinsic-009-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.png:
        * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.png:
        * platform/efl/css2.1/20110323/block-replaced-height-001-expected.png:
        * platform/efl/css2.1/20110323/block-replaced-height-001-expected.txt:
        * platform/efl/css2.1/20110323/block-replaced-height-002-expected.png:
        * platform/efl/css2.1/20110323/block-replaced-height-002-expected.txt:
        * platform/efl/css2.1/20110323/block-replaced-height-003-expected.png:
        * platform/efl/css2.1/20110323/block-replaced-height-003-expected.txt:
        * platform/efl/css2.1/20110323/block-replaced-height-004-expected.png:
        * platform/efl/css2.1/20110323/block-replaced-height-004-expected.txt:
        * platform/efl/css2.1/20110323/block-replaced-height-005-expected.png:
        * platform/efl/css2.1/20110323/block-replaced-height-005-expected.txt:
        * platform/efl/css2.1/20110323/block-replaced-height-007-expected.png:
        * platform/efl/css2.1/20110323/block-replaced-height-007-expected.txt:
        * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png:
        * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt:
        * platform/efl/css2.1/20110323/block-replaced-width-006-expected.png:
        * platform/efl/css2.1/20110323/block-replaced-width-006-expected.txt:
        * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.png:
        * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt:
        * platform/efl/css2.1/20110323/border-conflict-style-079-expected.png:
        * platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt:
        * platform/efl/css2.1/20110323/border-conflict-style-088-expected.png:
        * platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt:
        * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.png:
        * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
        * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png:
        * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.txt:
        * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.png:
        * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.txt:
        * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.png:
        * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt:
        * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.png:
        * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt:
        * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.png:
        * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.txt:
        * platform/efl/css2.1/20110323/empty-inline-001-expected.png:
        * platform/efl/css2.1/20110323/empty-inline-001-expected.txt:
        * platform/efl/css2.1/20110323/empty-inline-002-expected.png:
        * platform/efl/css2.1/20110323/empty-inline-002-expected.txt:
        * platform/efl/css2.1/20110323/empty-inline-003-expected.png:
        * platform/efl/css2.1/20110323/empty-inline-003-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.txt:
        * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.png:
        * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-height-001-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-height-001-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-height-002-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-height-002-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-height-003-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-height-003-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-height-004-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-height-004-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-height-005-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-height-005-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-height-007-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-height-007-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-width-001-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-width-001-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-width-002-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-width-002-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-width-003-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-width-003-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-width-004-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-width-004-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-width-005-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-width-005-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-width-006-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-width-006-expected.txt:
        * platform/efl/css2.1/20110323/float-replaced-width-011-expected.png:
        * platform/efl/css2.1/20110323/float-replaced-width-011-expected.txt:
        * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.png:
        * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.txt:
        * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.png:
        * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.txt:
        * platform/efl/css2.1/20110323/height-width-table-001-expected.png:
        * platform/efl/css2.1/20110323/height-width-table-001-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.png:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.png:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.png:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.png:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.png:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.png:
        * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.png:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.png:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.png:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.png:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.png:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.png:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.png:
        * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.png:
        * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
        * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.png:
        * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
        * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.png:
        * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.txt:
        * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.png:
        * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.txt:
        * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.png:
        * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
        * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.png:
        * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.txt:
        * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.png:
        * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.txt:
        * platform/efl/css2.1/20110323/inline-table-001-expected.png:
        * platform/efl/css2.1/20110323/inline-table-001-expected.txt:
        * platform/efl/css2.1/20110323/inline-table-002a-expected.png:
        * platform/efl/css2.1/20110323/inline-table-002a-expected.txt:
        * platform/efl/css2.1/20110323/inline-table-003-expected.png:
        * platform/efl/css2.1/20110323/inline-table-003-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-001-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-002-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-003-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-004-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-005-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-006-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-007-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-008-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-009-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-009-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-010-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-010-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-012-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-012-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-013-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-014-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-015-expected.png:
        * platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt:
        * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.png:
        * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.txt:
        * platform/efl/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.png:
        * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.txt:
        * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.png:
        * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.txt:
        * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.png:
        * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.txt:
        * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.png:
        * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.txt:
        * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.png:
        * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.txt:
        * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
        * platform/efl/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/efl/css2.1/20110323/replaced-min-max-001-expected.txt:
        * platform/efl/css2.1/20110323/table-caption-001-expected.png:
        * platform/efl/css2.1/20110323/table-caption-001-expected.txt:
        * platform/efl/css2.1/20110323/table-caption-002-expected.png:
        * platform/efl/css2.1/20110323/table-caption-002-expected.txt:
        * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png:
        * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
        * platform/efl/css2.1/20110323/table-caption-margins-001-expected.png:
        * platform/efl/css2.1/20110323/table-caption-margins-001-expected.txt:
        * platform/efl/css2.1/20110323/table-caption-optional-001-expected.png:
        * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt:
        * platform/efl/css2.1/20110323/table-caption-optional-002-expected.png:
        * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt:
        * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.png:
        * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt:
        * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.png:
        * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt:
        * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.png:
        * platform/efl/css2.1/20110323/width-replaced-element-001-expected.png:
        * platform/efl/css2.1/20110323/width-replaced-element-001-expected.txt:
        * platform/efl/css2.1/t010403-shand-border-00-c-expected.png:
        * platform/efl/css2.1/t010403-shand-border-00-c-expected.txt:
        * platform/efl/css2.1/t010403-shand-font-00-b-expected.png:
        * platform/efl/css2.1/t010403-shand-font-00-b-expected.txt:
        * platform/efl/css2.1/t010403-shand-font-01-b-expected.png:
        * platform/efl/css2.1/t010403-shand-font-01-b-expected.txt:
        * platform/efl/css2.1/t010403-shand-font-02-b-expected.png:
        * platform/efl/css2.1/t010403-shand-font-02-b-expected.txt:
        * platform/efl/css2.1/t010403-shand-font-03-b-expected.png:
        * platform/efl/css2.1/t010403-shand-font-03-b-expected.txt:
        * platform/efl/css2.1/t040102-keywords-00-b-expected.png:
        * platform/efl/css2.1/t040102-keywords-00-b-expected.txt:
        * platform/efl/css2.1/t040102-keywords-01-b-expected.png:
        * platform/efl/css2.1/t040102-keywords-01-b-expected.txt:
        * platform/efl/css2.1/t040103-case-00-b-expected.png:
        * platform/efl/css2.1/t040103-case-00-b-expected.txt:
        * platform/efl/css2.1/t040103-case-01-c-expected.png:
        * platform/efl/css2.1/t040103-case-01-c-expected.txt:
        * platform/efl/css2.1/t040103-escapes-00-b-expected.png:
        * platform/efl/css2.1/t040103-escapes-00-b-expected.txt:
        * platform/efl/css2.1/t040103-escapes-01-b-expected.png:
        * platform/efl/css2.1/t040103-escapes-01-b-expected.txt:
        * platform/efl/css2.1/t040103-escapes-02-d-expected.png:
        * platform/efl/css2.1/t040103-escapes-02-d-expected.txt:
        * platform/efl/css2.1/t040103-escapes-03-b-expected.png:
        * platform/efl/css2.1/t040103-escapes-03-b-expected.txt:
        * platform/efl/css2.1/t040103-escapes-04-b-expected.png:
        * platform/efl/css2.1/t040103-escapes-04-b-expected.txt:
        * platform/efl/css2.1/t040103-escapes-05-c-expected.png:
        * platform/efl/css2.1/t040103-escapes-05-c-expected.txt:
        * platform/efl/css2.1/t040103-escapes-06-b-expected.png:
        * platform/efl/css2.1/t040103-escapes-06-b-expected.txt:
        * platform/efl/css2.1/t040103-escapes-07-b-expected.png:
        * platform/efl/css2.1/t040103-escapes-07-b-expected.txt:
        * platform/efl/css2.1/t040103-escapes-08-b-expected.png:
        * platform/efl/css2.1/t040103-escapes-08-b-expected.txt:
        * platform/efl/css2.1/t040103-ident-00-c-expected.png:
        * platform/efl/css2.1/t040103-ident-00-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-01-c-expected.png:
        * platform/efl/css2.1/t040103-ident-01-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-02-c-expected.png:
        * platform/efl/css2.1/t040103-ident-02-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-03-c-expected.png:
        * platform/efl/css2.1/t040103-ident-03-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-04-c-expected.png:
        * platform/efl/css2.1/t040103-ident-04-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-05-c-expected.png:
        * platform/efl/css2.1/t040103-ident-05-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-06-c-expected.png:
        * platform/efl/css2.1/t040103-ident-06-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-07-c-expected.png:
        * platform/efl/css2.1/t040103-ident-07-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-08-c-expected.png:
        * platform/efl/css2.1/t040103-ident-08-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-09-c-expected.png:
        * platform/efl/css2.1/t040103-ident-09-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-10-c-expected.png:
        * platform/efl/css2.1/t040103-ident-10-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-11-c-expected.png:
        * platform/efl/css2.1/t040103-ident-11-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-12-c-expected.png:
        * platform/efl/css2.1/t040103-ident-12-c-expected.txt:
        * platform/efl/css2.1/t040103-ident-13-c-expected.png:
        * platform/efl/css2.1/t040103-ident-13-c-expected.txt:
        * platform/efl/css2.1/t040105-atkeyw-00-b-expected.png:
        * platform/efl/css2.1/t040105-atkeyw-00-b-expected.txt:
        * platform/efl/css2.1/t040105-atkeyw-01-b-expected.png:
        * platform/efl/css2.1/t040105-atkeyw-01-b-expected.txt:
        * platform/efl/css2.1/t040105-atkeyw-02-b-expected.png:
        * platform/efl/css2.1/t040105-atkeyw-02-b-expected.txt:
        * platform/efl/css2.1/t040105-atrule-00-b-expected.png:
        * platform/efl/css2.1/t040105-atrule-00-b-expected.txt:
        * platform/efl/css2.1/t040105-atrule-01-b-expected.png:
        * platform/efl/css2.1/t040105-atrule-01-b-expected.txt:
        * platform/efl/css2.1/t040105-atrule-02-b-expected.png:
        * platform/efl/css2.1/t040105-atrule-02-b-expected.txt:
        * platform/efl/css2.1/t040105-atrule-03-b-expected.png:
        * platform/efl/css2.1/t040105-atrule-03-b-expected.txt:
        * platform/efl/css2.1/t040105-atrule-04-b-expected.png:
        * platform/efl/css2.1/t040105-atrule-04-b-expected.txt:
        * platform/efl/css2.1/t040105-import-00-b-expected.png:
        * platform/efl/css2.1/t040105-import-00-b-expected.txt:
        * platform/efl/css2.1/t040105-import-01-b-expected.png:
        * platform/efl/css2.1/t040105-import-01-b-expected.txt:
        * platform/efl/css2.1/t040105-import-10-b-expected.png:
        * platform/efl/css2.1/t040105-import-10-b-expected.txt:
        * platform/efl/css2.1/t040109-c17-comments-00-b-expected.png:
        * platform/efl/css2.1/t040109-c17-comments-00-b-expected.txt:
        * platform/efl/css2.1/t040109-c17-comments-01-b-expected.png:
        * platform/efl/css2.1/t040109-c17-comments-01-b-expected.txt:
        * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.png:
        * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
        * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.png:
        * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
        * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
        * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
        * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.png:
        * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
        * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.png:
        * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
        * platform/efl/css2.1/t0402-syntax-01-f-expected.png:
        * platform/efl/css2.1/t0402-syntax-01-f-expected.txt:
        * platform/efl/css2.1/t0402-syntax-02-f-expected.png:
        * platform/efl/css2.1/t0402-syntax-02-f-expected.txt:
        * platform/efl/css2.1/t0402-syntax-03-f-expected.png:
        * platform/efl/css2.1/t0402-syntax-03-f-expected.txt:
        * platform/efl/css2.1/t0402-syntax-04-f-expected.png:
        * platform/efl/css2.1/t0402-syntax-04-f-expected.txt:
        * platform/efl/css2.1/t0402-syntax-05-f-expected.png:
        * platform/efl/css2.1/t0402-syntax-05-f-expected.txt:
        * platform/efl/css2.1/t0402-syntax-06-f-expected.png:
        * platform/efl/css2.1/t0402-syntax-06-f-expected.txt:
        * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.png:
        * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
        * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.png:

2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaseline after enabling subpixel layout and updating freetype (1/26).

        * platform/efl/TestExpectations:
        * platform/efl/animations/3d/change-transform-in-end-event-expected.png:
        * platform/efl/animations/3d/change-transform-in-end-event-expected.txt:
        * platform/efl/animations/3d/matrix-transform-type-animation-expected.png:
        * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt:
        * platform/efl/animations/3d/state-at-end-event-transform-expected.png:
        * platform/efl/animations/3d/state-at-end-event-transform-expected.txt:
        * platform/efl/animations/additive-transform-animations-expected.txt:
        * platform/efl/animations/cross-fade-background-image-expected.txt:
        * platform/efl/animations/cross-fade-list-style-image-expected.txt:
        * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.png:
        * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.txt:
        * platform/efl/animations/cross-fade-webkit-mask-image-expected.txt:
        * platform/efl/animations/missing-values-first-keyframe-expected.png:
        * platform/efl/animations/missing-values-first-keyframe-expected.txt:
        * platform/efl/animations/missing-values-last-keyframe-expected.png:
        * platform/efl/animations/missing-values-last-keyframe-expected.txt:
        * platform/efl/animations/opacity-transform-animation-expected.png:
        * platform/efl/animations/state-at-end-event-expected.png:
        * platform/efl/animations/state-at-end-event-expected.txt:
        * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png:
        * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt:
        * platform/efl/compositing/clip-change-expected.png:
        * platform/efl/compositing/color-matching/image-color-matching-expected.png:
        * platform/efl/compositing/color-matching/image-color-matching-expected.txt:
        * platform/efl/compositing/color-matching/pdf-image-match-expected.png:
        * platform/efl/compositing/color-matching/pdf-image-match-expected.txt:
        * platform/efl/compositing/compositing-visible-descendant-expected.png:
        * platform/efl/compositing/compositing-visible-descendant-expected.txt:
        * platform/efl/compositing/direct-image-compositing-expected.png:
        * platform/efl/compositing/direct-image-compositing-expected.txt:
        * platform/efl/compositing/flat-with-transformed-child-expected.png:
        * platform/efl/compositing/generated-content-expected.png:
        * platform/efl/compositing/generated-content-expected.txt:
        * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png:
        * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt:
        * platform/efl/compositing/geometry/clipping-foreground-expected.txt:
        * platform/efl/compositing/geometry/composited-html-size-expected.png:
        * platform/efl/compositing/geometry/composited-html-size-expected.txt:
        * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
        * platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
        * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png:
        * platform/efl/compositing/geometry/fixed-position-expected.png:
        * platform/efl/compositing/geometry/fixed-position-expected.txt:
        * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
        * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
        * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
        * platform/efl/compositing/geometry/foreground-offset-change-expected.png:
        * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png:
        * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
        * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt:
        * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
        * platform/efl/compositing/geometry/outline-change-expected.png:
        * platform/efl/compositing/geometry/outline-change-expected.txt:
        * platform/efl/compositing/geometry/partial-layout-update-expected.png:
        * platform/efl/compositing/geometry/partial-layout-update-expected.txt:
        * platform/efl/compositing/geometry/repaint-foreground-layer-expected.png:
        * platform/efl/compositing/geometry/root-layer-update-expected.png:
        * platform/efl/compositing/geometry/root-layer-update-expected.txt:
        * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
        * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
        * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
        * platform/efl/compositing/geometry/video-opacity-overlay-expected.png:
        * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt:
        * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt:
        * platform/efl/compositing/iframes/composited-iframe-scroll-expected.png:
        * platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt:
        * platform/efl/compositing/iframes/fixed-position-iframe-expected.png:
        * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
        * platform/efl/compositing/iframes/iframe-content-flipping-expected.txt:
        * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png:
        * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt:
        * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.png:
        * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png:
        * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png:
        * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png:
        * platform/efl/compositing/images/content-image-change-expected.png:
        * platform/efl/compositing/images/direct-image-background-color-expected.png:
        * platform/efl/compositing/images/direct-image-background-color-expected.txt:
        * platform/efl/compositing/layers-inside-overflow-scroll-expected.png:
        * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt:
        * platform/efl/compositing/masks/direct-image-mask-expected.png:
        * platform/efl/compositing/masks/direct-image-mask-expected.txt:
        * platform/efl/compositing/masks/layer-mask-placement-expected.png:
        * platform/efl/compositing/masks/masked-ancestor-expected.txt:
        * platform/efl/compositing/masks/multiple-masks-expected.png:
        * platform/efl/compositing/masks/multiple-masks-expected.txt:
        * platform/efl/compositing/masks/simple-composited-mask-expected.png:
        * platform/efl/compositing/masks/simple-composited-mask-expected.txt:
        * platform/efl/compositing/overflow/ancestor-overflow-expected.png:
        * platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
        * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
        * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
        * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt:
        * platform/efl/compositing/overflow/overflow-positioning-expected.png:
        * platform/efl/compositing/overflow/overflow-positioning-expected.txt:
        * platform/efl/compositing/overflow/overflow-scroll-expected.png:
        * platform/efl/compositing/overflow/overflow-scroll-expected.txt:
        * platform/efl/compositing/overflow/parent-overflow-expected.png:
        * platform/efl/compositing/overflow/parent-overflow-expected.txt:
        * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
        * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt:
        * platform/efl/compositing/overflow/scrollbar-painting-expected.png:
        * platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
        * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png:
        * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt:
        * platform/efl/compositing/plugins/composited-plugin-expected.txt:
        * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt:
        * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png:
        * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt:
        * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png:
        * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt:
        * platform/efl/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt:
        * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png:
        * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-animated-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-transition-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt:
        * platform/efl/compositing/reflections/reflection-in-composited-expected.txt:
        * platform/efl/compositing/reflections/reflection-on-composited-expected.png:
        * platform/efl/compositing/reflections/reflection-on-composited-expected.txt:
        * platform/efl/compositing/reflections/reflection-opacity-expected.png:
        * platform/efl/compositing/reflections/reflection-opacity-expected.txt:
        * platform/efl/compositing/reflections/reflection-ordering-expected.png:
        * platform/efl/compositing/reflections/reflection-ordering-expected.txt:
        * platform/efl/compositing/reflections/reflection-positioning-expected.png:
        * platform/efl/compositing/reflections/reflection-positioning-expected.txt:
        * platform/efl/compositing/reflections/reflection-positioning2-expected.png:
        * platform/efl/compositing/reflections/reflection-positioning2-expected.txt:
        * platform/efl/compositing/reflections/simple-composited-reflections-expected.png:
        * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt:
        * platform/efl/compositing/reflections/transform-inside-reflection-expected.png:
        * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt:
        * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png:
        * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt:
        * platform/efl/compositing/repaint/composited-document-element-expected.png:
        * platform/efl/compositing/repaint/composited-document-element-expected.txt:
        * platform/efl/compositing/repaint/content-into-overflow-expected.png:
        * platform/efl/compositing/repaint/layer-repaint-expected.png:
        * platform/efl/compositing/repaint/layer-repaint-expected.txt:
        * platform/efl/compositing/repaint/layer-repaint-rects-expected.png:
        * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt:
        * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
        * platform/efl/compositing/repaint/opacity-between-absolute-expected.png:
        * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
        * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png:
        * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt:
        * platform/efl/compositing/repaint/overflow-into-content-expected.png:
        * platform/efl/compositing/repaint/shrink-layer-expected.png:
        * platform/efl/compositing/repaint/transform-style-change-expected.png:
        * platform/efl/compositing/scaling/tiled-layer-recursion-expected.png:
        * platform/efl/compositing/self-painting-layers-expected.png:
        * platform/efl/compositing/self-painting-layers-expected.txt:
        * platform/efl/compositing/shadows/shadow-drawing-expected.txt:
        * platform/efl/compositing/sibling-positioning-expected.png:
        * platform/efl/compositing/sibling-positioning-expected.txt:
        * platform/efl/compositing/text-on-large-layer-expected.png:
        * platform/efl/compositing/text-on-large-layer-expected.txt:
        * platform/efl/compositing/transitions/scale-transition-no-start-expected.png:
        * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt:
        * platform/efl/compositing/transitions/singular-scale-transition-expected.png:
        * platform/efl/compositing/transitions/singular-scale-transition-expected.txt:
        * platform/efl/compositing/video/video-background-color-expected.txt:
        * platform/efl/compositing/video/video-controls-layer-creation-expected.png:
        * platform/efl/compositing/visibility/visibility-image-layers-expected.png:
        * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png:
        * platform/efl/css1/basic/class_as_selector-expected.png:
        * platform/efl/css1/basic/class_as_selector-expected.txt:
        * platform/efl/css1/basic/comments-expected.png:
        * platform/efl/css1/basic/comments-expected.txt:
        * platform/efl/css1/basic/containment-expected.png:
        * platform/efl/css1/basic/containment-expected.txt:
        * platform/efl/css1/basic/contextual_selectors-expected.png:
        * platform/efl/css1/basic/contextual_selectors-expected.txt:
        * platform/efl/css1/basic/grouping-expected.png:
        * platform/efl/css1/basic/grouping-expected.txt:
        * platform/efl/css1/basic/id_as_selector-expected.png:
        * platform/efl/css1/basic/id_as_selector-expected.txt:
        * platform/efl/css1/basic/inheritance-expected.png:
        * platform/efl/css1/basic/inheritance-expected.txt:
        * platform/efl/css1/box_properties/acid_test-expected.png:
        * platform/efl/css1/box_properties/acid_test-expected.txt:
        * platform/efl/css1/box_properties/border-expected.png:
        * platform/efl/css1/box_properties/border-expected.txt:
        * platform/efl/css1/box_properties/border_bottom-expected.png:
        * platform/efl/css1/box_properties/border_bottom_inline-expected.png:
        * platform/efl/css1/box_properties/border_bottom_width-expected.png:
        * platform/efl/css1/box_properties/border_bottom_width-expected.txt:
        * platform/efl/css1/box_properties/border_bottom_width_inline-expected.png:
        * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt:
        * platform/efl/css1/box_properties/border_color-expected.png:
        * platform/efl/css1/box_properties/border_color-expected.txt:
        * platform/efl/css1/box_properties/border_color_inline-expected.png:
        * platform/efl/css1/box_properties/border_color_inline-expected.txt:
        * platform/efl/css1/box_properties/border_inline-expected.png:
        * platform/efl/css1/box_properties/border_inline-expected.txt:
        * platform/efl/css1/box_properties/border_left-expected.png:
        * platform/efl/css1/box_properties/border_left_inline-expected.png:
        * platform/efl/css1/box_properties/border_left_width-expected.png:
        * platform/efl/css1/box_properties/border_left_width-expected.txt:
        * platform/efl/css1/box_properties/border_left_width_inline-expected.png:
        * platform/efl/css1/box_properties/border_left_width_inline-expected.txt:
        * platform/efl/css1/box_properties/border_right-expected.png:
        * platform/efl/css1/box_properties/border_right_inline-expected.png:
        * platform/efl/css1/box_properties/border_right_width-expected.png:
        * platform/efl/css1/box_properties/border_right_width-expected.txt:
        * platform/efl/css1/box_properties/border_right_width_inline-expected.png:
        * platform/efl/css1/box_properties/border_right_width_inline-expected.txt:
        * platform/efl/css1/box_properties/border_style-expected.png:
        * platform/efl/css1/box_properties/border_style-expected.txt:
        * platform/efl/css1/box_properties/border_style_inline-expected.png:
        * platform/efl/css1/box_properties/border_style_inline-expected.txt:
        * platform/efl/css1/box_properties/border_top-expected.png:
        * platform/efl/css1/box_properties/border_top-expected.txt:
        * platform/efl/css1/box_properties/border_top_inline-expected.png:
        * platform/efl/css1/box_properties/border_top_inline-expected.txt:
        * platform/efl/css1/box_properties/border_top_width-expected.png:
        * platform/efl/css1/box_properties/border_top_width-expected.txt:
        * platform/efl/css1/box_properties/border_top_width_inline-expected.png:
        * platform/efl/css1/box_properties/border_top_width_inline-expected.txt:
        * platform/efl/css1/box_properties/border_width-expected.png:
        * platform/efl/css1/box_properties/border_width-expected.txt:
        * platform/efl/css1/box_properties/border_width_inline-expected.png:
        * platform/efl/css1/box_properties/border_width_inline-expected.txt:
        * platform/efl/css1/box_properties/clear-expected.png:
        * platform/efl/css1/box_properties/clear-expected.txt:
        * platform/efl/css1/box_properties/clear_float-expected.png:
        * platform/efl/css1/box_properties/clear_float-expected.txt:
        * platform/efl/css1/box_properties/float-expected.png:
        * platform/efl/css1/box_properties/float-expected.txt:
        * platform/efl/css1/box_properties/float_elements_in_series-expected.png:
        * platform/efl/css1/box_properties/float_elements_in_series-expected.txt:
        * platform/efl/css1/box_properties/float_margin-expected.png:
        * platform/efl/css1/box_properties/float_margin-expected.txt:
        * platform/efl/css1/box_properties/float_on_text_elements-expected.png:
        * platform/efl/css1/box_properties/float_on_text_elements-expected.txt:
        * platform/efl/css1/box_properties/height-expected.png:
        * platform/efl/css1/box_properties/height-expected.txt:
        * platform/efl/css1/box_properties/margin-expected.png:
        * platform/efl/css1/box_properties/margin-expected.txt:
        * platform/efl/css1/box_properties/margin_bottom-expected.png:
        * platform/efl/css1/box_properties/margin_bottom-expected.txt:
        * platform/efl/css1/box_properties/margin_bottom_inline-expected.png:
        * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt:
        * platform/efl/css1/box_properties/margin_inline-expected.png:
        * platform/efl/css1/box_properties/margin_inline-expected.txt:
        * platform/efl/css1/box_properties/margin_left-expected.png:
        * platform/efl/css1/box_properties/margin_left-expected.txt:
        * platform/efl/css1/box_properties/margin_left_inline-expected.png:
        * platform/efl/css1/box_properties/margin_left_inline-expected.txt:
        * platform/efl/css1/box_properties/margin_right-expected.png:
        * platform/efl/css1/box_properties/margin_right-expected.txt:
        * platform/efl/css1/box_properties/margin_right_inline-expected.png:
        * platform/efl/css1/box_properties/margin_right_inline-expected.txt:
        * platform/efl/css1/box_properties/margin_top-expected.png:
        * platform/efl/css1/box_properties/margin_top-expected.txt:
        * platform/efl/css1/box_properties/margin_top_inline-expected.png:
        * platform/efl/css1/box_properties/margin_top_inline-expected.txt:
        * platform/efl/css1/box_properties/padding-expected.png:
        * platform/efl/css1/box_properties/padding-expected.txt:
        * platform/efl/css1/box_properties/padding_bottom-expected.png:
        * platform/efl/css1/box_properties/padding_bottom-expected.txt:
        * platform/efl/css1/box_properties/padding_bottom_inline-expected.png:
        * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt:
        * platform/efl/css1/box_properties/padding_inline-expected.png:
        * platform/efl/css1/box_properties/padding_inline-expected.txt:
        * platform/efl/css1/box_properties/padding_left-expected.png:
        * platform/efl/css1/box_properties/padding_left-expected.txt:
        * platform/efl/css1/box_properties/padding_left_inline-expected.png:
        * platform/efl/css1/box_properties/padding_left_inline-expected.txt:
        * platform/efl/css1/box_properties/padding_right-expected.png:
        * platform/efl/css1/box_properties/padding_right-expected.txt:
        * platform/efl/css1/box_properties/padding_right_inline-expected.png:
        * platform/efl/css1/box_properties/padding_right_inline-expected.txt:
        * platform/efl/css1/box_properties/padding_top-expected.png:
        * platform/efl/css1/box_properties/padding_top-expected.txt:
        * platform/efl/css1/box_properties/padding_top_inline-expected.png:
        * platform/efl/css1/box_properties/padding_top_inline-expected.txt:
        * platform/efl/css1/box_properties/width-expected.png:
        * platform/efl/css1/box_properties/width-expected.txt:
        * platform/efl/css1/cascade/cascade_order-expected.png:
        * platform/efl/css1/cascade/cascade_order-expected.txt:
        * platform/efl/css1/cascade/important-expected.png:
        * platform/efl/css1/cascade/important-expected.txt:
        * platform/efl/css1/classification/display-expected.png:
        * platform/efl/css1/classification/display-expected.txt:
        * platform/efl/css1/classification/list_style-expected.png:
        * platform/efl/css1/classification/list_style-expected.txt:
        * platform/efl/css1/classification/list_style_image-expected.png:
        * platform/efl/css1/classification/list_style_image-expected.txt:
        * platform/efl/css1/classification/list_style_position-expected.png:
        * platform/efl/css1/classification/list_style_position-expected.txt:
        * platform/efl/css1/classification/list_style_type-expected.png:
        * platform/efl/css1/classification/list_style_type-expected.txt:
        * platform/efl/css1/classification/white_space-expected.png:
        * platform/efl/css1/classification/white_space-expected.txt:
        * platform/efl/css1/color_and_background/background-expected.png:
        * platform/efl/css1/color_and_background/background-expected.txt:
        * platform/efl/css1/color_and_background/background_attachment-expected.png:
        * platform/efl/css1/color_and_background/background_attachment-expected.txt:
        * platform/efl/css1/color_and_background/background_color-expected.png:
        * platform/efl/css1/color_and_background/background_color-expected.txt:
        * platform/efl/css1/color_and_background/background_image-expected.png:
        * platform/efl/css1/color_and_background/background_image-expected.txt:
        * platform/efl/css1/color_and_background/background_position-expected.png:
        * platform/efl/css1/color_and_background/background_position-expected.txt:
        * platform/efl/css1/color_and_background/background_repeat-expected.png:
        * platform/efl/css1/color_and_background/background_repeat-expected.txt:
        * platform/efl/css1/color_and_background/color-expected.png:
        * platform/efl/css1/color_and_background/color-expected.txt:
        * platform/efl/css1/conformance/forward_compatible_parsing-expected.png:
        * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt:
        * platform/efl/css1/font_properties/font-expected.png:
        * platform/efl/css1/font_properties/font-expected.txt:
        * platform/efl/css1/font_properties/font_family-expected.png:
        * platform/efl/css1/font_properties/font_family-expected.txt:
        * platform/efl/css1/font_properties/font_size-expected.png:
        * platform/efl/css1/font_properties/font_size-expected.txt:
        * platform/efl/css1/font_properties/font_style-expected.png:
        * platform/efl/css1/font_properties/font_style-expected.txt:
        * platform/efl/css1/font_properties/font_variant-expected.png:
        * platform/efl/css1/font_properties/font_variant-expected.txt:
        * platform/efl/css1/font_properties/font_weight-expected.png:
        * platform/efl/css1/font_properties/font_weight-expected.txt:
        * platform/efl/css1/formatting_model/canvas-expected.png:
        * platform/efl/css1/formatting_model/canvas-expected.txt:
        * platform/efl/css1/formatting_model/floating_elements-expected.png:
        * platform/efl/css1/formatting_model/floating_elements-expected.txt:
        * platform/efl/css1/formatting_model/height_of_lines-expected.png:
        * platform/efl/css1/formatting_model/height_of_lines-expected.txt:
        * platform/efl/css1/formatting_model/horizontal_formatting-expected.png:
        * platform/efl/css1/formatting_model/horizontal_formatting-expected.txt:
        * platform/efl/css1/formatting_model/inline_elements-expected.png:
        * platform/efl/css1/formatting_model/replaced_elements-expected.png:
        * platform/efl/css1/formatting_model/replaced_elements-expected.txt:
        * platform/efl/css1/formatting_model/vertical_formatting-expected.png:
        * platform/efl/css1/pseudo/anchor-expected.png:
        * platform/efl/css1/pseudo/anchor-expected.txt:
        * platform/efl/css1/pseudo/firstletter-expected.png:
        * platform/efl/css1/pseudo/firstletter-expected.txt:
        * platform/efl/css1/pseudo/firstline-expected.png:
        * platform/efl/css1/pseudo/firstline-expected.txt:
        * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.png:
        * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt:
        * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.png:
        * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
        * platform/efl/css1/text_properties/letter_spacing-expected.png:
        * platform/efl/css1/text_properties/letter_spacing-expected.txt:
        * platform/efl/css1/text_properties/line_height-expected.png:
        * platform/efl/css1/text_properties/line_height-expected.txt:
        * platform/efl/css1/text_properties/text_align-expected.png:
        * platform/efl/css1/text_properties/text_align-expected.txt:
        * platform/efl/css1/text_properties/text_decoration-expected.png:
        * platform/efl/css1/text_properties/text_decoration-expected.txt:
        * platform/efl/css1/text_properties/text_indent-expected.png:
        * platform/efl/css1/text_properties/text_indent-expected.txt:
        * platform/efl/css1/text_properties/text_transform-expected.png:
        * platform/efl/css1/text_properties/text_transform-expected.txt:
        * platform/efl/css1/text_properties/vertical_align-expected.png:
        * platform/efl/css1/text_properties/word_spacing-expected.png:
        * platform/efl/css1/text_properties/word_spacing-expected.txt:
        * platform/efl/css1/units/color_units-expected.png:
        * platform/efl/css1/units/color_units-expected.txt:
        * platform/efl/css1/units/length_units-expected.png:
        * platform/efl/css1/units/percentage_units-expected.png:
        * platform/efl/css1/units/percentage_units-expected.txt:
        * platform/efl/css1/units/urls-expected.png:
        * platform/efl/css1/units/urls-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.png:
        * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.png:
        * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.png:

2013-01-18  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Add expectations for these tests which ASSERT in debug:

        fast/forms/associated-element-crash.html
        html5lib/run-template.html

        See <https://bugs.webkit.org/show_bug.cgi?id=107237>

        * platform/chromium/TestExpectations:

2013-01-18  Tim Horton  <timothy_horton@apple.com>

        Unreviewed, fix mac and mac-wk2 TestExpectations lint warnings.

        * platform/mac-wk2/TestExpectations:
        fast/events/drag-selects-image.html is already covered by a classified failure,
        no reason to have it in the unclassified section too!
        * platform/mac/TestExpectations:
        The these tests are already skipped on Mac.

2013-01-18  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140005.
        http://trac.webkit.org/changeset/140005
        https://bugs.webkit.org/show_bug.cgi?id=107235

        broke downstream Chromium interactive_ui_tests (Requested by
        dominicc on #webkit).

        * http/tests/cache/cached-main-resource-expected.txt: Removed.
        * http/tests/cache/cached-main-resource.html: Removed.
        * http/tests/cache/resources/cacheable-iframe.php: Removed.
        * http/tests/inspector/resource-har-pages-expected.txt:
        * http/tests/loading/redirect-methods-expected.txt:
        * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
        * http/tests/misc/link-rel-icon-beforeload-expected.txt:

2013-01-18  Yoshifumi Inoue  <yosin@chromium.org>

        REGRESSION(r137726): Spring Loaded Pan Scrolling doesn't stop
        https://bugs.webkit.org/show_bug.cgi?id=107205

        Reviewed by Hajime Morita.

        * platform/chromium-win/fast/events/panScroll-click-expected.txt: Added.
        * platform/chromium-win/fast/events/panScroll-click.html: Added.
        * platform/chromium-win/fast/events/panScroll-drag-expected.txt: Added.
        * platform/chromium-win/fast/events/panScroll-drag.html: Added.
        * platfrom/chromium/TestExpectations: Skip panScroll-{click,drag}.html for Android, Linux, and Mac.

2013-01-17  Rafael Weinstein  <rafaelw@chromium.org>

        Ensure the parser adopts foster-parented children into the document of their parent.
        https://bugs.webkit.org/show_bug.cgi?id=107023

        Reviewed by Adam Barth.

        This patch adopts the child into the parent's document after foster parenting to prevent a child from ending up in the tree with the wrong document.

        * fast/parser/foster-parent-adopted-expected.txt: Added.
        * fast/parser/foster-parent-adopted.html: Added.
        * fast/parser/foster-parent-adopted2-expected.txt: Added.
        * fast/parser/foster-parent-adopted2.html: Added.

2013-01-17  Shinya Kawanaka  <shinyak@chromium.org>

        Revert r122824 for a while
        https://bugs.webkit.org/show_bug.cgi?id=97867

        Reviewed by Hajime Morita.

        * fast/dom/shadow/select-image-with-shadow-expected.txt: Removed.
        * fast/dom/shadow/select-image-with-shadow.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-alt-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-alt-update-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-alt-update.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-alt.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-content-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-content.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-dynamic-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-dynamic.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-event-click-expected.txt: Removed.
        * fast/dom/shadow/shadowdom-for-image-event-click.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-in-shadowdom-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-map-expected.txt: Removed.
        * fast/dom/shadow/shadowdom-for-image-map.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-style-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-style.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-with-width-and-height-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html: Removed.
        * fast/dom/shadow/shadowdom-for-image.html: Removed.

2013-01-17  Benjamin Poulain  <bpoulain@apple.com>

        Remove non-existant test from Mac's TestExpectations

        Unreviewed.

        * platform/mac/TestExpectations:
        track-cue-rendering-inner-timestamps.html has been removed.
        drag-and-drop-autoscroll.html was introduced in a patch that has been reverted.

2013-01-17  Joanmarie Diggs  <jdiggs@igalia.com>

        REGRESSION (r139444): Crashes in three accessibility tests on GTK
        https://bugs.webkit.org/show_bug.cgi?id=106922

        Reviewed by Chris Fleizach.

        * platform/gtk/TestExpectations: Unskipped the three failing tests

2013-01-17  Elliott Sprehn  <esprehn@chromium.org>

        Track subframe count to avoid traversing the tree when there's no subframes
        https://bugs.webkit.org/show_bug.cgi?id=101821

        Reviewed by Ojan Vafai.

        Add a test that when frames are moved around by the parser and not actually
        detached we keep the subframe counters of ancestors consistent.

        * fast/frames/parser-append-subframe-count-expected.txt: Added.
        * fast/frames/parser-append-subframe-count.html: Added.

2013-01-17  Alpha Lam  <hclam@chromium.org>

        [chromium] Unreviewed gardening.

        This test times out on Win7 dbg half of the time:
        fast/js/toString-and-valueOf-override.html

        Mark it as Timeout.

        * platform/chromium/TestExpectations:

2013-01-17  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Broaden the failure expectations of these tests:

        scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
        scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html

        These fail pixel tests by painting the system theme scrollbar; see
        <http://bugs.webkit.org/show_bug.cgi?id=106858>

        * platform/chromium/TestExpectations:

2013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r139402.
        http://trac.webkit.org/changeset/139402
        https://bugs.webkit.org/show_bug.cgi?id=107212

        Perf regression on DOMDivWalk (Requested by falken_ on
        #webkit).

        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Removed.
        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Removed.
        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Removed.
        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Removed.

2013-01-17  Alpha Lam  <hclam@chromium.org>

        [chromium] Test expectations update
        https://bugs.webkit.org/show_bug.cgi?id=107209

        Mark this test as crash on debug builds:
        fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html

        This crash seems to be caused by r140024.

        * platform/chromium/TestExpectations:

2013-01-17  Matt Falkenhagen  <falken@chromium.org>

        Top layer fails for inline elements
        https://bugs.webkit.org/show_bug.cgi?id=106538

        Reviewed by Hajime Morita.

        * fast/dom/HTMLDialogElement/element-removed-from-top-layer-has-original-position-expected.html: Added.
        * fast/dom/HTMLDialogElement/element-removed-from-top-layer-has-original-position.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-position-relative.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-position-static-expected.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-position-static.html: Added.

2013-01-17  Alpha Lam  <hclam@chromium.org>

        [chromium] Test expectations update
        https://bugs.webkit.org/show_bug.cgi?id=107204

        Mark this test as flaky:
        fast/events/touch/multi-touch-inside-iframes.html

        * platform/chromium/TestExpectations:

2013-01-17  Abhishek Arya  <inferno@chromium.org>

        Heap-use-after-free in WebCore::RenderBlock::checkFloatsInCleanLine
        https://bugs.webkit.org/show_bug.cgi?id=90802

        Reviewed by Julien Chaffraix.

        * fast/multicol/float-not-removed-crash-expected.txt: Added.
        * fast/multicol/float-not-removed-crash.html: Added.

2013-01-17  Simon Fraser  <simon.fraser@apple.com>

        Make it possible for the root background to be painted into its own GraphicsLayer
        https://bugs.webkit.org/show_bug.cgi?id=107177

        Reviewed by Dave Hyatt.
        
        New tests with results for a fixed root background layer when using tiled drawing.

        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer.html: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.png: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed.html: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-body-background.html: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.png: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-html-background.html: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html: Added.

2013-01-17  Alpha Lam  <hclam@chromium.org>

        [chromium] Test expectations update

        Unreviewed build fix. Update test expectations to reflect crashing tests:
        http/tests/appcache/fail-on-update.html
        http/tests/appcache/fail-on-update-2.html

        * platform/chromium/TestExpectations:

2013-01-17  Alexis Hetu  <sugoi@chromium.org>

        imageSmoothingEnabled frequent, unpredictable crashes
        https://bugs.webkit.org/show_bug.cgi?id=107161

        Reviewed by Stephen White.

        Added a layout test for setting image smoothing enabled on a 0 sized
        canvas.

        * fast/canvas/canvas-imageSmoothingEnabled-zero-size-expected.txt: Added.
        * fast/canvas/canvas-imageSmoothingEnabled-zero-size.html: Added.

2013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r140049.
        http://trac.webkit.org/changeset/140049
        https://bugs.webkit.org/show_bug.cgi?id=107187

        Breaks lots of stuff (Requested by schenney on #webkit).

        * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Removed.
        * svg/dom/SVGViewSpec-invalid-ref-crash.html: Removed.

2013-01-17  Stephen Chenney  <schenney@chromium.org>

        SVGViewSpec fails when corresponding element has been removed
        https://bugs.webkit.org/show_bug.cgi?id=106957

        Reviewed by Dirk Schulze.

        Test for the situation in which the target of an SVGViewSpec is
        removed while the view spec lives on in JS.

        * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
        * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.

2013-01-17  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Updating -webkit-grid-rows or -webkit-grid-columns doesn't work as expected
        https://bugs.webkit.org/show_bug.cgi?id=107062

        Reviewed by Tony Chang.

        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update-expected.txt: Added.
        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update.html: Added.
        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update-expected.txt: Added.
        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update.html: Added.

2013-01-17  Alpha Lam  <hclam@chromium.org>

        [chromium] Fix layout test expectations.

        Not reviewed. Update layout test expectations.

        http/tests/appcache/fail-on-update.html is crashing, mark it so.

        * platform/chromium/TestExpectations:

2013-01-17  Alpha Lam  <hclam@chromium.org>

        [chromium] Layout test rebaselines.

        Not reviewed. Rebaselines to fix build.

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:

2013-01-17  Stephen Chenney  <schenney@chromium.org>

        [Chromium] svg/custom/foreign-object-skew-expected.png differs Debug/Release on SnowLeopard
        https://bugs.webkit.org/show_bug.cgi?id=99138

        Unreviewed test expectations update.

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: Use the Release result.
        * platform/chromium/TestExpectations: Mark the test as failing, and won't fix.

2013-01-17  Robert Hogan  <robert@webkit.org>

        Nested fixed position element not staying with parent
        https://bugs.webkit.org/show_bug.cgi?id=65477

        Reviewed by David Hyatt.

        * fast/inline/fixed-pos-moves-with-abspos-inline-parent-expected.txt: Added.
        * fast/inline/fixed-pos-moves-with-abspos-inline-parent.html: Added.
        * fast/inline/fixed-pos-moves-with-abspos-parent-expected.txt: Added.
        * fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor-expected.txt: Added.
        * fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html: Added.
        * fast/inline/fixed-pos-moves-with-abspos-parent.html: Added.
        * fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent-expected.txt: Added.
        * fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html: Added.

2013-01-17  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Content flows incorrectly in autoheight regions with min/max-height set
        https://bugs.webkit.org/show_bug.cgi?id=102099

        Reviewed by David Hyatt.

        All the tests have a description about how the breaking should happen. They pass if the height of the region chain is
        correctly computed by using the max-height, min-height, height and writing mode conditions.

        * fast/regions/autoheight-maxheight-mixed-break-expected.txt: Added.
        * fast/regions/autoheight-maxheight-mixed-break.html: Added.
        * fast/regions/autoheight-maxheight-simple-break-expected.txt: Added.
        * fast/regions/autoheight-maxheight-simple-break.html: Added.
        * fast/regions/autoheight-maxheight-simple-nobreak-expected.txt: Added.
        * fast/regions/autoheight-maxheight-simple-nobreak.html: Added.
        * fast/regions/autoheight-minmaxheight-mixed-break-expected.txt: Added.
        * fast/regions/autoheight-minmaxheight-mixed-break-hbt-expected.txt: Added.
        * fast/regions/autoheight-minmaxheight-mixed-break-hbt.html: Added.
        * fast/regions/autoheight-minmaxheight-mixed-break-vlr-expected.txt: Added.
        * fast/regions/autoheight-minmaxheight-mixed-break-vlr.html: Added.
        * fast/regions/autoheight-minmaxheight-mixed-break-vrl-expected.txt: Added.
        * fast/regions/autoheight-minmaxheight-mixed-break-vrl.html: Added.
        * fast/regions/autoheight-minmaxheight-mixed-break.html: Added.
        * fast/regions/autoheight-minmaxheight-simple-break-expected.txt: Added.
        * fast/regions/autoheight-minmaxheight-simple-break.html: Added.
        * fast/regions/autoheight-minmaxheight-simple-nobreak-expected.txt: Added.
        * fast/regions/autoheight-minmaxheight-simple-nobreak.html: Added.

2013-01-17  Alexis Menard  <alexis@webkit.org>

        Add ontransitionend attribute on HTML elements.
        https://bugs.webkit.org/show_bug.cgi?id=107134

        Reviewed by Simon Fraser.

        Add tests to cover the new attribute. It also make sure that event if
        we use the old attribute and the new one at the same time only the new
        event handler will be called.

        * transitions/transition-end-event-unprefixed-03-expected.txt: Added.
        * transitions/transition-end-event-unprefixed-03.html: Added.
        * transitions/transition-end-event-unprefixed-04-expected.txt: Added.
        * transitions/transition-end-event-unprefixed-04.html: Added.

2013-01-17  Andrei Bucur  <abucur@adobe.com>

        Widows and orphans test4 fails if isolated
        https://bugs.webkit.org/show_bug.cgi?id=106006

        Reviewed by Dean Jackson.

        This is the "Basic Orphans" test extracted from fast/multicol/widows-and-orphans.html. It was minimized and modified to include a relayout step.

        * fast/multicol/orphans-relayout-expected.txt: Added.
        * fast/multicol/orphans-relayout.html: Added.

2013-01-17  Martin Robinson  <mrobinson@igalia.com>

        REGRESSION (r137487): Crashes in editing/execCommand/indent-paragraphs.html on GTK, EFL
        https://bugs.webkit.org/show_bug.cgi?id=105042

        Reviewed by Gustavo Noronha Silva.

        Unskip a test which is now passing.

        * platform/gtk/TestExpectations:

2013-01-17  Nate Chapin  <japhet@chromium.org>

        Enable reuse of cached main resources
        https://bugs.webkit.org/show_bug.cgi?id=105667.

        Reviewed by Antti Koivisto.

        * http/tests/cache/cached-main-resource-expected.txt: Added.
        * http/tests/cache/cached-main-resource.html: Added.
        * http/tests/cache/resources/cacheable-iframe.php: Added.
        * http/tests/inspector/resource-har-pages-expected.txt:
        * http/tests/loading/redirect-methods-expected.txt:
        * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
        * http/tests/misc/link-rel-icon-beforeload-expected.txt:

2013-01-17  Shinya Kawanaka  <shinyak@chromium.org>

        [Mac] svg/custom/text-use-click-crash.xhtml added by r139029 hits assertion in enclosingTextFormControl
        https://bugs.webkit.org/show_bug.cgi?id=106361

        Reviewed by Darin Adler.

        Removed crash test expectation.

        * platform/mac/TestExpectations:

2013-01-17  Eugene Klyuchnikov  <eustas@chromium.org>

        Web Inspector: Profiler: split "getProfile" to "getCPUProfile" and "loadHeapSnapshot"
        https://bugs.webkit.org/show_bug.cgi?id=104545

        Reviewed by Yury Semikhatsky.

        Adopted new method signatures.

        * inspector/profiler/heap-snapshot-get-profile-crash.html:
        Adopted new method signatures.
        * inspector/profiler/heap-snapshot-loader.html: Ditto.
        * inspector/profiler/heap-snapshot-test.js: Ditto.

2013-01-17  Krzysztof Czech  <k.czech@samsung.com>

        Unreviewed EFL gardening.
        https://bugs.webkit.org/show_bug.cgi?id=107113

        Skipping test with missing expectation result.

        * platform/efl-wk2/TestExpectations:

2013-01-17  John Bauman  <jbauman@chromium.org>

        Fix texImage2D from a WebGL canvas.
        https://bugs.webkit.org/show_bug.cgi?id=106941

        Reviewed by Kenneth Russell.

        Add test to ensure doing teximage2d from a webgl canvas works. This
        test is the same as a webgl conformance test.

        * fast/canvas/webgl/tex-image-webgl-expected.txt: Added.
        * fast/canvas/webgl/tex-image-webgl.html: Added.

2013-01-17  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update after Skia shader changes

        Unreviewed new GPU expectations

        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:

2013-01-17  Stephen Chenney  <schenney@chromium.org>

        [Chromium} Removing extraneous expectations

        Unreviewed expectations clean-up

        * platform/chromium/TestExpectations:

2013-01-17  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Final rebaselines after Skia flags changed
        https://bugs.webkit.org/show_bug.cgi?id=106833
        https://bugs.webkit.org/show_bug.cgi?id=99138

        Unreviewed test expectations update

        * platform/chromium-linux/fast/borders/outline-alpha-inline-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium/TestExpectations:

2013-01-17  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: fix DefaultTextEditor's broken backspace
        https://bugs.webkit.org/show_bug.cgi?id=107130

        Reviewed by Pavel Feldman.

        Fix test expected results to correspond to changes.

        * inspector/editor/text-editor-highlight-regexp-expected.txt:

2013-01-17  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adjust and move expectations for tests in svg/ and tables/ as
        necessary to cover current testing situation for both WebKit1 and WebKit2.

        * platform/gtk-wk1/TestExpectations:
        * platform/gtk-wk2/TestExpectations:
        * platform/gtk/TestExpectations:

2013-01-16  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Introduce FileSystemWorkspaceProvider to allow showing files from file system in workspace.
        https://bugs.webkit.org/show_bug.cgi?id=107021

        Reviewed by Pavel Feldman.

        * inspector/file-mapping-expected.txt:

2013-01-17  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Removing 4 crash expectations that are obsolete.

        * platform/gtk/TestExpectations:

2013-01-17  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        Unreviewed EFL gardening.

        Allow to run spellcheck-input-search-crash.html for WK2-EFL.
        This test passes after r135595.
        It's skipped by global platform/wk2/TestExpectations.

        * platform/efl-wk2/TestExpectations:

2013-01-16  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        [EFL][GTK] checkSpellingOfString treats the multiple words as spelled correctly
        https://bugs.webkit.org/show_bug.cgi?id=106662

        Reviewed by Antonio Gomes.

        * platform/efl-wk2/TestExpectations:
        Allow running spelling-backspace-between-lines.html for WebKit2-EFL as it's
        skipped by platform/wk2/TestExpectations.

        * platform/gtk/TestExpectations:
        Unskipping spelling-backspace-between-lines.html for WebKit-GTK+.

2013-01-17  Chris Fleizach  <cfleizach@apple.com>

        WebSpeech: implement voices list
        https://bugs.webkit.org/show_bug.cgi?id=107014

        Reviewed by Adam Barth.

        * platform/mac/TestExpectations:
        * platform/mac/fast/speechsynthesis: Added.
        * platform/mac/fast/speechsynthesis/speech-synthesis-voices-expected.txt: Added.
        * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html: Added.

2013-01-16  Hajime Morrita  <morrita@google.com>

        NoEventDispatchAssertion in ContainerNode::removeChildren is too strict
        https://bugs.webkit.org/show_bug.cgi?id=106985

        Reviewed by Ryosuke Niwa.

        * svg/custom/use-mutation-crash-expected.txt: Added.
        * svg/custom/use-mutation-crash.xhtml: Added.

2013-01-16  MORITA Hajime  <morrita@google.com>

        Attr.ownerDocument should change if its parent's owner did
        https://bugs.webkit.org/show_bug.cgi?id=97644

        Reviewed by Darin Adler.

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

2013-01-16  Victor Carbune  <vcarbune@chromium.org>

        Cues not rendered when they should be
        https://bugs.webkit.org/show_bug.cgi?id=106943

        Reviewed by Eric Carlson.

        * media/track/track-cue-rendering-mode-changed-expected.txt: Added.
        * media/track/track-cue-rendering-mode-changed.html: Added.
        * media/video-controls-captions-expected.txt: Updated.

2013-01-16  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r139853.
        http://trac.webkit.org/changeset/139853
        https://bugs.webkit.org/show_bug.cgi?id=107049

        Broke the ChromeOS ppapi_unittests (Requested by leviw on
        #webkit).

        * inspector-protocol/page/frameScheduledNavigation-expected.txt: Removed.
        * inspector-protocol/page/frameScheduledNavigation.html: Removed.
        * inspector-protocol/page/frameStartedLoading-expected.txt: Removed.
        * inspector-protocol/page/frameStartedLoading.html: Removed.

2013-01-16  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening.

        Adding results for platform/chromium/compositing/rounded-corners.html.

        * platform/chromium-mac/platform/chromium/compositing/rounded-corners-expected.png: Added.
        * platform/chromium-win/platform/chromium/compositing/rounded-corners-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/platform/chromium/compositing/rounded-corners-expected.txt: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt.

2013-01-16  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        inconsistency in drawImage with target rect negative dimensions.
        https://bugs.webkit.org/show_bug.cgi?id=100026

        Reviewed by Dean Jackson.

        Add a drawImage check for a destination rectangle with -1px
        width/height. When drawing to (1, 1, -1, -1) rectangle, first
        (top-left) pixel should have been and been the only one drawn into.

        * fast/canvas/drawImage-with-negative-source-destination-expected.txt:
        * fast/canvas/drawImage-with-negative-source-destination.js:

2013-01-16  W. James MacLean  <wjmaclean@chromium.org>

        LinkHighlight should use touch adjustment to match active state on GestureTapDown.
        https://bugs.webkit.org/show_bug.cgi?id=107032

        Reviewed by Adam Barth.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html:

2013-01-16  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking several tests as crashing on Debug builds following
        r139853.

        * platform/chromium/TestExpectations:

2013-01-16  Levi Weintraub  <leviw@chromium.org>

        Unreveiwed gardening. Updating expectations following r139865.

        * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium/TestExpectations:

2013-01-16  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: array grouping does not work for float number keys
        https://bugs.webkit.org/show_bug.cgi?id=106998

        Reviewed by Pavel Feldman.

        * inspector/console/console-big-array-expected.txt:
        * inspector/console/console-big-array.html:

2013-01-16  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: cookies with empty value are parsed incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=107012

        Reviewed by Pavel Feldman.

        * inspector/cookie-parser-expected.txt:
        * inspector/cookie-parser.html:

2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: create helper InspectorTest method to dump editor HTML
        https://bugs.webkit.org/show_bug.cgi?id=107007

        Reviewed by Pavel Feldman.

        Add helper method to dump textEditor HTML.

        * inspector/editor/editor-test.js:
        (initialize_EditorTests.InspectorTest.dumpEditorHTML): Added.
        * inspector/editor/text-editor-highlight-regexp.html:

2013-01-16  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: [Extensions API] remove inspectedWindow.onReset event
        https://bugs.webkit.org/show_bug.cgi?id=107009

        Reviewed by Vsevolod Vlasov.

        * inspector/extensions/extensions-api-expected.txt: removed webInspector.onReset.

2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: fix text-editor-highlight-regexp test
        https://bugs.webkit.org/show_bug.cgi?id=107006

        Reviewed by Vsevolod Vlasov.

        Fixing test expectations: no more height style.

        * inspector/editor/text-editor-highlight-regexp-expected.txt:

2013-01-16  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Updating or removing a few stale expectations.
        Adding two failure expectations for MicroData tests that are
        failing after r139673.

        * platform/gtk/TestExpectations:

2013-01-16  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Marking compositing/layer-creation/overlap-animation-container as failure
        after it started failing in r139794, might just need a rebaseline but first let's have
        someone familiar with AC look at it.

        * platform/efl/TestExpectations:

2013-01-16  Pablo Flouret  <pablof@motorola.com>

        Implement CSSSupportsRule
        https://bugs.webkit.org/show_bug.cgi?id=104822

        Reviewed by Allan Sandfeld Jensen.

        * css3/supports-cssom-expected.txt: Added.
        * css3/supports-cssom.html: Added.
        * css3/supports-expected.txt:
        * css3/supports.html:

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

2013-01-16  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Unable to edit a time field with step=86400, and confusing appearance
        https://bugs.webkit.org/show_bug.cgi?id=106983

        Reviewed by Kentaro Hara.

        Note: We don't add tests for input[type=datetime] now because the WHATWG
        specification might be changed.

        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html: Added.

        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
        Update test cases for new behavior. We should not make hour fields
        read-only for input[type=time].
        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png: Ditto.
        * platform/chromium/TestExpectations: Add time-appearance-basic.html.

2013-01-16  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added. Rebaseline after r139798.
        * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added. Rebaseline after r139798.
        * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt: Added. Rebaseline after r139794.
        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Rebaseline after r139798.
        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Rebaseline after r139798.

2013-01-16  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Removed fast/events/drag-and-drop-autoscroll from Test expectations after rollout in r139503.
        ScrollingCoordinator tests moved to TestExpectations after r139686.
        Border size rendering change in r139798 requires a rebaseline for
        svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm &
        http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
        but they fail to generate pixel results - see bug 106992.
        PropertyCollection tests skipped for now after r139756

        * platform/efl/TestExpectations:

2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Introduce file mapping allowing to map network loaded scripts and stylesheets to file system files.
        https://bugs.webkit.org/show_bug.cgi?id=106795

        Reviewed by Pavel Feldman.

        * inspector/file-mapping-expected.txt: Added.
        * inspector/file-mapping.html: Added.

2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Introduce UISourceCode.originURL().
        https://bugs.webkit.org/show_bug.cgi?id=106909

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * http/tests/inspector/network/network-request-revision-content.html:
        * http/tests/inspector/workspace-test.js:
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/dynamic-script-tag.html:
        * inspector/debugger/linkifier.html:
        * inspector/debugger/live-edit-breakpoints.html:
        * inspector/debugger/script-snippet-model.html:
        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/scripts-sorting.html:
        * inspector/debugger/source-frame-count.html:
        * inspector/debugger/source-url-comment.html:
        * inspector/debugger/ui-source-code-display-name.html:
        * inspector/debugger/ui-source-code.html:
        * inspector/styles/styles-history.html:
        * inspector/uisourcecode-revisions.html:

2013-01-16  Csaba Osztrogonác  <ossy@webkit.org>

        REGRESSION(r139835): fast/js/integer-division-neg2tothe32-by-neg1.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=106991

        Unreviewed gardening, updated expected file.

        * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
        * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Removed.

2013-01-16  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding a failure expectation for fast/js/integer-division-neg2tothe32-by-neg1.html.
        The test started failing after r139835.

        * platform/gtk/TestExpectations:

2013-01-16  Ken Kania  <kkania@chromium.org>

        [Inspector] Add events for tracking page loads and scheduled navigations.
        https://bugs.webkit.org/show_bug.cgi?id=104168

        Reviewed by Pavel Feldman.

        These events are needed for clients who need to be aware of when a page is
        navigating or about to navigate. Some clients may wish to prevent interaction
        with the page during this time. Two of the new events track loading start and
        stop, as measured by the ProgressTracker. The other two events track when a
        page has a new scheduled navigation and when it no longer has a scheduled
        navigation. These latter two events won't allow the client to determine if
        a load is going to happen in all circumstances, but is sufficient for many cases.

        * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
        * inspector-protocol/page/frameScheduledNavigation.html: Added.
        * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
        * inspector-protocol/page/frameStartedLoading.html: Added.

2013-01-16  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Rebaselining after r139798.

        * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
        * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.

2013-01-16  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline this test on Linux after r139798:

        http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm

        * platform/chromium-linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:

2013-01-16  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Update MediaStreamTrack::readyState to match specification
        https://bugs.webkit.org/show_bug.cgi?id=106781

        Reviewed by Kentaro Hara.

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

2013-01-16  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: array grouping does not work for big and negative number keys
        https://bugs.webkit.org/show_bug.cgi?id=106891

        Reviewed by Pavel Feldman.

        * inspector/console/console-big-array-expected.txt:
        * inspector/console/console-big-array.html:

2013-01-16  Dominic Cooney   <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline this test after r139835:

        fast/js/integer-division-neg2tothe32-by-neg1.html

        * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Added.

2013-01-16  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed gardening.

        Adjusting failure expectations for fast/harness/sample-fail-mismatch-reftest.html
        on all ports. The expectation for the test is now marked as a WontFix image failure.

        r139786 reintroduced the possibility of running tests marked as WontFix if there is
        another expectation (like Failure, ImageOnlyFailure) listed for the test.

        This specific test tests that the harness correctly behaves in a case of a mismatch
        reftest that matches with its baseline (i.e. that an image failure is reported). As
        such every port should run it to ensure correct behavior of the ImageDiff tool in combination
        with NRWT.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2013-01-16  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Baseline (and rebaseline on Linux) these tests introduced in
        r139836:

        fast/gradients/unprefixed-color-stop-units.html
        fast/gradients/unprefixed-color-stops.html
        fast/gradients/unprefixed-generated-gradients.html
        fast/gradients/unprefixed-gradient-parsing.html
        fast/gradients/unprefixed-linear-angle-gradients.html
        fast/gradients/unprefixed-linear-right-angle-gradients.html
        fast/gradients/unprefixed-list-item-gradient.html
        fast/gradients/unprefixed-radial-gradients.html
        fast/gradients/unprefixed-radial-gradients2.html
        fast/gradients/unprefixed-radial-gradients3.html
        fast/gradients/unprefixed-repeating-end-fill.html
        fast/gradients/unprefixed-repeating-linear-gradient.html
        fast/gradients/unprefixed-repeating-radial-gradients.html
        fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html

        * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png:
        * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Removed.
        * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Removed.
        * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png:
        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Removed.
        * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png:
        * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Removed.
        * platform/chromium-mac-lion/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-color-stops-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
        * platform/chromium-mac/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-color-stops-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-list-item-gradient-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/gradients/unprefixed-list-item-gradient-expected.png.
        * platform/chromium-win/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-repeating-end-fill-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/gradients/unprefixed-repeating-end-fill-expected.png.
        * platform/chromium-win/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
        * platform/chromium-win/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.

2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: highlight regexp API for DefaultTextEditor
        https://bugs.webkit.org/show_bug.cgi?id=106801

        Reviewed by Pavel Feldman.

        New layout test to verify DefaultTextEditor highlight regexp API.

        * inspector/editor/text-editor-highlight-regexp-expected.txt: Added.
        * inspector/editor/text-editor-highlight-regexp.html: Added.

2013-01-15  Tab Atkins  <jackalmage@gmail.com>

        Update CSS3 gradient support to the latest spec version
        https://bugs.webkit.org/show_bug.cgi?id=67166

        Reviewed by Dean Jackson.

        * fast/gradients/unprefixed-color-stop-units-expected.txt: Added.
        * fast/gradients/unprefixed-color-stop-units.html: Added.
        * fast/gradients/unprefixed-color-stops-expected.txt: Added.
        * fast/gradients/unprefixed-color-stops.html: Added.
        * fast/gradients/unprefixed-generated-gradients-expected.txt: Added.
        * fast/gradients/unprefixed-generated-gradients.html: Added.
        * fast/gradients/unprefixed-gradient-parsing-expected.txt: Added.
        * fast/gradients/unprefixed-gradient-parsing.html: Added.
        * fast/gradients/unprefixed-linear-angle-gradients-expected.txt: Added.
        * fast/gradients/unprefixed-linear-angle-gradients.html: Added.
        * fast/gradients/unprefixed-linear-right-angle-gradients-expected.txt: Added.
        * fast/gradients/unprefixed-linear-right-angle-gradients.html: Added.
        * fast/gradients/unprefixed-list-item-gradient-expected.txt: Added.
        * fast/gradients/unprefixed-list-item-gradient.html: Added.
        * fast/gradients/unprefixed-radial-gradients-expected.txt: Added.
        * fast/gradients/unprefixed-radial-gradients.html: Added.
        * fast/gradients/unprefixed-radial-gradients2-expected.txt: Added.
        * fast/gradients/unprefixed-radial-gradients2.html: Added.
        * fast/gradients/unprefixed-radial-gradients3-expected.txt: Added.
        * fast/gradients/unprefixed-radial-gradients3.html: Added.
        * fast/gradients/unprefixed-repeating-end-fill-expected.txt: Added.
        * fast/gradients/unprefixed-repeating-end-fill.html: Added.
        * fast/gradients/unprefixed-repeating-linear-gradient-expected.txt: Added.
        * fast/gradients/unprefixed-repeating-linear-gradient.html: Added.
        * fast/gradients/unprefixed-repeating-radial-gradients-expected.txt: Added.
        * fast/gradients/unprefixed-repeating-radial-gradients.html: Added.
        * fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.txt: Added.
        * fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
        * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.

2013-01-15  Michael Saboff  <msaboff@apple.com>

        DFG X86: division in the used-as-int case doesn't correctly check for -2^31/-1
        https://bugs.webkit.org/show_bug.cgi?id=106978

        Reviewed by Filip Pizlo.

        Added a new DFG check for -2^31 / -1 when we expect and integer result.

        * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
        * fast/js/script-tests/integer-division-neg2tothe32-by-neg1.js:
        (myDivExpectingInt):

2013-01-15  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline this test on Win after r139798:

        http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm

        * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
        * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
        * platform/chromium/TestExpectations:

2013-01-15  Dominic Cooney   <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline this test after r139798:

        svg/zoom/page/zoom-replaced-intrinsic-ratio-001.html

        * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Generalize LayoutTests/platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt.

2013-01-15  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Add expectations for this test:

        scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html

        On the Chromium Mac Debug bot it is drawn with system scrollbars;
        see <https://bugs.webkit.org/show_bug.cgi?id=106858>

        * platform/chromium/TestExpectations:

2013-01-15  Charles Wei  <charles.wei@torchmobile.com.cn>

        Fullscreen element should not share styles with it's siblings.
        https://bugs.webkit.org/show_bug.cgi?id=106888

        Reviewed by George Staikos.

        * fullscreen/full-screen-no-style-sharing-expected.txt: Added.
        * fullscreen/full-screen-no-style-sharing.html: Added.

2013-01-15  Dominic Cooney   <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaselining this test on Windows:

        svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html

        The Chromium XP and Win7 bots' results look consistent and the
        spurious grey areas are already being tracked by bug 80517.

        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
        * platform/chromium/TestExpectations:

2013-01-15  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Add expectations for this test:

        inspector/extensions/extensions-reload.html

        This is flakily slow on the Chromium Win7 Release bot.

        * platform/chromium/TestExpectations:

2013-01-15  Emil A Eklund  <eae@chromium.org>

        Unreviewed mac rebaseline for r139798.

        * http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
        * platform/mac-wk2/svg/zoom/page: Removed.
        * platform/mac/TestExpectations:
        * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Removed.
        * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:

2013-01-15  Emil A Eklund  <eae@chromium.org>

        [Sub pixel layout] RTL cells with padding wraps
        https://bugs.webkit.org/show_bug.cgi?id=106843

        Reviewed by Levi Weintraub.
        
        Add test for rtl tables with padding.

        * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html:
        * fast/sub-pixel/table-rtl-padding-expected.html: Added.
        * fast/sub-pixel/table-rtl-padding.html: Added.

2013-01-15  Dominic Mazzoni  <dmazzoni@google.com>

        Use-after-free in AXObjectCache::notificationPostTimerFired
        https://bugs.webkit.org/show_bug.cgi?id=106106

        Reviewed by Ryosuke Niwa.

        Test that demonstrates the crash when a Node with an
        AccessibilityObject changes its document and then isn't removed from
        the AXObjectCache when it's deleted.

        * accessibility/crash-adopt-node-from-new-document-expected.txt: Added.
        * accessibility/crash-adopt-node-from-new-document.html: Added.

2013-01-15  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        Add Canvas blend modes to Cairo
        https://bugs.webkit.org/show_bug.cgi?id=105074

        Reviewed by Martin Robinson.

        Unskip fast/canvas/canvas-blend-image.html and
        fast/canvas/canvas-blend-solid.html

        Add platform specific expected files because currently, expected
        results are not correct.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/canvas/canvas-blend-image-expected.txt: Added.
        * platform/gtk/fast/canvas/canvas-blend-solid-expected.txt: Added.

2013-01-15  Dima Gorbik  <dgorbik@apple.com>

        Implement matching by the voice attribute for WebVTT ::cue pseudo element
        https://bugs.webkit.org/show_bug.cgi?id=106762

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/styling.vtt:
        * media/track/track-css-matching-expected.txt:
        * media/track/track-css-matching.html:

2013-01-15  Levi Weintraub  <leviw@chromium.org>

        Unreviewed, rolling out r139790.
        http://trac.webkit.org/changeset/139790
        https://bugs.webkit.org/show_bug.cgi?id=106948

        The patch is failing its own test.

        * fast/dom/MutationObserver/parser-mutations-expected.txt: Removed.
        * fast/dom/MutationObserver/parser-mutations.html: Removed.

2013-01-15  Emil A Eklund  <eae@chromium.org>

        REGRESSION (r121599): incorrect border scaling when zoomed
        https://bugs.webkit.org/show_bug.cgi?id=106944

        Reviewed by Levi Weintraub.
        
        Add test for zoomed em border and restore expectations for 
        zoom-replaced-intrinsic-ratio-001 to the pre r121599 state.

        * fast/sub-pixel/zoomed-em-border-expected.html: Added.
        * fast/sub-pixel/zoomed-em-border.html: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:

2013-01-15  Alexandru Chiculita  <achicu@adobe.com>

        [Compositor] Do not disable overlap testing for layers in front of 3D transformed layers
        https://bugs.webkit.org/show_bug.cgi?id=106721

        Reviewed by Simon Fraser.

        Added two more tests for the case when 3D layers covered by a 2D layer in front. One is using flat style and the
        other is using the preserve-3d mode.

        Also, updated a couple of existing test results as some of the composited layers are not needed anymore.

        * compositing/geometry/ancestor-overflow-change-expected.txt:
        * compositing/geometry/clip-expected.txt:
        * compositing/geometry/clip-inside-expected.txt:
        * compositing/geometry/foreground-layer-expected.txt:
        * compositing/layer-creation/overlap-animation-clipping-expected.txt:
        * compositing/layer-creation/overlap-animation-container-expected.txt:
        * compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
        * compositing/layer-creation/overlap-transformed-3d.html: Added.
        * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
        * compositing/layer-creation/overlap-transformed-preserved-3d.html: Added.
        * compositing/layer-creation/overlap-transforms-expected.txt:
        * compositing/overflow/clip-descendents-expected.txt:
        * css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.txt: Removed. There should be no difference now.
        * platform/chromium-win/css3/filters/filtered-compositing-descendant-expected.txt: Removed. There should be no difference now.
        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
        * platform/chromium/compositing/geometry/clip-expected.txt:
        * platform/chromium/compositing/geometry/clip-inside-expected.txt:
        * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
        * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:

2013-01-15  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Fix tests which depend upon V8 event listener behavior
        https://bugs.webkit.org/show_bug.cgi?id=106731

        Ensure consistent use of callback(evt) { preamble(evt); ... } pattern, which addresses
        running in JSC and in V8 under Workers. Also add worker test wrappers.

        Reviewed by Tony Chang.

        * storage/indexeddb/cursor-advance-expected.txt:
        * storage/indexeddb/cursor-advance-workers-expected.txt: Added.
        * storage/indexeddb/cursor-advance-workers.html: Added.
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt: Added.
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html: Added.
        * storage/indexeddb/resources/cursor-advance.js:
        (prepareDatabase):
        (testPrefetchInRange.prefetch):
        (testPrefetchInRange):
        (testPrefetchOutOfRange.prefetch):
        (testPrefetchOutOfRange):
        (testBadAdvance.advanceBadly):
        (testBadAdvance):
        (testEdges.request.onsuccess):
        (testEdges):
        (testDelete.deleteSecond):
        (testDelete):
        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
        (onOpenSuccess):

2013-01-15  Elliott Sprehn  <esprehn@gmail.com>

        HTML parser should queue MutationRecords for its operations
        https://bugs.webkit.org/show_bug.cgi?id=89351

        Reviewed by Eric Seidel.

        Add tests for parser generated mutations.

        XXX: This needs a bunch more tests observing the adoption
        agency algorithm to catch parserInsertBefore and parserRemoveChild
        mutations.

        * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
        * fast/dom/MutationObserver/parser-mutations.html: Added.

2013-01-15  Ojan Vafai  <ojan@chromium.org>

        Unreviewed, rolling out r139782.
        http://trac.webkit.org/changeset/139782
        https://bugs.webkit.org/show_bug.cgi?id=106939

        * fast/lists/marker-preferred-margins-expected.txt: Added.
        * fast/lists/marker-preferred-margins.html: Added.
        Adding a new test to cover the case that broke.

2013-01-15  Elliott Sprehn  <esprehn@chromium.org>

        Heap-use-after-free in WebCore::RenderObject::willBeRemovedFromTree
        https://bugs.webkit.org/show_bug.cgi?id=106384

        Reviewed by Abhishek Arya.

        Add a test for <ruby> and generated content causing asserts and
        crashes.

        * fast/css-generated-content/bug-106384-expected.txt: Added.
        * fast/css-generated-content/bug-106384.html: Added.

2013-01-15  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Rebaselining after r139767 and r139768.

        * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
        * platform/gtk/fast/media/w3c/test_media_queries-expected.txt:

2013-01-15  James Simonsen  <simonjam@chromium.org>

        [User Timing] INVALID_ACCESS_ERR should be thrown if measuring from a 0 Nav Timing value
        https://bugs.webkit.org/show_bug.cgi?id=106935

        Reviewed by Tony Gentilcore.

        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt:
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception.html:

2013-01-13  Dirk Schulze  <dschulze@adobe.com>

        [CSS Filters] brightness() function doesn't work as specified
        https://bugs.webkit.org/show_bug.cgi?id=106674

        Negative brightness values are possible but are meaningless. Modify the tests
        to mainly use positive amounts for brightness tests.

        Reviewed by Dean Jackson.

        * css3/filters/effect-brightness-clamping-hw.html:
        * css3/filters/effect-brightness-hw.html:
        * css3/filters/effect-combined-hw.html:
        * css3/filters/effect-combined.html:
        * css3/filters/multiple-filters-invalidation.html:
        * css3/filters/null-effect-check.html:
        * css3/filters/script-tests/filter-property-parsing-invalid.js:
        * css3/filters/script-tests/filter-property-parsing.js:

2013-01-15  Zan Dobersek  <zandobersek@gmail.com>

        [GTK] Enable Performance Timeline, Resource Timing, Navigation Timing features
        https://bugs.webkit.org/show_bug.cgi?id=106197

        Reviewed by Martin Robinson.

        Unskip related tests, add a few expectations for still-failing tests.

        * platform/gtk/TestExpectations:

2013-01-15  Zan Dobersek  <zandobersek@gmail.com>

        [GTK] Enable CSS Image Resolution feature
        https://bugs.webkit.org/show_bug.cgi?id=99038

        Reviewed by Gustavo Noronha Silva.

        Remove the failure expectation for the fast/css/image-resolution directory,
        the single layout test inside it now passes.

        * platform/gtk/TestExpectations:

2013-01-15  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Remove a few failure expectations for tests that now pass.

        * platform/gtk/TestExpectations:

2013-01-15  Alexis Menard  <alexis@webkit.org>

        Unprefixed transitionend event doesn't seem to be implemented, which breaks many sites
        https://bugs.webkit.org/show_bug.cgi?id=105647

        Reviewed by Julien Chaffraix.

        Cover that event delivery is correct : we received unprefixed events.

        * transitions/transition-end-event-helpers.js:
        (recordTransitionEndEvent):
        * transitions/transition-end-event-unprefixed-01-expected.txt: Added.
        * transitions/transition-end-event-unprefixed-01.html: Added.
        * transitions/transition-end-event-unprefixed-02-expected.txt: Added.
        * transitions/transition-end-event-unprefixed-02.html: Added.

2013-01-15  Zan Dobersek  <zdobersek@igalia.com>

        Unreviewed GTK gardening.

        Adding failure/crash/missing expectations for accessibility tests after
        r139444, r139534 and r139663.
        Adding platform-specific baselines for two scrolling coordinator tests that are
        required after r139686.

        * platform/gtk/TestExpectations:
        * platform/gtk/scrollingcoordinator: Added.
        * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
        * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.

2013-01-15  Arko Saha  <arko@motorola.com>

        Microdata: propertiesCollection[name] should return undefined if item doesn't have a property named 'name'
        https://bugs.webkit.org/show_bug.cgi?id=106849

        Reviewed by Kentaro Hara.

        * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name-expected.txt: Added.
        * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name.html: Added.

2013-01-15  Emil A Eklund  <eae@chromium.org>

        https://bugs.webkit.org/show_bug.cgi?id=106855
        https://bugs.webkit.org/show_bug.cgi?id=106855

        Reviewed by Levi Weintraub.
        
        Speed up zoomed-offset-size.html test and remove SLOW modifier
        from TestExpectations.

        * fast/images/zoomed-offset-size-expected.txt:
        * fast/images/zoomed-offset-size.html:
        * platform/chromium/TestExpectations:

2013-01-15  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking the deferred version of
        fast/images/zoomed-offset-size.html as slow.

        * platform/chromium/TestExpectations:

2013-01-15  Florin Malita  <fmalita@chromium.org>

        [Chromium] Incorrect opaque region tracking for PlatformContextSkia::drawRRect
        https://bugs.webkit.org/show_bug.cgi?id=106898

        Reviewed by Stephen White.

        * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added.
        * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/rounded-corners.html: Added.

2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed failing test skip.
        https://bugs.webkit.org/show_bug.cgi?id=106883

        * platform/efl/TestExpectations:

2013-01-15  Elliott Sprehn  <esprehn@gmail.com>

        display:inline's hover behavior is not applied to ::before and ::after pseudo elements
        https://bugs.webkit.org/show_bug.cgi?id=91723

        Reviewed by Eric Seidel.

        Add a test that hovering generated content inside an inline element causes
        the element to become hovered.

        * fast/css-generated-content/hover-inline-expected.txt: Added.
        * fast/css-generated-content/hover-inline.html: Added.

2013-01-15  Dima Gorbik  <dgorbik@apple.com>

        [Chromium] media/track/track-css-cue-lifetime.html Win7 dbg times out since r139562
        https://bugs.webkit.org/show_bug.cgi?id=106853

        Reviewed by Eric Carlson.

        The amount of seeks may be reduced significantly since they may be slow.

        * media/track/track-css-cue-lifetime-expected.txt:
        * media/track/track-css-cue-lifetime.html:

2013-01-15  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Fixing crashing bug in MediaStream
        https://bugs.webkit.org/show_bug.cgi?id=106886

        Reviewed by Eric Seidel.

        Removing obsolete exception.

        * platform/chromium/TestExpectations:

2013-01-15  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Gardening

        Skip failing tests after r139609.
        https://bugs.webkit.org/show_bug.cgi?id=104909

        Skip failing inspector/editor/text-editor-formatter.html test.
        https://bugs.webkit.org/show_bug.cgi?id=106883

        Reviewed by Csaba Osztrogonác.

        * platform/qt/TestExpectations:
        * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added after r139686.
        * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added after r139686.
        * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added after r139686.
        * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added after r139686.

2013-01-15  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] introduce CallArgument type into the protocol
        https://bugs.webkit.org/show_bug.cgi?id=106640

        Reviewed by Yury Semikhatsky.

        Replaced hacky stub with actual Cache implementation.

        * inspector/profiler/webgl/webgl-profiler-get-error.html:

2013-01-14  Dominic Cooney   <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Add XP image expectations for this test; see
        <https://bugs.webkit.org/show_bug.cgi?id=106875>:

        svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html

        * platform/chromium/TestExpectations:

2013-01-14  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Add Lion Debug crash expectations for this test; see
        <https://bugs.webkit.org/show_bug.cgi?id=106869>:

        fast/mediastream/RTCPeerConnection-events.html

        * platform/chromium/TestExpectations:

2013-01-14  Dima Gorbik  <dgorbik@apple.com>

        Implement ID selector matching for the WebVTT ::cue pseudo element
        https://bugs.webkit.org/show_bug.cgi?id=105481

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/styling.vtt:
        * media/track/track-css-matching-expected.txt:
        * media/track/track-css-matching.html:

2013-01-14  Dominic Cooney   <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Update test expectations for these tests:

        fast/images/zoomed-offset-size.html
        media/track/track-css-cue-lifetime.html
        svg/custom/foreign-object-skew.svg
        svg/custom/foreign-object-skew.svg

        * platform/chromium/TestExpectations:

2013-01-14  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline these tests:

        scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
        scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.html

        after r139686. Note in TestExpectations image failure for
        non-fast-scrollable-region-transformed-iframe.html on SnowLeopard
        Debug; see <https://bugs.webkit.org/show_bug.cgi?id=106858>

        * platform/chromium-mac-lion/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
        * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
        * platform/chromium/TestExpectations:

2013-01-14  Rafael Weinstein  <rafaelw@chromium.org>

        fast/dom/HTMLTemplateElement/inertContents.html is flaky on Debug Chromium bots
        https://bugs.webkit.org/show_bug.cgi?id=106810

        Reviewed by Levi Weintraub.

        This patch reverts the test for inertContents back to a non-flaky version which did not
        attempt to assert that images are prevented from loaded.

        * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
        * fast/dom/HTMLTemplateElement/inertContents.html:
        * platform/chromium/TestExpectations:
        * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Removed.

2013-01-14  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Adding mac expectatons after r139686.

        * platform/chromium-mac/scrollingcoordinator: Added.
        * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.

2013-01-14  Levi Weintraub  <leviw@chromium.org>

        Speculatively rolling out r139618. Appears to be causing sporadic crashes on Debug bots.

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

2013-01-14  Dima Gorbik  <dgorbik@apple.com>

        Implement element type selectors for the WebVTT ::cue pseudo class
        https://bugs.webkit.org/show_bug.cgi?id=105480

        Reviewed by Antti Koivisto.

        * media/track/captions-webvtt/styling.vtt:
        * media/track/track-css-matching-expected.txt:
        * media/track/track-css-matching.html:
        * media/track/track-webvtt-tc026-voice.html: voice elements should be spans according to specs.

2013-01-14  Xianzhu Wang  <wangxianzhu@chromium.org>

        Sometimes RenderLayer::updateNeedsCompositedScrolling is not called
        https://bugs.webkit.org/show_bug.cgi?id=106271

        Reviewed by Simon Fraser.

        * compositing/overflow/dynamic-composited-scrolling-status-expected.txt: Added.
        * compositing/overflow/dynamic-composited-scrolling-status.html: Added.

2013-01-11  Filip Pizlo  <fpizlo@apple.com>

        Python implementation reports "MemoryError" instead of doing things
        https://bugs.webkit.org/show_bug.cgi?id=106690

        Reviewed by Oliver Hunt.

        * fast/js/dfg-cfa-merge-with-dead-use-at-tail-expected.txt: Added.
        * fast/js/dfg-cfa-merge-with-dead-use-at-tail.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-cfa-merge-with-dead-use-at-tail.js: Added.
        (foo):

2013-01-14  Tien-Ren Chen  <trchen@chromium.org>

        Correct FrameView::scrollableAreaBoundingBox() calculation in the presence of transforms
        https://bugs.webkit.org/show_bug.cgi?id=105075

        Reviewed by Simon Fraser.

        As mentioned by the FIXME comment, we need to ask the renderer for the
        absolute bounding box of a frame for correct transformation.
        This fixes the bug that iframe cannot be scrolled properly when it is
        transformed.

        * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
        * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
        * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
        * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
        * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
        * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
        * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html: Added.
        * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
        * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
        * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html: Added.
        * scrollingcoordinator/resources/non-fast-scrollable-region-testing.js: Added.
        (runNonFastScrollableRegionTest):

2013-01-14  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Fixing Mac results for fast/repaint/overhanging-float-detach-repaint.html.

        * platform/chromium-mac-lion/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
        * platform/chromium-mac/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.

2013-01-14  Nate Chapin  <japhet@chromium.org>

        Enable reuse of cached main resources
        https://bugs.webkit.org/show_bug.cgi?id=105667.

        Reviewed by Antti Koivisto.

        * http/tests/cache/cached-main-resource-expected.txt: Added.
        * http/tests/cache/cached-main-resource.html: Added.
        * http/tests/cache/resources/cacheable-iframe.php: Added.
        * http/tests/inspector/resource-har-pages-expected.txt:
        * http/tests/loading/redirect-methods-expected.txt:
        * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
        * http/tests/misc/link-rel-icon-beforeload-expected.txt:

2013-01-14  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking fast/image/zoomed-offset-size.html as slow on debug.

        * platform/chromium/TestExpectations:

2013-01-14  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking fast/borders/outline-alpha-inline.html as failing image results.
        Likely Stephen Schenney's skia changes are to blame.

        * platform/chromium/TestExpectations:

2013-01-14  Huang Dongsung  <luxtella@company100.net>

        [TexMap] Use a premuliplied color in TextureMapperGL.
        https://bugs.webkit.org/show_bug.cgi?id=105786

        Reviewed by Noam Rosenthal.

        Created new tests for composited background colors with fractional
        number opacity. This test is similar to background-color-alpha.html

        * compositing/background-color/background-color-alpha-with-opacity-expected.html: Added.
        * compositing/background-color/background-color-alpha-with-opacity.html: Added.

2013-01-14  Arko Saha  <arko@motorola.com>

        Microdata: REGRESSION(r138725): Causes crash in chromium port
        https://bugs.webkit.org/show_bug.cgi?id=106828

        Reviewed by Ryosuke Niwa.

        * fast/dom/MicroData/propertiescollection-crash-expected.txt: Added.
        * fast/dom/MicroData/propertiescollection-crash.html: Added.

2013-01-14  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Rebaseline after Skia changes

        Unreviewed expectatiosn update for two remaining tests.

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-win/fast/borders/outline-alpha-inline-expected.png: Added.
        * platform/chromium/fast/borders/outline-alpha-inline-expected.png: Removed.

2013-01-14  Tien-Ren Chen  <trchen@chromium.org>

        Positioned children of an overflow:visible container should ignore scroll offset when updating layer position
        https://bugs.webkit.org/show_bug.cgi?id=106814

        This patch fixes a bug in RenderLayer::updateLayerPosition that
        scrollLeft / scrollTop of a block should only be effective when the
        block has overflow clipping. The bug results in rendering artifacts
        and triggers a RenderGeometryMap assertion falure.

        Fixes http://crbug.com/167985

        Reviewed by Simon Fraser.

        * fast/overflow/overflow-visible-should-ignore-scroll-expected.html: Added.
        * fast/overflow/overflow-visible-should-ignore-scroll.html: Added.

2013-01-14  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline for r139659.

        * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:

2013-01-14  Julien Chaffraix  <jchaffraix@webkit.org>

        REGRESSION (r132591): Underpainting @ uofmchildrenshospital.org
        https://bugs.webkit.org/show_bug.cgi?id=105861

        Reviewed by David Hyatt.

        * fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
        * fast/repaint/overhanging-float-detach-repaint-expected.txt: Added.
        * fast/repaint/overhanging-float-detach-repaint.html: Added.

2013-01-14  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Need to implement ColorWellRole
        https://bugs.webkit.org/show_bug.cgi?id=106756

        Reviewed by Chris Fleizach.

        Adds a test of accessibility attributes for input type=color.

        * accessibility/color-well.html: Added.
        * platform/chromium/accessibility/color-well-expected.txt: Added.
        * platform/mac/accessibility/color-well-expected.txt: Added.

2013-01-14  Stephen Chenney  <schenney@chromium.org>

        Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia

        Unreviewed expectations clean-up.

        These files apparently need new baselines after the dashing optimization was removed.
        It's a little odd, so maybe the expectations for that bug were hiding these failures.
        Finally, hindi-spacing may be a flakey test.

        * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Removed.
        * platform/chromium-linux/fast/borders/border-image-01-expected.png: Added.
        * platform/chromium-linux/fast/borders/border-image-longhand-expected.png: Added.
        * platform/chromium-linux/fast/borders/border-image-repeat-expected.png: Added.
        * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Added.
        * platform/chromium-linux/fast/borders/border-image-slices-expected.png: Added.
        * platform/chromium-linux/fast/borders/border-image-source-expected.png: Added.
        * platform/chromium-linux/fast/css/continuationCrash-expected.png:
        * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
        * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Removed.
        * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Removed.
        * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Removed.
        * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed.
        * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Removed.
        * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Removed.

2013-01-11  Emil A Eklund  <eae@chromium.org>

        offsetWidth/height incorrect for images when zoomed
        https://bugs.webkit.org/show_bug.cgi?id=106624

        Reviewed by Levi Weintraub.

        Add test for offsetWidth/Height for zoomed image.

        * fast/images/zoomed-offset-size-expected.txt: Added.
        * fast/images/zoomed-offset-size.html: Added.

2013-01-14  Dominic Mazzoni  <dmazzoni@google.com>

        Chromium: Error in AccessibilityUIElement::intValueGetterCallback
        https://bugs.webkit.org/show_bug.cgi?id=106682

        Reviewed by Chris Fleizach.

        Unskip accessibility/heading-level.html now that the bug is fixed.

        * platform/chromium/TestExpectations:

2013-01-14  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        SVG failures of W3C tests. This should be the last.

        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:

2013-01-14  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        SVG failures all but W3C tests.

        * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Removed.
        * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
        * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
        * platform/chromium-linux/svg/batik/text/textEffect2-expected.png:
        * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
        * platform/chromium-linux/svg/batik/text/textStyles-expected.png:
        * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
        * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
        * platform/chromium-linux/svg/css/mask-with-shadow-expected.png:
        * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
        * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-linux/svg/custom/absolute-sized-content-with-resources-expected.png:
        * platform/chromium-linux/svg/custom/circular-marker-reference-2-expected.png:
        * platform/chromium-linux/svg/custom/clone-element-with-animated-svg-properties-expected.png:
        * platform/chromium-linux/svg/custom/dasharrayOrigin-expected.png:
        * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
        * platform/chromium-linux/svg/custom/fill-fallback-expected.png:
        * platform/chromium-linux/svg/custom/focus-ring-expected.png:
        * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
        * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png:
        * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
        * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
        * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-linux/svg/custom/invalid-css-expected.png:
        * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.png:
        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-update-bounce-expected.png:
        * platform/chromium-linux/svg/custom/js-update-stop-linked-gradient-expected.png:
        * platform/chromium-linux/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
        * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-expected.png:
        * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/chromium-linux/svg/custom/linking-a-03-b-viewTarget-expected.png:
        * platform/chromium-linux/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
        * platform/chromium-linux/svg/custom/non-circular-marker-reference-expected.png:
        * platform/chromium-linux/svg/custom/non-scaling-stroke-expected.png: Added.
        * platform/chromium-linux/svg/custom/radialGradient-focal-radius-expected.png: Added.
        * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
        * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
        * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-linux/svg/custom/stroke-fallback-expected.png:
        * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.png:
        * platform/chromium-linux/svg/custom/stroked-pattern-expected.png:
        * platform/chromium-linux/svg/custom/text-repaint-including-stroke-expected.png:
        * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
        * platform/chromium-linux/svg/custom/use-detach-expected.png:
        * platform/chromium-linux/svg/custom/use-on-text-expected.png:
        * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png:
        * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png:
        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
        * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png:
        * platform/chromium-mac-lion/svg/batik/paints/patternRegions-positioned-objects-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png:
        * platform/chromium-mac-lion/svg/carto.net/combobox-expected.png:
        * platform/chromium-mac-lion/svg/carto.net/selectionlist-expected.png: Added.
        * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
        * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
        * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-mac-lion/svg/custom/absolute-sized-content-with-resources-expected.png:
        * platform/chromium-mac-lion/svg/custom/clone-element-with-animated-svg-properties-expected.png:
        * platform/chromium-mac-lion/svg/custom/dominant-baseline-hanging-expected.png:
        * platform/chromium-mac-lion/svg/custom/fill-fallback-expected.png:
        * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png:
        * platform/chromium-mac-lion/svg/custom/gradient-cycle-detection-expected.png:
        * platform/chromium-mac-lion/svg/custom/gradient-deep-referencing-expected.png:
        * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-mac-lion/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-mac-lion/svg/custom/invalid-css-expected.png:
        * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
        * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-mac-lion/svg/custom/js-update-stop-linked-gradient-expected.png:
        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.png:
        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewTarget-expected.png:
        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
        * platform/chromium-mac-lion/svg/custom/recursive-gradient-expected.png:
        * platform/chromium-mac-lion/svg/custom/relative-sized-content-with-resources-expected.png:
        * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-mac-lion/svg/custom/stroke-fallback-expected.png:
        * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.png:
        * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.png:
        * platform/chromium-mac-lion/svg/custom/text-rotated-gradient-expected.png:
        * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
        * platform/chromium-mac-lion/svg/custom/use-on-text-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.png:
        * platform/chromium-mac-snowleopard/svg/carto.net/combobox-expected.png:
        * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
        * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/clone-element-with-animated-svg-properties-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/dominant-baseline-hanging-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/fill-fallback-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/gradient-cycle-detection-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/gradient-deep-referencing-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/js-update-stop-linked-gradient-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewTarget-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/recursive-gradient-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/relative-sized-content-with-resources-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/stroke-fallback-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.png:
        * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-mac/svg/as-background-image/background-image-tiled-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png:
        * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
        * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
        * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
        * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
        * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
        * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
        * platform/chromium-mac/svg/carto.net/combobox-expected.png:
        * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
        * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
        * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
        * platform/chromium-mac/svg/css/mask-with-shadow-expected.png:
        * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-mac/svg/custom/absolute-sized-content-with-resources-expected.png:
        * platform/chromium-mac/svg/custom/circular-marker-reference-2-expected.png:
        * platform/chromium-mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
        * platform/chromium-mac/svg/custom/dasharrayOrigin-expected.png:
        * platform/chromium-mac/svg/custom/deep-dynamic-updates-expected.png:
        * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.png:
        * platform/chromium-mac/svg/custom/fill-fallback-expected.png:
        * platform/chromium-mac/svg/custom/focus-ring-expected.png:
        * platform/chromium-mac/svg/custom/gradient-add-stops-expected.png:
        * platform/chromium-mac/svg/custom/gradient-cycle-detection-expected.png:
        * platform/chromium-mac/svg/custom/gradient-deep-referencing-expected.png:
        * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.png:
        * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
        * platform/chromium-mac/svg/custom/gradient-stop-style-change-expected.png:
        * platform/chromium-mac/svg/custom/gradient-stroke-width-expected.png:
        * platform/chromium-mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
        * platform/chromium-mac/svg/custom/group-opacity-expected.png:
        * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-mac/svg/custom/invalid-css-expected.png:
        * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-mac/svg/custom/js-update-bounce-expected.png:
        * platform/chromium-mac/svg/custom/js-update-gradient-expected.png:
        * platform/chromium-mac/svg/custom/js-update-stop-expected.png:
        * platform/chromium-mac/svg/custom/js-update-stop-linked-gradient-expected.png:
        * platform/chromium-mac/svg/custom/large-bounding-box-percents-expected.png:
        * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
        * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.png:
        * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
        * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
        * platform/chromium-mac/svg/custom/non-circular-marker-reference-expected.png:
        * platform/chromium-mac/svg/custom/non-scaling-stroke-expected.png:
        * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png:
        * platform/chromium-mac/svg/custom/recursive-gradient-expected.png:
        * platform/chromium-mac/svg/custom/relative-sized-content-with-resources-expected.png:
        * platform/chromium-mac/svg/custom/resource-client-removal-expected.png:
        * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-mac/svg/custom/stroke-fallback-expected.png:
        * platform/chromium-mac/svg/custom/stroke-opacity-update-expected.png:
        * platform/chromium-mac/svg/custom/stroked-pattern-expected.png:
        * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.png:
        * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
        * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
        * platform/chromium-mac/svg/custom/uri-reference-handling-expected.png: Added.
        * platform/chromium-mac/svg/custom/use-detach-expected.png:
        * platform/chromium-mac/svg/custom/use-on-text-expected.png:
        * platform/chromium-mac/svg/custom/use-setAttribute-crash-expected.png:
        * platform/chromium-mac/svg/custom/xlink-custom-namespace-expected.png: Added.
        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Added.
        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png:
        * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
        * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Removed.
        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-win/svg/as-background-image/background-image-tiled-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png:
        * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
        * platform/chromium-win/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
        * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
        * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-win/svg/batik/text/textEffect-expected.png:
        * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
        * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-win/svg/batik/text/textProperties-expected.png:
        * platform/chromium-win/svg/batik/text/textStyles-expected.png:
        * platform/chromium-win/svg/carto.net/combobox-expected.png:
        * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
        * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
        * platform/chromium-win/svg/css/group-with-shadow-expected.png:
        * platform/chromium-win/svg/css/mask-with-shadow-expected.png:
        * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
        * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-win/svg/custom/absolute-sized-content-with-resources-expected.png:
        * platform/chromium-win/svg/custom/circular-marker-reference-2-expected.png:
        * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.png:
        * platform/chromium-win/svg/custom/dasharrayOrigin-expected.png:
        * platform/chromium-win/svg/custom/deep-dynamic-updates-expected.png:
        * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
        * platform/chromium-win/svg/custom/fill-fallback-expected.png:
        * platform/chromium-win/svg/custom/focus-ring-expected.png:
        * platform/chromium-win/svg/custom/gradient-add-stops-expected.png: Added.
        * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
        * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png:
        * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
        * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png:
        * platform/chromium-win/svg/custom/gradient-stop-style-change-expected.png: Added.
        * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
        * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
        * platform/chromium-win/svg/custom/group-opacity-expected.png:
        * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-win/svg/custom/invalid-css-expected.png:
        * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-win/svg/custom/js-update-bounce-expected.png:
        * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
        * platform/chromium-win/svg/custom/js-update-stop-expected.png:
        * platform/chromium-win/svg/custom/js-update-stop-linked-gradient-expected.png:
        * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-viewTarget-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
        * platform/chromium-win/svg/custom/non-circular-marker-reference-expected.png:
        * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
        * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png:
        * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
        * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
        * platform/chromium-win/svg/custom/resource-client-removal-expected.png: Added.
        * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
        * platform/chromium-win/svg/custom/stroke-fallback-expected.png:
        * platform/chromium-win/svg/custom/stroke-opacity-update-expected.png:
        * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
        * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.png:
        * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
        * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
        * platform/chromium-win/svg/custom/uri-reference-handling-expected.png: Added.
        * platform/chromium-win/svg/custom/use-detach-expected.png:
        * platform/chromium-win/svg/custom/use-on-text-expected.png:
        * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
        * platform/chromium-win/svg/custom/xlink-custom-namespace-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/svg/custom/gradient-add-stops-expected.png: Removed.
        * platform/chromium/svg/custom/gradient-stop-style-change-expected.png: Removed.
        * platform/chromium/svg/custom/resource-client-removal-expected.png: Removed.
        * platform/chromium/svg/custom/uri-reference-handling-expected.png: Removed.
        * platform/chromium/svg/custom/xlink-custom-namespace-expected.png: Removed.
        * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Removed.
        * platform/gtk/svg/custom/gradient-deep-referencing-expected.png: Removed.
        * svg/custom/gradient-deep-referencing-expected.png: Added.

2013-01-14  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        SVG failures in directories after dynamic-updates now fixed.

        * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
        * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
        * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
        * platform/chromium-linux/svg/hixie/error/017-expected.png:
        * platform/chromium-linux/svg/hixie/perf/005-expected.png:
        * platform/chromium-linux/svg/hixie/perf/006-expected.png:
        * platform/chromium-linux/svg/text/selection-background-color-expected.png:
        * platform/chromium-linux/svg/text/selection-styles-expected.png:
        * platform/chromium-linux/svg/text/small-fonts-3-expected.png:
        * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
        * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
        * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png:
        * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.png:
        * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
        * platform/chromium-mac-lion/svg/hixie/error/017-expected.png:
        * platform/chromium-mac-lion/svg/hixie/perf/005-expected.png:
        * platform/chromium-mac-lion/svg/hixie/perf/006-expected.png:
        * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png:
        * platform/chromium-mac-lion/svg/text/selection-background-color-expected.png:
        * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
        * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.png:
        * platform/chromium-mac-lion/svg/text/text-deco-01-b-expected.png:
        * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.png:
        * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.png:
        * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.png:
        * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/text/text-deco-01-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.png:
        * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
        * platform/chromium-mac/svg/filters/feColorMatrix-saturate-expected.png:
        * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
        * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
        * platform/chromium-mac/svg/filters/feTile-expected.png:
        * platform/chromium-mac/svg/hixie/error/017-expected.png:
        * platform/chromium-mac/svg/hixie/perf/005-expected.png:
        * platform/chromium-mac/svg/hixie/perf/006-expected.png:
        * platform/chromium-mac/svg/hixie/perf/007-expected.png:
        * platform/chromium-mac/svg/repaint/inner-svg-change-viewBox-expected.png:
        * platform/chromium-mac/svg/text/selection-background-color-expected.png:
        * platform/chromium-mac/svg/text/selection-styles-expected.png:
        * platform/chromium-mac/svg/text/small-fonts-3-expected.png:
        * platform/chromium-mac/svg/text/text-deco-01-b-expected.png:
        * platform/chromium-mac/svg/text/text-text-08-b-expected.png:
        * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png:
        * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.png:
        * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-background-image-tiled-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium-win-xp/svg/dynamic-updates: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
        * platform/chromium-win/svg/filters/feColorMatrix-saturate-expected.png:
        * platform/chromium-win/svg/filters/feDropShadow-expected.png:
        * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
        * platform/chromium-win/svg/filters/feTile-expected.png:
        * platform/chromium-win/svg/hixie/error/017-expected.png:
        * platform/chromium-win/svg/hixie/perf/005-expected.png:
        * platform/chromium-win/svg/hixie/perf/006-expected.png:
        * platform/chromium-win/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
        * platform/chromium-win/svg/text/selection-background-color-expected.png:
        * platform/chromium-win/svg/text/selection-styles-expected.png:
        * platform/chromium-win/svg/text/small-fonts-3-expected.png:
        * platform/chromium-win/svg/text/text-deco-01-b-expected.png:
        * platform/chromium-win/svg/text/text-text-08-b-expected.png:
        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
        * platform/chromium-win/svg/wicd/sizing-flakiness-expected.png:
        * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-background-image-tiled-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/svg/repaint/inner-svg-change-viewBox-expected.png: Removed.

2013-01-14  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Removing entry for editing/spelling/spellcheck-sequencenum.html
        in Chromium test expectations. Tony fixed the issue in r139636.

        * platform/chromium/TestExpectations:

2013-01-14  Tony Chang  <tony@chromium.org>

        Layout Test editing/spelling/spellcheck-sequencenum.html is flaky on Debug Win Chromium Bot
        https://bugs.webkit.org/show_bug.cgi?id=106806

        Reviewed by Levi Weintraub.

        This test manually calls waitUntilDone and uses js-test-pre.js/js-test-post.js. This confuses
        the timing of the "PASS successfullyParsed is true" output. Fix this by using the helper
        functions in js-test-pre.js for waitUntilDone/notifyDone.

        * editing/spelling/spellcheck-sequencenum-expected.txt:
        * editing/spelling/spellcheck-sequencenum.html:
        * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Removed.

2013-01-14  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking fast/dom/HTMLTemplateElement/inertContents.html
        as flaky on Chromium Debug bots.

        * platform/chromium/TestExpectations:

2013-01-14  Michael Pruett  <michael@68k.org>

        IndexedDB: Fix test for error message in storage/indexeddb/transaction-complete-workers.html
        https://bugs.webkit.org/show_bug.cgi?id=106805

        Reviewed by Tony Chang.

        V8 prepends "Uncaught " to uncaught exceptions, while JSC does not.
        Either form of the error message should be acceptable.

        * storage/indexeddb/transaction-complete-workers.html:

2013-01-14  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking editing/spelling/spellcheck-sequencenum.html
        as flaky on Chromium Win Debug bots.

        * platform/chromium/TestExpectations:

2013-01-14  Stephen Chenney  <schenney@chromium.org>

        Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia

        Unreviewed expectations clean-up.

        Removing the expectations associated with the flag.

        * platform/chromium/TestExpectations:

2013-01-14  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Update MediaStreamTrack::readyState to match specification
        https://bugs.webkit.org/show_bug.cgi?id=106781

        Reviewed by Adam Barth.

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

2013-01-14  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: add text editor formatter test
        https://bugs.webkit.org/show_bug.cgi?id=106705

        Reviewed by Pavel Feldman.

        Adds a test checking text editor formatting.
        The test creates a new text editor and fills it in with some
        code by the means of simulated key and textInput events.

        * inspector/editor/text-editor-formatter-expected.txt: Added.
        * inspector/editor/text-editor-formatter.html: Added.

2013-01-14  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Audit Tool's False Positive on Set-Cookie header
        https://bugs.webkit.org/show_bug.cgi?id=106794

        Reviewed by Pavel Feldman.

        * http/tests/inspector/audits/resources/abe.png: Renamed from LayoutTests/inspector/audits/resources/abe.png.
        * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive-expected.txt: Added.
        * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive.html: Added.

2013-01-14  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Update the track accessors on MediaStream to match the latest specification
        https://bugs.webkit.org/show_bug.cgi?id=106660

        Reviewed by Adam Barth.

        Updating and expanding tests for the new getAudioTracks()/getVideoTracks().

        * fast/mediastream/MediaStreamConstructor-expected.txt:
        * fast/mediastream/MediaStreamConstructor.html:
        * fast/mediastream/MediaStreamTrack.html:
        * fast/mediastream/MediaStreamTrackList-expected.txt:
        * fast/mediastream/MediaStreamTrackList.html:
        * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
        * fast/mediastream/RTCPeerConnection-statsSelector.html:
        * fast/mediastream/getusermedia-expected.txt:
        * fast/mediastream/getusermedia.html:
        * webaudio/mediastreamaudiosourcenode-expected.txt:
        * webaudio/mediastreamaudiosourcenode.html:

2013-01-14  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] Color names parsed inside "background-image" values
        https://bugs.webkit.org/show_bug.cgi?id=106770

        Reviewed by Pavel Feldman.

        * inspector/styles/url-color-swatch-expected.txt: Added.
        * inspector/styles/url-color-swatch.html: Added.

2013-01-14  Andrey Lushnikov  <lushnikov@chromium.org>

        Web Inspector: InspectorTest.createTestEditor should not set any text in editor
        https://bugs.webkit.org/show_bug.cgi?id=106772

        Reviewed by Pavel Feldman.

        Add InspectorTest.fillEditorWithText helper method and remove this
        functionality from InspectorTest.createTestEditor method.

        * inspector/editor/editor-test.js:
        (initialize_EditorTests.InspectorTest.createTestEditor): Removed functionality for setting editor text.
        (initialize_EditorTests.InspectorTest.fillEditorWithText): Added.
        * inspector/editor/text-editor-remove-chunks-from-dom.html:
        * inspector/editor/text-editor-selection.html:
        * inspector/editor/text-editor-type-over-decoration.html:

2013-01-14  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip a new asserting test to paint the bots green.

        * platform/qt/TestExpectations:

2013-01-14  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Change MediaStream::readyState to an boolean attribute called ended.
        https://bugs.webkit.org/show_bug.cgi?id=106568

        Reviewed by Adam Barth.

        * fast/mediastream/LocalMediaStream-onended-expected.txt:
        * fast/mediastream/LocalMediaStream-onended.html:

2013-01-14  Andrei Bucur  <abucur@adobe.com>

        Crash caused by incomplete cleanup of regions information for anonymous block
        https://bugs.webkit.org/show_bug.cgi?id=106191

        Reviewed by Abhishek Arya.

        * fast/regions/remove-leftover-anon-block-crash-expected.txt: Added.
        * fast/regions/remove-leftover-anon-block-crash.html: Added.

2013-01-14  Pablo Flouret  <pablof@motorola.com>

        Allow nesting of at-rules
        https://bugs.webkit.org/show_bug.cgi?id=106696

        Reviewed by Allan Sandfeld Jensen.

        * fast/css/nested-at-rules-expected.txt: Added.
        * fast/css/nested-at-rules.html: Added.

2013-01-13  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg everywhere

        Unreviewed w/end gardening.

        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
        * platform/chromium/TestExpectations:

2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark accessibility/render-counter-text.html as flaky
        on EFL port since it sometimes crashes.

        * platform/efl/TestExpectations:

2013-01-13  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking media/track/track-css-cue-lifetime.html as a flaky timeout on Debug
        Chromium bots.

        * platform/chromium/TestExpectations:

2013-01-13  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux and win

        Unreviewed w/end gardening.

        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:

2013-01-13  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Rolling out 139537. It broke platforms not using sub-
        pixel layout.

        * fast/images/zoomed-offset-size.html: Removed.
        * fast/images/zoomed-offset-size-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/qt/TestExpectations

2013-01-13  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux

        Unreviewed w/end gardening.

        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
        * platform/chromium/TestExpectations:

2013-01-13  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on win

        Unreviewed w/end gardening.

        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:

2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark accessibility/heading-level.html as failing on EFL port.
        This test was added in r139534.

        * platform/efl-wk2/TestExpectations:

2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Add platform-specific baseline for fast/dom/HTMLTemplateElement/inertContents.html.
        Our port and WKTR do not display the failing URL if it is null.

        * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.

2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark inspector/debugger/debugger-script-preprocessor.html as
        flakey on EFL port since it gives a different output for
        every run. This test was added in r139405.

        * platform/efl/TestExpectations:

2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark media/video-controls-captions.html as failing on EFL port
        due to additional checks added in r139547.

        * platform/efl/TestExpectations:

2013-01-13  Dima Gorbik  <dgorbik@apple.com>

        Styling disappears from the cue that's being styled by ::cue pseudo element
        https://bugs.webkit.org/show_bug.cgi?id=106723

        Reviewed by Antti Koivisto.

        * media/track/captions-webvtt/styling-lifetime.vtt: Added.
        * media/track/track-css-cue-lifetime-expected.txt: Added.
        * media/track/track-css-cue-lifetime.html: Added.

2013-01-13  Csaba Osztrogonác  <ossy@webkit.org>

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

        * platform/qt/TestExpectations:

2013-01-12  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking fast/images/zoomed-offset-size.html as slow on Debug Chromium bots.

        * platform/chromium/TestExpectations:

2013-01-12  Robert Hogan  <robert@webkit.org>

        Available height should respect min and max height
        https://bugs.webkit.org/show_bug.cgi?id=106479

        Reviewed by Ojan Vafai.

        * fast/block/percent-top-respects-max-height-expected.txt: Added.
        * fast/block/percent-top-respects-max-height.html: Added.
        * fast/block/percent-top-respects-min-height-expected.txt: Added.
        * fast/block/percent-top-respects-min-height.html: Added.

2013-01-12  Victor Carbune  <victor@rosedu.org>

        CC Button doesn't always show up
        https://bugs.webkit.org/show_bug.cgi?id=106653

        Reviewed by Eric Carlson.

        * media/video-controls-captions-expected.txt: Updated.
        * media/video-controls-captions.html: Added extra checks that fail
        without the code changes.

2013-01-11  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Update platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling.html on win

        Unreviewed w/end gardening.

        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:

2013-01-11  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] fast/repaint/4776765.html passes on the chromium bots
        https://bugs.webkit.org/show_bug.cgi?id=103955

        Unreviewed w/end gardening.

        * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Removed.
        * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Removed.
        * platform/chromium/TestExpectations:

2013-01-11  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] fast/repaint/4774354.html passes on the chromium bots
        https://bugs.webkit.org/show_bug.cgi?id=103955

        Unreviewed w/end gardening.

        * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Removed.
        * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Removed.
        * platform/chromium/TestExpectations:

2013-01-11  Emil A Eklund  <eae@chromium.org>

        offsetWidth/height incorrect for images when zoomed
        https://bugs.webkit.org/show_bug.cgi?id=106624

        Reviewed by Levi Weintraub.
        
        Add test for offsetWidth/Height for zoomed image.

        * fast/images/zoomed-offset-size-expected.txt: Added.
        * fast/images/zoomed-offset-size.html: Added.

2013-01-11  Ojan Vafai  <ojan@chromium.org>

        Fixed width overrides intrinsic min-width/max-width for text inputs and listboxes
        https://bugs.webkit.org/show_bug.cgi?id=106675

        Reviewed by Emil A Eklund.

        * fast/forms/file/intrinsic-min-width-overrides-width-expected.html:
        * fast/forms/file/intrinsic-min-width-overrides-width.html:
        * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
        * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width.html: Added.

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

        Setting width overrides intrinsic min-width/max-width on flexboxes and their subclasses
        https://bugs.webkit.org/show_bug.cgi?id=106617

        Reviewed by Tony Chang.

        * css3/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
        * css3/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
        * fast/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
        * fast/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
        * fast/forms/select/intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
        * fast/forms/select/intrinsic-min-width-applies-with-fixed-width.html: Added.

2013-01-11  James Craig  <james@cookiecrook.com>

        Need new accessibility layout test to verify levels of headings
        https://bugs.webkit.org/show_bug.cgi?id=106243

        Reviewed by Chris Fleizach.

        New layout test to verify accessibility API heading levels on implicit h1-h6 and explicit @aria-level.

        * accessibility/heading-level-expected.txt: Added.
        * accessibility/heading-level.html: Added.
        * platform/chromium/TestExpectations: Skip for Chromium due to webkit.org/b/106682

2013-01-11  Filip Pizlo  <fpizlo@apple.com>

        Phantom(GetLocal) should be treated as relevant to OSR
        https://bugs.webkit.org/show_bug.cgi?id=106715

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-phantom-get-local-expected.txt: Added.
        * fast/js/dfg-phantom-get-local.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-phantom-get-local.js: Added.
        (foo):

2013-01-11  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html
        as slow on all Chromium platforms.


        * platform/chromium/TestExpectations:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Fixing the linux layout tests

        Unreviewed test expectations update.

        Some tests were apparently not rebaselined for linux.

        * platform/chromium/TestExpectations:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Fixing the 10.8 layout tests

        Unreviewed test expectations update.

        * platform/chromium/TestExpectations:

2013-01-11  James Simonsen  <simonjam@chromium.org>

        [Resource Timing] XMLHttpRequests should have initiator type 'xmlhttprequest'
        https://bugs.webkit.org/show_bug.cgi?id=106409

        Reviewed by Nate Chapin.

        * http/tests/w3c/webperf/resources/all_resource_types.htm:
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt:
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        All but the SVG failures.

        * platform/chromium-linux-x86/fullscreen: Added.
        * platform/chromium-linux-x86/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
        * platform/chromium-linux-x86/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
        * platform/chromium-linux-x86/fullscreen/full-screen-zIndex-after-expected.png: Added.
        * platform/chromium-linux-x86/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
        * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added.
        * platform/chromium-linux-x86/media: Added.
        * platform/chromium-linux-x86/media/audio-controls-rendering-expected.png: Added.
        * platform/chromium-linux-x86/media/audio-repaint-expected.png: Added.
        * platform/chromium-linux-x86/media/controls-after-reload-expected.png: Added.
        * platform/chromium-linux-x86/media/controls-strict-expected.png: Added.
        * platform/chromium-linux-x86/media/controls-styling-expected.png: Added.
        * platform/chromium-linux-x86/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-linux-x86/media/controls-without-preload-expected.png: Added.
        * platform/chromium-linux-x86/media/media-document-audio-repaint-expected.png: Added.
        * platform/chromium-linux-x86/media/video-controls-rendering-expected.png: Added.
        * platform/chromium-linux-x86/media/video-display-toggle-expected.png: Added.
        * platform/chromium-linux-x86/media/video-playing-and-pause-expected.png: Added.
        * platform/chromium-linux-x86/media/video-zoom-controls-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/text: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-linux/fullscreen/full-screen-iframe-zIndex-expected.png:
        * platform/chromium-linux/fullscreen/full-screen-remove-ancestor-after-expected.png:
        * platform/chromium-linux/fullscreen/full-screen-zIndex-after-expected.png:
        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-linux/media/audio-controls-rendering-expected.png:
        * platform/chromium-linux/media/audio-repaint-expected.png:
        * platform/chromium-linux/media/controls-after-reload-expected.png:
        * platform/chromium-linux/media/controls-strict-expected.png:
        * platform/chromium-linux/media/controls-styling-expected.png:
        * platform/chromium-linux/media/controls-styling-strict-expected.png:
        * platform/chromium-linux/media/controls-without-preload-expected.png:
        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
        * platform/chromium-linux/media/video-controls-rendering-expected.png:
        * platform/chromium-linux/media/video-display-toggle-expected.png:
        * platform/chromium-linux/media/video-playing-and-pause-expected.png:
        * platform/chromium-linux/media/video-zoom-controls-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/text/text-stroke-with-border-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac-lion/media/audio-repaint-expected.png:
        * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
        * platform/chromium-mac-lion/media/controls-strict-expected.png:
        * platform/chromium-mac-lion/media/controls-styling-expected.png:
        * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
        * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
        * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
        * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/text/text-stroke-with-border-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac/media/audio-repaint-expected.png:
        * platform/chromium-mac/media/controls-after-reload-expected.png:
        * platform/chromium-mac/media/controls-strict-expected.png:
        * platform/chromium-mac/media/controls-styling-expected.png:
        * platform/chromium-mac/media/controls-styling-strict-expected.png:
        * platform/chromium-mac/media/controls-without-preload-expected.png:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/media/video-controls-rendering-expected.png:
        * platform/chromium-mac/media/video-display-toggle-expected.png:
        * platform/chromium-mac/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/media/video-zoom-controls-expected.png:
        * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png:
        * platform/chromium-win-xp/http/tests/media: Added.
        * platform/chromium-win-xp/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
        * platform/chromium-win-xp/media/audio-controls-rendering-expected.png: Added.
        * platform/chromium-win-xp/media/audio-repaint-expected.png: Added.
        * platform/chromium-win-xp/media/controls-after-reload-expected.png: Added.
        * platform/chromium-win-xp/media/controls-strict-expected.png: Added.
        * platform/chromium-win-xp/media/controls-styling-expected.png: Added.
        * platform/chromium-win-xp/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-win-xp/media/controls-without-preload-expected.png: Added.
        * platform/chromium-win-xp/media/media-document-audio-repaint-expected.png: Added.
        * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Added.
        * platform/chromium-win-xp/media/video-display-toggle-expected.png: Added.
        * platform/chromium-win-xp/media/video-playing-and-pause-expected.png: Added.
        * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-win/media/audio-controls-rendering-expected.png:
        * platform/chromium-win/media/audio-repaint-expected.png:
        * platform/chromium-win/media/controls-after-reload-expected.png:
        * platform/chromium-win/media/controls-strict-expected.png:
        * platform/chromium-win/media/controls-styling-expected.png:
        * platform/chromium-win/media/controls-styling-strict-expected.png:
        * platform/chromium-win/media/controls-without-preload-expected.png:
        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
        * platform/chromium-win/media/video-controls-rendering-expected.png:
        * platform/chromium-win/media/video-display-toggle-expected.png:
        * platform/chromium-win/media/video-playing-and-pause-expected.png:
        * platform/chromium-win/media/video-zoom-controls-expected.png:
        * platform/chromium-win/platform/chromium/fast/text/text-stroke-with-border-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium/TestExpectations:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        New results for fast tests.

        * platform/chromium-linux-x86/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
        * platform/chromium-linux-x86/fast/block/basic: Added.
        * platform/chromium-linux-x86/fast/block/basic/011-expected.png: Added.
        * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Added.
        * platform/chromium-linux-x86/fast/block/margin-collapse: Added.
        * platform/chromium-linux-x86/fast/block/margin-collapse/103-expected.png: Added.
        * platform/chromium-linux-x86/fast/block/positioning/inline-block-relposition-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-massive-scale-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-outset-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-scaled-gradient-expected.png:
        * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png:
        * platform/chromium-linux-x86/fast/borders/border-image-trumps-radius-expected.png: Added.
        * platform/chromium-linux-x86/fast/canvas/arc360-expected.png: Added.
        * platform/chromium-linux-x86/fast/canvas/canvas-incremental-repaint-expected.png: Added.
        * platform/chromium-linux-x86/fast/canvas/canvas-text-alignment-expected.png: Added.
        * platform/chromium-linux-x86/fast/canvas/fillrect_gradient-expected.png: Added.
        * platform/chromium-linux-x86/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/margin-top-bottom-dynamic-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/non-standard-checkbox-size-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/rtl-ordering-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/shadow-multiple-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/square-button-appearance-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/text-transform-select-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/transformed-mask-expected.png: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLTableColElement: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/001-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/003-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/004-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label01-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label02-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label03-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label04-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label06-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label07-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/basic-buttons-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/basic-inputs-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/basic-selects-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/blankbuttons-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/box-shadow-override-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/button-align-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/button-cannot-be-nested-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/button-positioned-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/button-sizes-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/button-style-color-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/button-table-styles-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/button-text-transform-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/button-white-space-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/control-clip-overflow-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/control-restrict-line-height-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/disabled-select-change-index-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/file: Added.
        * platform/chromium-linux-x86/fast/forms/file/file-input-direction-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/file/file-input-disabled-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/file/file-input-pressed-state-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/file/input-file-re-render-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/formmove-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/formmove2-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/formmove3-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select: Added.
        * platform/chromium-linux-x86/fast/forms/select-size-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select-style-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select-visual-hebrew-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select-writing-direction-natural-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/selectlist-minsize-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/stuff-on-my-optgroup-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/background-clipped-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-color-stop-units-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-color-stops-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients2-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients3-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-repeating-end-fill-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/generated-gradients-expected.png:
        * platform/chromium-linux-x86/fast/gradients/gradient-after-transparent-border-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/radial-centered-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/simple-gradients-expected.png:
        * platform/chromium-linux-x86/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
        * platform/chromium-linux-x86/fast/hidpi: Added.
        * platform/chromium-linux-x86/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium-linux-x86/fast/html: Added.
        * platform/chromium-linux-x86/fast/html/details-replace-summary-child-expected.png: Added.
        * platform/chromium-linux-x86/fast/html/details-replace-text-expected.png: Added.
        * platform/chromium-linux-x86/fast/html/keygen-expected.png: Added.
        * platform/chromium-linux-x86/fast/invalid: Added.
        * platform/chromium-linux-x86/fast/invalid/014-expected.png: Added.
        * platform/chromium-linux-x86/fast/parser/bad-xml-slash-expected.png: Added.
        * platform/chromium-linux-x86/fast/parser/document-write-option-expected.png: Added.
        * platform/chromium-linux-x86/fast/reflections: Added.
        * platform/chromium-linux-x86/fast/reflections/reflection-masks-expected.png: Added.
        * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Added.
        * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Added.
        * platform/chromium-linux-x86/fast/repaint/background-generated-expected.png: Added.
        * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.png: Added.
        * platform/chromium-linux-x86/fast/replaced/replaced-breaking-mixture-expected.png: Added.
        * platform/chromium-linux-x86/fast/replaced/three-selects-break-expected.png: Added.
        * platform/chromium-linux-x86/fast/replaced/width100percent-button-expected.png: Added.
        * platform/chromium-linux-x86/fast/replaced/width100percent-menulist-expected.png: Added.
        * platform/chromium-linux-x86/fast/replaced/width100percent-radio-expected.png: Added.
        * platform/chromium-linux-x86/fast/selectors/064-expected.png: Added.
        * platform/chromium-linux-x86/fast/table: Added.
        * platform/chromium-linux-x86/fast/table/append-cells2-expected.png: Added.
        * platform/chromium-linux-x86/fast/table/remove-td-display-none-expected.png: Added.
        * platform/chromium-linux-x86/fast/text/international/bidi-menulist-expected.png: Added.
        * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Added.
        * platform/chromium-linux-x86/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
        * platform/chromium-linux-x86/fast/text/stroking-decorations-expected.png: Added.
        * platform/chromium-linux-x86/fast/text/stroking-expected.png: Added.
        * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.png: Added.
        * platform/chromium-linux-x86/fast/text/whitespace: Added.
        * platform/chromium-linux-x86/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
        * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-linux/fast/block/basic/011-expected.png:
        * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
        * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
        * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
        * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png:
        * platform/chromium-linux/fast/borders/border-image-outset-expected.png:
        * platform/chromium-linux/fast/borders/border-image-outset-in-shorthand-expected.png:
        * platform/chromium-linux/fast/borders/border-image-outset-split-inline-expected.png: Added.
        * platform/chromium-linux/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
        * platform/chromium-linux/fast/borders/border-image-scaled-gradient-expected.png:
        * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png:
        * platform/chromium-linux/fast/borders/border-image-trumps-radius-expected.png: Added.
        * platform/chromium-linux/fast/canvas/arc360-expected.png:
        * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-linux/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/chromium-linux/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
        * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
        * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
        * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
        * platform/chromium-linux/fast/css/square-button-appearance-expected.png:
        * platform/chromium-linux/fast/css/text-transform-select-expected.png:
        * platform/chromium-linux/fast/css/transformed-mask-expected.png:
        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
        * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-linux/fast/forms/001-expected.png:
        * platform/chromium-linux/fast/forms/003-expected.png:
        * platform/chromium-linux/fast/forms/004-expected.png:
        * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
        * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
        * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
        * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
        * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
        * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
        * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
        * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
        * platform/chromium-linux/fast/forms/basic-selects-expected.png:
        * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
        * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-linux/fast/forms/button-align-expected.png:
        * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
        * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
        * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
        * platform/chromium-linux/fast/forms/button-positioned-expected.png:
        * platform/chromium-linux/fast/forms/button-sizes-expected.png:
        * platform/chromium-linux/fast/forms/button-style-color-expected.png:
        * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
        * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
        * platform/chromium-linux/fast/forms/button-white-space-expected.png:
        * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
        * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
        * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
        * platform/chromium-linux/fast/forms/file/file-input-direction-expected.png:
        * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
        * platform/chromium-linux/fast/forms/file/file-input-pressed-state-expected.png:
        * platform/chromium-linux/fast/forms/file/input-file-re-render-expected.png:
        * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-linux/fast/forms/formmove-expected.png:
        * platform/chromium-linux/fast/forms/formmove2-expected.png:
        * platform/chromium-linux/fast/forms/formmove3-expected.png:
        * platform/chromium-linux/fast/forms/select-size-expected.png:
        * platform/chromium-linux/fast/forms/select-style-expected.png:
        * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
        * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.png:
        * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png:
        * platform/chromium-linux/fast/forms/selectlist-minsize-expected.png:
        * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
        * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
        * platform/chromium-linux/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.png:
        * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Added.
        * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
        * platform/chromium-linux/fast/gradients/css3-radial-gradients3-expected.png: Added.
        * platform/chromium-linux/fast/gradients/css3-repeating-end-fill-expected.png: Added.
        * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
        * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
        * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
        * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-linux/fast/html/details-replace-text-expected.png:
        * platform/chromium-linux/fast/html/keygen-expected.png:
        * platform/chromium-linux/fast/invalid/014-expected.png:
        * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
        * platform/chromium-linux/fast/parser/document-write-option-expected.png:
        * platform/chromium-linux/fast/reflections/reflection-masks-expected.png: Added.
        * platform/chromium-linux/fast/repaint/4774354-expected.png:
        * platform/chromium-linux/fast/repaint/4776765-expected.png:
        * platform/chromium-linux/fast/repaint/background-generated-expected.png: Added.
        * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
        * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
        * platform/chromium-linux/fast/replaced/width100percent-button-expected.png:
        * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png:
        * platform/chromium-linux/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-linux/fast/selectors/064-expected.png:
        * platform/chromium-linux/fast/table/append-cells2-expected.png:
        * platform/chromium-linux/fast/table/remove-td-display-none-expected.png:
        * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
        * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
        * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
        * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
        * platform/chromium-linux/fast/text/stroking-expected.png:
        * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
        * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-expected.png: Added.
        * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
        * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Added.
        * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
        * platform/chromium-mac-lion/fast/borders/border-image-massive-scale-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-image-outset-expected.png: Added.
        * platform/chromium-mac-lion/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
        * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-expected.png: Added.
        * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
        * platform/chromium-mac-lion/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/chromium-mac-lion/fast/borders/border-image-slice-constrained-expected.png: Added.
        * platform/chromium-mac-lion/fast/borders/border-image-trumps-radius-expected.png: Added.
        * platform/chromium-mac-lion/fast/canvas/arc360-expected.png:
        * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-mac-lion/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac-lion/fast/css/transformed-mask-expected.png:
        * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
        * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium-mac-lion/fast/gradients/background-clipped-expected.png:
        * platform/chromium-mac-lion/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/css3-color-stop-units-expected.png:
        * platform/chromium-mac-lion/fast/gradients/css3-color-stops-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients2-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients3-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/css3-repeating-end-fill-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/generated-gradients-expected.png:
        * platform/chromium-mac-lion/fast/gradients/gradient-after-transparent-border-expected.png:
        * platform/chromium-mac-lion/fast/gradients/radial-centered-expected.png:
        * platform/chromium-mac-lion/fast/gradients/simple-gradients-expected.png:
        * platform/chromium-mac-lion/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
        * platform/chromium-mac-lion/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-mac-lion/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
        * platform/chromium-mac-lion/fast/reflections/reflection-masks-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
        * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
        * platform/chromium-mac-lion/fast/repaint/background-generated-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
        * platform/chromium-mac-lion/fast/text/stroking-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/borders/border-image-massive-scale-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-gradient-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-trumps-radius-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png:
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-incremental-repaint-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac-snowleopard/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-mac-snowleopard/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/transformed-mask-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stop-units-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stops-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-end-fill-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/generated-gradients-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/gradient-after-transparent-border-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/radial-centered-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/simple-gradients-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
        * platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/background-generated-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/stroking-decorations-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/stroking-expected.png: Added.
        * platform/chromium-mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png:
        * platform/chromium-mac/fast/borders/border-image-outset-expected.png:
        * platform/chromium-mac/fast/borders/border-image-outset-in-shorthand-expected.png:
        * platform/chromium-mac/fast/borders/border-image-outset-split-inline-expected.png: Added.
        * platform/chromium-mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
        * platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png:
        * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
        * platform/chromium-mac/fast/borders/border-image-trumps-radius-expected.png: Added.
        * platform/chromium-mac/fast/canvas/arc360-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-mac/fast/canvas/gradient-add-second-start-end-stop-expected.png:
        * platform/chromium-mac/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac/fast/css/transformed-mask-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium-mac/fast/gradients/background-clipped-expected.png:
        * platform/chromium-mac/fast/gradients/border-image-gradient-expected.png:
        * platform/chromium-mac/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
        * platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png:
        * platform/chromium-mac/fast/gradients/css3-color-stops-expected.png:
        * platform/chromium-mac/fast/gradients/css3-radial-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/css3-radial-gradients2-expected.png:
        * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png:
        * platform/chromium-mac/fast/gradients/css3-repeating-end-fill-expected.png: Added.
        * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients2-expected.png:
        * platform/chromium-mac/fast/gradients/css3-repeating-radial-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/generated-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.png:
        * platform/chromium-mac/fast/gradients/radial-centered-expected.png:
        * platform/chromium-mac/fast/gradients/simple-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/focus-rings-expected.png:
        * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
        * platform/chromium-mac/fast/reflections/reflection-masks-expected.png:
        * platform/chromium-mac/fast/repaint/4774354-expected.png:
        * platform/chromium-mac/fast/repaint/4776765-expected.png:
        * platform/chromium-mac/fast/repaint/background-generated-expected.png:
        * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
        * platform/chromium-mac/fast/text/stroking-expected.png:
        * platform/chromium-win-xp/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
        * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
        * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-expected.png: Added.
        * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-massive-scale-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-outset-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-scaled-gradient-expected.png:
        * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png:
        * platform/chromium-win-xp/fast/borders/border-image-trumps-radius-expected.png: Added.
        * platform/chromium-win-xp/fast/canvas/arc360-expected.png: Added.
        * platform/chromium-win-xp/fast/canvas/canvas-incremental-repaint-expected.png: Added.
        * platform/chromium-win-xp/fast/canvas/canvas-text-alignment-expected.png: Added.
        * platform/chromium-win-xp/fast/canvas/fillrect_gradient-expected.png: Added.
        * platform/chromium-win-xp/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/chromium-win-xp/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Added.
        * platform/chromium-win-xp/fast/css/transformed-mask-expected.png: Added.
        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/background-clipped-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/css3-color-stop-units-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/css3-color-stops-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/css3-radial-gradients-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/css3-radial-gradients2-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/css3-radial-gradients3-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/css3-repeating-end-fill-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/generated-gradients-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/gradient-after-transparent-border-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/simple-gradients-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
        * platform/chromium-win-xp/fast/hidpi: Added.
        * platform/chromium-win-xp/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium-win-xp/fast/reflections: Added.
        * platform/chromium-win-xp/fast/reflections/reflection-masks-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/background-generated-expected.png: Added.
        * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
        * platform/chromium-win-xp/fast/text/stroking-expected.png:
        * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png:
        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png:
        * platform/chromium-win/fast/borders/border-image-outset-expected.png:
        * platform/chromium-win/fast/borders/border-image-outset-in-shorthand-expected.png:
        * platform/chromium-win/fast/borders/border-image-outset-split-inline-expected.png: Added.
        * platform/chromium-win/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
        * platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png:
        * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
        * platform/chromium-win/fast/borders/border-image-trumps-radius-expected.png: Added.
        * platform/chromium-win/fast/canvas/arc360-expected.png:
        * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
        * platform/chromium-win/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/chromium-win/fast/css/shadow-multiple-expected.png:
        * platform/chromium-win/fast/css/transformed-mask-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium-win/fast/gradients/background-clipped-expected.png:
        * platform/chromium-win/fast/gradients/border-image-gradient-expected.png:
        * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
        * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png:
        * platform/chromium-win/fast/gradients/css3-color-stops-expected.png:
        * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png:
        * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.png:
        * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png:
        * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.png: Added.
        * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png:
        * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients2-expected.png:
        * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.png:
        * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
        * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
        * platform/chromium-win/fast/gradients/radial-centered-expected.png:
        * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
        * platform/chromium-win/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
        * platform/chromium-win/fast/hidpi/focus-rings-expected.png:
        * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
        * platform/chromium-win/fast/reflections/reflection-masks-expected.png:
        * platform/chromium-win/fast/repaint/4774354-expected.png:
        * platform/chromium-win/fast/repaint/4776765-expected.png:
        * platform/chromium-win/fast/repaint/background-generated-expected.png:
        * platform/chromium-win/fast/text/stroking-decorations-expected.png:
        * platform/chromium-win/fast/text/stroking-expected.png:
        * platform/chromium/TestExpectations:

2013-01-11  James Simonsen  <simonjam@chromium.org>

        Restore old semantics to webkitRequestAnimationFrame callbacks
        https://bugs.webkit.org/show_bug.cgi?id=106697

        Reviewed by James Robinson.

        * fast/animation/request-animation-frame-prefix-expected.txt: Added.
        * fast/animation/request-animation-frame-prefix.html: Added.
        * fast/animation/script-tests/request-animation-frame-prefix.js: Added.
        (busyWait):
        (window.webkitRequestAnimationFrame):

2013-01-11  Kenneth Russell  <kbr@google.com>

        [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout
        https://bugs.webkit.org/show_bug.cgi?id=106606

        Reviewed by Dimitri Glazkov.

        Reduced number of iterations of test, and marked as slow. Changed
        test's output and expectations so number of iterations can be
        adjusted without rebaselining.

        * fast/canvas/webgl/context-release-upon-reload-expected.txt:
        * fast/canvas/webgl/context-release-upon-reload.html:
        * platform/chromium/TestExpectations:

2013-01-11  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r139044.
        http://trac.webkit.org/changeset/139044
        https://bugs.webkit.org/show_bug.cgi?id=106702

        Caused various scrolling anomolies on Mac with drag and drop
        (Requested by smfr on #webkit).

        * fast/events/drag-and-drop-autoscroll-expected.txt: Removed.
        * fast/events/drag-and-drop-autoscroll.html: Removed.

2013-01-11  Rafael Weinstein  <rafaelw@chromium.org>

        Prevent HTMLPreloadScanner from fetching resources inside <template>
        https://bugs.webkit.org/show_bug.cgi?id=106687

        Reviewed by Adam Barth.

        * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
        * fast/dom/HTMLTemplateElement/inertContents.html:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        CSS and editing results for all outstanding platforms.

        * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Added.
        * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Added.
        * platform/chromium-linux-x86/css3/images: Added.
        * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/html: Added.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/xhtml: Added.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/xml: Added.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Added.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Added.
        * platform/chromium-linux-x86/editing/pasteboard/4641033-expected.png: Added.
        * platform/chromium-linux-x86/editing/pasteboard/4944770-1-expected.png: Added.
        * platform/chromium-linux-x86/editing/pasteboard/4944770-2-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/3690703-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/3690719-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/4397952-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/5240265-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/caret-before-select-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/replaced-boundaries-3-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/select-box-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/select-element-paragraph-boundary-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/selection-button-text-expected.png: Added.
        * platform/chromium-linux-x86/editing/spelling: Added.
        * platform/chromium-linux-x86/editing/spelling/grammar-markers-hidpi-expected.png: Added.
        * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
        * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
        * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
        * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
        * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
        * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
        * platform/chromium-linux/editing/selection/3690703-2-expected.png:
        * platform/chromium-linux/editing/selection/3690703-expected.png:
        * platform/chromium-linux/editing/selection/3690719-expected.png:
        * platform/chromium-linux/editing/selection/4397952-expected.png:
        * platform/chromium-linux/editing/selection/5240265-expected.png:
        * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
        * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
        * platform/chromium-linux/editing/selection/select-box-expected.png:
        * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/chromium-linux/editing/selection/selection-button-text-expected.png:
        * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png:
        * platform/chromium-mac-lion/css3/images: Added.
        * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Added.
        * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
        * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
        * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
        * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
        * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-hidpi-expected.png: Added.
        * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
        * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
        * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
        * platform/chromium-mac/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac/editing/selection/3690703-expected.png:
        * platform/chromium-mac/editing/selection/3690719-expected.png:
        * platform/chromium-mac/editing/selection/4397952-expected.png:
        * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
        * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
        * platform/chromium-mac/editing/selection/select-box-expected.png:
        * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png:
        * platform/chromium-win-xp/css3/images: Added.
        * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Added.
        * platform/chromium-win-xp/editing/spelling: Added.
        * platform/chromium-win-xp/editing/spelling/grammar-markers-hidpi-expected.png: Added.
        * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
        * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
        * platform/chromium/TestExpectations:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        Mac 10.6 and 10.7 results that are the last to be failing on those bots.

        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/fallback-traits-fixup-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        Mac 10.8 results that were not ready when the other mac results were updated.

        * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
        * platform/chromium-mac/editing/deleting/4922367-expected.png:
        * platform/chromium-mac/editing/deleting/5099303-expected.png:
        * platform/chromium-mac/editing/deleting/5126166-expected.png:
        * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
        * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
        * platform/chromium-mac/editing/deleting/5272440-expected.png:
        * platform/chromium-mac/editing/deleting/5369009-expected.png:
        * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
        * platform/chromium-mac/editing/deleting/5483370-expected.png:
        * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
        * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
        * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
        * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
        * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
        * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
        * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
        * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
        * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
        * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
        * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
        * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
        * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
        * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
        * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
        * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
        * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
        * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
        * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
        * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
        * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
        * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
        * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
        * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
        * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
        * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
        * platform/chromium-mac/editing/deleting/table-cells-expected.png:
        * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
        * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
        * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
        * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
        * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
        * platform/chromium-mac/editing/execCommand/4747450-expected.png:
        * platform/chromium-mac/editing/execCommand/4916402-expected.png:
        * platform/chromium-mac/editing/execCommand/4916541-expected.png:
        * platform/chromium-mac/editing/execCommand/4924441-expected.png:
        * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
        * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
        * platform/chromium-mac/editing/execCommand/5136770-expected.png:
        * platform/chromium-mac/editing/execCommand/5138441-expected.png:
        * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
        * platform/chromium-mac/editing/execCommand/5481523-expected.png:
        * platform/chromium-mac/editing/execCommand/5569741-expected.png:
        * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
        * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
        * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
        * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
        * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
        * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
        * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
        * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
        * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
        * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
        * platform/chromium-mac/editing/execCommand/print-expected.png:
        * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
        * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
        * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
        * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-mac/editing/inserting/12882-expected.png:
        * platform/chromium-mac/editing/inserting/4278698-expected.png:
        * platform/chromium-mac/editing/inserting/4840662-expected.png:
        * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
        * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
        * platform/chromium-mac/editing/inserting/4959067-expected.png:
        * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
        * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
        * platform/chromium-mac/editing/inserting/5002441-expected.png:
        * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
        * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
        * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
        * platform/chromium-mac/editing/inserting/5418891-expected.png:
        * platform/chromium-mac/editing/inserting/5510537-expected.png:
        * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
        * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
        * platform/chromium-mac/editing/inserting/6703873-expected.png:
        * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
        * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
        * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
        * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
        * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
        * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
        * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
        * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
        * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
        * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
        * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
        * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
        * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
        * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
        * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
        * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
        * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
        * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
        * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
        * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
        * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
        * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
        * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
        * platform/chromium-mac/editing/inserting/line-break-expected.png:
        * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
        * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
        * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
        * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
        * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
        * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
        * platform/chromium-mac/editing/inserting/redo-expected.png:
        * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
        * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
        * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
        * platform/chromium-mac/editing/inserting/typing-001-expected.png:
        * platform/chromium-mac/editing/inserting/typing-002-expected.png:
        * platform/chromium-mac/editing/inserting/typing-003-expected.png:
        * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
        * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
        * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
        * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
        * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
        * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
        * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
        * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
        * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
        * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
        * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
        * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
        * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
        * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
        * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
        * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
        * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
        * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
        * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
        * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
        * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
        * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
        * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png:
        * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
        * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
        * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
        * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
        * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
        * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
        * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
        * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
        * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
        * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png:
        * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
        * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
        * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
        * platform/chromium-mac/editing/selection/13804-expected.png:
        * platform/chromium-mac/editing/selection/4818145-expected.png:
        * platform/chromium-mac/editing/selection/4866671-expected.png:
        * platform/chromium-mac/editing/selection/4889598-expected.png:
        * platform/chromium-mac/editing/selection/4895428-2-expected.png:
        * platform/chromium-mac/editing/selection/4895428-3-expected.png:
        * platform/chromium-mac/editing/selection/4932260-1-expected.png:
        * platform/chromium-mac/editing/selection/4932260-2-expected.png:
        * platform/chromium-mac/editing/selection/4932260-3-expected.png:
        * platform/chromium-mac/editing/selection/4947387-expected.png:
        * platform/chromium-mac/editing/selection/5007143-2-expected.png:
        * platform/chromium-mac/editing/selection/5007143-expected.png:
        * platform/chromium-mac/editing/selection/5057506-2-expected.png:
        * platform/chromium-mac/editing/selection/5057506-expected.png:
        * platform/chromium-mac/editing/selection/5076323-1-expected.png:
        * platform/chromium-mac/editing/selection/5076323-2-expected.png:
        * platform/chromium-mac/editing/selection/5076323-3-expected.png:
        * platform/chromium-mac/editing/selection/5099303-expected.png:
        * platform/chromium-mac/editing/selection/5131716-1-expected.png:
        * platform/chromium-mac/editing/selection/5131716-2-expected.png:
        * platform/chromium-mac/editing/selection/5131716-3-expected.png:
        * platform/chromium-mac/editing/selection/5131716-4-expected.png:
        * platform/chromium-mac/editing/selection/5195166-2-expected.png:
        * platform/chromium-mac/editing/selection/5234383-1-expected.png:
        * platform/chromium-mac/editing/selection/5234383-2-expected.png:
        * platform/chromium-mac/editing/selection/6476-expected.png:
        * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
        * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
        * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
        * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
        * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
        * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
        * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
        * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
        * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
        * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
        * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
        * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
        * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
        * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
        * platform/chromium-mac/editing/selection/end-of-document-expected.png:
        * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
        * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
        * platform/chromium-mac/editing/selection/iframe-expected.png:
        * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
        * platform/chromium-mac/editing/selection/inline-table-expected.png:
        * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
        * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
        * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
        * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
        * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
        * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
        * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
        * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
        * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
        * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
        * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
        * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
        * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
        * platform/chromium-mac/editing/selection/select-all-001-expected.png:
        * platform/chromium-mac/editing/selection/select-all-002-expected.png:
        * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
        * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
        * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
        * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
        * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
        * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-002-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
        * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
        * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
        * platform/chromium-mac/editing/spelling/grammar-markers-expected.png:
        * platform/chromium-mac/editing/spelling/spelling-expected.png:
        * platform/chromium-mac/editing/style/4916887-expected.png:
        * platform/chromium-mac/editing/style/5017613-1-expected.png:
        * platform/chromium-mac/editing/style/5017613-2-expected.png:
        * platform/chromium-mac/editing/style/5046875-1-expected.png:
        * platform/chromium-mac/editing/style/5046875-2-expected.png:
        * platform/chromium-mac/editing/style/5065910-expected.png:
        * platform/chromium-mac/editing/style/5084241-expected.png:
        * platform/chromium-mac/editing/style/5228141-expected.png:
        * platform/chromium-mac/editing/style/5279521-expected.png:
        * platform/chromium-mac/editing/style/block-styles-007-expected.png:
        * platform/chromium-mac/editing/style/highlight-expected.png:
        * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
        * platform/chromium-mac/editing/style/smoosh-styles-003-expected.png:
        * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
        * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
        * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
        * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
        * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
        * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
        * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
        * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
        * platform/chromium-mac/editing/style/typing-style-001-expected.png:
        * platform/chromium-mac/editing/style/typing-style-002-expected.png:
        * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
        * platform/chromium-mac/editing/undo/4063751-expected.png:
        * platform/chromium-mac/editing/undo/5378473-expected.png:
        * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
        * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
        * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
        * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
        * platform/chromium-mac/editing/undo/undo-delete-expected.png:
        * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
        * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
        * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
        * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
        * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
        * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
        * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
        * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
        * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
        * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
        * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
        * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
        * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/chromium-mac/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:

2013-01-11  Dominic Mazzoni  <dmazzoni@google.com>

        [Chromium] unnecessary expectations in platform/chromium/accessibility
        https://bugs.webkit.org/show_bug.cgi?id=106676

        These files were copied from platform/mac/accessibility, but
        all of the corresponding tests are either mac-specific, or
        currently skipped on Chromium. There's no purpose to having
        these expectations in platform/chromium/accessibility.

        Reviewed by Chris Fleizach.

        * platform/chromium/accessibility/accesskey-expected.txt: Removed.
        * platform/chromium/accessibility/area-with-aria-label-expected.txt: Removed.
        * platform/chromium/accessibility/aria-alerts-expected.txt: Removed.
        * platform/chromium/accessibility/aria-checkbox-text-expected.txt: Removed.
        * platform/chromium/accessibility/aria-combobox-expected.txt: Removed.
        * platform/chromium/accessibility/aria-directory-expected.txt: Removed.
        * platform/chromium/accessibility/aria-divs-not-ignored-expected.txt: Removed.
        * platform/chromium/accessibility/aria-drag-drop-expected.txt: Removed.
        * platform/chromium/accessibility/aria-expanded-notifications-expected.txt: Removed.
        * platform/chromium/accessibility/aria-expanded-standard-items-expected.txt: Removed.
        * platform/chromium/accessibility/aria-flowto-expected.txt: Removed.
        * platform/chromium/accessibility/aria-grid-with-strange-hierarchy-expected.txt: Removed.
        * platform/chromium/accessibility/aria-grouping-roles-expected.txt: Removed.
        * platform/chromium/accessibility/aria-hidden-changes-for-non-ignored-elements-expected.txt: Removed.
        * platform/chromium/accessibility/aria-listbox-selectedchildren-change-expected.txt: Removed.
        * platform/chromium/accessibility/aria-liveregion-marquee-default-expected.txt: Removed.
        * platform/chromium/accessibility/aria-liveregion-on-image-expected.txt: Removed.
        * platform/chromium/accessibility/aria-liveregions-addedelement-expected.txt: Removed.
        * platform/chromium/accessibility/aria-liveregions-attributes-expected.txt: Removed.
        * platform/chromium/accessibility/aria-liveregions-changedalt-expected.txt: Removed.
        * platform/chromium/accessibility/aria-liveregions-changedtext-expected.txt: Removed.
        * platform/chromium/accessibility/aria-liveregions-notifications-always-sent-expected.txt: Removed.
        * platform/chromium/accessibility/aria-liveregions-notifications-expected.txt: Removed.
        * platform/chromium/accessibility/aria-liveregions-removedelement-expected.txt: Removed.
        * platform/chromium/accessibility/aria-menu-role-descriptions-expected.txt: Removed.
        * platform/chromium/accessibility/aria-menubar-expected.txt: Removed.
        * platform/chromium/accessibility/aria-multiline-expected.txt: Removed.
        * platform/chromium/accessibility/aria-multiselectable-expected.txt: Removed.
        * platform/chromium/accessibility/aria-owns-expected.txt: Removed.
        * platform/chromium/accessibility/aria-popup-buttons-on-native-elements-expected.txt: Removed.
        * platform/chromium/accessibility/aria-radiobutton-text-expected.txt: Removed.
        * platform/chromium/accessibility/aria-radiogroup-expected.txt: Removed.
        * platform/chromium/accessibility/aria-range-expected.txt: Removed.
        * platform/chromium/accessibility/aria-range-value-expected.txt: Removed.
        * platform/chromium/accessibility/aria-required-expected.txt: Removed.
        * platform/chromium/accessibility/aria-slider-expected.txt: Removed.
        * platform/chromium/accessibility/aria-slider-value-change-expected.txt: Removed.
        * platform/chromium/accessibility/aria-sort-expected.txt: Removed.
        * platform/chromium/accessibility/aria-spinbutton-expected.txt: Removed.
        * platform/chromium/accessibility/aria-table-with-colspan-cells-expected.txt: Removed.
        * platform/chromium/accessibility/aria-tables-expected.txt: Removed.
        * platform/chromium/accessibility/aria-toolbar-expected.txt: Removed.
        * platform/chromium/accessibility/aria-tree-activedescendant-expected.txt: Removed.
        * platform/chromium/accessibility/aria-tree-expected.txt: Removed.
        * platform/chromium/accessibility/aria-tree-index-of-items-expected.txt: Removed.
        * platform/chromium/accessibility/aria-treegrid-expected.txt: Removed.
        * platform/chromium/accessibility/aria-valuetext-expected.txt: Removed.
        * platform/chromium/accessibility/attributed-string-includes-highlighting-expected.txt: Removed.
        * platform/chromium/accessibility/attributed-string-includes-misspelled-with-selection-expected.txt: Removed.
        * platform/chromium/accessibility/bounds-for-range-expected.txt: Removed.
        * platform/chromium/accessibility/button-shouldnot-have-axvalue-expected.txt: Removed.
        * platform/chromium/accessibility/canvas-expected.txt: Removed.
        * platform/chromium/accessibility/change-notification-on-scroll-expected.txt: Removed.
        * platform/chromium/accessibility/clipped-text-under-element-expected.txt: Removed.
        * platform/chromium/accessibility/content-editable-expected.txt: Removed.
        * platform/chromium/accessibility/content-editable-range-properties-expected.txt: Removed.
        * platform/chromium/accessibility/crash-in-element-for-text-marker-expected.txt: Removed.
        * platform/chromium/accessibility/crash-invalid-text-marker-node-expected.txt: Removed.
        * platform/chromium/accessibility/css-content-attribute-expected.txt: Removed.
        * platform/chromium/accessibility/css-speech-speak-expected.txt: Removed.
        * platform/chromium/accessibility/definition-list-term-expected.txt: Removed.
        * platform/chromium/accessibility/deleting-iframe-destroys-axcache-expected.txt: Removed.
        * platform/chromium/accessibility/div-containing-div-with-aria-expected.txt: Removed.
        * platform/chromium/accessibility/document-attributes-expected.txt: Removed.
        * platform/chromium/accessibility/document-links-expected.txt: Removed.
        * platform/chromium/accessibility/document-title-used-for-description-expected.txt: Removed.
        * platform/chromium/accessibility/double-title-expected.txt: Removed.
        * platform/chromium/accessibility/element-focus-expected.txt: Removed.
        * platform/chromium/accessibility/element-for-text-marker-expected.txt: Removed.
        * platform/chromium/accessibility/element-haspopup-expected.txt: Removed.
        * platform/chromium/accessibility/element-is-ignored-expected.txt: Removed.
        * platform/chromium/accessibility/element-level-expected.txt: Removed.
        * platform/chromium/accessibility/estimated-progress-expected.txt: Removed.
        * platform/chromium/accessibility/footer-expected.txt: Removed.
        * platform/chromium/accessibility/footer-roledescription-expected.txt: Removed.
        * platform/chromium/accessibility/form-control-value-settable-expected.txt: Removed.
        * platform/chromium/accessibility/frame-with-title-expected.txt: Removed.
        * platform/chromium/accessibility/header-expected.txt: Removed.
        * platform/chromium/accessibility/heading-clickpoint-expected.txt: Removed.
        * platform/chromium/accessibility/html-section-elements-expected.txt: Removed.
        * platform/chromium/accessibility/html-slider-indicator-expected.txt: Removed.
        * platform/chromium/accessibility/html-with-aria-label-expected.txt: Removed.
        * platform/chromium/accessibility/html5-input-number-expected.txt: Removed.
        * platform/chromium/accessibility/html5-required-attribute-expected.txt: Removed.
        * platform/chromium/accessibility/iframe-aria-hidden-expected.txt: Removed.
        * platform/chromium/accessibility/iframe-with-title-correct-hierarchy-expected.txt: Removed.
        * platform/chromium/accessibility/image-map2-expected.txt: Removed.
        * platform/chromium/accessibility/imagemap-hittest-expected.txt: Removed.
        * platform/chromium/accessibility/inherited-presentational-lists-expected.txt: Removed.
        * platform/chromium/accessibility/input-image-url-expected.txt: Removed.
        * platform/chromium/accessibility/input-slider-expected.txt: Removed.
        * platform/chromium/accessibility/internal-link-anchors-expected.txt: Removed.
        * platform/chromium/accessibility/internal-link-anchors2-expected.txt: Removed.
        * platform/chromium/accessibility/internal-link-when-document-has-fragment-expected.txt: Removed.
        * platform/chromium/accessibility/label-element-with-hidden-control-expected.txt: Removed.
        * platform/chromium/accessibility/list-items-ignored-expected.txt: Removed.
        * platform/chromium/accessibility/listbox-hit-test-expected.txt: Removed.
        * platform/chromium/accessibility/lists-expected.txt: Removed.
        * platform/chromium/accessibility/live-region-on-span-expected.txt: Removed.
        * platform/chromium/accessibility/math-alttext-expected.txt: Removed.
        * platform/chromium/accessibility/media-element-expected.txt: Removed.
        * platform/chromium/accessibility/misspelled-attributed-string-expected.txt: Removed.
        * platform/chromium/accessibility/mixed-checkbox-expected.txt: Removed.
        * platform/chromium/accessibility/native-vs-nonnative-checkboxes-expected.txt: Removed.
        * platform/chromium/accessibility/no-unknown-objects-when-title-attribute-present-expected.txt: Removed.
        * platform/chromium/accessibility/option-with-arialabel-expected.txt: Removed.
        * platform/chromium/accessibility/option-with-lang-expected.txt: Removed.
        * platform/chromium/accessibility/parent-of-table-row-is-table-expected.txt: Removed.
        * platform/chromium/accessibility/plugin-expected.txt: Removed.
        * platform/chromium/accessibility/popup-button-title-expected.txt: Removed.
        * platform/chromium/accessibility/progressbar-expected.txt: Removed.
        * platform/chromium/accessibility/radio-button-group-members-expected.txt: Removed.
        * platform/chromium/accessibility/range-alter-by-step-expected.txt: Removed.
        * platform/chromium/accessibility/range-for-line-textarea-expected.txt: Removed.
        * platform/chromium/accessibility/range-for-position-expected.txt: Removed.
        * platform/chromium/accessibility/removing-textarea-after-edit-crash-expected.txt: Removed.
        * platform/chromium/accessibility/scrollbars-expected.txt: Removed.
        * platform/chromium/accessibility/search-predicate-expected.txt: Removed.
        * platform/chromium/accessibility/search-subrole-expected.txt: Removed.
        * platform/chromium/accessibility/search-when-element-starts-in-table-expected.txt: Removed.
        * platform/chromium/accessibility/search-with-frames-expected.txt: Removed.
        * platform/chromium/accessibility/select-element-selection-with-optgroups-expected.txt: Removed.
        * platform/chromium/accessibility/selected-rows-table-expected.txt: Removed.
        * platform/chromium/accessibility/selected-tab-crash-expected.txt: Removed.
        * platform/chromium/accessibility/selected-text-range-for-empty-textarea-expected.txt: Removed.
        * platform/chromium/accessibility/selection-value-changes-for-aria-textbox-expected.txt: Removed.
        * platform/chromium/accessibility/slider-allows-title-ui-element-expected.txt: Removed.
        * platform/chromium/accessibility/slider-supports-actions-expected.txt: Removed.
        * platform/chromium/accessibility/stale-table-rows-expected.txt: Removed.
        * platform/chromium/accessibility/static-text-role-uses-text-under-element-expected.txt: Removed.
        * platform/chromium/accessibility/static-text-with-aria-label-expected.txt: Removed.
        * platform/chromium/accessibility/string-range-contains-listmarker-expected.txt: Removed.
        * platform/chromium/accessibility/submit-button-default-value-expected.txt: Removed.
        * platform/chromium/accessibility/supports-focus-setting-expected.txt: Removed.
        * platform/chromium/accessibility/table-attributes-expected.txt: Removed.
        * platform/chromium/accessibility/table-cell-spans-expected.txt: Removed.
        * platform/chromium/accessibility/table-cells-expected.txt: Removed.
        * platform/chromium/accessibility/table-detection-expected.txt: Removed.
        * platform/chromium/accessibility/table-multi-bodies-expected.txt: Removed.
        * platform/chromium/accessibility/table-one-cell-expected.txt: Removed.
        * platform/chromium/accessibility/table-sections-expected.txt: Removed.
        * platform/chromium/accessibility/table-updating-expected.txt: Removed.
        * platform/chromium/accessibility/table-with-aria-role-expected.txt: Removed.
        * platform/chromium/accessibility/table-with-row-col-of-headers-expected.txt: Removed.
        * platform/chromium/accessibility/table-with-rules-expected.txt: Removed.
        * platform/chromium/accessibility/table-with-zebra-rows-expected.txt: Removed.
        * platform/chromium/accessibility/text-marker-length-expected.txt: Removed.
        * platform/chromium/accessibility/textbox-role-reports-line-number-expected.txt: Removed.
        * platform/chromium/accessibility/textbox-role-reports-notifications-expected.txt: Removed.
        * platform/chromium/accessibility/textmarker-for-index-out-of-bounds-crash-expected.txt: Removed.
        * platform/chromium/accessibility/textmarker-routines-expected.txt: Removed.
        * platform/chromium/accessibility/title-attribute-not-used-as-axtitle-expected.txt: Removed.
        * platform/chromium/accessibility/title-attribute-used-as-last-resort-expected.txt: Removed.
        * platform/chromium/accessibility/unexpected-help-text-expected.txt: Removed.
        * platform/chromium/accessibility/unsupported-attribute-does-not-crash-expected.txt: Removed.
        * platform/chromium/accessibility/update-children-when-aria-role-changes-expected.txt: Removed.
        * platform/chromium/accessibility/updating-attribute-in-table-row-crash-expected.txt: Removed.
        * platform/chromium/accessibility/visible-position-crash-for-text-node-expected.txt: Removed.
        * platform/chromium/accessibility/webarea-can-set-focus-expected.txt: Removed.
        * platform/chromium/accessibility/webarea-size-equals-content-size-expected.txt: Removed.
        * platform/chromium/accessibility/webkit-scrollarea-expected.txt: Removed.
        * platform/chromium/accessibility/webkit-scrollarea-position-expected.txt: Removed.

2013-01-11  Alexandru Chiculita  <achicu@adobe.com>

        Element is displayed behind a composited layer when clipping is used on a previous element
        https://bugs.webkit.org/show_bug.cgi?id=104981

        Reviewed by Simon Fraser.

        Updated existing test results and added two new tests to check that animations respect the correct paint order,
        even though they are painted with composited layers.

        Note that there are side effects of this patch that will be corrected in a following bug. 3D layers are treated like animations, so they
        disable the overlapping optimizations. Because of that, some of the test results were updated to include the layers that, previously,
        were not created as a result of being in front of a "clipping container".

        * compositing/geometry/foreground-layer-expected.txt:
        * compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
        * compositing/layer-creation/overlap-animation-clipping.html: Added. Checking that the animation inside a clipping container is not 
        affecting how we compute the animations outside the clipping container. 
        * compositing/layer-creation/overlap-animation-container-expected.txt: Added. 
        * compositing/layer-creation/overlap-animation-container.html: Added. Checking that we don't create unnecessary composited layers for layers inside
        composited containers that draw in front of animated layers.
        * compositing/overflow/clip-descendents-expected.txt:
        * compositing/overflow/clip-descendents.html: Removed the text from the output, so that platforms can share the same expected result.
        * platform/chromium-win/compositing/overflow/clip-descendents-expected.txt: Removed. Not needed anymore, all Chromium platforms can share the same results now.
        * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
        * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
        * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
        * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
        * platform/chromium/compositing/overflow/clip-descendents-expected.txt: Renamed from LayoutTests/platform/chromium-mac/compositing/overflow/clip-descendents-expected.txt.
        * platform/qt/compositing/overflow/clip-descendents-expected.txt:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        Mozilla test cases for linux. Also re-adding hixie/perf/006.xml, which is failing

        * platform/chromium-linux-x86/tables/mozilla/bugs/bug1188-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug1318-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug137388-2-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug23235-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4093-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Added.
        * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/core: Added.
        * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/dom: Added.
        * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/other: Added.
        * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
        * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug23235-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
        * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
        * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
        * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
        * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
        * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug137388-2-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug4093-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug137388-2-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4093-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug137388-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png:
        * platform/chromium-win-xp/tables/mozilla/bugs/bug137388-2-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla/bugs/bug23235-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla/bugs/bug4093-expected.png: Added.
        * platform/chromium-win/tables/mozilla/bugs/bug137388-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug23235-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png:
        * platform/chromium/TestExpectations:

2013-01-11  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. r139445 triggered assertions in Skia on debug Chromium bots.
        Marking them as crashing in TestExpectations.

        * platform/chromium/TestExpectations:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        Mostly files that were broken only on Mac or Win.

        * platform/chromium-linux-x86/fast/forms/input-appearance-height-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/input-button-sizes-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/input-value-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/menulist-deselect-update-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/menulist-no-overflow-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/menulist-restrict-line-height-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/menulist-separator-painting-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/menulist-style-color-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/menulist-width-change-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/option-script-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/option-strip-whitespace-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/option-text-clip-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select-align-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select-baseline-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select-change-listbox-to-popup-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select-disabled-appearance-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select-initial-position-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/select-selected-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/targeted-frame-submission-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/zoomed-controls-expected.png: Added.
        * platform/chromium-linux-x86/fast/inline/positionedLifetime-expected.png: Added.
        * platform/chromium-linux-x86/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
        * platform/chromium-linux-x86/fast/overflow/scrollRevealButton-expected.png: Added.
        * platform/chromium-linux-x86/fast/repaint/control-clip-expected.png: Added.
        * platform/chromium-linux-x86/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
        * platform/chromium-linux-x86/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
        * platform/chromium-linux-x86/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
        * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
        * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
        * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
        * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
        * platform/chromium-linux-x86/svg/carto.net/colourpicker-expected.png: Added.
        * platform/chromium-linux-x86/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
        * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
        * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
        * platform/chromium-linux/fast/forms/input-value-expected.png:
        * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png:
        * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png:
        * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
        * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png:
        * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
        * platform/chromium-linux/fast/forms/menulist-width-change-expected.png:
        * platform/chromium-linux/fast/forms/option-script-expected.png:
        * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
        * platform/chromium-linux/fast/forms/option-text-clip-expected.png:
        * platform/chromium-linux/fast/forms/select-align-expected.png:
        * platform/chromium-linux/fast/forms/select-baseline-expected.png:
        * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.png:
        * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png:
        * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png:
        * platform/chromium-linux/fast/forms/select-initial-position-expected.png:
        * platform/chromium-linux/fast/forms/select-selected-expected.png:
        * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png:
        * platform/chromium-linux/fast/forms/zoomed-controls-expected.png:
        * platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
        * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.png:
        * platform/chromium-linux/fast/repaint/control-clip-expected.png:
        * platform/chromium-linux/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
        * platform/chromium-linux/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
        * platform/chromium-linux/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
        * platform/chromium-linux/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
        * platform/chromium-linux/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
        * platform/chromium-linux/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
        * platform/chromium-linux/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
        * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-expected.png: Added.
        * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
        * platform/chromium-mac-lion/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
        * platform/chromium-mac-lion/fonts/monospace-expected.png:
        * platform/chromium-mac-lion/svg/carto.net/colourpicker-expected.png:
        * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-2-expected.txt:
        * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
        * platform/chromium-mac-snowleopard/fonts/monospace-expected.png:
        * platform/chromium-mac-snowleopard/svg/carto.net/colourpicker-expected.png:
        * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
        * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac/fast/css/focus-ring-detached-expected.png:
        * platform/chromium-mac/fast/css/focus-ring-multiline-expected.png:
        * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
        * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png:
        * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png:
        * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png:
        * platform/chromium-mac/fast/css/font-face-multiple-faces-expected.png:
        * platform/chromium-mac/fast/css/outline-auto-location-expected.png:
        * platform/chromium-mac/fast/dom/52776-expected.png:
        * platform/chromium-mac/fast/dom/focus-contenteditable-expected.png:
        * platform/chromium-mac/fast/events/autoscroll-expected.png:
        * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
        * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png:
        * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png:
        * platform/chromium-mac/fast/forms/input-text-double-click-expected.png:
        * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png:
        * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png:
        * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
        * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-mac/fast/forms/listbox-hit-test-zoomed-expected.png:
        * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png:
        * platform/chromium-mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
        * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png:
        * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png:
        * platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png:
        * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png:
        * platform/chromium-mac/fast/forms/textfield-outline-expected.png:
        * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
        * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png:
        * platform/chromium-mac/fast/inline/25277-2-expected.png:
        * platform/chromium-mac/fast/inline/25277-expected.png:
        * platform/chromium-mac/fast/inline/continuation-outlines-expected.png:
        * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
        * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png: Added.
        * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
        * platform/chromium-mac/fast/inline/inline-focus-ring-expected.png:
        * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png:
        * platform/chromium-mac/fast/repaint/continuation-after-outline-expected.png:
        * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
        * platform/chromium-mac/fast/repaint/focus-layers-expected.png:
        * platform/chromium-mac/fast/repaint/focus-ring-expected.png:
        * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.png:
        * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/chromium-mac/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png:
        * platform/chromium-mac/fast/table/table-row-focus-ring-paint-expected.png:
        * platform/chromium-mac/fast/text/atsui-multiple-renderers-expected.png:
        * platform/chromium-mac/fast/text/complex-synthetic-bold-space-width-expected.png:
        * platform/chromium-mac/fast/text/delete-hard-break-character-expected.png:
        * platform/chromium-mac/fast/text/international/rtl-caret-expected.png:
        * platform/chromium-mac/fast/transforms/transformed-caret-expected.png:
        * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png:
        * platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png:
        * platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png:
        * platform/chromium-mac/fonts/monospace-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
        * platform/chromium-mac/svg/carto.net/colourpicker-expected.png:
        * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-2-expected.png: Added.
        * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
        * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
        * platform/chromium-win-xp/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
        * platform/chromium-win-xp/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
        * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
        * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
        * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
        * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
        * platform/chromium-win-xp/svg/carto.net: Added.
        * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Added.
        * platform/chromium-win-xp/svg/transforms: Added.
        * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
        * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
        * platform/chromium-win/fast/inline/continuation-outlines-with-layers-2-expected.png:
        * platform/chromium-win/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
        * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.png:
        * platform/chromium-win/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
        * platform/chromium-win/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
        * platform/chromium-win/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
        * platform/chromium-win/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
        * platform/chromium-win/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
        * platform/chromium-win/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
        * platform/chromium-win/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
        * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
        * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium/TestExpectations:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] More test expectations for Skia changes

        Unreviewed test expectations update.

        These are a few files that had some platforms already failing, hence
        requiring special care and attention.

        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement: Added.
        * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/validation-message-appearance-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
        * platform/chromium-linux-x86/fast/speech: Added.
        * platform/chromium-linux-x86/fast/speech/input-appearance-searchandspeech-expected.png: Added.
        * platform/chromium-linux-x86/fast/transforms: Added.
        * platform/chromium-linux-x86/fast/transforms/transformed-focused-text-input-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
        * platform/chromium-linux-x86/svg/batik/filters: Added.
        * platform/chromium-linux-x86/svg/batik/filters/feTile-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/js-late-gradient-creation-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/css3-linear-right-angle-gradients-expected.png:
        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-linux/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
        * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
        * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
        * platform/chromium-mac-lion/fast/gradients/css3-linear-right-angle-gradients-expected.png:
        * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-mac-lion/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
        * platform/chromium-mac-lion/svg/batik/filters/feTile-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
        * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/css3-linear-right-angle-gradients-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
        * platform/chromium-mac/svg/batik/filters/feTile-expected.png:
        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients: Added.
        * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
        * platform/chromium-win-xp/fast/speech: Added.
        * platform/chromium-win-xp/fast/speech/input-appearance-searchandspeech-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/filters: Added.
        * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png: Added.
        * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Added.
        * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium-win/fast/gradients/css3-linear-right-angle-gradients-expected.png:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-win/svg/batik/filters/feTile-expected.png:
        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/chromium/TestExpectations:

2013-01-11  Levi Weintraub  <leviw@chromium.org>

        RenderGeometryMap and TransformState disagree with sub-pixel layout and translations
        https://bugs.webkit.org/show_bug.cgi?id=106047

        Reviewed by Simon Fraser.

        * fast/layers/geometry-map-transform-state-translation-mismatch-expected.txt: Added.
        * fast/layers/geometry-map-transform-state-translation-mismatch.html: Added.

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Rebaselines after Skia changes.

        Unreviewed test expectations update.

        These are the last of the Mac/Win failures that do not also occur on Linux.
        There is also an attempt to fix the TestExpectations so that Linux
        goes green. Apparently it will be red if you have "Failure" when it's
        actually an "ImageOnlyFailure", but not reliably.

        * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac-lion/fast/css/focus-ring-detached-expected.png:
        * platform/chromium-mac-lion/fast/css/focus-ring-multiline-expected.png:
        * platform/chromium-mac-lion/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
        * platform/chromium-mac-lion/fast/css/focus-ring-outline-color-expected.png:
        * platform/chromium-mac-lion/fast/css/focus-ring-outline-offset-expected.png:
        * platform/chromium-mac-lion/fast/css/focus-ring-outline-width-expected.png:
        * platform/chromium-mac-lion/fast/css/font-face-multiple-faces-expected.png:
        * platform/chromium-mac-lion/fast/css/outline-auto-location-expected.png:
        * platform/chromium-mac-lion/fast/dom/52776-expected.png:
        * platform/chromium-mac-lion/fast/dom/focus-contenteditable-expected.png:
        * platform/chromium-mac-lion/fast/events/autoscroll-expected.png:
        * platform/chromium-mac-lion/fast/events/context-no-deselect-expected.png:
        * platform/chromium-mac-lion/fast/events/reveal-link-when-focused-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-appearance-focus-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-appearance-selection-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-text-click-inside-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-text-double-click-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-text-drag-down-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-text-option-delete-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-mac-lion/fast/forms/listbox-hit-test-zoomed-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/fast/forms/plaintext-mode-2-expected.png:
        * platform/chromium-mac-lion/fast/forms/select-listbox-multiple-no-focusring-expected.png:
        * platform/chromium-mac-lion/fast/forms/tabbing-input-iframe-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-scrollbar-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea-scrolled-type-expected.png:
        * platform/chromium-mac-lion/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
        * platform/chromium-mac-lion/fast/forms/textfield-focus-ring-expected.png:
        * platform/chromium-mac-lion/fast/forms/textfield-outline-expected.png:
        * platform/chromium-mac-lion/fast/forms/textfield-overflow-expected.png:
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/frames/take-focus-from-iframe-expected.png:
        * platform/chromium-mac-lion/fast/inline/25277-2-expected.png:
        * platform/chromium-mac-lion/fast/inline/25277-expected.png:
        * platform/chromium-mac-lion/fast/inline/continuation-outlines-expected.png:
        * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-2-expected.png:
        * platform/chromium-mac-lion/fast/inline/inline-focus-ring-expected.png:
        * platform/chromium-mac-lion/fast/overflow/overflow-focus-ring-expected.png:
        * platform/chromium-mac-lion/fast/repaint/continuation-after-outline-expected.png:
        * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png:
        * platform/chromium-mac-lion/fast/repaint/focus-layers-expected.png:
        * platform/chromium-mac-lion/fast/repaint/focus-ring-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/chromium-mac-lion/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
        * platform/chromium-mac-lion/fast/table/table-row-focus-ring-paint-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/atsui-multiple-renderers-expected.png:
        * platform/chromium-mac-lion/fast/text/complex-synthetic-bold-space-width-expected.png:
        * platform/chromium-mac-lion/fast/text/delete-hard-break-character-expected.png:
        * platform/chromium-mac-lion/fast/text/international/rtl-caret-expected.png:
        * platform/chromium-mac-lion/fast/transforms/transformed-caret-expected.png:
        * platform/chromium-mac-lion/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
        * platform/chromium-mac-lion/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
        * platform/chromium-mac-lion/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/visibility: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/focus-ring-detached-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-color-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-offset-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/font-face-multiple-faces-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/outline-auto-location-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/focus-contenteditable-expected.png:
        * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
        * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png:
        * platform/chromium-mac-snowleopard/fast/events/reveal-link-when-focused-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/listbox-hit-test-zoomed-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/select-listbox-multiple-no-focusring-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-scrollbar-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/25277-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/25277-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/inline-focus-ring-expected.png:
        * platform/chromium-mac-snowleopard/fast/overflow/overflow-focus-ring-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/continuation-after-outline-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/focus-layers-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/focus-ring-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/table/table-row-focus-ring-paint-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/atsui-multiple-renderers-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/complex-synthetic-bold-space-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/delete-hard-break-character-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/rtl-caret-expected.png:
        * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/visibility: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-border-radius-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-omit-right-slice-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Added.
        * platform/chromium-win-xp/fast/images/paint-subrect-grid-expected.png: Added.
        * platform/chromium-win/fast/borders/border-image-01-expected.png:
        * platform/chromium-win/fast/borders/border-image-border-radius-expected.png:
        * platform/chromium-win/fast/borders/border-image-longhand-expected.png:
        * platform/chromium-win/fast/borders/border-image-omit-right-slice-expected.png:
        * platform/chromium-win/fast/borders/border-image-repeat-expected.png:
        * platform/chromium-win/fast/borders/border-image-scrambled-expected.png:
        * platform/chromium-win/fast/borders/border-image-slices-expected.png:
        * platform/chromium-win/fast/borders/border-image-source-expected.png:
        * platform/chromium-win/fast/images/paint-subrect-grid-expected.png:
        * platform/chromium/TestExpectations:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Mac editing test rebaseline

        Unreviewed expectations update.

        For whatever reason Mac 10.6 and 10.7 use Skia for drawing edit boxes.
        They all needed rebaselining.

        * platform/chromium-mac-lion/editing/deleting/delete-tab-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-to-select-table-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/list-item-1-expected.png:
        * platform/chromium-mac-lion/editing/deleting/merge-different-styles-expected.png:
        * platform/chromium-mac-lion/editing/deleting/merge-endOfParagraph-expected.png:
        * platform/chromium-mac-lion/editing/deleting/merge-no-br-expected.png:
        * platform/chromium-mac-lion/editing/deleting/merge-unrendered-space-expected.png:
        * platform/chromium-mac-lion/editing/deleting/merge-whitespace-pre-expected.png:
        * platform/chromium-mac-lion/editing/deleting/non-smart-delete-expected.png:
        * platform/chromium-mac-lion/editing/deleting/pruning-after-merge-2-expected.png:
        * platform/chromium-mac-lion/editing/deleting/smart-delete-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/smart-delete-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/smart-delete-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/smart-delete-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/table-cells-expected.png:
        * platform/chromium-mac-lion/editing/deleting/type-delete-after-quote-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4580583-1-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4580583-2-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4641880-1-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4641880-2-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4747450-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4916402-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4916541-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4924441-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5080333-1-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5080333-2-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5136770-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5138441-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5142012-1-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5481523-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5569741-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/create-list-with-hr-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/format-block-with-trailing-br-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/indent-empty-root-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/indent-list-item-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/indent-selection-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/insert-list-and-stitch-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/insertHorizontalRule-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/insertImage-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/nsresponder-indent-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/nsresponder-outdent-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/print-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/remove-list-from-range-selection-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/remove-list-item-1-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/selectAll-expected.png:
        * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-mac-lion/editing/inserting/12882-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4278698-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4840662-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4875189-1-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4875189-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4959067-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4960120-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5002441-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5058163-1-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5058163-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5156401-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5418891-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5510537-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5549929-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5549929-3-expected.png:
        * platform/chromium-mac-lion/editing/inserting/6703873-expected.png:
        * platform/chromium-mac-lion/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-mac-lion/editing/inserting/break-blockquote-after-delete-expected.png:
        * platform/chromium-mac-lion/editing/inserting/editable-inline-element-expected.png:
        * platform/chromium-mac-lion/editing/inserting/edited-whitespace-1-expected.png:
        * platform/chromium-mac-lion/editing/inserting/editing-empty-divs-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-3775316-fix-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-3778059-fix-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-3800346-fix-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-after-delete-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-at-end-01-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-at-end-02-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-004-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-005-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-006-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-007-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-008-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-009-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-004-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-005-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-006-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-div-025-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-div-026-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-01-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-02-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-03-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-04-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-05-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-space-in-empty-doc-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-tab-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-tab-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-tab-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-tab-004-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-text-with-newlines-expected.png:
        * platform/chromium-mac-lion/editing/inserting/line-break-expected.png:
        * platform/chromium-mac-lion/editing/inserting/multiple-lines-selected-expected.png:
        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-01-expected.png:
        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-02-expected.png:
        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-03-expected.png:
        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-1-expected.png:
        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/redo-expected.png:
        * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-around-br-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-around-image-001-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/3976872-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4076267-2-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4076267-3-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4076267-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4242293-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4631972-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4806874-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4947130-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5006779-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5032095-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5071074-2-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5071074-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5075944-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5134759-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5156401-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5387578-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5478250-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5601583-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/8145-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/8145-2-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/8145-3-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/bad-placeholder-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/copy-standalone-image-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/cut-text-001-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/displaced-generic-placeholder-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/displaced-placeholder-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/drag-drop-modifies-page-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-2-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-end-blockquote-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-end-borders-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-start-blockquote-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-start-list-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-4038267-fix-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-001-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-002-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-003-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-004-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-005-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-006-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-007-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-008-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-009-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-010-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-001-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-002-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-text-019-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/pasting-object-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/quirks-mode-br-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/smart-drag-drop-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/smart-paste-007-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/smart-paste-008-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/styled-element-markup-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/undoable-fragment-removes-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/unrendered-br-expected.png:
        * platform/chromium-mac-lion/editing/selection/13804-expected.png:
        * platform/chromium-mac-lion/editing/selection/4818145-expected.png:
        * platform/chromium-mac-lion/editing/selection/4866671-expected.png:
        * platform/chromium-mac-lion/editing/selection/4889598-expected.png:
        * platform/chromium-mac-lion/editing/selection/4895428-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/4895428-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/4932260-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/4932260-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/4932260-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/4947387-expected.png:
        * platform/chromium-mac-lion/editing/selection/5007143-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5007143-expected.png:
        * platform/chromium-mac-lion/editing/selection/5057506-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5057506-expected.png:
        * platform/chromium-mac-lion/editing/selection/5076323-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/5076323-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5076323-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/5099303-expected.png:
        * platform/chromium-mac-lion/editing/selection/5131716-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/5131716-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5131716-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/5131716-4-expected.png:
        * platform/chromium-mac-lion/editing/selection/5195166-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5234383-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/5234383-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/6476-expected.png:
        * platform/chromium-mac-lion/editing/selection/after-line-wrap-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-ltr-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-ltr-2-left-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-ltr-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-ltr-right-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-rtl-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-rtl-2-left-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-rtl-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-rtl-right-expected.png:
        * platform/chromium-mac-lion/editing/selection/click-start-of-line-expected.png:
        * platform/chromium-mac-lion/editing/selection/contains-boundaries-expected.png:
        * platform/chromium-mac-lion/editing/selection/contenteditable-click-inside-expected.png:
        * platform/chromium-mac-lion/editing/selection/drag-select-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/editable-non-editable-crash-expected.png:
        * platform/chromium-mac-lion/editing/selection/end-of-document-expected.png:
        * platform/chromium-mac-lion/editing/selection/expanding-selections-expected.png:
        * platform/chromium-mac-lion/editing/selection/expanding-selections2-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-003-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-004-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-005-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-006-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-word-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-word-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-selection-bidi-expected.png:
        * platform/chromium-mac-lion/editing/selection/image-before-linebreak-expected.png:
        * platform/chromium-mac-lion/editing/selection/inline-table-expected.png:
        * platform/chromium-mac-lion/editing/selection/leave-requested-block-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-4-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-5-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-6-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-7-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-8-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-9-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-backwords-by-word-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-between-blocks-no-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-003-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-004-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-005-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-line-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-sentence-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-sentence-linebreak-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-word-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-past-trailing-space-expected.png:
        * platform/chromium-mac-lion/editing/selection/previous-line-position-expected.png:
        * platform/chromium-mac-lion/editing/selection/replace-selection-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/replaced-boundaries-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/replaced-boundaries-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-all-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-all-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
        * platform/chromium-mac-lion/editing/selection/selection-3748164-fix-expected.png:
        * platform/chromium-mac-lion/editing/selection/table-caret-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/table-caret-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/table-caret-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-003-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-004-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-005-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-space-expected.png:
        * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-2-expected.png:
        * platform/chromium-mac-lion/editing/spelling/grammar-markers-expected.png:
        * platform/chromium-mac-lion/editing/spelling/spelling-expected.png:
        * platform/chromium-mac-lion/editing/style/4916887-expected.png:
        * platform/chromium-mac-lion/editing/style/5017613-1-expected.png:
        * platform/chromium-mac-lion/editing/style/5017613-2-expected.png:
        * platform/chromium-mac-lion/editing/style/5046875-1-expected.png:
        * platform/chromium-mac-lion/editing/style/5046875-2-expected.png:
        * platform/chromium-mac-lion/editing/style/5065910-expected.png:
        * platform/chromium-mac-lion/editing/style/5084241-expected.png:
        * platform/chromium-mac-lion/editing/style/5228141-expected.png:
        * platform/chromium-mac-lion/editing/style/5279521-expected.png:
        * platform/chromium-mac-lion/editing/style/block-styles-007-expected.png:
        * platform/chromium-mac-lion/editing/style/highlight-expected.png:
        * platform/chromium-mac-lion/editing/style/smoosh-styles-001-expected.png:
        * platform/chromium-mac-lion/editing/style/smoosh-styles-003-expected.png:
        * platform/chromium-mac-lion/editing/style/style-3681552-fix-001-expected.png:
        * platform/chromium-mac-lion/editing/style/style-3681552-fix-002-expected.png:
        * platform/chromium-mac-lion/editing/style/style-3998892-fix-expected.png:
        * platform/chromium-mac-lion/editing/style/style-boundary-001-expected.png:
        * platform/chromium-mac-lion/editing/style/style-boundary-002-expected.png:
        * platform/chromium-mac-lion/editing/style/style-boundary-003-expected.png:
        * platform/chromium-mac-lion/editing/style/style-boundary-004-expected.png:
        * platform/chromium-mac-lion/editing/style/style-boundary-005-expected.png:
        * platform/chromium-mac-lion/editing/style/typing-style-001-expected.png:
        * platform/chromium-mac-lion/editing/style/typing-style-002-expected.png:
        * platform/chromium-mac-lion/editing/style/unbold-in-bold-expected.png:
        * platform/chromium-mac-lion/editing/undo/4063751-expected.png:
        * platform/chromium-mac-lion/editing/undo/5378473-expected.png: Added.
        * platform/chromium-mac-lion/editing/undo/redo-typing-001-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-combined-delete-boundary-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-combined-delete-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-delete-boundary-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-delete-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-forward-delete-boundary-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-forward-delete-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-misspellings-expected.png: Added.
        * platform/chromium-mac-lion/editing/undo/undo-typing-001-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/list-delete-001-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/list-delete-003-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/list-type-after-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/list-type-before-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/table-delete-001-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/table-delete-002-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/table-delete-003-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/table-type-after-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/table-type-before-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/non-smart-delete-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5481523-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/print-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/selectAll-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-3775316-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-3778059-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-3800346-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-after-delete-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-006-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-008-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-006-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-div-026-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-01-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-04-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-05-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/line-break-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/multiple-lines-selected-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/redo-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/typing-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/typing-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/inserting/typing-around-image-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-generic-placeholder-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-placeholder-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/drag-drop-modifies-page-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-borders-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-blockquote-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-list-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-4035648-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-4038267-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-005-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-006-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-007-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-008-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-009-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-010-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-match-style-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-match-style-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-at-tabspan-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-object-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/quirks-mode-br-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/smart-drag-drop-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-007-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/styled-element-markup-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/unrendered-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4932260-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4932260-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4932260-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4947387-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5007143-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5007143-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5057506-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5057506-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5076323-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5076323-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5076323-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5099303-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5131716-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5131716-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5131716-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5131716-4-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5195166-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/6476-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/after-line-wrap-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-left-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-right-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/click-start-of-line-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/contains-boundaries-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/contenteditable-click-inside-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/editable-non-editable-crash-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/end-of-document-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/expanding-selections2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-005-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-006-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-sentence-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/image-before-linebreak-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-4-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-5-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-6-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-7-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-8-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-9-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-between-blocks-no-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-005-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-6-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-line-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-linebreak-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-past-trailing-space-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/previous-line-position-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/replace-selection-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-all-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-all-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-missing-image-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/selection-3748164-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/table-caret-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/table-caret-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-004-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-005-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-space-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png:
        * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/4916887-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5017613-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5017613-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5065910-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5084241-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5228141-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5279521-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/highlight-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/smoosh-styles-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/smoosh-styles-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/style-3681552-fix-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/style-3681552-fix-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/style-3998892-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/style-boundary-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/style-boundary-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/style-boundary-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/style-boundary-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/style-boundary-005-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/typing-style-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/typing-style-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/style/unbold-in-bold-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/undo/4063751-expected.png:
        * platform/chromium-mac-snowleopard/editing/undo/5378473-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/undo/redo-typing-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/undo/undo-combined-delete-boundary-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/undo/undo-combined-delete-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/undo/undo-delete-boundary-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/undo/undo-delete-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/undo/undo-forward-delete-boundary-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/undo/undo-forward-delete-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/undo/undo-misspellings-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/undo/undo-typing-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-after-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-before-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png:
        * platform/chromium/TestExpectations:

2013-01-11  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/hidpi/image-set-background-dynamic.html
        as slow on Debug builds.

        * platform/chromium/TestExpectations:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [ Chromium ] New Mac rebaselines (some)

        Unreviewed expectatiosn update after skia changes.

        These are some of the Mac fixes, but mostly it addresses the issues
        with TestExpectations, so hopefully we'll get green builds.

        * platform/chromium-mac-lion/editing/deleting/4922367-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5099303-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5126166-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5144139-2-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5206311-1-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5272440-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5369009-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5433862-2-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5483370-expected.png:
        * platform/chromium-mac-lion/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
        * platform/chromium-mac-lion/editing/deleting/delete-3608445-fix-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-3608462-fix-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-4083333-fix-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-and-undo-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-start-or-end-expected.png: Added.
        * platform/chromium-mac-lion/editing/deleting/delete-block-contents-001-expected.png: Added.
        * platform/chromium-mac-lion/editing/deleting/delete-block-contents-002-expected.png: Added.
        * platform/chromium-mac-lion/editing/deleting/delete-block-contents-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-005-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-006-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-007-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-008-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-009-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-010-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-011-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-012-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-013-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-014-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-015-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-016-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-017-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-005-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-006-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-007-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-013-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-character-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-contiguous-ws-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-first-list-item-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-hr-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-image-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-image-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-image-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-image-004-expected.png: Added.
        * platform/chromium-mac-lion/editing/deleting/delete-leading-ws-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-line-015-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-line-016-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-line-017-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-listitem-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-listitem-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-selection-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-tab-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-tab-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-tab-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/4922367-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5144139-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5206311-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5272440-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5369009-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5433862-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-3608445-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-3608462-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-4083333-fix-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-at-start-or-end-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-005-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-006-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-007-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-013-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-character-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-first-list-item-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-hr-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-image-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-image-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-image-003-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-image-004-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-leading-ws-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-015-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-016-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-017-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-listitem-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-listitem-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-selection-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png: Added.
        * platform/chromium-win-xp/css2.1/20110323/replaced-min-max-001-expected.png: Added.
        * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/chromium/TestExpectations:

2013-01-11  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Skipping accessibility/corresponding-control-deleted-crash.html on Mac since
        it fails without Shadow DOM enabled.

        * platform/mac/TestExpectations:

2013-01-11  Xianzhu Wang  <wangxianzhu@chromium.org>

        RenderLayerCompositor should let ScrollingCoordinator update main thread scrolling reasons after change of layers
        https://bugs.webkit.org/show_bug.cgi?id=105652

        Reviewed by Simon Fraser.

        Tests to ensure mainThreadScrollingReasons are correctly updated after a fixed element is dynamically inserted into the DOM tree.

        * compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
        * compositing/layer-creation/fixed-position-in-view-dynamic.html: Added.
        * compositing/layer-creation/fixed-position-out-of-view-dynamic-expected.txt: Added.
        * compositing/layer-creation/fixed-position-out-of-view-dynamic.html: Added.

2013-01-11  Kenneth Russell  <kbr@google.com>

        [Chromium] WebGL typed array constructor crashes on exception
        https://bugs.webkit.org/show_bug.cgi?id=106308

        Reviewed by Kentaro Hara.

        Updated typed array tests to latest version from Khronos repository.

        * fast/canvas/webgl/array-unit-tests-expected.txt:
        * fast/canvas/webgl/array-unit-tests.html:

2013-01-11  Florin Malita  <fmalita@chromium.org>

        [SVG] Suppress resource rebuilding for unattached and shadow elements
        https://bugs.webkit.org/show_bug.cgi?id=106664

        Reviewed by Dirk Schulze.

        * svg/custom/use-rebuild-resources-crash-expected.txt: Added.
        * svg/custom/use-rebuild-resources-crash.svg: Added.

2013-01-11  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Computed hierarchical level is not consistent with aria-level
        https://bugs.webkit.org/show_bug.cgi?id=106638

        Reviewed by Chris Fleizach.

        Extend aria-tree.html to check the hierarchicalLevel automatically
        computed when aria-level is not provided. Make sure they're consistent.
        Now, the mac disclosureLevel will be one less than the web aria-level.

        * platform/mac/accessibility/aria-tree-expected.txt:
        * platform/mac/accessibility/aria-tree.html:
        * platform/mac/accessibility/aria-treegrid-expected.txt:
        * platform/mac/accessibility/aria-treegrid.html:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test Expectations update after Skia flag changes.

        Unreviewed test expectations update.

        These are still failing, not sure why as some of them are already in expectations.
        Test lint passes.

        * platform/chromium/TestExpectations:

2013-01-11  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Workspace should support several projects and should not have temporary UISourceCodes.
        https://bugs.webkit.org/show_bug.cgi?id=105856

        Reviewed by Pavel Feldman.

        * http/tests/inspector-enabled/dynamic-scripts.html:
        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/network/network-request-revision-content.html:
        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/dynamic-scripts.html:
        * inspector/debugger/live-edit-breakpoints-expected.txt:
        * inspector/debugger/live-edit-breakpoints.html:
        * inspector/debugger/resource-script-mapping-expected.txt:
        * inspector/debugger/resource-script-mapping.html:
        * inspector/debugger/resources/edit-me-breakpoints.js: Added.
        (f):
        * inspector/debugger/script-snippet-model-expected.txt:
        * inspector/debugger/script-snippet-model.html:
        * inspector/debugger/scripts-panel-expected.txt:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/watch-expressions-preserve-expansion-expected.txt:
        * inspector/debugger/watch-expressions-preserve-expansion.html:
        * inspector/uisourcecode-revisions.html:

2013-01-11  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Remove unnecessary platform expectations for now-passing test.

        * platform/efl/media/video-controls-captions-expected.txt: Removed.

2013-01-11  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaselining results after http://trac.webkit.org/changeset/139238.

        * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
        * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-complex-inner-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-inset-outset-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-wide-border-05-expected.png:
        * platform/chromium-mac/fast/borders/border-styles-split-expected.png:
        * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png:
        * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/chromium-mac/fast/writing-mode/border-styles-vertical-lr-expected.png:
        * platform/chromium-mac/fast/writing-mode/border-styles-vertical-rl-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
        * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png:
        * platform/chromium-win/fast/borders/border-radius-complex-inner-expected.png:
        * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.png:
        * platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png:
        * platform/chromium-win/fast/borders/border-styles-split-expected.png:
        * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
        * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.png:
        * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
        * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium/TestExpectations:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test Expectations update after Skia flag changes.

        Unreviewed test expectations update.

        Apparently, we use Skia to draw some forms on Mac and Win, causing
        failures not seen on Linux.

        * platform/chromium/TestExpectations:

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        Unreviewed test expectations update.

        All of the tests will be rebaselined by end of day.

        * platform/chromium/TestExpectations: Mark tests affected by Skia flag changes as expected to fail.

2013-01-11  Stephen Chenney  <schenney@chromium.org>

        Objects can be re-added to the AXObjectCache during removal
        https://bugs.webkit.org/show_bug.cgi?id=104171

        Reviewed by Simon Fraser.

        New test which asserts with !m_hasAXObject in RenderObject::~RenderObject without the patch. Requires Shadow DOM enabled.

        * accessibility/corresponding-control-deleted-crash-expected.txt: Added.
        * accessibility/corresponding-control-deleted-crash.html: Added.

2013-01-11  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Skip new failing tests introduced in r139330 since
        ENABLE_CSS_FILTERS flag is not enabled on EFL port.

        * platform/efl/TestExpectations:

2013-01-11  Anton Vayvod  <avayvod@chromium.org>

        Text Autosizing - elements much narrower than its parent autosizing clusters should be autosized separately.
        https://bugs.webkit.org/show_bug.cgi?id=105188

        Reviewed by Kenneth Rohde Christiansen.

        Checked that a narrow autosizing container becomes an autosizing cluster.
        Fixed other tests that used narrow descendant blocks.

        * fast/text-autosizing/cluster-narrow-in-wide-expected.html:
        * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html:
        * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html:
        * fast/text-autosizing/cluster-narrow-in-wide.html:
        * fast/text-autosizing/cluster-with-wide-lca-expected.html:
        * fast/text-autosizing/cluster-with-wide-lca.html:
        * fast/text-autosizing/narrow-child-expected.html:
        * fast/text-autosizing/narrow-child.html:

2013-01-11  Antoine Quint  <graouts@apple.com>

        Web Inspector: Option+Click on Node Expander Doesn't Work the First Time
        https://bugs.webkit.org/show_bug.cgi?id=66868

        Adding a new protocol test that covers the new `depth` parameter for the
        requestChildNodes method and a new front-end method that tests correct
        behavior of the expandRecursively() method.

        Reviewed by Pavel Feldman.

        * inspector-protocol/dom-request-child-nodes-depth-expected.txt: Added.
        * inspector-protocol/dom-request-child-nodes-depth.html: Added.
        * inspector/elements/expand-recursively-expected.txt: Added.
        * inspector/elements/expand-recursively.html: Added.

2013-01-11  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Add ImageOnlyFailure for fast/css/font-face-unicode-range.html on win
        https://bugs.webkit.org/show_bug.cgi?id=100806

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-01-11  Jochen Eisinger  <jochen@chromium.org>

        Connect UserGestureIndicator for mousedown and mouseup events
        https://bugs.webkit.org/show_bug.cgi?id=105138

        Reviewed by Adam Barth.

        * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-two-events-expected.txt: Added.
        * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-two-events.html: Added.

2013-01-11  Eugene Klyuchnikov  <eustas@chromium.org>

        Web Inspector: [Resources] "Delete" cookie deletes all cookies with matching name.
        https://bugs.webkit.org/show_bug.cgi?id=105633

        Reviewed by Pavel Feldman.

        Adopt new signatures.

        * http/tests/inspector/resource-main-cookies.php:

2013-01-11  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector [chromium]: Debugger.globalObjectCleared is not dispatched on reload after renderer swap
        https://bugs.webkit.org/show_bug.cgi?id=106555

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * inspector/debugger/debugger-scripts-reload-expected.txt: Added.
        * inspector/debugger/debugger-scripts-reload.html: Added.

2013-01-11  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Refactoring, move NetworkWorkspaceProvider to NetworkUISourceCodeProvider.js and rename its parent to SimpleWorkspaceProvider.
        https://bugs.webkit.org/show_bug.cgi?id=106635

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * inspector/debugger/resource-script-mapping.html:
        * inspector/debugger/scripts-panel.html:

2013-01-10  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        On Linux, should be able to get spelling suggestions without selecting the misspelled word
        https://bugs.webkit.org/show_bug.cgi?id=103520

        Reviewed by Ryosuke Niwa.

        * platform/efl/TestExpectations:
        Unskip context-menu-suggestions.html for WebKit-EFL as it passes now.

        * platform/gtk/TestExpectations:
        Update failing reason.

2013-01-10  John J. Barton  <johnjbarton@chromium.org>

        Web Inspector: Pass the script url to the script-preprocessor script
        https://bugs.webkit.org/show_bug.cgi?id=104384

        Reviewed by Pavel Feldman.

        Tests for Bug 80922 by Pavel Feldman <pfeldman@chromium.org> that did not land somehow, 
        with additional test for Bug 104384 

        * inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
        * inspector/debugger/debugger-script-preprocessor.html: Added.
        * platform/chromium/inspector/debugger/debugger-script-preprocessor-expected.txt: Added.

2013-01-10  Eugene Klyuchnikov  <eustas@chromium.org>

        Web Inspector: DataGrid refactoring: make cell editing more generic.
        https://bugs.webkit.org/show_bug.cgi?id=105849

        Reviewed by Pavel Feldman.

        * inspector/storage-panel-dom-storage-update.html: Fix column names.
        * inspector/storage-panel-dom-storage.html: Ditto.

2013-01-10  Matt Falkenhagen  <falken@chromium.org>

        Elements must be reattached when inserted/removed from top layer
        https://bugs.webkit.org/show_bug.cgi?id=105489

        Reviewed by Julien Chaffraix.

        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
        * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
        This tests that a top layer element removed from the document does not reappear in the top layer if readded.
        This test actually would pass before this patch, but just by good fortune (see bug).
        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
        This tests that top layer ordering is correct after removing and readding an element to the top layer.

2013-01-10  Shinya Kawanaka  <shinyak@chromium.org>

        When a selected node in nested ShadowDOM is deleted, selection have wrong range.
        https://bugs.webkit.org/show_bug.cgi?id=106526

        Reviewed by Ryosuke Niwa.

        * fast/dom/shadow/selection-in-nested-shadow-expected.txt: Added.
        * fast/dom/shadow/selection-in-nested-shadow.html: Added.

2013-01-10  James Robinson  <jamesr@chromium.org>

        [chromium] Store scrollable layer's contents size for coordinated scrollable layers
        https://bugs.webkit.org/show_bug.cgi?id=106518

        Reviewed by Adrienne Walker.

        * platform/chromium/TestExpectations:

2013-01-10  Michael Pruett  <michael@68k.org>

        IndexedDB: Update expected results for IndexedDB layout tests
        https://bugs.webkit.org/show_bug.cgi?id=106411

        Reviewed by Tony Chang.

        For IndexedDB layout tests whose output differs between V8 and
        JSC, move V8 test output to platform/chromium and set expected
        results to JSC test output.

        * platform/chromium/storage/indexeddb/exception-in-event-aborts-expected.txt: Copied from LayoutTests/storage/indexeddb/exception-in-event-aborts-expected.txt.
        * platform/chromium/storage/indexeddb/transaction-error-expected.txt: Copied from LayoutTests/storage/indexeddb/transaction-error-expected.txt.
        * platform/chromium/storage/indexeddb/version-change-abort-expected.txt: Copied from LayoutTests/storage/indexeddb/version-change-abort-expected.txt.
        * storage/indexeddb/exception-in-event-aborts-expected.txt:
        * storage/indexeddb/transaction-error-expected.txt:
        * storage/indexeddb/version-change-abort-expected.txt:

2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>

        Layout Test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is flaky.
        https://bugs.webkit.org/show_bug.cgi?id=106612

        * platform/chromium/TestExpectations: Marked as flake.

2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Layout Test animations/fill-mode-iteration-count-non-integer.html is failing.
        https://bugs.webkit.org/show_bug.cgi?id=106609

        * platform/chromium/TestExpectations: Marked as failing.

2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>

        Adjust ref-test expectation to actual work.

        * platform/chromium/TestExpectations: Adjusted.

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

        Unreviewed rebaseline. Apple Windows port.

        * platform/win/fast/ruby/base-shorter-than-text-expected.txt:

2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout.
        https://bugs.webkit.org/show_bug.cgi?id=106606

        * platform/chromium/TestExpectations: Added.

2013-01-10  Dan Beam  <dbeam@chromium.org>

        Implement AutocompleteErrorEvent#reason
        https://bugs.webkit.org/show_bug.cgi?id=105568

        Added tests to verify event creation and global event constructor existence of AutocompleteErrorEvent
        and updated the existing tests to make sure errors received are of the right type and have the right reason.

        Reviewed by Adam Barth.

        * fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Added.
        * fast/events/constructors/autocomplete-error-event-constructor.html: Added.
        * fast/events/event-creation.html: Added new AutocompleteErrorEvent() test case.
        * fast/forms/form-request-autocomplete.html: Updated 'autocompleteerror' listeners to check event.reason.
        * fast/js/constructor-length.html: Added AutocompleteErrorEvent to list.
        * fast/js/script-tests/global-constructors.js: Added AutocompleteErrorEvent to list.
        * platform/blackberry/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
        * platform/chromium/fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Added.
        * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Updated passing expectations.
        * platform/chromium/fast/js/constructor-length-expected.txt: Added expected 0 length result.
        * platform/gtk/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
        * platform/mac/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
        * platform/qt/fast/js/constructor-length-expected.txt: Added expected ReferenceError.

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

        Unreviewed rebaselines. Apple Windows port.

        * platform/win/TestExpectations:
        * platform/win/fast/dom/window-load-crash-expected.txt: Added.

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

        Unreviewed, rolling out r139226.
        http://trac.webkit.org/changeset/139226
        https://bugs.webkit.org/show_bug.cgi?id=106602

        rebaselines were premature (Requested by rfong on #webkit).

        * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
        * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Removed.
        * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Removed.

2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Layout Test svg/dom/SVGScriptElement/script-onerror-bubbling.svg is a flaky timeout on all platforms.
        https://bugs.webkit.org/show_bug.cgi?id=106598

        * platform/chromium/TestExpectations: Expectatized.

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

        Unreviewed GTK gardening.

        Expanding the timeout expectation for fast/css/user-drag-none.html, the test
        times out on both debug and release builds.

        * platform/gtk/TestExpectations:

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

        Flexboxes incorrectly add the scrollbar width to the intrinsic width of fixed-width items
        https://bugs.webkit.org/show_bug.cgi?id=106591

        Reviewed by Levi Weintraub.

        * fast/css/fixed-width-intrinsic-width-excludes-scrollbars-expected.txt: Added.
        * fast/css/fixed-width-intrinsic-width-excludes-scrollbars.html: Added.
        * fast/css/positioned-overflow-scroll.html:

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

        Unreviewed GTK gardening.

        Removing a few crash expectations for tests that haven't crashed
        for a long time. Hopefully the crash causes have been fixed.
        Adding a flaky failure expectation for a CSS Regions reftest.

        * platform/gtk/TestExpectations:

2013-01-10  Levi Weintraub  <leviw@chromium.org>

        ScrollingCoordinator touch event hit rects aren't converted to proper coordinates when in nested views
        https://bugs.webkit.org/show_bug.cgi?id=106383

        Reviewed by James Robinson.

        * platform/chromium/fast/events/touch/resources: Added.
        * platform/chromium/fast/events/touch/resources/frame-with-touch-handler.html: Added.
        * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Added.
        * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html: Added.

2013-01-10  Levi Weintraub  <leviw@chromium.org>

        Regression(r137939): Heap-use-after-free in WebCore::accumulateDocumentEventTargetRects
        https://bugs.webkit.org/show_bug.cgi?id=106454

        Reviewed by James Robinson.

        * fast/events/touch/nested-document-with-touch-handler-detached-crash.html: Added.
        * fast/events/touch/nested-document-with-touch-handler-detached-crash-expected.txt: Added.

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

        Convert fast/css/positioned-overflow-scroll.html to a check-layout.js test
        https://bugs.webkit.org/show_bug.cgi?id=106585

        Reviewed by Tony Chang.

        This is in preparation for adding more cases to this test.

        * fast/css/positioned-overflow-scroll-expected.txt: Added.
        * fast/css/positioned-overflow-scroll.html:
        * platform/chromium-android/fast/css/positioned-overflow-scroll-expected.png: Removed.
        * platform/chromium-android/fast/css/positioned-overflow-scroll-expected.txt: Removed.
        * platform/chromium-linux/fast/css/positioned-overflow-scroll-expected.png: Removed.
        * platform/chromium-mac-lion/fast/css/positioned-overflow-scroll-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/css/positioned-overflow-scroll-expected.png: Removed.
        * platform/chromium-mac/fast/css/positioned-overflow-scroll-expected.png: Removed.
        * platform/chromium-win/fast/css/positioned-overflow-scroll-expected.png: Removed.
        * platform/chromium/fast/css/positioned-overflow-scroll-expected.txt: Removed.
        * platform/efl/fast/css/positioned-overflow-scroll-expected.png: Removed.
        * platform/efl/fast/css/positioned-overflow-scroll-expected.txt: Removed.
        * platform/gtk/fast/css/positioned-overflow-scroll-expected.png: Removed.
        * platform/gtk/fast/css/positioned-overflow-scroll-expected.txt: Removed.
        * platform/mac/fast/css/positioned-overflow-scroll-expected.png: Removed.
        * platform/mac/fast/css/positioned-overflow-scroll-expected.txt: Removed.
        * platform/qt/fast/css/positioned-overflow-scroll-expected.png: Removed.
        * platform/qt/fast/css/positioned-overflow-scroll-expected.txt: Removed.
        * resources/check-layout.js:

2013-01-10  Robert Kroeger  <rjkroege@chromium.org>

        Manually revert http://trac.webkit.org/changeset/136012
        https://bugs.webkit.org/show_bug.cgi?id=106580

        Reviewed by Dimitri Glazkov.

        * fast/events/touch/gesture/touch-gesture-scroll-remove-node-expected.txt: Removed.
        * fast/events/touch/gesture/touch-gesture-scroll-remove-node.html: Removed.

2013-01-10  Robert Hogan  <robert@webkit.org>

        REGRESSION(r136967): margin-top + overflow:hidden causes incorrect layout for internal floated elements
        https://bugs.webkit.org/show_bug.cgi?id=106374

        Reviewed by David Hyatt.

        * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child-expected.txt: Added.
        * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child.html: Added.

2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Update expectations for fast/regions/selecting-text-through-different-region-flows.html.

        * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.

2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Mark more inspector/geolocation* tests as flaky on Win.
        https://bugs.webkit.org/show_bug.cgi?id=106426

        * platform/chromium/TestExpectations: Marked.

2013-01-10  John J. Barton  <johnjbarton@chromium.org>

        Web Inspector: Refactor InspectorTest to create output interface
        https://bugs.webkit.org/show_bug.cgi?id=106231

        Reviewed by Pavel Feldman.

        Refactor InspectorTest to extract InspectorTest.Output, the API 
        used between InspectorTest and the test output reciever (the 
        test-script page by default).

        * http/tests/inspector/inspector-test.js:
        (initialize_InspectorTest.InspectorTest.Output.testComplete):
        (initialize_InspectorTest.InspectorTest.Output.addResult):
        (initialize_InspectorTest.InspectorTest.Output.clearResults):
        (initialize_InspectorTest.InspectorTest.completeTest):
        (initialize_InspectorTest.InspectorTest.addResult):

2013-01-10  Max Vujovic  <mvujovic@adobe.com>

        [CSS Filters] RenderLayerCompositor::addToOverlapMap should take into account the filters outsets (ie. blur and drop-shadow)
        https://bugs.webkit.org/show_bug.cgi?id=94022

        Reviewed by Simon Fraser.

        Add tests to check several combinations of software layer and composited layer overlap when
        filter outsets are involved.

        * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
        * compositing/filters/sw-layer-overlaps-hw-shadow.html: Added.
        * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
        * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow.html: Added.
        * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
        * compositing/filters/sw-shadow-overlaps-hw-layer.html: Added.
        * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
        * compositing/filters/sw-shadow-overlaps-hw-shadow.html: Added.
        * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
        * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.

2013-01-09  Ojan Vafai  <ojan@chromium.org>

        intrinsic min-widths don't override width for file upload controls
        https://bugs.webkit.org/show_bug.cgi?id=106517

        Reviewed by Tony Chang.

        * fast/forms/file/intrinsic-min-width-overrides-width-expected.html: Added.
        * fast/forms/file/intrinsic-min-width-overrides-width.html: Added.

2013-01-10  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaselining results after http://trac.webkit.org/changeset/138250.

        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/chromium-mac/svg/custom/feDisplacementMap-01-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
        * platform/chromium-mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
        * platform/chromium-mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
        * platform/chromium-mac/svg/filters/feImage-position-expected.png:
        * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
        * platform/chromium-mac/svg/filters/feImage-reference-invalidation-expected.png:
        * platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
        * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-add-to-document-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-attribute-change-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-changes-id-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-id-change-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-inline-style-change-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-property-change-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-reappend-to-document-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-remove-from-document-expected.png:
        * platform/chromium-mac/svg/filters/feImage-target-style-change-expected.png:
        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
        * platform/chromium/TestExpectations:

2013-01-10  Victor Carbune  <victor@rosedu.org>

        media/video-controls-captions.html fails after fixing https://bugs.webkit.org/show_bug.cgi?id=105536
        https://bugs.webkit.org/show_bug.cgi?id=106230

        Reviewed by Eric Carlson.

        * platform/chromium/TestExpectations: Reactivated test.

2013-01-10  Alexander Pavlov  <apavlov@chromium.org>

        The "outline-offset" property is not found in the computed style property list
        https://bugs.webkit.org/show_bug.cgi?id=106561

        Reviewed by Alexis Menard.

        * fast/css/getComputedStyle/getComputedStyle-outline-offset-expected.txt: Added.
        * fast/css/getComputedStyle/getComputedStyle-outline-offset.html: Added.

2013-01-10  Alexander Pavlov  <apavlov@chromium.org>

        CSSParser does not allow the absence of whitespace between "and" and "expression"
        https://bugs.webkit.org/show_bug.cgi?id=106458

        Reviewed by Antti Koivisto.

        * fast/css/media-rule-no-whitespace-expected.txt: Added.
        * fast/css/media-rule-no-whitespace.html: Added.

2013-01-10  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaselining results after http://trac.webkit.org/changeset/139191.

        * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/background-leakage-transforms-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-mac-lion/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac-lion/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-lion/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-mac-lion/fast/layers/video-layer-expected.png:
        * platform/chromium-mac-lion/fast/regions/full-screen-video-from-region-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
        * platform/chromium-mac-lion/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
        * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac-lion/media/audio-repaint-expected.png:
        * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
        * platform/chromium-mac-lion/media/controls-layout-direction-expected.png:
        * platform/chromium-mac-lion/media/controls-strict-expected.png:
        * platform/chromium-mac-lion/media/controls-styling-expected.png:
        * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
        * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
        * platform/chromium-mac-lion/media/media-controls-clone-expected.png:
        * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
        * platform/chromium-mac-lion/media/video-empty-source-expected.png:
        * platform/chromium-mac-lion/media/video-no-audio-expected.png:
        * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
        * platform/chromium-mac-snowleopard/fast/regions/full-screen-video-from-region-expected.png:
        * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
        * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
        * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
        * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac/fast/backgrounds/background-leakage-expected.png:
        * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
        * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png:
        * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png:
        * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
        * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-mac/fast/box-shadow/spread-expected.png:
        * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-mac/fast/layers/video-layer-expected.png:
        * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac/fast/transforms/shadows-expected.png:
        * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
        * platform/chromium-mac/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac/media/audio-repaint-expected.png:
        * platform/chromium-mac/media/controls-after-reload-expected.png:
        * platform/chromium-mac/media/controls-layout-direction-expected.png:
        * platform/chromium-mac/media/controls-strict-expected.png:
        * platform/chromium-mac/media/controls-styling-expected.png:
        * platform/chromium-mac/media/controls-styling-strict-expected.png:
        * platform/chromium-mac/media/controls-without-preload-expected.png:
        * platform/chromium-mac/media/media-controls-clone-expected.png:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/media/video-controls-rendering-expected.png:
        * platform/chromium-mac/media/video-display-toggle-expected.png:
        * platform/chromium-mac/media/video-empty-source-expected.png:
        * platform/chromium-mac/media/video-no-audio-expected.png:
        * platform/chromium-mac/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/media/video-zoom-controls-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-win/fast/backgrounds/background-leakage-expected.png:
        * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.png:
        * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
        * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
        * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
        * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
        * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-win/fast/box-shadow/spread-expected.png:
        * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/chromium-win/fast/css/shadow-multiple-expected.png:
        * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-win/fast/layers/video-layer-expected.png:
        * platform/chromium-win/fast/regions/full-screen-video-from-region-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-win/fast/transforms/shadows-expected.png:
        * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
        * platform/chromium-win/media/audio-controls-rendering-expected.png:
        * platform/chromium-win/media/audio-repaint-expected.png:
        * platform/chromium-win/media/controls-after-reload-expected.png:
        * platform/chromium-win/media/controls-layout-direction-expected.png:
        * platform/chromium-win/media/controls-strict-expected.png:
        * platform/chromium-win/media/controls-styling-expected.png:
        * platform/chromium-win/media/controls-styling-strict-expected.png:
        * platform/chromium-win/media/controls-without-preload-expected.png:
        * platform/chromium-win/media/media-controls-clone-expected.png:
        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
        * platform/chromium-win/media/video-controls-rendering-expected.png:
        * platform/chromium-win/media/video-display-toggle-expected.png:
        * platform/chromium-win/media/video-empty-source-expected.png:
        * platform/chromium-win/media/video-no-audio-expected.png:
        * platform/chromium-win/media/video-playing-and-pause-expected.png:
        * platform/chromium-win/media/video-zoom-controls-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl-wk2/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.

2013-01-10  Alexis Menard  <alexis@webkit.org>

        ASSERT_NOT_REACHED in StylePropertySet::fontValue when accessing font style property through JS after setting style font size.
        https://bugs.webkit.org/show_bug.cgi?id=88866

        Reviewed by Alexander Pavlov.

        Add tests to cover the bug.

        * fast/css/font-shorthand-from-longhands-expected.txt: Added.
        * fast/css/font-shorthand-from-longhands.html: Added.

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

        [EFL] Unreviewed gardening.

        video-src-blob.html is flaky, not always crashing.

        * platform/efl/TestExpectations:

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

        [EFL] Unreviewed gardening.

        Marking one more flaky crasher due to gstreamer.

        * platform/efl/TestExpectations:

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

        [EFL] Unreviewed gardening.

        Marking three media tests as flaky crashers.

        * platform/efl/TestExpectations:

2013-01-10  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, paint the bots green.

        * platform/qt/TestExpectations: Skip http/tests/security/isolatedWorld/* tests instead of marking them as failures. (r138817)
        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Added after r139197.
        * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added after r139197.

2013-01-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Fix ietestcenter/css3/bordersbackgrounds/border-radius-clip-002.htm expectation lines

        Unreviewed gardening.

        * platform/chromium/TestExpectations: Two bugs and expectation lines refer to this test, and one
        expectation line overrides the other: assign to the earlier bug and ditch the redundant line.

2013-01-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Remove lost-compositor-context layout tests
        https://bugs.webkit.org/show_bug.cgi?id=106089

        Unreviewed gardening.

        * platform/chromium/TestExpectations: Remove all references to the
        lost-compositor-context test expectations after r138814.
        
2013-01-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Optimize expectations for fast/forms/button-inner-block-reuse.html

        Unreviewed gardening.

        * platform/chromium-win-xp/fast/forms/button-inner-block-reuse-expected.png: Removed.
        * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.png:

2013-01-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Optimize expectations for fast/forms/button-generated-content.html

        Unreviewed gardening.

        * platform/chromium-win-xp/fast/forms/button-generated-content-expected.png: Removed.
        * platform/chromium-win/fast/forms/button-generated-content-expected.png:

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

        [EFL] Unreviewed gardening.

        Marking a missing expectation for fast/repaint/caret-with-transformation.html

        * platform/efl/TestExpectations:

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

        Unreviewed GTK gardening.

        Removing a few failure expectations that are no longer needed.
        The tests the expectations were covering now pass.

        * platform/gtk/TestExpectations:

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

        Unreviewed GTK gardening.

        Adding a platform-specific baseline for a CSS Regions test.
        Adding a missing expectation for the fast/repaint/caret-with-transformation.html layout test.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.

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

        Unreviewed EFL gardening.

        Add platform expectation for new test added in r139197.

        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
        * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.

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

        [EFL] Add gstreamer 1.0.5 to jhbuild
        https://bugs.webkit.org/show_bug.cgi?id=106178

        Reviewed by Laszlo Gombos.

        Skip several media tests that are crashing with gstreamer 1.0.

        * platform/efl/TestExpectations:
        * platform/efl/media/sources-fallback-codecs-expected.txt: Removed.

2013-01-09  Noel Gordon  <noel.gordon@gmail.com>

        New chromium-mac pixel baseline for gradient-background-leakage-hidpi.html
        https://bugs.webkit.org/show_bug.cgi?id=106373

        Unreviewed gardening.

        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.

2013-01-09  Noel Gordon  <noel.gordon@gmail.com>

        Update expectations for fast/forms/button-generated-content.html

        Unreviewed gardening.

        * fast/forms/button-generated-content-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/button-generated-content-expected.txt.
        * platform/chromium-win-xp/fast/forms/button-generated-content-expected.png: Added.
        * platform/mac/fast/forms/button-generated-content-expected.txt: Removed.

2013-01-09  Noel Gordon  <noel.gordon@gmail.com>

        Update expectations for fast/forms/button-inner-block-reuse.html

        Unreviewed gardening.

        * fast/forms/button-inner-block-reuse-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/button-inner-block-reuse-expected.txt.
        * platform/chromium-win-xp/fast/forms/button-inner-block-reuse-expected.png: Added.
        * platform/mac/fast/forms/button-inner-block-reuse-expected.txt: Removed.

2013-01-09  Tien-Ren Chen  <trchen@chromium.org>

        Make caret repainting container-aware
        https://bugs.webkit.org/show_bug.cgi?id=103955

        Reviewed by Simon Fraser.

        The caret repaint padding has been removed. Needs rebaseline.
        Added test that carets should be repainted correctly on a transformed element.

        * fast/repaint/caret-with-transformation.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-09  Noel Gordon  <noel.gordon@gmail.com>

        [Chromium] Add win mac expectations for r139256
        https://bugs.webkit.org/show_bug.cgi?id=106404

        Unreviewed gardening.

        * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-expected.png: Added.
        * platform/chromium-win/fast/borders/border-radius-with-box-shadow-expected.png: Added.

2013-01-09  Ryosuke Niwa  <rniwa@webkit.org>

        [JSC] REGRESSION(r135093): A form control with name=length overrides length property on form.elements
        https://bugs.webkit.org/show_bug.cgi?id=105775

        Reviewed by Sam Weinig.

        Added a regression tests for all known HTMLCollection sublcasses except HTMLNameCollection,
        which is used only to implement named getters on window and document objects and HTMLPropertiesCollection
        since it's not enabled on all ports yet.

        * fast/dom/collection-length-should-not-be-overridden-expected.txt: Added.
        * fast/dom/collection-length-should-not-be-overridden.html: Added.

2013-01-09  Shinya Kawanaka  <shinyak@chromium.org>

        Assert triggered in SelectorChecker::checkOneSelector when scrollbar (e.g. :horizontal) selector is specified.
        https://bugs.webkit.org/show_bug.cgi?id=106414

        Reviewed by Dimitri Glazkov.

        * fast/css/scrollbar-crash-expected.txt: Added.
        * fast/css/scrollbar-crash.html: Added.

2013-01-09  Takashi Sakamoto  <tasak@google.com>

        border-radius with box-shadow is not rendered correctly
        https://bugs.webkit.org/show_bug.cgi?id=106404

        Reviewed by Hajime Morita.

        * fast/borders/border-radius-with-box-shadow-expected.txt: Added.
        * fast/borders/border-radius-with-box-shadow.html: Added.
        * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png: Added.

2013-01-09  Anders Carlsson  <andersca@apple.com>

        Update a test result.

        * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:

2013-01-09  Stephanie Lewis  <slewis@apple.com>

        Rebaseline fast/inline/continuation-outlines-with-layers.html
        https://bugs.webkit.org/show_bug.cgi?id=106064.

        Unreviewed.

        Rebaseline after http://trac.webkit.org/changeset/139223. 

        * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:

2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Ascribe a bug to a crash..

        * platform/chromium/TestExpectations: Ascribed.

2013-01-09  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibility/aria-labelledby-overrides-label.html requires a proper baseline
        https://bugs.webkit.org/show_bug.cgi?id=105638

        Reviewed by Martin Robinson.

        The test was failing for two reasons:
        - AccessibilityRenderObject::correspondingLabelForControlElement() was
          not ignoring the ARIA labelled-by property
        - AccessibilityController::accessibleElementById() was not implemented

        Because getting an element by ID cannot be done in the UIProcess, the
        decision was made to expose the element's ID as an accessible attribute
        of the object.

        In addition, fixing the bug in AccessibilityRenderObject made it possible
        to eliminate the Gtk platform-specific expectations for another test.

        * accessibility/aria-labelledby-overrides-label-expected.txt: Added.
        * accessibility/radio-button-title-label-expected.txt: Modified based on
        null check which was added and which gets included in the test output.
        * accessibility/radio-button-title-label.html: Check to see that we have
        a titleUIElement before attempting to get its title.
        * platform/gtk/TestExpectations: Unskipped the previously failing test.
        * platform/gtk/accessibility/radio-button-title-label-expected.txt: Removed.

2013-01-09  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Detached identifier after mesh box type is not applied
        https://bugs.webkit.org/show_bug.cgi?id=105321

        Reviewed by Dean Jackson.

        Add a test to verify that a "detached" identifier after a mesh box type identifier is
        actually applied.

        For example:
        -webkit-filter: custom(url(...) mix(url(...) normal source-atop), 1 1 border-box detached);

        Update parsing tests and expectations to expect that the mesh box type is not returned in
        the cssText.

        * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type-expected.html: Added.
        * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type.html: Added.
        * css3/filters/custom/custom-filter-property-parsing-expected.txt:
        * css3/filters/script-tests/custom-filter-property-parsing.js:
        * css3/filters/resources/a-triangle-coord-defined.vs: Added.
        * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:

2013-01-09  Ojan Vafai  <ojan@chromium.org>

        Proper version of http://trac.webkit.org/changeset/139221.
        The problem was that there was line-wrapping due to form controls
        being different sizes on different platforms, not that form
        controls dump innerText differently.

        * fast/forms/min-content-form-controls-expected.txt:
        * fast/forms/min-content-form-controls.html:

2013-01-09  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Device Proximity is not enabled/implemented on Windows.
        Skipping related tests:

        proximity/add-listener-from-callback.html
        proximity/basic-operation.html
        proximity/create-event.html
        proximity/event-after-navigation.html
        proximity/multiple-frames.html
        proximity/no-page-cache.html
        proximity/optional-event-properties.html
        proximity/updates.html
        proximity/window-property.html

        * platform/win/TestExpectations:

2013-01-09  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2] Implement eventSender.scheduleAsynchronousKeyDown
        https://bugs.webkit.org/show_bug.cgi?id=93979

        Reviewed by Benjamin Poulain.

        Update WK2 expectations for tests requiring
        eventSender.scheduleAsynchronousKeyDown now that it is
        implemented in WebKitTestRunner.

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

2013-01-09  Dan Winship  <danw@gnome.org>

        [Soup] Handle redirection inside WebKit
        https://bugs.webkit.org/show_bug.cgi?id=61122
        https://bugs.webkit.org/show_bug.cgi?id=88961

        Reviewed by Martin Robinson.

        Unskip some tests.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2013-01-09  Florin Malita  <fmalita@chromium.org>

        [Skia] Implement GraphicsContext::addRoundedRectClip() using SkCanvas::clipRRect()
        https://bugs.webkit.org/show_bug.cgi?id=106461

        Reviewed by Stephen White.

        * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png:
        * platform/chromium-linux/fast/borders/border-radius-complex-inner-expected.png:
        * platform/chromium-linux/fast/borders/border-radius-inset-outset-expected.png:
        * platform/chromium-linux/fast/borders/border-radius-wide-border-05-expected.png:
        * platform/chromium-linux/fast/borders/border-styles-split-expected.png:
        * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
        * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
        * platform/chromium-linux/fast/writing-mode/border-styles-vertical-lr-expected.png:
        * platform/chromium-linux/fast/writing-mode/border-styles-vertical-rl-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
        * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium/TestExpectations:

2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Land expectations for r139197.

        * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
        * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png:
        * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
        * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.

2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] inspector/geolocation-error.html is flaky in Win.
        https://bugs.webkit.org/show_bug.cgi?id=106487

        * platform/chromium/TestExpectations: Marked as flaky.

2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Tweak webaduio test expectations once more.

        * platform/chromium/TestExpectations: Tweaked.

2013-01-09  Alexey Proskuryakov  <ap@apple.com>

        Assertion failure in SubresourceLoader::didFail when reloading
        https://bugs.webkit.org/show_bug.cgi?id=101416

        Reviewed by Nate Chapin.

        * http/tests/cache/network-error-during-revalidation-expected.txt: Added.
        * http/tests/cache/network-error-during-revalidation.html: Added.
        * http/tests/cache/resources/network-error-during-revalidation-frame.html: Added.

        * http/tests/resources/network-simulator.php: Added a way to serve resources
        without no-cache no-store directives.

2013-01-09  Alexandru Chiculita  <achicu@adobe.com>

        Assertion Failure in WebCore::RenderLayerCompositor::updateCompositingLayers
        https://bugs.webkit.org/show_bug.cgi?id=106419

        Reviewed by Simon Fraser.

        Re-added skipped tests as this patch resolves the flakiness.

        * platform/mac/TestExpectations:

2013-01-09  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Rebaseline some accessibility test results on Win7 port.

        * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
        * platform/win/platform/win/accessibility: Added.
        * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Added.
        * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Added.

2013-01-09  Robert Hogan  <robert@webkit.org>

        REGRESSION(r111439): Focus ring is rendered incorrectly in fast/inline/continuation-outlines-with-layers.html
        https://bugs.webkit.org/show_bug.cgi?id=106064

        Reviewed by David Hyatt.

        * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-expected.png:

2013-01-09  Ojan Vafai  <ojan@chromium.org>

        fast/forms/min-content-form-controls.html fails on some platforms
        https://bugs.webkit.org/show_bug.cgi?id=106482

        Reviewed by Eric Seidel.

        The text dump for some form controls (menulists?) has different whitespace
        output on different platforms. Remove the form controls to avoid adding
        platform-specific expectations for this test.

        * fast/forms/min-content-form-controls-expected.txt:
        * fast/forms/min-content-form-controls.html:
        * platform/mac/TestExpectations:

2013-01-09  Michael Pruett  <michael@68k.org>

        IndexedDB: Remove unnecessary tests from storage/indexeddb/key-type-array.html
        https://bugs.webkit.org/show_bug.cgi?id=106472

        Reviewed by Tony Chang.

        The tests which verify that JSON.stringify() throws an exception
        for cyclic objects produce different error messages on JSC and
        V8 and do nothing to test IndexedDB functionality. These tests
        should be removed.

        * storage/indexeddb/key-type-array-expected.txt:
        * storage/indexeddb/resources/key-type-array.js:

2013-01-08  Ojan Vafai  <ojan@chromium.org>

        min-content gets the wrong value if min-width is set on some form controls
        https://bugs.webkit.org/show_bug.cgi?id=106389

        Reviewed by Tony Chang.

        * fast/forms/min-content-form-controls-expected.txt: Added.
        * fast/forms/min-content-form-controls.html: Added.

2013-01-09  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skipping 4 video controls tests on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=106477.

        Skipped tests:
        media/video-controls-captions-trackmenu-localized.html
        media/video-controls-captions-trackmenu-sorted.html
        media/video-controls-captions-trackmenu.html
        media/video-controls-visible-exiting-fullscreen.html

        * platform/win/TestExpectations:

2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Rebaseline a few tests after r139191.

        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
        * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
        * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.

2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Rebaseline a few tests after r139201.

        * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
        * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
        * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
        * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
        * platform/chromium-mac/fast/repaint/control-clip-expected.png:

2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html is a flaky crash.
        https://bugs.webkit.org/show_bug.cgi?id=106473

        * platform/chromium/TestExpectations: Marked.

2013-01-09  Justin Novosad  <junov@google.com>

        New chromium-win pixel baseline for gradient-background-leakage-hidpi.html
        https://bugs.webkit.org/show_bug.cgi?id=106373

        Unreviewed.

        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.

2013-01-09  Alexis Menard  <alexis@webkit.org>

        Implement CSS computed style value for transition shorthand
        https://bugs.webkit.org/show_bug.cgi?id=105035

        Reviewed by Dean Jackson.

        Uncomment existing tests to cover the new feature.

        * transitions/transitions-parsing-expected.txt:
        * transitions/transitions-parsing.html:

2013-01-09  Tony Chang  <tony@chromium.org>

        Automatically generate Settings::unifiedTextCheckerEnabled
        https://bugs.webkit.org/show_bug.cgi?id=106382

        Reviewed by Adam Barth.

        The InternalSettings.idl method didn't match the Settings' getter/setter. Now
        that we're using the generated version, make the tests use the same name.

        * editing/spelling/grammar-edit-word.html:
        * editing/spelling/spellcheck-async-mutation.html:
        * editing/spelling/spellcheck-async-remove-frame.html:
        * editing/spelling/spellcheck-async.html:
        * editing/spelling/spelling-marker-description.html:
        * editing/spelling/spelling-unified-emulation.html:
        * platform/chromium/editing/spelling/delete-misspelled-word.html:

2013-01-09  Alexis Menard  <alexis@webkit.org>

        Implement CSS computed style value for transition shorthand
        https://bugs.webkit.org/show_bug.cgi?id=105035

        Reviewed by Dean Jackson.

        Uncomment existing tests to cover the new feature.

        * transitions/transitions-parsing-expected.txt:
        * transitions/transitions-parsing.html:

2013-01-09  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow DOM]: ShadowRoot wrong nodeName attribute
        https://bugs.webkit.org/show_bug.cgi?id=104995

        Reviewed by Dimitri Glazkov.

        Converted #shadow-root to #document-fragment in LayoutTests files using sed.

        * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
        * editing/deleting/delete-ligature-001-expected.txt:
        * editing/pasteboard/copy-in-password-field-expected.txt:
        * editing/selection/select-all-textarea-expected.txt:
        * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
        * fast/dom/shadow/layout-tests-can-access-shadow.html:
        * fast/dom/shadow/shadow-and-list-elements.html:
        * fast/events/5056619-expected.txt:
        * fast/forms/focus-selection-input-expected.txt:
        * fast/forms/focus-selection-textarea-expected.txt:
        * fast/forms/textfield-outline-expected.txt:
        * fast/html/details-add-summary-1-and-click-expected.txt:
        * fast/html/details-add-summary-10-and-click-expected.txt:
        * fast/html/details-add-summary-2-and-click-expected.txt:
        * fast/html/details-add-summary-3-and-click-expected.txt:
        * fast/html/details-add-summary-4-and-click-expected.txt:
        * fast/html/details-add-summary-5-and-click-expected.txt:
        * fast/html/details-add-summary-6-and-click-expected.txt:
        * fast/html/details-add-summary-7-and-click-expected.txt:
        * fast/html/details-add-summary-8-and-click-expected.txt:
        * fast/html/details-add-summary-9-and-click-expected.txt:
        * fast/html/details-remove-summary-1-and-click-expected.txt:
        * fast/html/details-remove-summary-2-and-click-expected.txt:
        * fast/html/details-remove-summary-3-and-click-expected.txt:
        * fast/html/details-remove-summary-4-and-click-expected.txt:
        * fast/html/details-remove-summary-5-and-click-expected.txt:
        * fast/html/details-remove-summary-6-and-click-expected.txt:
        * inspector/elements/shadow-dom-modify-chardata-expected.txt:
        * inspector/elements/shadow-root-expected.txt:
        * inspector/elements/shadow-root.html:
        * inspector/elements/update-shadowdom-expected.txt:
        * platform/chromium-android/fast/events/autoscroll-expected.txt:
        * platform/chromium-android/fast/forms/input-appearance-selection-expected.txt:
        * platform/chromium-android/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/chromium-linux-x86/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
        * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
        * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt:
        * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt:
        * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt:
        * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.txt:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt:
        * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
        * platform/chromium-mac/fast/forms/search-rtl-expected.txt:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/chromium-win-xp/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
        * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
        * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
        * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
        * platform/chromium-win/editing/selection/4895428-3-expected.txt:
        * platform/chromium-win/editing/selection/4975120-expected.txt:
        * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
        * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/chromium-win/fast/events/autoscroll-expected.txt:
        * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
        * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
        * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
        * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
        * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
        * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
        * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
        * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
        * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
        * platform/chromium-win/fast/forms/search-rtl-expected.txt:
        * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
        * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
        * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
        * platform/chromium-win/fast/forms/textfield-outline-expected.txt:
        * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
        * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
        * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
        * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
        * platform/chromium-win/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
        * platform/chromium/editing/input/caret-at-the-edge-of-input-expected.txt:
        * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/chromium/editing/inserting/4960120-1-expected.txt:
        * platform/chromium/editing/pasteboard/drop-text-without-selection-expected.txt:
        * platform/chromium/editing/pasteboard/pasting-tabs-expected.txt:
        * platform/chromium/editing/selection/4895428-3-expected.txt:
        * platform/chromium/editing/selection/4975120-expected.txt:
        * platform/chromium/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
        * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
        * platform/chromium/fast/events/autoscroll-expected.txt:
        * platform/chromium/fast/events/context-no-deselect-expected.txt:
        * platform/chromium/fast/forms/input-appearance-focus-expected.txt:
        * platform/chromium/fast/forms/input-appearance-readonly-expected.txt:
        * platform/chromium/fast/forms/input-appearance-selection-expected.txt:
        * platform/chromium/fast/forms/input-double-click-selection-gap-bug-expected.txt:
        * platform/chromium/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/chromium/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/chromium/fast/forms/input-readonly-autoscroll-expected.txt:
        * platform/chromium/fast/forms/input-text-click-inside-expected.txt:
        * platform/chromium/fast/forms/input-text-double-click-expected.txt:
        * platform/chromium/fast/forms/input-text-drag-down-expected.txt:
        * platform/chromium/fast/forms/input-text-option-delete-expected.txt:
        * platform/chromium/fast/forms/input-text-self-emptying-click-expected.txt:
        * platform/chromium/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/chromium/fast/forms/plaintext-mode-2-expected.txt:
        * platform/chromium/fast/forms/search-rtl-expected.txt:
        * platform/chromium/fast/forms/tabbing-input-iframe-expected.txt:
        * platform/chromium/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/chromium/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/chromium/fast/forms/textarea-scrollbar-expected.txt:
        * platform/chromium/fast/forms/textarea-scrolled-type-expected.txt:
        * platform/chromium/fast/forms/textfield-focus-ring-expected.txt:
        * platform/chromium/fast/forms/textfield-outline-expected.txt:
        * platform/chromium/fast/forms/textfield-overflow-expected.txt:
        * platform/chromium/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/chromium/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
        * platform/chromium/fast/transforms/transformed-focused-text-input-expected.txt:
        * platform/chromium/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
        * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/efl/editing/inserting/4960120-1-expected.txt:
        * platform/efl/fast/events/autoscroll-expected.txt:
        * platform/efl/fast/events/context-no-deselect-expected.txt:
        * platform/efl/fast/forms/input-appearance-focus-expected.txt:
        * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
        * platform/efl/fast/forms/input-appearance-selection-expected.txt:
        * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
        * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/efl/fast/forms/input-text-click-inside-expected.txt:
        * platform/efl/fast/forms/input-text-double-click-expected.txt:
        * platform/efl/fast/forms/input-text-option-delete-expected.txt:
        * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
        * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
        * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
        * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
        * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
        * platform/efl/fast/forms/textfield-outline-expected.txt:
        * platform/efl/fast/forms/validation-message-appearance-expected.txt:
        * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
        * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
        * platform/efl/fast/transforms/transformed-focused-text-input-expected.txt:
        * platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt:
        * platform/gtk/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/gtk/editing/inserting/4960120-1-expected.txt:
        * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
        * platform/gtk/editing/pasteboard/pasting-tabs-expected.txt:
        * platform/gtk/editing/selection/4895428-3-expected.txt:
        * platform/gtk/editing/selection/4975120-expected.txt:
        * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
        * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/gtk/fast/events/autoscroll-expected.txt:
        * platform/gtk/fast/events/context-no-deselect-expected.txt:
        * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
        * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
        * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
        * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
        * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
        * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
        * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
        * platform/gtk/fast/forms/input-text-double-click-expected.txt:
        * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
        * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
        * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
        * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
        * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
        * platform/gtk/fast/forms/search-rtl-expected.txt:
        * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
        * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
        * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
        * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
        * platform/gtk/fast/forms/textfield-outline-expected.txt:
        * platform/gtk/fast/forms/textfield-overflow-expected.txt:
        * platform/gtk/fast/forms/validation-message-appearance-expected.txt:
        * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
        * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
        * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
        * platform/mac-wk2/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/mac-wk2/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt:
        * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
        * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/mac/editing/inserting/4960120-1-expected.txt:
        * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
        * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
        * platform/mac/editing/selection/4895428-3-expected.txt:
        * platform/mac/editing/selection/4975120-expected.txt:
        * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
        * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
        * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
        * platform/mac/fast/events/autoscroll-expected.txt:
        * platform/mac/fast/events/context-no-deselect-expected.txt:
        * platform/mac/fast/forms/input-appearance-focus-expected.txt:
        * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
        * platform/mac/fast/forms/input-appearance-selection-expected.txt:
        * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
        * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
        * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
        * platform/mac/fast/forms/input-text-click-inside-expected.txt:
        * platform/mac/fast/forms/input-text-double-click-expected.txt:
        * platform/mac/fast/forms/input-text-drag-down-expected.txt:
        * platform/mac/fast/forms/input-text-option-delete-expected.txt:
        * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
        * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
        * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
        * platform/mac/fast/forms/search-rtl-expected.txt:
        * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
        * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
        * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
        * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
        * platform/mac/fast/forms/textfield-outline-expected.txt:
        * platform/mac/fast/forms/textfield-overflow-expected.txt:
        * platform/mac/fast/forms/validation-message-appearance-expected.txt:
        * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
        * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
        * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
        * platform/qt/editing/input/caret-at-the-edge-of-input-expected.txt:
        * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/qt/editing/inserting/4960120-1-expected.txt:
        * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
        * platform/qt/editing/selection/4895428-3-expected.txt:
        * platform/qt/editing/selection/4975120-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/qt/fast/events/context-no-deselect-expected.txt:
        * platform/qt/fast/forms/input-appearance-focus-expected.txt:
        * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
        * platform/qt/fast/forms/input-appearance-selection-expected.txt:
        * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
        * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/qt/fast/forms/input-text-click-inside-expected.txt:
        * platform/qt/fast/forms/input-text-click-outside-expected.txt:
        * platform/qt/fast/forms/input-text-double-click-expected.txt:
        * platform/qt/fast/forms/input-text-option-delete-expected.txt:
        * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.txt:
        * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
        * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
        * platform/qt/fast/forms/search-rtl-expected.txt:
        * platform/qt/fast/forms/tabbing-input-iframe-expected.txt:
        * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/qt/fast/forms/textarea-scrollbar-expected.txt:
        * platform/qt/fast/forms/textarea-scrolled-type-expected.txt:
        * platform/qt/fast/forms/textfield-focus-ring-expected.txt:
        * platform/qt/fast/forms/textfield-outline-expected.txt:
        * platform/qt/fast/forms/textfield-overflow-expected.txt:
        * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
        * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
        * platform/win-wk2/fast/forms/textfield-overflow-expected.txt:
        * platform/win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
        * platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/win/fast/forms/input-text-drag-down-expected.txt:

2013-01-09  Zoltan Horvath  <zoltan@webkit.org>

        [CSS Regions] Selecting text through nested regions causes weird and unclearable selection  
        https://bugs.webkit.org/show_bug.cgi?id=105641

        Reviewed by David Hyatt.

        If you have a region with a nested region inside what is rendered below the base region and you are trying select text
        starting from the base region and ending it in the nested region, firstly you got a weird selection, secondly you can't
        clear the selection. We could prevent this strange behavior by preventing the selection through different region flows.

        * fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
        * fast/regions/selecting-text-through-different-region-flows.html: Added.
        * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.

2013-01-09  Florin Malita  <fmalita@chromium.org>

        [Skia] Implement GraphicsContext::fillRoundedRect() using SkCanvas::drawRRect()
        https://bugs.webkit.org/show_bug.cgi?id=106366

        Reviewed by Stephen White.

        * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-linux/fast/backgrounds/background-leakage-expected.png:
        * platform/chromium-linux/fast/backgrounds/background-leakage-transforms-expected.png:
        * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
        * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
        * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
        * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
        * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-linux/fast/box-shadow/spread-expected.png:
        * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
        * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-linux/fast/layers/video-layer-expected.png:
        * platform/chromium-linux/fast/regions/full-screen-video-from-region-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-linux/fast/transforms/shadows-expected.png:
        * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
        * platform/chromium-linux/media/audio-controls-rendering-expected.png:
        * platform/chromium-linux/media/audio-repaint-expected.png:
        * platform/chromium-linux/media/controls-after-reload-expected.png:
        * platform/chromium-linux/media/controls-layout-direction-expected.png:
        * platform/chromium-linux/media/controls-strict-expected.png:
        * platform/chromium-linux/media/controls-styling-expected.png:
        * platform/chromium-linux/media/controls-styling-strict-expected.png:
        * platform/chromium-linux/media/controls-without-preload-expected.png:
        * platform/chromium-linux/media/media-controls-clone-expected.png:
        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
        * platform/chromium-linux/media/video-controls-rendering-expected.png:
        * platform/chromium-linux/media/video-display-toggle-expected.png:
        * platform/chromium-linux/media/video-empty-source-expected.png:
        * platform/chromium-linux/media/video-no-audio-expected.png:
        * platform/chromium-linux/media/video-playing-and-pause-expected.png:
        * platform/chromium-linux/media/video-zoom-controls-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
        * platform/chromium/TestExpectations:

2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        Unreviewed EFL gardening.

        Skipping failing tests after r139141, r139145.

        * platform/efl/TestExpectations:

2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        Unreviewed EFL gardening.

        Rebaselining of media/video-controls-captions.html.

        * platform/efl/media/video-controls-captions-expected.txt: Added.

2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        Unreviewed EFL gardening.

        Skipping failing tests after r139111, r139140.

        * platform/efl/TestExpectations:

2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        EFL port gardening after r139145, r139002.

        Unreviewed gardening.

        * platform/efl/TestExpectations:

2013-01-09  Ryosuke Niwa  <rniwa@webkit.org>

        Removed crash expectations from tests that have been passing per bugs 105566, 105567, and 105580.

        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-09  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] fast/frames/frame-limit.html can be slow in release
        https://bugs.webkit.org/show_bug.cgi?id=106126

        Unreviewed gardening.

        * platform/chromium/TestExpectations: Add Slow expectation for Win and Linux.
        [ Win Linux Release ] fast/frames/frame-limit.html [ Pass Slow ]

2013-01-09  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: min/max attributes should not make all fields read-only
        https://bugs.webkit.org/show_bug.cgi?id=106422

        Reviewed by Kent Tamura.

        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt:
        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Update expectations.
        * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt:
        * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Ditto.

2013-01-09  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r139134.
        http://trac.webkit.org/changeset/139134
        https://bugs.webkit.org/show_bug.cgi?id=106424

         WebGL tests still crash on EFL (Requested by MPozdnyakov on
        #webkit).

        * platform/efl/TestExpectations:

2013-01-09  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of week field should respect min/max attributes
        https://bugs.webkit.org/show_bug.cgi?id=106416

        Reviewed by Kent Tamura.

        * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer.html: Added.

2013-01-09  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Tighten svg/custom/feComponentTransfer-Table.svg on windows
        https://bugs.webkit.org/show_bug.cgi?id=106126

        Unreviewed gardening. Bot reports:

        Regressions: Unexpected image-only failures (1)
            svg/custom/feComponentTransfer-Table.svg [ ImageOnlyFailure ]

        * platform/chromium/TestExpectations: So change Failure -> ImageOnlyFailure
        to silence the bot. 

2013-01-09  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a flaky timeout expectation for fast/workers/worker-close-more.html
        that regressed with r139145.

        * platform/gtk/TestExpectations:

2013-01-08  Takashi Sakamoto  <tasak@google.com>

        Use window.WebKitShadowRoot for checking whether a node is shadow root or not.
        https://bugs.webkit.org/show_bug.cgi?id=88748

        Reviewed by Hajime Morita.

        * fast/dom/shadow/resources/shadow-dom.js:
        (isShadowRoot):
        Modified to use window.WebKitShadowRoot instead of node name.
        * resources/dump-as-markup.js:
        (Markup.get var):
        Added shadowRootList which has information about whether the given node
        is a shadow root or not.
        (Markup):
        (Markup._get):
        If the given element is a document fragment and its address is in
        shadowRootList, use "<shadow:root>".
        (Markup._getShadowHostIfPossible):
        Only this method uses internals.shadowRoot and obtains the youngest
        shadow root from the given node. So update shadowRootList in this
        method.

2013-01-08  Stephanie Lewis  <slewis@apple.com>

        Assertion Failure in WebCore::RenderLayerCompositor::updateCompositingLayers.
        https://bugs.webkit.org/show_bug.cgi?id=106419.

        Unreviewed.

        Updated Expectations.

        * platform/mac/TestExpectations:

2013-01-08  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed gardening. Update fast/events/touch/compositor-touch-hit-rects on linux

        * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.

2013-01-08  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        Caret is incorrectly painted for a contenteditable <div> containing a <br> in vertical writing mode
        https://bugs.webkit.org/show_bug.cgi?id=103621

        Reviewed by Ryosuke Niwa.

        * editing/selection/caret-in-div-containing-br-in-vertical-mode-expected.txt: Added.
        * editing/selection/caret-in-div-containing-br-in-vertical-mode.html: Added.
        Testcase added for verifying the caret display at the start of an editable
        div containing only a <br> element in vertical writing mode.

2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2013-01-08  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Rebaseline and optimise fast/regions/full-screen-video-from-region on Win7 and Win XP

        Unreviewed gardening.

        * platform/chromium-win/fast/regions/full-screen-video-from-region-expected.png: Renamed from LayoutTests/platform/chromium-win-xp/fast/regions/full-screen-video-from-region-expected.png.

2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2013-01-08  Stephanie Lewis  <slewis@apple.com>

        A couple of fast/workers tests fail after http://trac.webkit.org/projects/webkit/changeset/139145.
        https://bugs.webkit.org/show_bug.cgi?id=106415.

        Unreviewed.

        Updated Expectations.

        * platform/mac/TestExpectations:

2013-01-08  Stephanie Lewis  <slewis@apple.com>

        Assertion failure in WebCore::HTMLConstructionSite::HTMLConstructionSite.
        https://bugs.webkit.org/show_bug.cgi?id=106412.

        Unreviewed.  

        Updating Expectations.

        * platform/mac/TestExpectations:

2013-01-08  Matt Falkenhagen  <falken@chromium.org>

        Make NodeRenderingContext::parentRenderer and nextRenderer top layer aware
        https://bugs.webkit.org/show_bug.cgi?id=103477

        Reviewed by Hajime Morita.

        * fast/dom/HTMLDialogElement/modal-dialog-in-replaced-renderer-expected.html: Added.
        * fast/dom/HTMLDialogElement/modal-dialog-in-replaced-renderer.html: Added.
        * fast/dom/HTMLDialogElement/modal-dialog-in-table-column-expected.html: Added.
        * fast/dom/HTMLDialogElement/modal-dialog-in-table-column.html: Added.
        * fast/dom/HTMLDialogElement/modal-dialog-sibling-expected.html: Added.
        * fast/dom/HTMLDialogElement/modal-dialog-sibling.html: Added.

2013-01-08  Hayato Ito  <hayato@chromium.org>

        [Shadow DOM] The MouseEvent offsetX and offsetY attributes must return the coordinates relative to the origin of the padding edge of the relative target after retargeting.
        https://bugs.webkit.org/show_bug.cgi?id=104509

        Reviewed by Dimitri Glazkov.

        Adding a test for making sure that MouseEvent offsetX and offsetY arrributes are adjusted in retargeting.

        * fast/dom/shadow/shadow-dom-mouse-event-adjust-offset-expected.txt: Added.
        * fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html: Added.

2013-01-08  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed gardening. jquery/event.html timeouts in release and debug.

        * platform/chromium/TestExpectations: 

2013-01-08  Kent Tamura  <tkent@chromium.org>

        REGRESSION(r135836): Invalid user input for input[type=number] should be cleared by input.value=""
        https://bugs.webkit.org/show_bug.cgi?id=106284

        Reviewed by Hajime Morita.

        * fast/forms/number/number-validity-badinput.html:
        Add a test case.
        * fast/forms/number/number-validity-badinput-expected.txt:

2013-01-08  Nate Chapin  <japhet@chromium.org>

        REGRESSION(r138222?): [Mac WK1] http/tests/appcache/main-resource-redirect.html asserts in WebFrameLoaderClient::dispatchDidFinishLoading
        https://bugs.webkit.org/show_bug.cgi?id=106123

        Reviewed by Alexey Proskuryakov.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations: main-resource-redirect.html is no longer crashing.

2013-01-08  Martin Robinson  <mrobinson@igalia.com>

        [EFL] [WK2] Some authentication tests fail in WebKit2
        https://bugs.webkit.org/show_bug.cgi?id=106407

        * platform/efl-wk2/TestExpectations: Skip some tests failing for EFL
        on WebKit2.

2013-01-08  Martin Robinson  <mrobinson@igalia.com>

        [Mac] Authentication tests fail even after r139140
        https://bugs.webkit.org/show_bug.cgi?id=106405

        * platform/mac-wk2/TestExpectations: Skip authentication tests that are still
        failing in WebKit2 on Mac.

2013-01-08  Julien Chaffraix  <jchaffraix@webkit.org>

        Layout Test fast/css-grid-layout/grid-columns-rows-get-set-multiple.html, grid-columns-rows-get-set.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=104090

        Unreviewed gardening.

        * platform/chromium/TestExpectations:
        In r139025, the not-totally-OK call to GridTrackSize::length() was removed and thus the
        tests don't trigger an ASSERT anymore. This change merrily re-enable them.

2013-01-08  Alexandru Chiculita  <achicu@adobe.com>

        Assert in RenderGeometryMap::mapToContainer
        https://bugs.webkit.org/show_bug.cgi?id=106068

        Reviewed by Simon Fraser.

        * compositing/geometry/assert-layout-not-done-expected.txt: Added.
        * compositing/geometry/assert-layout-not-done.html: Added. Testing for the case when compositor is triggered before the first layout.
        * compositing/geometry/assert-marquee-timer-expected.txt: Added.
        * compositing/geometry/assert-marquee-timer.html: Added. Tested for the case when the marquee might trigger compositor updates, while a layout is still pending.

2013-01-08  Brandon Jones  <bajones@chromium.org>

        Make WebGLRenderingContext inherit from ActiveDOMObject
        https://bugs.webkit.org/show_bug.cgi?id=104733

        Reviewed by Adam Barth.

        * fast/canvas/webgl/context-release-upon-reload-expected.txt: Added.
        * fast/canvas/webgl/context-release-upon-reload.html: Added.
        * fast/canvas/webgl/resources/context-release-upon-reload-child.html: Added.

2013-01-08  Martin Robinson  <mrobinson@igalia.com>

        WebKitTestRunner needs support for setHandlesAuthenticationChallenges
        https://bugs.webkit.org/show_bug.cgi?id=103653

        Reviewed by Anders Carlsson.

        Unskip authentication tests which are now passing.

        * platform/wk2/TestExpectations:

2013-01-08  Justin Novosad  <junov@google.com>

        Color bleeding with rounded rectangles on high dpi displays
        https://bugs.webkit.org/show_bug.cgi?id=106373

        Reviewed by Simon Fraser.

        New layout test to verify that rounded rectangle corners do not
        produce color bleeding on high dpi devices.

        * fast/backgrounds/gradient-background-leakage-hidpi-expected.txt: Added.
        * fast/backgrounds/gradient-background-leakage-hidpi.html: Added.
        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.

2013-01-08  Filip Pizlo  <fpizlo@apple.com>

        DFG shouldn't treat the 'this' argument as being captured if a code block uses arguments
        https://bugs.webkit.org/show_bug.cgi?id=106398
        <rdar://problem/12439776>

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-inline-constructor-that-uses-arguments-expected.txt: Added.
        * fast/js/dfg-inline-constructor-that-uses-arguments.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-inline-constructor-that-uses-arguments.js: Added.
        (Foo):
        (bar):

2013-01-08  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>

        [EFL][WK2] WebGL test cases are sometimes crashing
        https://bugs.webkit.org/show_bug.cgi?id=104506

        Unreviewed gardening.

        Enable webgl tests that are passing after recent changes.

        * platform/efl/TestExpectations:

2013-01-08  Hajime Morrita  <morrita@google.com>

        Unreviewed, marking drag-and-drop-autoscroll.html

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        Organize some svg/gynamic-updates expectations.

        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Removed.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Removed.

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Layout Tests svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues* are flaky.
        https://bugs.webkit.org/show_bug.cgi?id=106390

        * platform/chromium/TestExpectations: Adjusted expectations.

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        Layout Tests svg/W3C-SVG-1.1/filters-comptran-01-b.svg and svg/W3C-SVG-1.1/animate-elem-80-t.svg are flaky.
        https://bugs.webkit.org/show_bug.cgi?id=106387

        * platform/chromium/TestExpectations: Marked new flakes.

2013-01-08  Ryosuke Niwa  <rniwa@webkit.org>

        Skip the test added by r139062 on WebKit2 bots since it uses a testRunner method
        that hasn't been implemented yet.

        * platform/wk2/TestExpectations:

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Tighten up some test expectations.

        * platform/chromium/TestExpectations: Tightened.

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] A bunch of fast/css-grid-layout tests started timing out after r139025.
        https://bugs.webkit.org/show_bug.cgi?id=106378

        * platform/chromium/TestExpectations: Marked expectations.

2013-01-08  Tom Sepez  <tsepez@chromium.org>

        Copy-paste preserves <embed> tags containing active content.
        https://bugs.webkit.org/show_bug.cgi?id=77625

        Reviewed by Ryosuke Niwa.

        * editing/pasteboard/paste-noplugin-expected.txt: Added.
        * editing/pasteboard/paste-noplugin.html: Added.

2013-01-08  Filip Pizlo  <fpizlo@apple.com>

        REGRESSION (r138921): Crash in JSC::Arguments::create
        https://bugs.webkit.org/show_bug.cgi?id=106329
        <rdar://problem/12974196>

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-create-inlined-arguments-in-closure-inline-expected.txt: Added.
        * fast/js/dfg-create-inlined-arguments-in-closure-inline.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-create-inlined-arguments-in-closure-inline.js: Added.
        (foo):

2013-01-08  Martin Robinson  <mrobinson@igalia.com>

        Layout Test http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html is timing out
        https://bugs.webkit.org/show_bug.cgi?id=106332

        Reviewed by Ryosuke Niwa.

        Fix this flaky test by adjusting the authentication realm
        used in the HTTP headers.

        * http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: The authentication realm used
        in the HTTP headers is shared with several other HTTP tests, so cached credentials can "leak" from one
        test to another. Make the authentication realm unique for this test.

2013-01-08  Alexis Menard  <alexis@webkit.org>

        WebKit does not reject some cubic-bezier form values for transition-timing-function.
        https://bugs.webkit.org/show_bug.cgi?id=106369

        Reviewed by Dean Jackson.

        Extended existing tests to cover the bug. Updated an existing test
        which was checking wrong values.

        * fast/css/transition-timing-function.html: Change the tested values as
        they are considered wrong by the spec.
        * fast/css/transition-timing-function-expected.txt:

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Tighten up the actual expectations around webaudio fails..
        https://bugs.webkit.org/show_bug.cgi?id=106232

        * platform/chromium/TestExpectations: Tightened.

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Update expectations for platform/chromium/fast/events/touch/compositor-touch-hit-rects.html.

        * platform/chromium-win-xp/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
        * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        Update expectations for various tests.

        * platform/chromium-win-xp/fast/table/038-vertical-expected.png: Removed.
        * platform/chromium-win-xp/fast/table/border-collapsing/004-vertical-expected.png: Removed.
        * platform/chromium-win/fast/ruby/base-shorter-than-text-expected.txt:
        * platform/chromium-win/fast/table/038-vertical-expected.png:
        * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:

2013-01-08  Andreas Kling  <akling@apple.com>

        Heap-use-after-free in bool WebCore::SelectorChecker::checkOneSelector.
        <http://webkit.org/b/105834>

        Reviewed by Antti Koivisto.

        * fast/dom/mutation-event-listener-with-dirty-inline-style-crash-expected.txt: Added.
        * fast/dom/mutation-event-listener-with-dirty-inline-style-crash.html: Added.

2013-01-08  Filip Pizlo  <fpizlo@apple.com>

        DFG initrinsic handling should ensure that we backwards propagate the fact that all operands may escape
        https://bugs.webkit.org/show_bug.cgi?id=106365

        Reviewed by Mark Hahnenberg.
        
        Add tests that cover the possible badness that could occur for all of those
        intrinsics that don't intrinsically (pun sort of intended) cause escapeage
        to happen. As in, if we did happen to know for sure that what we want is
        ArithSqrt, then we would have a guarantee that ArithSqrt does not by itself
        use its operands in a way that involves NodeUsedAsOther. But when ArithSqrt
        is inserted because of intrinsic optimization (i.e. something like
        Math.sqrt(blah)) then the intrinsic machinery needs to indicate that blah
        could escape in the case that we didn't end up doing ArithSqrt because we
        exited prior to it and called some other function.

        * fast/js/dfg-abs-backwards-propagation-expected.txt: Added.
        * fast/js/dfg-abs-backwards-propagation.html: Added.
        * fast/js/dfg-max-backwards-propagation-expected.txt: Added.
        * fast/js/dfg-max-backwards-propagation.html: Added.
        * fast/js/dfg-min-backwards-propagation-expected.txt: Added.
        * fast/js/dfg-min-backwards-propagation.html: Added.
        * fast/js/dfg-proven-sqrt-backwards-propagation-expected.txt: Added.
        * fast/js/dfg-proven-sqrt-backwards-propagation.html: Added.
        * fast/js/dfg-sqrt-backwards-propagation-expected.txt: Added.
        * fast/js/dfg-sqrt-backwards-propagation.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-abs-backwards-propagation.js: Added.
        (foo):
        (bar):
        * fast/js/script-tests/dfg-max-backwards-propagation.js: Added.
        (foo):
        (bar):
        * fast/js/script-tests/dfg-min-backwards-propagation.js: Added.
        (foo):
        (bar):
        * fast/js/script-tests/dfg-proven-sqrt-backwards-propagation.js: Added.
        (foo):
        (bar):
        * fast/js/script-tests/dfg-sqrt-backwards-propagation.js: Added.
        (foo):
        (bar):

2013-01-08  Filip Pizlo  <fpizlo@apple.com>

        If array allocation profiling causes a new_array to allocate double arrays, then the holes should end up being correctly initialized
        https://bugs.webkit.org/show_bug.cgi?id=106363

        Reviewed by Mark Hahnenberg.

        * fast/js/jsc-test-list:
        * fast/js/new-array-double-with-holes-expected.txt: Added.
        * fast/js/new-array-double-with-holes.html: Added.
        * fast/js/script-tests/new-array-double-with-holes.js: Added.
        (foo):

2013-01-08  Ryosuke Niwa  <rniwa@webkit.org>

        Add a crashing test expectation to a test added in r139029.
        The failure is tracked by the bug 106361.

        * platform/mac/TestExpectations:

2013-01-08  Ojan Vafai  <ojan@chromium.org>

        text controls are sized too small when a percentage height is set
        https://bugs.webkit.org/show_bug.cgi?id=106277

        Reviewed by Tony Chang.

        * fast/forms/percent-height-auto-width-form-controls-expected.txt: Added.
        * fast/forms/percent-height-auto-width-form-controls.html: Added.

2013-01-08  Mike West  <mkwst@chromium.org>

        CSP: 'none' should take effect only if no other source expression is present.
        https://bugs.webkit.org/show_bug.cgi?id=106314

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-none-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-none.html: Added.

2013-01-08  Antoine Quint  <graouts@apple.com>

        <track> element's mode set to "disabled" after load although it was explicitly set to "hidden"
        https://bugs.webkit.org/show_bug.cgi?id=105536

        Reviewed by Eric Carlson.

        * media/track/opera/interfaces/TextTrack/addCue-expected.txt:
        * media/track/opera/interfaces/TextTrack/removeCue-expected.txt: Added.
        * media/track/opera/interfaces/TextTrackCue/align-expected.txt: Added.
        * media/track/opera/interfaces/TextTrackCue/endTime-expected.txt:
        * media/track/opera/interfaces/TextTrackCue/id-expected.txt: Added.
        * media/track/opera/interfaces/TextTrackCue/pauseOnExit-expected.txt: Added.
        * media/track/opera/interfaces/TextTrackCue/startTime-expected.txt:
        * media/track/opera/interfaces/TextTrackCue/track-expected.txt: Added.
        * platform/chromium/TestExpectations: Skipping newly failing test on Chrome.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2013-01-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Unifying accessibility layout test failure expectations in the WK2
        TestExpectations file, with each expectation given an appropriate bug modifier.
        Removing three failure expectations for transitions tests that are now passing
        on WK2.

        * platform/gtk-wk2/TestExpectations:

2013-01-08  Chris Fleizach  <cfleizach@apple.com>

        AX: PopUpButtons do not report that AXValueAttribute is supported
        https://bugs.webkit.org/show_bug.cgi?id=106333

        Reviewed by Ryosuke Niwa.

        * platform/mac/accessibility/popup-button-exposes-axvalue-expected.txt: Added.
        * platform/mac/accessibility/popup-button-exposes-axvalue.html: Added.

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        Update expectations for fast/text/justify-ideograph*.

        * platform/chromium-linux-x86/fast/text/justify-ideograph-vertical-expected.txt: Added.
        * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png: Added.
        * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/justify-ideograph-simple-expected.png:
        * platform/chromium-mac-lion/fast/text/justify-ideograph-vertical-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/justify-ideograph-simple-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/justify-ideograph-vertical-expected.png:
        * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png:
        * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png:

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        Update expectations for webaudio/realtimeanalyser-fft-sizing.html.

        * platform/chromium-linux/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] context-creation-and-destruction.html is slow and flaky.
        https://bugs.webkit.org/show_bug.cgi?id=92287

        * platform/chromium/TestExpectations: Adjusted expectations.

2013-01-08  Dan Winship  <danw@gnome.org>

        Updates for Apache 2.4
        https://bugs.webkit.org/show_bug.cgi?id=104478

        Reviewed by Martin Robinson.

        Apache 2.4 requires a slightly different config from 2.2, so split
        fedora-httpd.conf into separate 2.2 and 2.4 versions.

        2.4 is also more picky about passing request headers to CGI
        scripts, and will ignore headers that aren't valid according to
        the HTTP grammar, so change underscores to hyphens to fix them.

        * http/conf/fedora-httpd-2.2.conf: Renamed from
        LayoutTests/http/conf/fedora-httpd.conf.
        * http/conf/fedora-httpd-2.4.conf: Based on
        LayoutTests/http/conf/fedora-httpd.conf and updated for 2.4.
        * http/tests/cookies/resources/cookies-test-pre.js:
        (setCookies):
        (clearCookies):
        * http/tests/navigation/ping-cookie.html:
        * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html:

2013-01-08  Alexis Menard  <alexis@webkit.org>

        transition-delay and transition-duration return incorrect values when querying using the computed style.
        https://bugs.webkit.org/show_bug.cgi?id=105432

        Reviewed by Dean Jackson.

        Uncomment existing tests to cover the bug.

        * transitions/transitions-parsing-expected.txt:
        * transitions/transitions-parsing.html:

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Tweak expectations for random-array-gc-stress.html to reflect reality.
        https://bugs.webkit.org/show_bug.cgi?id=84802

        * platform/chromium/TestExpectations: Tweaked expectations.

2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Skip http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html, because
        it's been timing out since it was added.
        https://bugs.webkit.org/show_bug.cgi?id=106332

        * platform/chromium/TestExpectations: Adjusted expectations.

2013-01-08  Martin Robinson  <mrobinson@igalia.com>

        [GTK] Login & password shown in browsers' URL entry after successful HTTP authentication
        https://bugs.webkit.org/show_bug.cgi?id=105190

        Reviewed by Carlos Garcia Campos.

        Add a new test that checks that the URL of a page that redirects and uses
        authentication. This verifies correct behavior for ports that communicates
        a request's credentials to the platform networking layer by setting them in the URL.
        The credentials should not remain in the URL string itself.

        * http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url-expected.txt: Added.
        * http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html: Added.
        * http/tests/misc/authentication-redirect-4/resources/auth-echo.php: Added.
        * http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: Added.

2013-01-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviwed gardening.

        Removing failure expectations/skip entries for fast/dom/Window/window-postmessage-arrays.html.
        The test was fixed by r138964.

        Also further remove failure expectations for now-passing tests on the GTK builders.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-01-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Changing a timeout expectation for inspector/timeline/timeline-decode-resize.html
        to a failure expectation. The test doesn't time out anymore due to added WebP support.

        Adding a timeout expectation for two proximity layout tests added in r139050.

        * platform/gtk/TestExpectations:

2013-01-08  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Don't confine page popups to root view on Mac
        https://bugs.webkit.org/show_bug.cgi?id=106315

        Reviewed by Kent Tamura.

        * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Remove setting parameters confineToRootView and rootViewRectInScreen.

2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>

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

        * platform/qt/TestExpectations:

2013-01-08  Kihong Kwon  <kihong.kwon@samsung.com>

        Add DeviceProximityController to support Device Proximity Events.
        https://bugs.webkit.org/show_bug.cgi?id=97630

        Reviewed by Hajime Morita.

        Add layout test cases for the DeviceProximityController.

        * proximity/add-listener-from-callback-expected.txt: Added.
        * proximity/add-listener-from-callback.html: Added.
        * proximity/basic-operation-expected.txt: Added.
        * proximity/basic-operation.html: Added.
        * proximity/create-event-expected.txt: Added.
        * proximity/create-event.html: Added.
        * proximity/event-after-navigation-expected.txt: Added.
        * proximity/event-after-navigation.html: Added.
        * proximity/multiple-frames-expected.txt: Added.
        * proximity/multiple-frames.html: Added.
        * proximity/no-page-cache-expected.txt: Added.
        * proximity/no-page-cache.html: Added.
        * proximity/optional-event-properties-expected.txt: Added.
        * proximity/optional-event-properties.html: Added.
        * proximity/resources/cached-page-1.html: Added.
        * proximity/resources/cached-page-2.html: Added.
        * proximity/resources/event-after-navigation-new.html: Added.
        * proximity/updates-expected.txt: Added.
        * proximity/updates.html: Added.
        * proximity/window-property-expected.txt: Added.
        * proximity/window-property.html: Added.

2013-01-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectation for an a11y test added in r139002.

        * platform/gtk/TestExpectations:

2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening after r138932.

        * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.png: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.png: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.png: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.png: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.png: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.png: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.png: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.png: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.png: Added.
        * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.txt: Added.

2013-01-04  Sergio Villar Senin  <svillar@igalia.com>

        [GTK] Add WebP image support
        https://bugs.webkit.org/show_bug.cgi?id=105915

        Reviewed by Martin Robinson.

        * platform/gtk/TestExpectations: unskipped two tests passing now
        that we have WebP support.

2013-01-08  Yoshifumi Inoue  <yosin@chromium.org>

        Dragging over an element with scrollbars should scroll the element when dragging near edges
        https://bugs.webkit.org/show_bug.cgi?id=39725

        Reviewed by Hajime Morita.

        This patch adds new test for autoscroll during drag-and-drop.

        * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
        * fast/events/drag-and-drop-autoscroll.html: Added.

2013-01-08  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>

        Float block's logical top margin is illegal in vertical writing mode.
        https://bugs.webkit.org/show_bug.cgi?id=96597

        Reviewed by Hajime Morita.

        Specify margin to float block in vertical writing mode.

        * fast/writing-mode/vertical-float-margin-expected.html: Added.
        * fast/writing-mode/vertical-float-margin.html: Added.
        * platform/chromium/TestExpectations: Add need rebaseline.

2013-01-07  Kent Tamura  <tkent@chromium.org>

        REGRESSION(r137406): Text inside an empty optgroup prevents subsequent options from appearing
        https://bugs.webkit.org/show_bug.cgi?id=106298

        Reviewed by Ryosuke Niwa.

        * fast/forms/select/select-empty-optgroup-expected.html: Added.
        * fast/forms/select/select-empty-optgroup.html: Added.

2013-01-07  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of month/day field should respect min/max attributes
        https://bugs.webkit.org/show_bug.cgi?id=106212

        Reviewed by Kent Tamura.

        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt:
        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Add tests for month and day fields.
        * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer.html: Added.

2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>

        [CoordinatedGraphics] compositing/repaint/resize-repaint.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=104637

        Reviewed by Noam Rosenthal.

        Unskip compositing/repaint/resize-repaint.html now that Coordinated
        Graphics is no longer repainting unconditionally compositing layers
        when their size changes.

        * platform/efl-wk2/TestExpectations:

2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>

        [CoordinatedGraphics] Support invalidation tracking for CoordinatedGraphicsLayer
        https://bugs.webkit.org/show_bug.cgi?id=106002

        Reviewed by Noam Rosenthal.

        Unskip several tests that require invalidation tracking for EFL WK2 now that
        it is supported by Coordinated Graphics.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
        Use same expectation as mac port.
        * platform/efl/fast/images/repaint-subrect-grid-expected.txt: Added. We are sometimes
        1 pixel off compared to the global expectation likely due to lack for subpixel layout
        support.

2013-01-07  Hajime Morrita  <morrita@google.com>

        Document::m_activeNode should be always an Element.
        https://bugs.webkit.org/show_bug.cgi?id=106193

        Reviewed by Ryosuke Niwa.

        * svg/custom/text-use-click-crash-expected.txt: Added.
        * svg/custom/text-use-click-crash.html: Added.

2013-01-07  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Implement grid items sizing for fixed minmax grid tracks
        https://bugs.webkit.org/show_bug.cgi?id=104700

        Reviewed by Tony Chang.

        * fast/css-grid-layout/minmax-fixed-logical-height-only-expected.txt: Added.
        * fast/css-grid-layout/minmax-fixed-logical-height-only.html: Added.
        * fast/css-grid-layout/minmax-fixed-logical-width-only-expected.txt: Added.
        * fast/css-grid-layout/minmax-fixed-logical-width-only.html: Added.

2013-01-07  Xianzhu Wang  <wangxianzhu@chromium.org>

        Add a setting to enable composited scrolling for frames
        https://bugs.webkit.org/show_bug.cgi?id=104950

        Reviewed by James Robinson.

        Test case to ensure iframes are not added into nonFastScrollableRegion when acceleratedCompositingForScrollableFramesEnabled and compositedScrollingForFramesEnabled.

        * compositing/iframes/iframe-composited-scrolling-expected.txt: Added.
        * compositing/iframes/iframe-composited-scrolling.html: Added.

2013-01-07  Adam Barth  <abarth@webkit.org>

        HTMLTreeBuilder should not depend on Frame
        https://bugs.webkit.org/show_bug.cgi?id=106256

        Reviewed by Eric Seidel.

        I needed to update this test slightly because now we lock in the
        "script enabled" bit for the parser when the parser starts. That means
        we'll parse the document in a consistent way even if the "script
        enabled" bit gets flipped later.

        * fast/parser/noscript-with-javascript-disabled-expected.txt:
        * fast/parser/noscript-with-javascript-disabled.html:

2013-01-07  Tony Chang  <tony@chromium.org>

        Remove more internals.settings that are autogenerated
        https://bugs.webkit.org/show_bug.cgi?id=106253

        Reviewed by Adam Barth.

        These tests were manually trying to reset setMediaPlaybackRequiresUserGesture
        when the test ended because they weren't using the InternalSettings::Backup to
        save/restore the prefs. The autogenerated code will properly reset these prefs
        before the next test.

        * media/no-autoplay-with-user-gesture-requirement.html:
        * media/video-load-require-user-gesture.html:
        * media/video-play-require-user-gesture.html:

2013-01-07  Emil A Eklund  <eae@chromium.org>

        REGRESSION(SUBPIXEL_LAYOUT): el.offsetWidth < el.clientWidth for elements of a certain size
        https://bugs.webkit.org/show_bug.cgi?id=106107

        Reviewed by Levi Weintraub.
        
        Add test for clientWidth/offsetWidth rounding.

        * fast/sub-pixel/client-and-offset-width-expected.txt: Added.
        * fast/sub-pixel/client-and-offset-width.html: Added.

2013-01-07  Ryosuke Niwa  <rniwa@webkit.org>

        Add Mac Lion result after r138986.

        * platform/mac-lion/platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.

2013-01-07  Chris Fleizach  <cfleizach@apple.com>

        AX: the text of render counters are not exposed to Accessibility
        https://bugs.webkit.org/show_bug.cgi?id=103794

        Reviewed by Ryosuke Niwa.

        * accessibility/render-counter-text-expected.txt: Added.
        * accessibility/render-counter-text.html: Added.

2013-01-07  Ojan Vafai  <ojan@chromium.org>

        A couple more rebaselines for http://trac.webkit.org/changeset/138838.
        * platform/mac/fast/table/038-vertical-expected.txt:
        * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:

2013-01-07  Justin Novosad  <junov@google.com>

        Fixing memory read after free in CanvasRenderingContext2D::accessFont
        https://bugs.webkit.org/show_bug.cgi?id=106244

        Reviewed by Abhishek Arya.

        New test case to verify stability of 2D canvas method measureText.
        Test case was causing a DumpRenderTree crash on builds with
        AddressSantitizer instrumentation.

        * fast/canvas/canvas-measureText-expected.txt: Added.
        * fast/canvas/canvas-measureText.html: Added.

2013-01-07  Abhishek Arya  <inferno@chromium.org>

        Heap-buffer-overflow in WebCore::RenderBlock::clone.
        https://bugs.webkit.org/show_bug.cgi?id=101984

        Reviewed by Julien Chaffraix.

        * fast/multicol/recursive-split-flow-crash-expected.txt: Added.
        * fast/multicol/recursive-split-flow-crash.html: Added.

2013-01-07  Enrica Casucci  <enrica@apple.com> 

        Some characters are not rotated properly in vertical text
        https://bugs.webkit.org/show_bug.cgi?id=105663
        <rdar://problem/12738911>

        Reviewed by Dan Bernstein. 

        * platform/mac/fast/text/vertical-no-sideways.html: Added. 
        * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.

2013-01-07  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating test expectations following r138717.

        * platform/chromium-linux/platform/chromium/fast/events/touch: Removed.
        * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
        * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
        * platform/chromium-win-xp/platform/chromium/fast/events: Added.
        * platform/chromium-win-xp/platform/chromium/fast/events/touch: Added.
        * platform/chromium-win-xp/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
        * platform/chromium/TestExpectations:

2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] fast/speech/scripted/navigate-away.html is flaky.
        https://bugs.webkit.org/show_bug.cgi?id=106249

        * platform/chromium/TestExpectations: Marked as flaky.

2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Rebaseline webaudio/realtimeanalyser-fft-sizing.html.

        * platform/chromium-win/webaudio/realtimeanalyser-fft-sizing-expected.txt: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt.

2013-01-07  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r137632.
        http://trac.webkit.org/changeset/137632
        https://bugs.webkit.org/show_bug.cgi?id=106237

        Caused major security regressions on ClusterFuzz (Requested by
        inferno-sec on #webkit).

        * mathml/mo-stretch-crash-expected.txt: Removed.
        * mathml/mo-stretch-crash.html: Removed.

2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Rebaseline svg/W3C-SVG-1.1/paths-data-03-f.svg.

        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Updated expectation.

2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Tests in svg/dynamic-updates are flaky..
        https://bugs.webkit.org/show_bug.cgi?id=106238

        * platform/chromium/TestExpectations: Marked as flaky.

2013-01-07  Ojan Vafai  <ojan@chromium.org>

        Rebaselines after http://trac.webkit.org/changeset/138838.

        * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.txt:
        * platform/chromium-mac-lion/fast/table/038-vertical-expected.png:
        * platform/chromium-mac-lion/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/038-vertical-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
        * platform/chromium-mac/fast/table/038-vertical-expected.png:
        * platform/chromium-mac/fast/table/038-vertical-expected.txt: Copied from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
        * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.txt:
        * platform/chromium-win-xp/fast/ruby/base-shorter-than-text-expected.txt:
        * platform/chromium-win-xp/fast/table/038-vertical-expected.png: Added.
        * platform/chromium-win-xp/fast/table/border-collapsing/004-vertical-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/ruby/base-shorter-than-text-expected.txt:
        * platform/gtk/fast/table/038-vertical-expected.txt:
        * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
        * platform/mac-lion/fast/table/038-vertical-expected.txt: Copied from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
        * platform/mac-lion/fast/table/border-collapsing/004-vertical-expected.txt: Added.
        * platform/mac-wk2/fast/table/038-vertical-expected.txt: Renamed from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
        * platform/mac-wk2/fast/table/border-collapsing/004-vertical-expected.txt: Added.
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/qt/fast/table/038-vertical-expected.txt:
        * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:

2013-01-07  Victor Carbune  <victor@rosedu.org>

        [Track] Rendering crash
        https://bugs.webkit.org/show_bug.cgi?id=106199

        Reviewed by Eric Carlson.

        * media/track/track-cue-inline-assertion-crash-expected.txt: Added.
        * media/track/track-cue-inline-assertion-crash.html: Added.

2013-01-07  Michael Pruett  <michael@68k.org>

        [JSC] Copy non-index properties of arrays in SerializedScriptValue
        https://bugs.webkit.org/show_bug.cgi?id=105575

        Reviewed by Oliver Hunt.

        The structured cloning algorithm requires copying all properties of
        array objects, including non-index properties.

        * fast/storage/resources/serialized-script-value.js:
        * fast/storage/serialized-script-value-expected.txt:
        * fast/storage/serialized-script-value.html:
        * platform/chromium/fast/storage/serialized-script-value-expected.txt:
        * platform/chromium/fast/storage/serialized-script-value.html:

2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html has repainting issues
        https://bugs.webkit.org/show_bug.cgi?id=97208

        Reviewed by Tony Chang.

        Following the fix for https://bugs.webkit.org/show_bug.cgi?id=105893, i converted this to a ref test.
        Used a defined monospace font for similar results on all platforms.

        * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.html: Added.
        * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
        * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html:
        * platform/chromium-linux/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
        * platform/chromium-mac-lion/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
        * platform/chromium-mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
        * platform/chromium-win/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
        * platform/chromium-win/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
        * platform/chromium/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
        * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
        * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.

2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Marked WebAudio tests that are failing on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=106232

        * platform/chromium/TestExpectations: Marked.

2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>

        Mark fast/block/float/max-width-clear-float-with-overflow-hidden.html as failing.
        https://bugs.webkit.org/show_bug.cgi?id=47975

        * platform/chromium/TestExpectations: Marked.

2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Update bug numbers and organize bug lines.

        * platform/chromium/TestExpectations: Organizzazzed.

2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>

        Unreviewed. Unskip tests fixed in http://trac.webkit.org/changeset/138937.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>

        [GTK][EFL][Qt] New tests fast/regions/region-rule-nested-region-rule.html, fast/regions/region-styling-mediaquery.html are failing
        https://bugs.webkit.org/show_bug.cgi?id=106168

        Reviewed by Csaba Osztrogonác.

        Specify a margin-top: 0 both for the h1 element that is flowed into region and the h1 element in the ref test to ensure
        the h1 element is displayed at the same position in the region and in the containing article element.
        Also, cleaned up the tests a little.

        * fast/regions/region-rule-nested-region-rule-expected.html:
        * fast/regions/region-rule-nested-region-rule.html:
        * fast/regions/region-styling-mediaquery-expected.html:
        * fast/regions/region-styling-mediaquery.html:

2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>

        Regression(r138786): Causes webaudio tests to crash
        https://bugs.webkit.org/show_bug.cgi?id=106182

        Reviewed by Philippe Normand.

        Unskip several webaudio tests for EFL WK2 now that the
        regression was fixed.

        * platform/efl-wk2/TestExpectations:

2013-01-07  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening.
        r138820: Skipped a test because track feature is not functional yet.
        r138838: Added new baseline to fast/writing-mode/table-percent-width-quirk-expected.txt.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/TestExpectations:
        * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt:

2013-01-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Unskip now passing ruby tests.

        Unreviewed gardening.

        Verified to match rendering in other ports.

        * platform/qt/TestExpectations:
        * platform/qt/fast/ruby/ruby-beforeafter-expected.txt: Added.
        * platform/qt/fast/ruby/ruby-empty-rt-expected.txt: Added.
        * platform/qt/fast/ruby/ruby-length-expected.txt: Added.
        * platform/qt/fast/ruby/ruby-run-break-expected.txt: Added.
        * platform/qt/fast/ruby/ruby-runs-expected.txt: Added.
        * platform/qt/fast/ruby/ruby-runs-spans-expected.txt: Added.
        * platform/qt/fast/ruby/ruby-simple-expected.txt: Added.
        * platform/qt/fast/ruby/ruby-simple-rp-expected.txt: Added.
        * platform/qt/fast/ruby/ruby-trailing-expected.txt: Added.

2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark 2 fast/regions ref tests as failing for EFL
        port. Those tests were introduced in r138854.

        * platform/efl/TestExpectations:

2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark several webaudio tests as crashing on WK2 EFL
        due to a regression in r138786.

        * platform/efl-wk2/TestExpectations:

2013-01-06  Abhishek Arya  <inferno@chromium.org>

        Heap-use-after-free in DocumentLoader::stopLoading
        https://bugs.webkit.org/show_bug.cgi?id=103656

        Reviewed by Eric Seidel.

        * fast/dom/ready-state-change-crash-expected.txt: Added.
        * fast/dom/ready-state-change-crash.html: Added.

2013-01-06  Abhishek Arya  <inferno@chromium.org>

        Heap-use-after-free in WebCore::Document::implicitClose
        https://bugs.webkit.org/show_bug.cgi?id=105655

        Reviewed by Eric Seidel.

        * fast/dom/window-load-crash-expected.txt: Added.
        * fast/dom/window-load-crash.html: Added.

2013-01-06  Mike West  <mkwst@chromium.org>

        Seamless: IFrame's padding isn't taken into account when calculating its height.
        https://bugs.webkit.org/show_bug.cgi?id=106167

        Reviewed by Eric Seidel.

        * fast/frames/seamless/seamless-border-padding-expected.txt:
            Adjusts the previously failing expectations to the correct values.

2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>

        Add failing test expectations to some tile drawing tests on Mac WebKit2.
        The failures are tracked by the bug 106187.

        * platform/mac-wk2/TestExpectations:

2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>

        Revert an erroneous change from r138874.

        http/tests/misc/link-rel-icon-beforeload.html had been skipped prior to r138874
        and it should continued to be.

        * platform/mac-wk2/TestExpectations:

2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky test expectation for the bug 106185.

        * platform/mac/TestExpectations:

2013-01-05  Robert Hogan  <robert@webkit.org>

        Heap-use-after-free in WebCore::RenderBlock::insertIntoTrackedRendererMaps
        https://bugs.webkit.org/show_bug.cgi?id=105654

        Reviewed by Simon Fraser.

        * fast/block/sticky-position-containing-block-crash-expected.txt: Added.
        * fast/block/sticky-position-containing-block-crash.html: Added.

2013-01-05  Mike West  <mkwst@chromium.org>

        Deflaking http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html
        https://bugs.webkit.org/show_bug.cgi?id=106165

        Reviewed by Adam Barth.

        The original test chose its violation mechanism poorly. The existing injection file
        injected two violations, which generated reports delivered in a random order. This
        patch creates a new injection JavaScript file that injects a single image, generating
        a single report. That should deflake the test.

        * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html:
        * http/tests/security/contentSecurityPolicy/resources/inject-image.js:
            Adjusting the test to be deterministic.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
            Unskipping test.


2013-01-05  Mike West  <mkwst@chromium.org>

        seamless iframes don't take border into account properly and make the iframe too small.
        https://bugs.webkit.org/show_bug.cgi?id=90827

        Reviewed by Ojan Vafai.

        * fast/frames/seamless/seamless-border-padding-expected.txt: Added.
        * fast/frames/seamless/seamless-border-padding.html: Added.
            This test checks the IFrame's handling of borders and padding.
            Things work correctly for width after this patch, but there are
            still issues with padding and height, which will be fixed in
            http://wkbug.com/106167

2013-01-05  Min Qin  <qinmin@chromium.org>

        MediaControls::show() should make controls opaque
        https://bugs.webkit.org/show_bug.cgi?id=106034

        Reviewed by Eric Carlson.

        Add tests to check that video controls are shown when exiting from fullscreen.

        * media/video-controls-visible-exiting-fullscreen-expected.txt: Added.
        * media/video-controls-visible-exiting-fullscreen.html: Added.

2013-01-05  Michael Pruett  <michael@68k.org>

        [WK2] Exclude IndexedDB tests which use eventSender.beginDragWithFiles()
        https://bugs.webkit.org/show_bug.cgi?id=106138

        Reviewed by Alexey Proskuryakov.

        * platform/wk2/TestExpectations:

2013-01-05  Alec Flett  <alecflett@chromium.org>

        IndexedDB: Migrate backend ObjectStore calls to use transaction id
        https://bugs.webkit.org/show_bug.cgi?id=102741

        Reviewed by Tony Chang.

        Add additional count() tests for multi-entry indexes, not previously
        covered.

        * storage/indexeddb/index-multientry-expected.txt:
        * storage/indexeddb/resources/index-multientry.js:
        (.transaction.oncomplete):
        (verifyCount.request.onsuccess.request.onsuccess):
        (verifyCount.request.onsuccess):
        (verifyCount):

2013-01-05  Robert Hogan  <robert@webkit.org>

        Max width of a floated container with floated children calculated incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=47975

        Reviewed by Levi Weintraub.

        * fast/block/float/max-width-clear-float-with-overflow-hidden-expected.html: Added.
        * fast/block/float/max-width-clear-float-with-overflow-hidden.html: Added.

2013-01-05  Takashi Sakamoto  <tasak@google.com>

        [Shadow DOM]: Some named elements in ShadowTree visible on nesting document level
        https://bugs.webkit.org/show_bug.cgi?id=105617

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/element-name-in-shadow-expected.txt: Added.
        * fast/dom/shadow/element-name-in-shadow.html: Added.

2013-01-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening

        Skipping http/tests/multipart/multipart-wait-before-boundary.html for now,
        the test is intermittently timing out on release builders despite being assigned
        a SLOW expectation, thus unnecessarily painting bots red. A bug identifier is also
        added for this test.

        * platform/gtk/TestExpectations:

2013-01-05  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Rebaseline several tests after r138838.

        * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
        * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
        * platform/efl/fast/table/038-vertical-expected.png:
        * platform/efl/fast/table/038-vertical-expected.txt:
        * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:

2013-01-04  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectations for two CSS Regions tests added in r138854.
        Modifying a failure expectation for a CSS Image Set test that now times out after r138857.

        * platform/gtk/TestExpectations:

2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>

        Remove a duplicate test expectation since the bug 106153 has been merged into the bug 106165.

        * platform/chromium/TestExpectations:

2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>

        Add a flaky failure expectation to a test added by r138834.
        The failure is tracked by the bug 106165.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-01-04  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. fast/ruby/base-shorter-than-text.html is failing on
        Lion and MountainLion.

        * platform/chromium/TestExpectations:

2013-01-04  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. Test is flaky on Linux and Mac.

        * platform/chromium/TestExpectations:

2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>

        Add a Mac test expectation for the test that has been intermittently failing on Mac Lion WebKit1.
        The failure is tracked by the bug 106151.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>

        Remove superfluous chromium test baselines for the test added by r138862 after r138869.

        * platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
        * platform/chromium-linux/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/js: Removed.
        * platform/chromium-mac-lion/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
        * platform/chromium-mac/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
        * platform/chromium/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Copied from LayoutTests/platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt.

2013-01-04  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. Adding new baselines for chromium.

        * platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
        * platform/chromium-linux/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
        * platform/chromium-mac-lion/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
        * platform/chromium-mac/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.

2013-01-04  Eric Carlson  <eric.carlson@apple.com>

        Unreviewed cleanup. Remove media/track/ from Mac TestExpectations because 
        https://bugs.webkit.org/show_bug.cgi?id=105606 was fixed.

        * platform/mac/TestExpectations:

2013-01-04  Filip Pizlo  <fpizlo@apple.com>

        DFG should not elide CheckStructure if it's needed to perform a cell check
        https://bugs.webkit.org/show_bug.cgi?id=106074

        Reviewed by Ryosuke Niwa.

        * fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
        * fast/js/dfg-check-structure-elimination-for-non-cell.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-check-structure-elimination-for-non-cell.js: Added.
        (foo):
        (bar):
        (baz):

2013-01-04  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. Temporarily skipping three tests
        in webaudio/codec-tests/vorbis because they need a 
        special rebaseline.

        * platform/chromium/TestExpectations:

2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r138394): platform/mac/accessibility/file-upload-button-subrole.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=105778

        Reviewed by Alexey Proskuryakov.

        Removed the old test expectations.

        * platform/mac/TestExpectations:

2013-01-04  Rick Byers  <rbyers@chromium.org>

        URL duplication in mouse cursor tests mean minor typos can cause flakiness
        https://bugs.webkit.org/show_bug.cgi?id=104952

        Reviewed by Eric Seidel.

        Replace the explicit list of images to preload with code that extracts
        URLs from style definitions.  Also move all this image preload code to
        a common helper file so that it can easily be used by other tests.

        * fast/events/mouse-cursor-image-set.html:
        * fast/events/mouse-cursor-multiframecur.html:
        * fast/events/mouse-cursor.html:
        * fast/js/resources/image-preload-helper.js: Added.
        (preloadImagesFromStyle):
        (onComplete):
        (imagesToLoad):

2013-01-04  Xianzhu Wang  <wangxianzhu@chromium.org>

        Unreviewd. Fix break caused by using old internals.settings.setEnableCompositingForFixedPosition
        (has been renamed to setAcceleratedCompositingForFixedPositionEnabled).

        * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html:

2013-01-04  Zoltan Horvath  <zoltan@webkit.org>

        [CSS Regions] @region rules inside media queries are ignored
        https://bugs.webkit.org/show_bug.cgi?id=102388

        Reviewed by David Hyatt.

        Using @region rules in media queries was ignored, but we should accept and apply it.

        * fast/regions/region-rule-nested-region-rule-expected.html: Added.
        * fast/regions/region-rule-nested-region-rule.html: Added.
        * fast/regions/region-styling-mediaquery-expected.html: Added.
        * fast/regions/region-styling-mediaquery.html: Added.

2013-01-04  Abhishek Arya  <inferno@chromium.org>

        Crash in WebCore::RenderBlock::willBeDestroyed
        https://bugs.webkit.org/show_bug.cgi?id=103455

        Reviewed by Eric Seidel.

        * fast/multicol/continuation-crash-expected.txt: Added.
        * fast/multicol/continuation-crash.html: Added.

2013-01-04  Chris Rogers  <crogers@google.com>

        Implement WebIDL-style string constants in WebAudio (part 2)
        https://bugs.webkit.org/show_bug.cgi?id=105977

        Reviewed by Kentaro Hara.

        * webaudio/audiopannernode-basic-expected.txt: Removed.
        * webaudio/audiopannernode-basic.html: Removed.
        * webaudio/biquad-getFrequencyResponse-expected.txt:
        * webaudio/biquad-getFrequencyResponse.html:
        * webaudio/biquadfilternode-basic-expected.txt:
        * webaudio/biquadfilternode-basic.html:
        * webaudio/pannernode-basic-expected.txt: Added.
        * webaudio/pannernode-basic.html: Added.
        * webaudio/resources/biquad-testing.js:
        * webaudio/resources/distance-model-testing.js:
        (createGraph):
        (.return.renderedBuffer):
        (checkDistanceResult):
        * webaudio/resources/panner-model-testing.js:
        (createGraph):

2013-01-04  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. The following two tests are flaky on XP:
        svg/custom/feComponentTransfer-Table.svg
        svg/custom/embedding-external-svgs.xhtml

        * platform/chromium/TestExpectations:

2013-01-04  Rick Byers  <rbyers@chromium.org>

        window.Touch and TouchList should exist when touch events are enabled
        https://bugs.webkit.org/show_bug.cgi?id=96295

        Reviewed by Kentaro Hara.

        Add new expected constructors and instanceof checks.

        * fast/events/touch/document-create-touch-list-expected.txt:
        * fast/events/touch/script-tests/document-create-touch-list.js:
        * platform/efl/fast/js/global-constructors-expected.txt:
        * platform/qt-5.0/fast/js/global-constructors-expected.txt:
        * platform/qt/fast/js/global-constructors-expected.txt:

2013-01-04  Xianzhu Wang  <wangxianzhu@chromium.org>

        Test compositing and slow scrolling behavior of fixed position elements under transformed elements
        https://bugs.webkit.org/show_bug.cgi?id=103470

        Reviewed by Simon Fraser.

        Add test case for the behavior change about fixed position elements under transformed elements in bug 102543 by the way.

        * compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
        * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html: Added.

2013-01-04  Tony Chang  <tony@chromium.org>

        Remove some autogenerated settings from InternalSettings.idl
        https://bugs.webkit.org/show_bug.cgi?id=106114

        Reviewed by Ojan Vafai.

        Rename setters to match the name in Settings.in
        setEnableCompositingForFixedPosition -> setAcceleratedCompositingForFixedPositionEnabled
        setEnableCompositingForScrollableFrames -> setAcceleratedCompositingForScrollableFramesEnabled

        * compositing/absolute-inside-out-of-view-fixed.html:
        * compositing/geometry/fixed-position-composited-page-scale-down.html:
        * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
        * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html:
        * compositing/geometry/fixed-position-composited-page-scale.html:
        * compositing/geometry/fixed-position-composited-switch.html:
        * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
        * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
        * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
        * compositing/geometry/fixed-position-transform-composited-page-scale.html:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll.html:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe.html:
        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
        * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
        * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html:
        * compositing/layer-creation/fixed-position-out-of-view.html:
        * compositing/overflow/automatically-opt-into-composited-scrolling.html:
        * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html:
        * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html:
        * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html:
        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html:
        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html:
        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html:

2013-01-04  Ojan Vafai  <ojan@chromium.org>

        Vertical writing mode can overflow fixed size grandparent container
        https://bugs.webkit.org/show_bug.cgi?id=93655

        Reviewed by David Hyatt.

        * fast/writing-mode/auto-sizing-orthogonal-flows-expected.txt: Added.
        * fast/writing-mode/auto-sizing-orthogonal-flows.html: Added.
        * fast/writing-mode/percentage-height-orthogonal-writing-modes-expected.txt:
        * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt:
        * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html:
        * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
        * fast/writing-mode/table-percent-width-quirk-expected.png:
        * fast/writing-mode/table-percent-width-quirk-expected.txt:
        This test now correctly uses the containing blocks's availableHeight instead of the
        initial containing block's height to size the perpendicular child.
        * platform/chromium-linux/fast/ruby/base-shorter-than-text-expected.txt:
        * platform/chromium-linux/fast/table/038-vertical-expected.png:
        * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png:
        The extra wrapping in this test is just because we subtract the body's margin when
        computing the available height. If you force the table's container 16px smaller,
        you get the same rendering at tip of tree WebKit.
        * platform/chromium-win/fast/table/038-vertical-expected.txt:
        * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        Add tests that will need rebaseline once this patch lands.

2013-01-04  Joshua Bell  <jsbell@chromium.org>

        Add tests for WebIDL type conversions
        https://bugs.webkit.org/show_bug.cgi?id=105927

        Reviewed by Adam Barth.

        This currently fails long long conversions of non-finites (which should map to 0). Patch
        in progress at: http://wkbug.com/96798

        * fast/js/webidl-type-mapping-expected.txt: Added.
        * fast/js/webidl-type-mapping.html: Added.

2013-01-04  Stephen White  <senorblanco@chromium.org>

        Invalidation of some SVG filter attributes on HTML content doesn't work 
        https://bugs.webkit.org/show_bug.cgi?id=105635

        Reviewed by Dirk Schulze.

        New reftest to verify filter attribute change invalidations.

        * css3/filters/reference-filter-update-on-attribute-change-expected.html: Added.
        * css3/filters/reference-filter-update-on-attribute-change.html: Added.

2013-01-04  Mike West  <mkwst@chromium.org>

        CSP 1.1: Experiment with adding line numbers to violation reports.
        https://bugs.webkit.org/show_bug.cgi?id=105374

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.html: Added.
        * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html: Added.

2013-01-04  Mike Lawther  <mikelawther@chromium.org>

        CSS3 calc: working with translate and scale transforms
        https://bugs.webkit.org/show_bug.cgi?id=105985

        Reviewed by Ojan Vafai.

        * css3/calc/transforms-scale-expected.html: Added.
        * css3/calc/transforms-scale.html: Added.
        * css3/calc/transforms-translate-expected.html: Added.
        * css3/calc/transforms-translate.html: Added.

2013-01-04  Elliott Sprehn  <esprehn@chromium.org>

        PseudoElement should never dispatch events
        https://bugs.webkit.org/show_bug.cgi?id=106048

        Reviewed by Ojan Vafai.

        Add a test that events don't get dispatched from pseudo elements. The
        only way right now to cause this is with transitions or animations.

        * fast/css-generated-content/pseudo-element-events-expected.txt: Added.
        * fast/css-generated-content/pseudo-element-events.html: Added.

2013-01-04  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. Adding Lion image baseline for
        fast/regions/full-screen-video-from-region.html

        * platform/chromium-mac-lion/fast/regions/full-screen-video-from-region-expected.png: Added.

2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>

        Add a crash test expectation for the crashing test on Mac WebKit1 after r138782,
        which attempted to fix the crash but appears to did so only on WebKit2.

        The failure is tracked by the bug 106123.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-04  Terry Anderson  <tdanderson@chromium.org>

        The following two tests are starting to fail while on the verge of
        timing out. Adding Failure to their modifiers.

        fast/canvas/webgl/context-creation-and-destruction.html
        platform/chromium/virtual/gpu/fast/canvas/webgl/context-creation-and-destruction.html

        * platform/chromium/TestExpectations:

2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>

        Add Mac baselines for subpixel tests added in r125794, r137945, and r138200.
        https://bugs.webkit.org/show_bug.cgi?id=106070

        Reviewed by Emil A Eklund.

        Added baselines.

        * platform/mac/fast/sub-pixel: Added.
        * platform/mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
        * platform/mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
        * platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
        * platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
        * platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
        * platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.

2013-01-04  Stephen White  <senorblanco@chromium.org>

        CSS url() filters with forward references don't work
        https://bugs.webkit.org/show_bug.cgi?id=90405

        Based on a patch by Keyar Hood.

        Reviewed by Dirk Schulze.

        * css3/filters/effect-reference-after-expected.html: Added.
        * css3/filters/effect-reference-after.html: Added.
        * css3/filters/effect-reference-delete-crash.html: Added.
        * css3/filters/effect-reference-delete-expected.html: Added.
        * css3/filters/effect-reference-delete.html: Added.
        * css3/filters/effect-reference-removed-while-pending-resources-expected.html: Added.
        * css3/filters/effect-reference-removed-while-pending-resources.html: Added.
        * css3/filters/effect-reference-rename-expected.html: Added.
        * css3/filters/effect-reference-rename.html: Added.
        * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Added.
        * css3/filters/effect-reference-reset-style-delete-crash.html: Added.
        * css3/filters/script-tests/effect-reference-delete-crash.js: Added.
        * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Added.
        * svg/filters/filter-cycle-expected.html: Added.
        * svg/filters/filter-cycle.html: Added.

2013-01-04  Mike West  <mkwst@chromium.org>

        CSP: Blocked 'track' sources should only log once to the console.
        https://bugs.webkit.org/show_bug.cgi?id=106091

        Reviewed by Eric Carlson.

        * http/tests/security/contentSecurityPolicy/media-src-track-block-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/media-src-track-block.html: Added.
        * http/tests/security/contentSecurityPolicy/resources/track.srt: Added.

2013-01-04  Mike West  <mkwst@chromium.org>

        CSP: 'frame-src' should block redirects to invalid sources.
        https://bugs.webkit.org/show_bug.cgi?id=106084

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.html: Added.

2013-01-04  Mike West  <mkwst@chromium.org>

        CSP: XHR from an isolated world should bypass a page's policy.
        https://bugs.webkit.org/show_bug.cgi?id=104480

        Reviewed by Adam Barth.

        * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-expected.txt: Added.
        * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr.html: Added.
            A new test! How wonderful!
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
            Skipping the new test on ports that don't support it.

2013-01-04  Mike Lawther  <mikelawther@chromium.org>

        CSS3 calc: mixed percent/absolute for border-radius
        https://bugs.webkit.org/show_bug.cgi?id=106046

        Reviewed by Ojan Vafai.

        * css3/calc/border-radius-expected.html: Renamed from LayoutTests/css3/calc/border-radius-expected-mismatch.html.
        * css3/calc/border-radius.html:

2013-01-04  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Again updating baseline for editing/deleting/delete-to-select-table.html.

        * platform/gtk/editing/deleting/delete-to-select-table-expected.txt:

2013-01-04  Dana Jansens  <danakj@chromium.org>

        [chromium] Remove lost-compositor-context layout tests
        https://bugs.webkit.org/show_bug.cgi?id=106089

        Reviewed by James Robinson.

        Better test coverage for these issues is now provided by the unit tests
        in the compositor's cc/layer_tree_host_unittest_context.cc file.

        * platform/chromium-linux-x86/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
        * platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
        * platform/chromium/compositing/lost-compositor-context-expected.txt: Removed.
        * platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
        * platform/chromium/compositing/lost-compositor-context-permanently-expected.txt: Removed.
        * platform/chromium/compositing/lost-compositor-context-permanently.html: Removed.
        * platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
        * platform/chromium/compositing/lost-compositor-context-twice-expected.txt: Removed.
        * platform/chromium/compositing/lost-compositor-context-twice.html: Removed.
        * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
        * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.txt: Removed.
        * platform/chromium/compositing/lost-compositor-context-with-rendersurface.html: Removed.
        * platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
        * platform/chromium/compositing/lost-compositor-context-with-video-expected.txt: Removed.
        * platform/chromium/compositing/lost-compositor-context-with-video.html: Removed.
        * platform/chromium/compositing/lost-compositor-context.html: Removed.
        * platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
        * platform/chromium/compositing/webgl-loses-compositor-context-expected.txt: Removed.
        * platform/chromium/compositing/webgl-loses-compositor-context.html: Removed.

2013-01-04  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. fast/repaint/japanese-rl-selection-repaint-in-regions.html
        has image-only failures on SnowLeopard and Lion.

        * platform/chromium/TestExpectations:

2013-01-04  Adam Klein  <adamk@chromium.org>

        Remove ENABLE_MUTATION_OBSERVERS #define
        https://bugs.webkit.org/show_bug.cgi?id=105459

        Reviewed by Ryosuke Niwa.

        Remove references to ENABLE(MUTATION_OBSERVERS) from tests.

        * fast/dom/MutationObserver/cross-document.html:
        * fast/dom/MutationObserver/database-callback-delivery.html:
        * fast/dom/MutationObserver/disconnect-cancel-pending.html:
        * fast/dom/MutationObserver/filesystem-callback-delivery.html:
        * fast/dom/MutationObserver/mutation-observer-constructor.html:
        * fast/dom/MutationObserver/observe-attributes.html:
        * fast/dom/MutationObserver/observe-characterdata.html:
        * fast/dom/MutationObserver/observe-childList.html:
        * fast/dom/MutationObserver/observe-exceptions.html:
        * fast/dom/MutationObserver/observe-subtree.html:
        * fast/dom/MutationObserver/takeRecords.html:

2013-01-04  Rick Byers  <rbyers@chromium.org>

        Existence of window.Touch can break websites mobile device detection
        https://bugs.webkit.org/show_bug.cgi?id=106071

        Revert http://trac.webkit.org/changeset/135562 for now while I work
        on a slightly safer version.

        Reviewed by Ojan Vafai.

        * fast/events/touch/document-create-touch-list-expected.txt:
        * fast/events/touch/script-tests/document-create-touch-list.js:
        * platform/efl/fast/js/global-constructors-expected.txt:
        * platform/qt-5.0/fast/js/global-constructors-expected.txt:
        * platform/qt/fast/js/global-constructors-expected.txt:

2013-01-04  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening, unskip a now passing test.

        * platform/qt-5.0-wk2/TestExpectations:

2013-01-04  Csaba Osztrogonác  <ossy@webkit.org>

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

        * platform/qt/TestExpectations:

2013-01-04  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. New image baselines for test
        fast/regions/full-screen-video-from-region.html

        * platform/chromium-mac-snowleopard/fast/regions/full-screen-video-from-region-expected.png: Added.
        * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png:
        * platform/chromium-win-xp/fast/regions/full-screen-video-from-region-expected.png: Added.

2013-01-04  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining an editing test after r138654.

        Adding failure expectations for two tests added in r138632.
        Add a temporary failure expectation for transitions/transitions-parsing.html,
        the test is fixed but just requires a clean build. It shouldn't paint the bots
        red until then.

        * platform/gtk/TestExpectations:
        * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: Added.

2013-01-04  Zan Dobersek  <zandobersek@gmail.com>

        REGRESSION (r138184): transitions/transitions-parsing.html is failing on GTK
        https://bugs.webkit.org/show_bug.cgi?id=105522

        Reviewed by Xan Lopez.

        Remove a failure expectation for a test that's now passing.

        * platform/gtk/TestExpectations:

2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Skip new failing tests introduced in r138632 and r138756.

        * platform/efl/TestExpectations:

2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Rebaseline editing/deleting/delete-to-select-table.html.

        * platform/efl/editing/deleting/delete-to-select-table-expected.png:
        * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.

2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Mark test webaudio/codec-tests/mp3/128kbps-44khz.html as Missing.

        * platform/efl/TestExpectations:

2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Rebaseline 2 media/track test cases after r138784.

        * platform/efl/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/efl/media/track/track-cue-rendering-vertical-expected.png:
        * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:

2013-01-04  Sailesh Agrawal  <sail@chromium.org>

        [Mac] [WK2] platform/mac/fast/events/numpad-keycode-mapping.html fails
        https://bugs.webkit.org/show_bug.cgi?id=105958

        Reviewed by Alexey Proskuryakov.

        Fixed numpad-keycode-mapping.html failure in WebKitTestRunner.

        * platform/mac-wk2/TestExpectations:

2013-01-04  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions]Content overflowing last region displayed wrong
        https://bugs.webkit.org/show_bug.cgi?id=105893

        Reviewed by David Hyatt.

        Add tests for all writing modes with content overflowing the last region in chain.
        Hit testing for content overflowing the last region is not yet supported, therefore tests
        for that will be added in the future.

        * fast/regions/overflow-last-region-expected.html: Added.
        * fast/regions/overflow-last-region-horiz-bt-expected.html: Added.
        * fast/regions/overflow-last-region-horiz-bt.html: Added.
        * fast/regions/overflow-last-region-vert-lr-expected.html: Added.
        * fast/regions/overflow-last-region-vert-lr.html: Added.
        * fast/regions/overflow-last-region-vert-rl-expected.html: Added.
        * fast/regions/overflow-last-region-vert-rl.html: Added.
        * fast/regions/overflow-last-region.html: Added.

2013-01-04  Dima Gorbik  <dgorbik@apple.com>

        Implement :future pseudo class for the WebVTT ::cue pseudo element
        https://bugs.webkit.org/show_bug.cgi?id=105473

        Reviewed by Antti Koivisto.

        Modified the track css matching test to cover :future pseudo-class case.

        * media/track/captions-webvtt/captions-inner-timestamps.vtt: Removed.
        * media/track/captions-webvtt/styling.vtt:
        * media/track/track-css-matching-expected.txt:
        * media/track/track-css-matching.html:
        * media/track/track-cue-rendering-inner-timestamps-expected.txt: Removed.
        * media/track/track-cue-rendering-inner-timestamps.html: The test was removed because it was based on the old
        future/past nodes rendering logic.

2013-01-04  Carlos Garcia Campos  <cgarcia@igalia.com>

        REGRESSION (r138222?): Assertion failure on appcache/main-resource-redirect.html
        https://bugs.webkit.org/show_bug.cgi?id=105591

        Reviewed by Brady Eidson.

        Unskip http/tests/appcache/main-resource-redirect.html.

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

2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>

        Add one more Mac test expectation for the bug 105986.

        * platform/mac/TestExpectations:

2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>

        Add Mac test expectations for the bugs 105986 and 105988.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>

        Add a crashing test expectation for the test added by r138755 on Mac.
        The test failure is tracked by the bug 138755.

        * platform/mac/TestExpectations:

2013-01-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Gardening Apple Windows port.

        * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Added.

2013-01-03  Tony Chang  <tony@chromium.org>

        incorrect flexbox relayout with overflow, padding and absolute positioning
        https://bugs.webkit.org/show_bug.cgi?id=106022

        Reviewed by Ojan Vafai.

        * css3/flexbox/stretch-simplified-layout-expected.txt: Added.
        * css3/flexbox/stretch-simplified-layout.html: Added.

2013-01-03  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. Marking fast/events/5056619.html as flaky
        on XP and Win7.

        * platform/chromium/TestExpectations:

2013-01-03  Antoine Quint  <graouts@apple.com>

        onload callback for <track> element attached to <video> does not fire
        https://bugs.webkit.org/show_bug.cgi?id=103258

        Reviewed by Eric Carlson.

        As a result of fixing this bug, a few new failures were uncovered and TestExpectations
        needed to be updated to take this into account. Additionally, some existing tests were
        incorrect or outdated and were fixed as well. Finally, a new test was added to thoroughly
        test the various conditions required for a <track> element to successfully load.

        * fast/events/constructors/track-event-constructor.html: Update the test to correctly set
        a non-disabled mode on the text track such that it may load per the rules enforced with this patch.
        * http/tests/security/text-track-crossorigin.html: Update the test to correctly set a non-disabled
        mode on the text track such that it may load per the rules enforced with this patch.
        * media/track/track-add-track-expected.txt: Update the output to match changes made to test.
        * media/track/track-add-track.html: Update the test to correctly set a non-disabled mode on
        the text track such that it may load per the rules enforced with this patch. Also, ensure
        the .readyState of the text track is correctly assumed to be NONE vs. LOADING as it would
        have to wait until the next run loop to be changed to anything but NONE.
        * media/track/track-element-load-event-expected.txt: Added.
        * media/track/track-element-load-event.html: Added.
        * media/track/track-load-from-src-readyState.html: Update the test to correctly set a
        non-disabled mode on the text track such that it may load per the rules enforced with
        this patch.
        * platform/chromium/TestExpectations: Skip tests that now fail instead of timing out.
        * platform/efl/TestExpectations: Skip tests that now fail instead of timing out.
        * platform/gtk/TestExpectations: Skip tests that now fail instead of timing out.
        * platform/mac/TestExpectations: Skip tests that now fail instead of timing out.
        * platform/qt/TestExpectations: Skip tests that now fail instead of timing out.
        * platform/win/TestExpectations: Skip tests that now fail instead of timing out.

2013-01-03  Jon Lee  <jonlee@apple.com>

        REGRESSION(r138729): crash and assertion failures in WebKit::WebProcess::plugInDidReceiveUserInteraction
        https://bugs.webkit.org/show_bug.cgi?id=106042
        <rdar://problem/12953469>

        Reviewed by Brady Eidson.

        * platform/mac-wk2/TestExpectations: Unskip the crashing tests.

2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>

        Add a failing test expectation for fast/inline/continuation-outlines-with-layers.html on Mac
        and associate it with the bug 106064.
        
        Also update Chromium test expectations to associate the failure with the bug 106064.
        They were erroneously associated with resolved bugs.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-03  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. Adding cr-linux image baseline for
        http://trac.webkit.org/changeset/138755

        * platform/chromium-linux/fast/regions/full-screen-video-from-region-expected.png: Added.

2013-01-03  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=105475
        Nested fixed position elements incorrectly repositioned on scrolling

        Reviewed by Simon Fraser.

        Unfortunately, the children were not really accurate before, and they are not 
        really accurate now. It seems like the state tree is not fully up-to-date when the 
        test is printing it. 
        * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt:

2013-01-03  Adam Klein  <adamk@chromium.org>

        [HTMLTemplateElement] When adopting a template element, also adopt its content into the appropriate document
        https://bugs.webkit.org/show_bug.cgi?id=106039

        Reviewed by Eric Seidel.

        * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html: Added.

2013-01-03  Zoltan Horvath  <zoltan@webkit.org>

        [CSS Regions] Don't apply region flow to fullscreen video playing
        https://bugs.webkit.org/show_bug.cgi?id=102388

        Reviewed by David Hyatt.

        In case of full screen video playing we want to watch the video full screen without applying the region flow.

        * fast/regions/full-screen-video-from-region-expected.txt: Added.
        * fast/regions/full-screen-video-from-region.html: Added.
        * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png: Added.

2013-01-03  Rafael Weinstein  <rafaelw@chromium.org>

        [Mutation Observers] prevent delivery while recipient context is suspended
        https://bugs.webkit.org/show_bug.cgi?id=105810

        Reviewed by Adam Barth.

        * inspector/debugger/mutation-observer-suspend-while-paused-expected.txt: Added.
        * inspector/debugger/mutation-observer-suspend-while-paused.html: Added.

2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening, skip a new crashing test to paint the bots green.

        * platform/qt-5.0-wk2/TestExpectations:

2013-01-03  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. Setting webaudio/automatic-pull-node.html to
        [ Timeout Pass ] for XP.

        * platform/chromium/TestExpectations:

2013-01-03  Terry Anderson  <tdanderson@chromium.org>

        css3/filters/effect-invert.html is flaky/has incorrect image output on Win

        Unreviewed gardening. Marked this as [ Failure Pass ] for Win7 and
        as [ Failure ] for XP.

        * platform/chromium/TestExpectations:

2013-01-03  Uday Kiran  <udaykiran@motorola.com>

        webkit fails IETC column-width-negative-001.htm
        https://bugs.webkit.org/show_bug.cgi?id=84778

        Reviewed by Tony Chang.

        New test for multicolumn 'column-width' property with zero value.
        Enable IETC column-width-negative test.

        * fast/multicol/column-width-zero-expected.txt: Added.
        * fast/multicol/column-width-zero.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>

        Add crash test expectations for tests regressed by r138729
        The failure is tracked by the bug 106042.

        * platform/mac-wk2/TestExpectations:

2013-01-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Add Windows specific result for passing test.

        * platform/win/loader: Added.
        * platform/win/loader/image-loader-adoptNode-assert-expected.txt: Added.

2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>

        Remove failing or flaky test expectations from tests that have been passing on Mac.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening of Apple Windows port.

        * platform/win/TestExpectations:
        * platform/win/fast/inline/justify-emphasis-inline-box-expected.txt: Added.

2013-01-03  Adam Klein  <adamk@chromium.org>

        [HTMLTemplateElement] Disallow cycles within template content
        https://bugs.webkit.org/show_bug.cgi?id=105066

        Reviewed by Ojan Vafai.

        * fast/dom/HTMLTemplateElement/cycles-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/cycles-in-shadow.html: Added.
        * fast/dom/HTMLTemplateElement/cycles.html: Added.
        * fast/dom/shadow/shadow-hierarchy-exception-expected.txt: Added.
        * fast/dom/shadow/shadow-hierarchy-exception.html: Added.

2013-01-03  Alexis Menard  <alexis@webkit.org>

        Querying transition-timing-function value on the computed style does not return keywords when it should.
        https://bugs.webkit.org/show_bug.cgi?id=105442

        Reviewed by Simon Fraser.

        Update the tests to match the correct behavior of returning a keyword
        rather than a cubic-bezier() form when using predefined values for the
        transition-timing-function property.

        * animations/animation-shorthand-name-order-expected.txt:
        * animations/animation-shorthand-name-order.html:
        * animations/animation-shorthand-removed.html:
        * animations/animation-shorthand.html:
        * animations/computed-style-expected.txt:
        * animations/computed-style.html:
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt:
        * transitions/inherit-other-props-expected.txt:
        * transitions/inherit-other-props.html:
        * transitions/transitions-parsing-expected.txt:
        * transitions/transitions-parsing.html:

2013-01-03  Rik Cabanier  <cabanier@adobe.com>

        Canvas blending tests fail on Mac WK2
        https://bugs.webkit.org/show_bug.cgi?id=105943

        Reviewed by Simon Fraser.

        * platform/mac-wk2/TestExpectations: updated expectations as the test now passes

2013-01-03  Adam Klein  <adamk@chromium.org>

        Clear failed image loads when an <img> is adopted into a different document
        https://bugs.webkit.org/show_bug.cgi?id=104409

        Reviewed by Nate Chapin.

        * loader/image-loader-adoptNode-assert-expected.txt: Added.
        * loader/image-loader-adoptNode-assert.html: Added.

2013-01-03  Vincent Scheib  <scheib@chromium.org>

        Sandbox-blocked pointer lock should log to the console.
        https://bugs.webkit.org/show_bug.cgi?id=105794

        Reviewed by Adrienne Walker.

        * http/tests/pointer-lock/iframe-sandboxed-expected.txt:
        * http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt:

2013-01-03  Alexis Menard  <alexis@webkit.org>

        Add tests to cover what transition-timing-function accepts for cubic-bezier values.
        https://bugs.webkit.org/show_bug.cgi?id=105426

        Reviewed by Simon Fraser.

        http://www.w3.org/TR/css3-transitions/#transition-timing-function-property
        has not yet been updated following the discussions
        http://lists.w3.org/Archives/Public/www-style/2010Apr/0489.html and
        http://lists.w3.org/Archives/Public/www-style/2010Jun/0254.html where
        the range restriction of Y values for cubic-bezier type has been
        removed. This patch add tests to cover that behavior to avoid breakage
        in the future and test also various other different cubic-bezier use
        cases.

        * transitions/transitions-parsing-expected.txt:
        * transitions/transitions-parsing.html:

2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>

        Update Mac test expectations after merging the bug 105987 into the bug 105986.

        Also add one more test expectation for the bug.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-02  Levi Weintraub  <leviw@chromium.org>

        Fix incorrect assumption about in-flow descendants of inlines in touch event rect tracking
        https://bugs.webkit.org/show_bug.cgi?id=105970

        Reviewed by Simon Fraser.

        * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Updating expectations
        * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Updating test to check previously failing case where
        an inline with a touch handler contains a non-normal-flow child. Also, fixing the test since it was incorrectly duplicated.
        * platform/chromium/TestExpectations:

2013-01-03  Terry Anderson  <tdanderson@chromium.org>

        Unreviewed gardening. Marking webaudio/automatic-pull-node.html as
        [ Pass Slow ] instead of [ Pass Timeout ] for XP.

        * platform/chromium/TestExpectations:

2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>

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

        * platform/qt/TestExpectations:

2013-01-03  Mike West  <mkwst@chromium.org>

        The 'body' of seamless IFrames should default to 'margin: 0'
        https://bugs.webkit.org/show_bug.cgi?id=90834

        Reviewed by Antti Koivisto.

        * fast/frames/seamless/seamless-body-margin-expected.txt: Added.
        * fast/frames/seamless/seamless-body-margin.html: Added.
            New test to explicitly check 'body' margins.
        * fast/frames/seamless/resources/nested-seamless.html:
        * fast/frames/seamless/resources/quirks-square.html:
        * fast/frames/seamless/resources/two-inline-blocks.html:
        * fast/frames/seamless/seamless-inherited-origin-expected.txt:
        * fast/frames/seamless/seamless-inherited-origin.html:
            Updated these tests to remove the assumption that the body had an
            8px margin.

2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skip new failing tests.
        * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Updated after r138654.
        * platform/qt/editing/execCommand/print-expected.txt: Updated after r138654.
        * platform/qt/editing/execCommand/selectAll-expected.txt: Updated after r138654.
        * platform/qt/editing/inserting/editable-html-element-expected.txt: Updated after r138654.

2013-01-03  Mike West  <mkwst@chromium.org>

        seamless iframes don't inherit styles when srcdoc is used
        https://bugs.webkit.org/show_bug.cgi?id=103539

        Reviewed by Antti Koivisto.

        * fast/frames/seamless/resources/span.html: Added.
        * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
            Updating the previously failing expectation.
        * fast/frames/seamless/seamless-srcdoc-expected.txt: Added.
        * fast/frames/seamless/seamless-srcdoc.html: Added.
            Exciting new test to ensure that this doesn't regress, neither
            for totally simple srcdoc attriubtes, nor for slightly more
            complex variations.

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Add failing test expectations for two canvas tests on Mac Lion
        since they have been failing as far as we could tell on the flakiness dashboard.

        The failure is tracked by the bug 105999.

        * platform/mac/TestExpectations:

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Add a Mac test expectation for the bug 105998.

        * platform/mac-wk2/TestExpectations:

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        More Mac test expectation updates per bugs 105988 and 105987.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Add flaky crash expectations for multiple tests on Mac WebKit2.

        * platform/mac-wk2/TestExpectations:

2013-01-02  Kenneth Russell  <kbr@google.com>

        [chromium] Creation of dedicated workers (isolates) leaks reference to HTMLDocument
        https://bugs.webkit.org/show_bug.cgi?id=105367

        Reviewed by Dmitry Titov.

        * fast/workers/resources/empty-worker.js: Added.
        * fast/workers/resources/worker-document-leak-iframe.html: Added.
        * fast/workers/worker-document-leak-expected.txt: Added.
        * fast/workers/worker-document-leak.html: Added.

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        One more Mac rebaseline attempt for r138654. Also remove an entry for the bug 105514
        which has been dup'ed with the bug 103663 for which we have more specific expectations.

        * platform/mac-lion/editing/deleting: Removed.
        * platform/mac-lion/editing/deleting/delete-to-select-table-expected.txt: Removed.
        * platform/mac-wk2/editing/deleting: Removed.
        * platform/mac-wk2/editing/deleting/delete-to-select-table-expected.txt: Removed.
        * platform/mac/TestExpectations:
        * platform/mac/editing/deleting/delete-to-select-table-expected.txt:

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Mac and Chromium rebaselines after r138654.

        * editing/deleting/delete-to-select-table-expected.txt: Added.
        * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.txt: Added.
        * platform/chromium/editing/deleting/delete-to-select-table-expected.txt: Removed.
        * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Removed.
        * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: Removed.
        * platform/mac-lion/editing/deleting/delete-to-select-table-expected.txt: Added.
        * platform/mac-wk2/editing/deleting: Added.
        * platform/mac-wk2/editing/deleting/delete-to-select-table-expected.txt: Added.

2013-01-02  Luke Macpherson   <macpherson@chromium.org>

        Unreviewed Chromium gardening.

        Rebaseline win-xp image for svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.html.

        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.

2013-01-02  Bem Jones-Bey  <bjonesbe@adobe.com>

        When a block's height is determined by min-height/max-height, children with percentage heights are sized incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=26559

        Reviewed by Tony Chang.

        Add tests to ensure percent heights are correctly determined.

        * fast/block/min-max-height-percent-height-child-expected.txt: Added.
        * fast/block/min-max-height-percent-height-child.html: Added.

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Add a failing test expectation to a test added by r136697.
        The failure is tracked by the bug 105960.

        * platform/mac-wk2/TestExpectations:

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Add a failing test expectations to a test added by r132411.
        The patch updated DumpRenderTree but didn't update WebKitTestRunner.
        The failure is tracked by the bug 105958.

        * platform/mac-wk2/TestExpectations:

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Add a Mac WebKit2 test expectation for the bug 105954.

        * platform/mac-wk2/TestExpectations:

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Add a failing test expectation for the bug 105954.

        * platform/mac-wk2/TestExpectations:

2013-01-02  Douglas Stockwell  <dstockwell@chromium.org>

        Crash in WebCore::InlineBox::deleteLine
        https://bugs.webkit.org/show_bug.cgi?id=93448

        Reviewed by Eric Seidel.

        * editing/deleting/delete-block-table-expected.txt:
        * editing/execCommand/selectAll-expected.txt: Renamed from LayoutTests/platform/chromium/editing/execCommand/selectAll-expected.txt.
        * fast/text/whitespace/inline-whitespace-wrapping-1-expected.html: Added.
        * fast/text/whitespace/inline-whitespace-wrapping-1.html: Added.
        * fast/text/whitespace/inline-whitespace-wrapping-2-expected.html: Added.
        * fast/text/whitespace/inline-whitespace-wrapping-2.html: Added.
        * fast/text/whitespace/inline-whitespace-wrapping-3-expected.html: Added.
        * fast/text/whitespace/inline-whitespace-wrapping-3.html: Added.
        * fast/text/whitespace/inline-whitespace-wrapping-4-expected.html: Added.
        * fast/text/whitespace/inline-whitespace-wrapping-4.html: Added.
        * fast/text/whitespace/nowrap-white-space-collapse-expected.html: Added.
        * fast/text/whitespace/nowrap-white-space-collapse.html: Added.
        * fast/text/whitespace/pre-block-normal-inline-crash-1-expected.txt: Added.
        * fast/text/whitespace/pre-block-normal-inline-crash-1.html: Added.
        * fast/text/whitespace/pre-block-normal-inline-crash-2-expected.txt: Added.
        * fast/text/whitespace/pre-block-normal-inline-crash-2.html: Added.
        * platform/chromium-win/editing/deleting/delete-to-select-table-expected.txt:
        * platform/chromium-win/editing/execCommand/print-expected.txt:
        * platform/chromium-win/editing/execCommand/selectAll-expected.txt:
        * platform/chromium-win/editing/inserting/editable-html-element-expected.txt:
        * platform/efl/editing/execCommand/selectAll-expected.txt: Removed.
        * platform/gtk/editing/execCommand/selectAll-expected.txt: Removed.
        * platform/mac/editing/execCommand/selectAll-expected.txt: Removed.

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Add a test expectation for the bug 105952.

        * platform/wk2/TestExpectations:

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Add a failing test expectation to a test added by r138380 on Mac WK2.
        The failure is tracked by the bug 105948.

        * platform/mac-wk2/TestExpectations:

2013-01-02  Tom Sepez  <tsepez@chromium.org>

        X-XSS-Protection report-uri doesn't work with mode=block
        https://bugs.webkit.org/show_bug.cgi?id=105907

        Reviewed by Adam Barth.

        Appears to work as-is, but the test was missing for this case. Checking
        for completion is complicated by the frame navigating to about:blank, rather
        than the echo-report page, so check it from the parent frame.
        
        * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt: Added.
        * http/tests/security/xssAuditor/report-script-tag-full-block.html: Added.
        * http/tests/security/xssAuditor/resources/echo-intertag.pl:

2013-01-02  Terry Anderson  <tdanderson@chromium.org>

        [chromium] Mark webaudio/automatic-pull-node.html as Timeout for XP
        https://bugs.webkit.org/show_bug.cgi?id=105941

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Rebaseline tests after r137798 and update test expectations per bug 105943.

        * platform/mac-wk2/TestExpectations:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:

2013-01-02  Elliott Sprehn  <esprehn@chromium.org>

        View source mode is missing the processing instruction line.
        https://bugs.webkit.org/show_bug.cgi?id=15961

        Reviewed by Adam Barth.

        Add a test for XML documents shown in viewsource mode. The bug
        with the missing processing instruction line was fixed long
        ago with the HTML5 parser rewrite so this just adds a test.

        * fast/frames/viewsource-xml-expected.txt: Added.
        * fast/frames/viewsource-xml.html: Added.

2013-01-02  Elliott Sprehn  <esprehn@chromium.org>

        Transitions and animations do not apply to CSS ::before and ::after pseudo-elements
        https://bugs.webkit.org/show_bug.cgi?id=92591

        Reviewed by Eric Seidel.

        Add tests that check if animations and transitions play for pseudo
        :before and :after pseudo elements.

        * fast/css-generated-content/pseudo-animation-expected.txt: Added.
        * fast/css-generated-content/pseudo-animation.html: Added.
        * fast/css-generated-content/pseudo-transition-expected.txt: Added.
        * fast/css-generated-content/pseudo-transition.html: Added.

2013-01-02  Chris Rogers  <crogers@google.com>

        Implement WebIDL-style string constants in WebAudio
        https://bugs.webkit.org/show_bug.cgi?id=105058

        Reviewed by Kentaro Hara.

        * webaudio/oscillator-basic-expected.txt:
        * webaudio/oscillator-basic.html:
        * webaudio/resources/audio-testing.js:

2013-01-02  Robert Hogan  <robert@webkit.org>

        Regression (r132935): WebKit breaks between <nobr> tags
        https://bugs.webkit.org/show_bug.cgi?id=11857

        Reviewed by David Hyatt.

        * fast/inline/break-between-nobr-expected.html: Added.
        * fast/inline/break-between-nobr.html: Added.

2013-01-02  Mike West  <mkwst@chromium.org>

        sandboxed iframe attribute parsing layout tests are flaky
        https://bugs.webkit.org/show_bug.cgi?id=104848

        Reviewed by Adam Barth.

        This patch breaks the monolithic sandboxed-iframe-attribute-parsing.html
        test into separate tests for each case. The flaky failures were due to
        one of the 14 frames loading out of order, which shifted console message
        positions around. Breaking them into separate tests should both speed up
        the tests, as more can run in parallel, and solve the flake.

        * fast/frames/resources/sandboxed-iframe-attribute-test.js: Added.
        (fail):
        (setStatus):
        (allowedCallFromSandbox):
        (disallowedCallFromSandbox):
        (disallowedFormSubmitted):
        (window.onload):
        * fast/frames/sandboxed-iframe-attribute-parsing-01-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-01.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-02-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-02.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-03-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-03.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-04-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-04.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-05-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-05.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-06-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-06.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-07-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-07.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-08-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-08.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-09-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-09.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-10-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-10.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-11-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-11.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-12-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-12.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-13-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-13.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-14-expected.txt: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-14.html: Added.
        * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Removed.
        * fast/frames/sandboxed-iframe-attribute-parsing.html: Removed.
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-arm/TestExpectations:

2013-01-02  Mike West  <mkwst@chromium.org>

        Sandboxed iframes should not be granted notification permission of the parent frame unless allow-same-origin is specified
        https://bugs.webkit.org/show_bug.cgi?id=36732

        Reviewed by Adam Barth.

        The behavior was fixed in wkbug.com/79704, but there aren't currently
        any tests ensuring that it doesn't regress for sandboxed frames. This
        patch adds one.

        * fast/notifications/notifications-sandbox-permission-expected.txt: Added.
        * fast/notifications/notifications-sandbox-permission.html: Added.
        * fast/notifications/resources/notifications-iframe.html: Added.

2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>

        Update Mac test expectation per bug 105932.

        * platform/mac/TestExpectations:

2013-01-02  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r138601.
        http://trac.webkit.org/changeset/138601
        https://bugs.webkit.org/show_bug.cgi?id=105917

        Also not an optimal solution, needs more discussion.
        (Requested by mkwst_ on #webkit).

        * fast/frames/seamless/resources/span.html: Removed.
        * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
        * fast/frames/seamless/seamless-srcdoc-expected.txt: Removed.
        * fast/frames/seamless/seamless-srcdoc.html: Removed.

2013-01-02  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r138611.
        http://trac.webkit.org/changeset/138611
        https://bugs.webkit.org/show_bug.cgi?id=105916

        Not an optimal solution, needs more discussion. (Requested by
        mkwst_ on #webkit).

        * fast/frames/seamless/resources/nested-seamless.html:
        * fast/frames/seamless/resources/quirks-square.html:
        * fast/frames/seamless/resources/two-inline-blocks.html:
        * fast/frames/seamless/seamless-body-margin-expected.txt: Removed.
        * fast/frames/seamless/seamless-body-margin.html: Removed.
        * fast/frames/seamless/seamless-inherited-origin-expected.txt:
        * fast/frames/seamless/seamless-inherited-origin.html:

2013-01-02  Mike West  <mkwst@chromium.org>

        The 'body' of seamless IFrames should default to 'margin: 0'
        https://bugs.webkit.org/show_bug.cgi?id=90834

        Reviewed by Eric Seidel.

        * fast/frames/seamless/seamless-body-margin-expected.txt: Added.
        * fast/frames/seamless/seamless-body-margin.html: Added.
            New test to explicitly check 'body' margins.
        * fast/frames/seamless/resources/nested-seamless.html:
        * fast/frames/seamless/resources/quirks-square.html:
        * fast/frames/seamless/resources/two-inline-blocks.html:
        * fast/frames/seamless/seamless-inherited-origin-expected.txt:
        * fast/frames/seamless/seamless-inherited-origin.html:
            Updated these tests to remove the assumption that the body had an
            8px margin.

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

        [WK2] plugins/clicking-missing-plugin-fires-delegate.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=105897

        Reviewed by Alexey Proskuryakov.

        Unskip plugins/clicking-missing-plugin-fires-delegate.html for
        WK2 now that WebKitTestRunner is dumping the expected text when
        the missing plugin button is clicked.

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

2013-01-01  Kangil Han  <kangil.han@samsung.com>

        [EFL][WK1] Skip some webaudio test cases due to lack of implementation
        https://bugs.webkit.org/show_bug.cgi?id=105882

        Unreviewed, EFL gardening.

        Bunch of webaudio test cases need setAudioData implementation and DRT has not it.
        So, skips those cases.

        * platform/efl-wk1/TestExpectations:

2013-01-01  Mike West  <mkwst@chromium.org>

        seamless iframes don't inherit styles when srcdoc is used
        https://bugs.webkit.org/show_bug.cgi?id=103539

        Reviewed by Eric Seidel.

        * fast/frames/seamless/resources/span.html: Added.
        * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
            Updating the previously FAILing expectation.
        * fast/frames/seamless/seamless-srcdoc-expected.txt: Added.
        * fast/frames/seamless/seamless-srcdoc.html: Added.
            Exciting new test to ensure that this doesn't regress, neither
            for totally simple srcdoc attriubtes, nor for slightly more
            complex variations.

2012-12-31  Kangil Han  <kangil.han@samsung.com>

        [EFL] css3/masking/clip-path-circle-relative-overflow.html needs expected results update after 97217
        https://bugs.webkit.org/show_bug.cgi?id=105883

        Unreviewed, EFL gardening.

        Rebaseline css3/masking/clip-path-circle-relative-overflow.html because BUG 97217 has been resolved.

        * platform/efl/TestExpectations:
        * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png:

2012-12-31  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark editing/spelling/spelling-insert-html.html as flaky
        since it sometimes hits an assertion in RenderObject
        destructor.

        * platform/efl/TestExpectations:

2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark fast/dom/Range/range-extract-contents.html as flaky
        since it sometimes hits an assertion in
        WebCore::endOfContinuations().

        * platform/efl/TestExpectations:

2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark editing/pasteboard/4806874.html as flaky since
        it sometimes hits an assertion in RenderObject
        destructor.

        * platform/efl/TestExpectations:

2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Rebaseline fast/js/global-constructors.html after
        TEMPLATE_ELEMENT was enabled for EFL port in r138586.

        * platform/efl/fast/js/global-constructors-expected.txt:

2012-12-30  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        [EFL] Enable TEMPLATE_ELEMENT feature
        https://bugs.webkit.org/show_bug.cgi?id=105865

        Reviewed by Laszlo Gombos.

        * platform/efl/TestExpectations: Unskip test cases for template element.

2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Add several webaudio tests to TestExpectations since
        they sometimes hit !m_finishedNodes.size() assertion
        in AudioContext destructor.

        * platform/efl/TestExpectations:

2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Unskip XSS Auditor test case that has been consistently
        passing on EFL port for a while.

        * platform/efl/TestExpectations:

2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Unskip fast/dom/shadow/host-wrapper-reclaimed.html
        since it is passing after r137978.

        * platform/efl/TestExpectations:

2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Update expectations for 2 fast/dom test cases so
        that they are not reported as unexpected passes.

        Those tests are passing because their generated
        expectations are wrong.

        * platform/efl/TestExpectations:

2012-12-30  Philippe Normand  <pnormand@igalia.com>

        [GStreamer] webaudio/decode-audio-data-basic.html fails
        https://bugs.webkit.org/show_bug.cgi?id=105298

        Reviewed by Martin Robinson.

        * platform/efl/TestExpectations: Unflag fixed test.

2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Unskip text-decoration-style tests passing after
        r126054 and r132076.

        * platform/efl/TestExpectations:

2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Unskip cairo-related tests that are now consistently
        passing on both WK1 and WK2 EFL.

        * platform/efl/TestExpectations:

2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Unskip several compositing test cases that are passing
        consistently on EFL WK2.

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

2012-12-30  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, unskip a now passing test.

        * platform/qt/TestExpectations:

2012-12-29  Seokju Kwon  <seokju.kwon@gmail.com>

        [GTK] Change bug for some inspector tests
        https://bugs.webkit.org/show_bug.cgi?id=105842

        Unreviewed gardening.

        Bug 43332 was landed. But these tests still fail on GTK port.
        And change bug to track the failures.

        * platform/gtk/TestExpectations:

2012-12-29  Andrey Lushnikov  <lushnikov@chromium.com>

        Web Inspector: refactor DefaultTextEditor
        https://bugs.webkit.org/show_bug.cgi?id=105829

        Reviewed by Pavel Feldman.

        Fix test to correlate with refactoring of DefaultTextEditor.

        * inspector/editor/text-editor-selection.html:

2012-12-28  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed rebaseline.

        * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Removed.

2012-12-28  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed updated test expectations

        * platform/chromium/TestExpectations:

2012-12-28  Fady Samuel  <fsamuel@chromium.org>
      
        Unreviewed updated TestExpectations. Mark test as fail on XP only.

        * platform/chromium/TestExpectations:

2012-12-28  Rafael Weinstein  <rafaelw@chromium.org>

        [Templates]: Fix assert in colgroup parse handling
        https://bugs.webkit.org/show_bug.cgi?id=105837

        Reviewed by Eric Seidel.

        * html5lib/resources/template.dat:

2012-12-27  Emil A Eklund  <eae@chromium.org>

        REGRESSION (r138196): Regions with text-overflow: ellipsis; are being ellipsized unnecessarily
        https://bugs.webkit.org/show_bug.cgi?id=105600

        Reviewed by Darin Adler.
        
        Add test for text-overflow: ellipsis inside a table. 

        * fast/sub-pixel/ellipsis-table-expected.html: Added.
        * fast/sub-pixel/ellipsis-table.html: Added.

2012-12-28  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed Updated TestExpectations

        * platform/chromium/TestExpectations:

2012-12-28  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed rebaseline

        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.

2012-12-28  Rafael Weinstein  <rafaelw@chromium.org>

        Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement
        https://bugs.webkit.org/show_bug.cgi?id=105780

        Reviewed by Eric Seidel.

        * html5lib/resources/template.dat:

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

        Web Inspector: Introduce uri as a UISourceCode unique identifier in workspace.
        https://bugs.webkit.org/show_bug.cgi?id=105799

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/resource-script-mapping.html:
        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/scripts-sorting.html:
        * inspector/debugger/ui-source-code-display-name.html:
        * inspector/debugger/ui-source-code.html:
        * inspector/uisourcecode-revisions.html:

2012-12-28  Mike West  <mkwst@chromium.org>

        [Qt,EFL,GTK] Unreviewed gardening.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
            Skipping http/tests/security/sandboxed-iframe-form-top.html
            as it's leaking state (console messages) into the next test.
            See wkbug.com/105819 and wkbug.com/85522 for details.

2012-12-28  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: debugger should step into event handler on event dispatch
        https://bugs.webkit.org/show_bug.cgi?id=105827

        Reviewed by Pavel Feldman.

        * inspector/debugger/debugger-step-into-event-listener-expected.txt: Added.
        * inspector/debugger/debugger-step-into-event-listener.html: Added.

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

        Unreviewed EFL gardening.

        Skip http/tests/security/sandboxed-iframe-form-top.html which
        started failing after r138525.

        * platform/efl/TestExpectations:

2012-12-28  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: rename distanceToWindow to distance
        https://bugs.webkit.org/show_bug.cgi?id=105823

        Reviewed by Pavel Feldman.

        Updated tests after renaming distanceToWindow to distance.

        * inspector/profiler/heap-snapshot-summary-sorting-fields.html:
        * inspector/profiler/heap-snapshot-summary-sorting-instances.html:
        * inspector/profiler/heap-snapshot-summary-sorting.html:

2012-12-28  Andrey Lushnikov  <lushnikov@chromium.com>

        Web Inspector: refactor DefaultTextEditor's private methods
        https://bugs.webkit.org/show_bug.cgi?id=105797

        Reviewed by Pavel Feldman.

        Fix test to correspond to method renamings of TextEditorMainPanel.

        * inspector/editor/text-editor-selection.html:

2012-12-28  Csaba Osztrogonác  <ossy@webkit.org>

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

        * platform/qt/TestExpectations:

2012-12-27  Stuart Eichert  <stuart@fivemicro.com>

        instance-of-immediates.js : the word "passing" is spelled incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=105669

        Reviewed by Julien Chaffraix.

        Corrected spelling of the word "passing" in instance-of-immediates.js

        * fast/js/script-tests/instance-of-immediates.js:

2012-12-27  Mike West  <mkwst@chromium.org>

        Add context to the console message generated by Document::printNavigationErrorMessage.
        https://bugs.webkit.org/show_bug.cgi?id=105774

        Reviewed by Darin Adler.

        * fast/frames/sandboxed-iframe-close-top-noclose-expected.txt:
        * fast/frames/sandboxed-iframe-history-denied-expected.txt:
        * fast/frames/sandboxed-iframe-navigation-parent-expected.txt:
        * fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt:
        * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
        * fast/frames/sandboxed-iframe-navigation-top-denied-expected.txt:
        * fast/frames/seamless/seamless-window-location-sandbox-expected.txt:
        * http/tests/security/no-popup-from-sandbox-top-expected.txt:
        * http/tests/security/frameNavigation/not-opener-expected.txt:
        * http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
        * http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt:
        * platform/chromium/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
        * platform/chromium/http/tests/security/no-popup-from-sandbox-top-expected.txt:
            Update test expectations with new error message.

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

        Web Inspector: [Regression] Can not set breakpoints in scripts loaded with source map.
        https://bugs.webkit.org/show_bug.cgi?id=105801

        Reviewed by Alexander Pavlov.

        * http/tests/inspector/compiler-script-mapping-expected.txt:
        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):

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

        [EFL][WK2] Regression(135935) layout tests snapshots are flaky
        https://bugs.webkit.org/show_bug.cgi?id=103468

        Reviewed by Kenneth Rohde Christiansen.

        Unskip a lot of ref tests for WebKit2 EFL now that they are no longer
        flaky.

        * platform/efl-wk2/TestExpectations:

2012-12-27  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed rebaseline

        * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.

2012-12-27  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed rebaseline.

        * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Added.

2012-12-27  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: remove support for legacy heap graph node format
        https://bugs.webkit.org/show_bug.cgi?id=105802

        Reviewed by Pavel Feldman.

        * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html: switched to the new
        heap graph node representation: store edge count for each node instead of the first edge
        index.

2012-12-27  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: move js heap snapshot preprocessing to JSHeapSnapshot
        https://bugs.webkit.org/show_bug.cgi?id=105798

        Reviewed by Pavel Feldman.

        * inspector/profiler/heap-snapshot.html: updated test to match HeapSnapshot.js changes

2012-12-27  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Refactor SourceMapParser to enable range-based sourcemap
        https://bugs.webkit.org/show_bug.cgi?id=105764

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/compiler-script-mapping-expected.txt:
        * http/tests/inspector/compiler-script-mapping.html:
        * inspector/styles/range-based-mapping-expected.txt: Added.
        * inspector/styles/range-based-mapping.html: Added.

2012-12-27  Andrey Adaikin  <aandrey@chromium.org>

        Forgot to SKIP a test on wincairo.

        * platform/wincairo/TestExpectations:

2012-12-27  Andrey Adaikin  <aandrey@chromium.org>

        Forgot to SKIP a test on QT.

        * platform/qt/TestExpectations:

2012-12-25  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] report if there is any uninstrumented canvas on a page
        https://bugs.webkit.org/show_bug.cgi?id=105721

        Reviewed by Yury Semikhatsky.

        * inspector/profiler/canvas-profiler-test.js:
        (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
        (initialize_CanvasWebGLProfilerTest.InspectorTest.disableCanvasAgent):
        (initialize_CanvasWebGLProfilerTest):
        * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases-expected.txt: Added.
        * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases.html: Added.

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

        Web Inspector: Simplify script mappings by introducing DefaultScriptMapping.
        https://bugs.webkit.org/show_bug.cgi?id=103038

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * inspector/debugger/breakpoint-manager-expected.txt:
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/dynamic-script-tag-expected.txt:
        * inspector/debugger/live-edit-breakpoints-expected.txt:
        * inspector/debugger/live-edit-breakpoints.html:
        * inspector/debugger/pause-in-inline-script-expected.txt:
        * inspector/debugger/pause-in-inline-script.html:
        * inspector/debugger/resource-script-mapping-expected.txt:
        * inspector/debugger/resource-script-mapping.html:
        * inspector/debugger/scripts-panel.html:

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

        Unreviewed EFL gardening.

        Mark http/tests/appcache/main-resource-redirect.html as crashing
        for EFL WK2 after r138222.

        * platform/efl-wk2/TestExpectations:

2012-12-27  Eugene Klyuchnikov  <eustas@chromium.org>

        Web Inspector: console.profileEnd() crashes if called without arguments
        https://bugs.webkit.org/show_bug.cgi?id=105759

        Reviewed by Vsevolod Vlasov.

        Added tests to check that browser do not crash.

        * inspector/profiler/cpu-profiler-parameterless-profile-end-crash-expected.txt: Added.
        * inspector/profiler/cpu-profiler-parameterless-profile-end-crash.html: Added.

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

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

2012-12-26  Ryosuke Niwa  <rniwa@webkit.org>

        Add a Mac test expectations for bugs 105777 and 105778.

        * platform/mac/TestExpectations:

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

        Unreviewed. Enable most sub-pixel tests on mac.

        * platform/mac/TestExpectations:

2012-12-26  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: extract JS heap profiler specifics into JSHeapSnapshot.js
        https://bugs.webkit.org/show_bug.cgi?id=105768

        Reviewed by Pavel Feldman.

        Inroduced JSHeapSnapshot, JSHeapSnapshotNode, JSHeapSnapshotEdge and JSHeapSnapshotRetainerEdge which
        should encapsulate logic specific to JS-heap. The tests were switched to the new classes.

        * inspector/profiler/heap-snapshot-loader.html:
        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest.InspectorTest.createJSHeapSnapshotMockObject):
        (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
        * inspector/profiler/heap-snapshot.html:

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

        Web Inspector: Crash when modifying a rule that has been removed through JavaScript
        https://bugs.webkit.org/show_bug.cgi?id=105718

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/elements-test.js: Add InspectorTest.toggleMatchedStyleProperty.
        (initialize_ElementTest.InspectorTest.toggleMatchedStyleProperty): Added.
        * inspector/styles/removed-rule-crash-expected.txt: Added.
        * inspector/styles/removed-rule-crash.html: Added.

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

        Web Inspector: device-metrics-fit-window.html is failing on Chromium-Mac
        https://bugs.webkit.org/show_bug.cgi?id=104362

        Unreviewed expectations rebaseline.

        * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-12-24  Takashi Sakamoto  <tasak@google.com>

        ::first-letter { overflow: -webkit-paged-y } causes crash
        https://bugs.webkit.org/show_bug.cgi?id=105393

        Reviewed by Beth Dakin.

        * fast/css/pseudo-element-opagedxy-crash-expected.txt: Added.
        * fast/css/pseudo-element-opagedxy-crash.html: Added.

2012-12-24  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] Convert some fast/regions pixel tests to reftests
        https://bugs.webkit.org/show_bug.cgi?id=80191

        Reviewed by Tony Chang.

        Convert fast/regions/bottom-overflow-out-of-first-region.html to a ref test.
        Used a monospace font, removed text-align and margins for text flowing into regions so that
        the text fits nicely in the two regions of the test.

        * fast/regions/bottom-overflow-out-of-first-region-expected.html: Added.
        * fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
        * fast/regions/bottom-overflow-out-of-first-region.html:
        * platform/chromium-linux/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
        * platform/chromium-mac-lion/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
        * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
        * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
        * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
        * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
        * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
        * platform/gtk/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
        * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
        * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
        * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
        * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.

2012-12-24  Andrey Lushnikov  <lushnikov@chromium.com>

        Web Inspector: refactor TextEditorHighlighter's highlight attributes to dense array
        https://bugs.webkit.org/show_bug.cgi?id=105626

        Reviewed by Pavel Feldman.

        Fix tests according to new highlight attribute structure.

        * inspector/editor/highlighter-long-line.html:
        * inspector/editor/highlighter-test.js:
        (initialize_HighlighterTests.InspectorTest.dumpTextModel):
        (initialize_HighlighterTests):

2012-12-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding crashing expectations for two tests that constantly crash
        in debug builds.

        * platform/gtk/TestExpectations:

2012-12-22  Dan Winship  <danw@gnome.org>

        Unskip tests that were failing in libxml 2.9.0
        https://bugs.webkit.org/show_bug.cgi?id=104494

        Reviewed by Martin Robinson.

        Added a patch from upstream to the jhbuild config to make all but
        one of these pass again; the remaining one fails for a different
        reason and is being tracked in a different bug.

        * platform/gtk/TestExpectations:

2012-12-23  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unreviewed gardening

        Rebaseline fast/js/global-constructors.html after
        r138393.

        * platform/efl/fast/js/global-constructors-expected.txt:

2012-12-23  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed Xmas gardening after r138395.

        * platform/qt-5.0/fast/js/global-constructors-expected.txt:

2012-12-21  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining the global constructors test after r138393.
        Adjusting and merging expectations as required.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/js/global-constructors-expected.txt:

2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed. Remove Crash expectation from media/track tests after r138381.

        * platform/chromium/TestExpectations:

2012-12-21  Ryosuke Niwa  <rniwa@webkit.org>

        [Mountain Lion] platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html failing
        https://bugs.webkit.org/show_bug.cgi?id=95477

        Reviewed by Sam Weinig.

        Use "notationl" -> "notational" auto correction in autocorrection-blockquote-crash.html to get reliable results.
        Also add a failing expectation to removing-underline-after-accepting-autocorrection-using-punctuation.html for WebKit2.
        This failure is tracked by the bug 105616.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
        * platform/mac/editing/spelling/autocorrection-blockquote-crash.html:

2012-12-21  Joshua Bell  <jsbell@chromium.org>

        [Chromium] IndexedDB: storage/indexeddb/intversion-close-between-events.html flaky in content_shell
        https://bugs.webkit.org/show_bug.cgi?id=105665

        Test uses a setTimeout() which may fire at different times relative to the completion of the
        IDBOpenDBRequest in multiprocess ports. Make the test resilient against different outcomes.

        Reviewed by Tony Chang.

        * storage/indexeddb/resources/intversion-close-between-events.js:
        (deleteSuccess):
        (openSuccessOrError):
        (checkFinished):

2012-12-21  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Combine openConnection and openConnectionWithVersion
        https://bugs.webkit.org/show_bug.cgi?id=105658

        Reviewed by Tony Chang.

        * storage/indexeddb/open-ordering-expected.txt: Added.
        * storage/indexeddb/open-ordering.html: Added.
        * storage/indexeddb/resources/open-ordering.js: Added.
        (runTest):
        (onDeleteSuccess):
        (onRequest1Success):
        (onRequest2Success):
        (onRequest3Success):
        (checkOrder):

2012-12-21  Aaron Colwell  <acolwell@chromium.org>

        Unreviewed. Removing CRASH expectations for media layout tests
        broken by http://crbug.com/162917.
        https://bugs.webkit.org/show_bug.cgi?id=103093

        * platform/chromium/TestExpectations:

2012-12-21  Kenneth Russell  <kbr@google.com>

        Expose ArrayBufferView constructor on DOMWindow
        https://bugs.webkit.org/show_bug.cgi?id=105605

        Reviewed by Sam Weinig.

        Updated test from Khronos repository.

        * fast/canvas/webgl/array-unit-tests-expected.txt:
        * fast/canvas/webgl/array-unit-tests.html:

2012-12-21  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, unskip now passing tests.

        * platform/qt-5.0-wk2/TestExpectations:

2012-12-21  Dimitri Glazkov  <dglazkov@chromium.org>

        Unreviewed, rolling out r138376.
        http://trac.webkit.org/changeset/138376
        https://bugs.webkit.org/show_bug.cgi?id=104995

        Broke a bunch of tests on mac.

        * editing/deleting/delete-ligature-001-expected.txt:
        * editing/pasteboard/copy-in-password-field-expected.txt:
        * editing/selection/select-all-textarea-expected.txt:
        * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
        * fast/dom/shadow/layout-tests-can-access-shadow.html:
        * fast/dom/shadow/resources/shadow-dom.js:
        (isShadowRoot):
        * fast/events/5056619-expected.txt:
        * fast/forms/focus-selection-input-expected.txt:
        * inspector/elements/shadow-dom-modify-chardata-expected.txt:
        * inspector/elements/shadow-root-expected.txt:
        * inspector/elements/update-shadowdom-expected.txt:
        * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
        * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
        * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
        * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
        * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
        * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
        * platform/chromium-win/editing/selection/4895428-3-expected.txt:
        * platform/chromium-win/editing/selection/4975120-expected.txt:
        * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
        * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/chromium-win/fast/events/autoscroll-expected.txt:
        * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
        * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
        * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
        * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
        * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
        * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
        * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
        * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
        * platform/chromium-win/fast/forms/search-rtl-expected.txt:
        * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
        * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
        * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
        * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
        * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
        * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
        * resources/dump-as-markup.js:
        (Markup._get):

2012-12-21  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Removing a list of failure expectations that were added as a precaution
        in r138250 in case of regressions (which in the end didn't occur).

        * platform/gtk/TestExpectations:

2012-12-21  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a few missing expectations for tests that require their baselines
        to be checked before they are added.
        Adding and modifying expectations where necessary to accommodate recent
        changes in test behavior.

        * platform/gtk/TestExpectations:

2012-12-21  Zan Dobersek  <zandobersek@gmail.com>

        [GTK] Add WebKit1-specific TestExpectations file
        https://bugs.webkit.org/show_bug.cgi?id=97562

        Reviewed by Dirk Pranke.

        Add properly formatted but currently empty TestExpectations file
        for GTK WebKit1-specific test expectations.

        * platform/gtk-wk1/TestExpectations: Added.

2012-12-21  Alexei Svitkine  <asvitkine@chromium.org>

        [Chromium/Mac] Don't send an onclick event from a ctrl-click
        https://bugs.webkit.org/show_bug.cgi?id=105554

        Reviewed by Dimitri Glazkov.

        Don't send the onclick event on a control click event (which
        triggers the context menu on the Mac). This matches the
        behaviour of the Apple Mac port, although the Apple port
        does this by checking whether the context menu is visible
        in WebPage::mouseEvent().

        This is a fix for http://crbug.com/146143

        * fast/events/controlclick-no-onclick-expected.txt: Added.
        * fast/events/controlclick-no-onclick.html: Added.

2012-12-21  Shinya Kawanaka  <shinyak@chromium.org>

        Implement ShadowRoot::elementFromPoint
        https://bugs.webkit.org/show_bug.cgi?id=104579

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/elementfrompoint-expected.txt: Added.
        * fast/dom/shadow/elementfrompoint.html: Added.

2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed. Add Crash test expectation to the media/track/ tests which have explicit expectations.
        It needs to be removed after fixing https://bugs.webkit.org/show_bug.cgi?id=105606

        * platform/chromium/TestExpectations:

2012-12-21  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow DOM]: ShadowRoot wrong nodeName attribute
        https://bugs.webkit.org/show_bug.cgi?id=104995

        Reviewed by Dimitri Glazkov.

        Uses 'instanceof' to check the instance is ShadowRoot or not.
        Update dump-as-markup.js to see 'instanceof' instead of nodeType.
        Also, a lot of rebaselines have been conducted.

        * editing/deleting/delete-ligature-001-expected.txt:
        * editing/pasteboard/copy-in-password-field-expected.txt:
        * editing/selection/select-all-textarea-expected.txt:
        * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
        * fast/dom/shadow/layout-tests-can-access-shadow.html:
        * fast/dom/shadow/resources/shadow-dom.js:
        (isShadowRoot):
        * fast/events/5056619-expected.txt:
        * fast/forms/focus-selection-input-expected.txt:
        * inspector/elements/shadow-dom-modify-chardata-expected.txt:
        * inspector/elements/shadow-root-expected.txt:
        * inspector/elements/update-shadowdom-expected.txt:
        * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
        * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
        * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
        * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
        * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
        * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
        * platform/chromium-win/editing/selection/4895428-3-expected.txt:
        * platform/chromium-win/editing/selection/4975120-expected.txt:
        * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
        * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/chromium-win/fast/events/autoscroll-expected.txt:
        * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
        * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
        * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
        * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
        * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
        * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
        * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
        * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
        * platform/chromium-win/fast/forms/search-rtl-expected.txt:
        * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
        * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
        * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
        * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
        * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
        * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
        * resources/dump-as-markup.js:
        (Markup._get):

2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed rebaseline.

        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:

2012-12-21  Mihai Parparita  <mihaip@chromium.org>

        Slow performance with <select> with many options and size >= 2
        https://bugs.webkit.org/show_bug.cgi?id=105483

        Reviewed by Eric Seidel.

        Test that checks that text and non-<option> and <optgroup> element 
        children of <select> do not get a renderer.

        * fast/forms/menulist-no-renderer-for-unexpected-children-expected.txt: Added.
        * fast/forms/menulist-no-renderer-for-unexpected-children.html: Added.

2012-12-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Rebaseline fast/js/global-constructors.html after r138248.

        * platform/efl/fast/js/global-constructors-expected.txt:

2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed rebaseline.

        * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:

2012-12-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Mark svg/custom/feDisplacementMap-01.svg as missing.

        * platform/efl/TestExpectations:

2012-12-21  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2] TiledBackingStore: Scroll position is not reset when new page is loaded
        https://bugs.webkit.org/show_bug.cgi?id=105627

        Reviewed by Kenneth Rohde Christiansen.

        Added a layout test checking scroll position for newly loaded pages.

        * fast/dom/resources/check-scroll-position-onload.html: Added.
        * fast/dom/scroll-position-for-new-loads-expected.txt: Added.
        * fast/dom/scroll-position-for-new-loads.html: Added.

2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed gardening. Rebaseline after r138365.

        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:

2012-12-21  Keishi Hattori  <keishi@webkit.org>

        Fix typing zero into multiple field input
        https://bugs.webkit.org/show_bug.cgi?id=105501

        Reviewed by Kent Tamura.

        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html:

2012-12-21  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt][WK2] Gardening after r138232. Skipped 4 tests timing out.
        https://bugs.webkit.org/show_bug.cgi?id=105623

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0-wk2/TestExpectations:

2012-12-21  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r138316. Skipped a new failing reftest
        with minor pixel differences.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/TestExpectations:

2012-12-21  Adam Bergkvist  <adam.bergkvist@ericsson.com>

        MediaStream API: Update the MediaStream constructor
        https://bugs.webkit.org/show_bug.cgi?id=98416

        Reviewed by Adam Barth.

        Updated the MediaStream constructor to support the more general argument
        list from the latest Media Capture and Streams specification:
        http://dev.w3.org/2011/webrtc/editor/getusermedia.html

        * fast/js/constructor-length.html:
        * fast/mediastream/MediaStreamConstructor-expected.txt:
        * fast/mediastream/MediaStreamConstructor.html:
        * platform/blackberry/fast/js/constructor-length-expected.txt:
        * platform/chromium/fast/js/constructor-length-expected.txt:
        * platform/gtk/fast/js/constructor-length-expected.txt:
        * platform/mac/fast/js/constructor-length-expected.txt:
        * platform/qt/fast/js/constructor-length-expected.txt:

2012-12-21  Zeno Albisser  <zeno@webkit.org>

        [Qt] Add new TestExpectations for qt-5.0-mac-wk2.
        https://bugs.webkit.org/show_bug.cgi?id=105424

        This change will allow us to run a very specific
        subset of the available LayoutTests on a mac buildbot.
        The new baseline search path for mac will look as follows:
        qt-5.0-mac-wk2 -> qt-5.0-wk2 -> qt-5.0 -> qt-mac -> qt

        Reviewed by Dirk Pranke.

        * platform/qt-5.0-mac-wk2/TestExpectations: Added.

2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed, rolling out r138347.
        http://trac.webkit.org/changeset/138347

        media/track tests still failing

        * platform/chromium/TestExpectations:

2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed. Rollout Crash Pass expectation changes for media/track after rolling out r138320.

        * platform/chromium/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Revert the wrong expectation update done in r138344 and fix a syntax error in TestExpectations for Mac.

        * platform/mac/TestExpectations:
        * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Update Mac test expectation once more.

        It turned out that the bug 73865 had been fixed for JSC. So filed the bug 105606 instead.
        At this point, I have to add [ Crash Pass ] expectation to the entire media/track for
        the lack of alternatives.

        i.e. now these media/track tests crashes are tracked by the bug 105606.

        * platform/mac/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Even more Mac test expectation for bug 73865.

        * platform/mac/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Add more Mac test expectations for bugs 73865 and 105603.

        * platform/mac/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Add a Mac test expectation per bug 105601.

        * platform/mac/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Add another Mac test expectations for the bug 73865.

        * platform/mac/TestExpectations:

2012-12-20  Rik Cabanier  <cabanier@adobe.com>

        Add canvas blending modes using Core Graphics
        https://bugs.webkit.org/show_bug.cgi?id=100070

        Reviewed by Dirk Schulze.

        Added test files for the new blending modes in Canvas

        * fast/canvas/canvas-blend-image-expected.txt: Added.
        * fast/canvas/canvas-blend-image.html: Added.
        * fast/canvas/canvas-blend-solid-expected.txt: Added.
        * fast/canvas/canvas-blend-solid.html: Added.
        * fast/canvas/script-tests/canvas-blend-image.js: Added.
        (myGetImageData):
        (checkBlendModeResult):
        (prepareTestScenario):
        * fast/canvas/script-tests/canvas-blend-solid.js: Added.
        (myGetImageData):
        (checkBlendModeResult):
        (prepareTestScenario):
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, mark a new test as failing on Chromium Mac.

        * platform/chromium/TestExpectations:

2012-12-20  KyungTae Kim  <ktf.kim@samsung.com>

        Percentage min/max width replaced element may incorrectly rendered
        https://bugs.webkit.org/show_bug.cgi?id=105264

        Reviewed by Tony Chang.

        Add test to check when the source of images with percentage min-width is changed.

        * fast/css/percent-min-width-img-src-change-expected.txt: Added.
        * fast/css/percent-min-width-img-src-change.html: Added.

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Add Mac test expectations for the bug 73865.

        * platform/mac/TestExpectations:

2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>

        accessibility/svg-remote-element.html is flaky (times out)
        https://bugs.webkit.org/show_bug.cgi?id=105587

        Reviewed by Chris Fleizach.

        Avoid race condition where the test would never run if the
        SVG image was already loaded before the load event listener
        gets added.

        * accessibility/svg-remote-element.html:

2012-12-20  Emil A Eklund  <eae@chromium.org>

        Unreviewed, remove css3/flexbox/flex-algorithm.html from efl, gtk and qt TestExpectations file.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-20  Dean Jackson  <dino@apple.com>

        REGRESSION: media/video-controls-captions-trackmenu.html intermittently fails
        https://bugs.webkit.org/show_bug.cgi?id=105584

        Unreviewed expected results update. Remove the failure expectation.

        * media/video-controls-captions-trackmenu-expected.txt:
        * media/video-controls-captions-trackmenu.html:
        * platform/mac/TestExpectations:

2012-12-20  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r138270.
        http://trac.webkit.org/changeset/138270
        https://bugs.webkit.org/show_bug.cgi?id=105589

        Many media tests are failing/crashing intermittently, often
        pointing at WebCore::HTMLTrackElement::didCompleteLoad as
        culprit (Requested by dino_ on #webkit).

        * fast/events/constructors/track-event-constructor.html:
        * http/tests/security/text-track-crossorigin.html:
        * media/track/track-add-track-expected.txt:
        * media/track/track-add-track.html:
        * media/track/track-element-load-event-expected.txt: Removed.
        * media/track/track-element-load-event.html: Removed.
        * media/track/track-load-from-src-readyState.html:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Add a crash test expectation on Mac. ap is looking into the problem as we speak.

        * platform/mac/TestExpectations:

2012-12-20  Elliott Sprehn  <esprehn@chromium.org>

        RenderBlock hit testing should ignore PseudoElements
        https://bugs.webkit.org/show_bug.cgi?id=105545

        Reviewed by Eric Seidel.

        Add test for hit testing on pseudo element generated blocks and boxes.

        * fast/css-generated-content/block-and-box-hit-testing-expected.txt: Added.
        * fast/css-generated-content/block-and-box-hit-testing.html: Added.

2012-12-20  Stephen Chenney  <schenney@chromium.org>

        SVG: <altglpyh> for a surrogate pair character in a ligature fails
        https://bugs.webkit.org/show_bug.cgi?id=102969

        Reviewed by Dirk Schulze.

        Test and reference result for altGlyph elements applied to a surrogate pair
        following an arabic form. Note that these tests are html, but for the test to fail
        without the patch they must be parsed as svg (xml).

        * svg/text/alt-glyph-for-surrogate-pair-expected.svg: Added.
        * svg/text/alt-glyph-for-surrogate-pair.svg: Added.

2012-12-20  Adam Klein  <adamk@chromium.org>

        Properly process <template> end tags when in TemplateContentsMode
        https://bugs.webkit.org/show_bug.cgi?id=105556

        Reviewed by Eric Seidel.

        * html5lib/resources/template.dat:

2012-12-20  Emil A Eklund  <eae@chromium.org>

        [flexbox] Fix handling of very large flex grow/shrink values
        https://bugs.webkit.org/show_bug.cgi?id=105579

        Reviewed by Tony Chang.

        Update expectations for element with very large flex grow value.

        * css3/flexbox/flex-algorithm.html:

2012-12-20  Simon Fraser  <simon.fraser@apple.com>

        Remove an incorrect WK2 result, and two there were identical to the WK1 results.

        * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
        * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
        * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.

2012-12-20  Simon Fraser  <simon.fraser@apple.com>

        Skip tests in WK2 that rely on eventSender.beginDragWithFiles.

        * platform/mac-wk2/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Add a Mac test expectation per bug 105584.

        * platform/mac/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Add a Mac test expectation per bug 105580.

        * platform/mac/TestExpectations:

2012-12-20  Ryan Sleevi  <rsleevi@chromium.org>

        window.crypto.getRandomValues should return the input ArrayBufferView
        https://bugs.webkit.org/show_bug.cgi?id=104845

        Reviewed by Kentaro Hara.

        * fast/js/resources/js-test-pre.js:
        (shouldBeType):
        Added helper to assert that an expression returns an object of the
        correct type.
        * security/crypto-random-values-types-expected.txt:
        * security/crypto-random-values-types.html:
        Test all possible TypedArray integer types and ensure that both the
        correct TypedArray type is returned and that it is equal to the input
        type; that is, that the input type is modified in place, rather then
        copied.

2012-12-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening.

        Rebaseline tests mentioned in 105121 and remove tests that are passing on Win bots according to the flakiness dashboard.

        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.

2012-12-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening.

        Mark an inspector test as flakey and update form date tests after r138255.

        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
        * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
        * platform/chromium/TestExpectations:

2012-12-20  David Dorwin  <ddorwin@chromium.org>

        [Chromium] Restore WebM EME canPlayType() expectations.
        https://bugs.webkit.org/show_bug.cgi?id=105070

        Unreviewed TestExpectations revert of r137225.

        * platform/chromium/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Add a Mac test expectation per bug 104848.

        * platform/mac/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Update Mac test expectation per bugs 105566 and 105567.

        * platform/mac/TestExpectations:

2012-12-19  Dean Jackson  <dino@apple.com>

        Cleanup some captions menu tests
        https://bugs.webkit.org/show_bug.cgi?id=105500

        Reviewed by Eric Carlson.

        Use the helper library where possible. Dynamically add
        video.src so that we always get the 'canplaythrough' event.

        * media/video-controls-captions-trackmenu-expected.txt:
        * media/video-controls-captions-trackmenu-localized.html:
        * media/video-controls-captions-trackmenu-sorted.html:
        * media/video-controls-captions-trackmenu.html:

2012-12-19  Dean Jackson  <dino@apple.com>

        Follow WebVTT line breaking rules
        https://bugs.webkit.org/show_bug.cgi?id=105496

        Reviewed by Eric Carlson.

        Test that captions do emergency line breaking. Since we can't
        rely on text dimensions, the test simply compares a caption that
        will be on one line to a caption with a single huge word, that must
        break at least twice. If the bounding rectangle of the second caption
        is bigger than the first, we know we broke.

        * media/track/captions-webvtt/long-word.vtt: Added.
        * media/track/track-word-breaking-expected.txt: Added.
        * media/track/track-word-breaking.html: Added.

2012-12-20  James Simonsen  <simonjam@chromium.org>

        [Resource Timing] 304 responses should show up in the timing buffer
        https://bugs.webkit.org/show_bug.cgi?id=105490

        Reviewed by Tony Gentilcore.

        * http/tests/w3c/webperf/resources/generate_resource.php:
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached.html: Added.

2012-12-20  Elliott Sprehn  <esprehn@gmail.com>

        Block level pseudo elements bleed background color to <html>
        https://bugs.webkit.org/show_bug.cgi?id=104855

        Reviewed by Julien Chaffraix.

        Before r137336 placing a pseudo element :before or :after that was display
        block on the <html> element would also set the background color of the
        root of the document.

        This was because RenderObject::isRoot checked if document()->documentElement() == m_node,
        which was true for html:before or html:after with the old implementation
        of generated content. Instead it should have compared against node() which
        would have compensated for the anonymous generated content.

        This is fixed by the new generated content implementation that was turned
        on in r137336 because m_node is now the PseudoElement, not the generatingNode.

        * fast/css-generated-content/html-pseudo-background-color-expected.html: Added.
        * fast/css-generated-content/html-pseudo-background-color.html: Added.

2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>

        Unreviewed. Adjust Mac TestExpectations.
        https://bugs.webkit.org/show_bug.cgi?id=105372

        Removes accessibility/svg-bounds.html from
        platform/mac/TestExpectations.

        The problem was caused by bug 97359: committed r138061,
        reverted r138121, re-landed r138260 without the bug.

        * platform/mac/TestExpectations: remove accessibility/svg-bounds.html

2012-12-20  Antoine Quint  <graouts@apple.com>

        onload callback for <track> element attached to <video> does not fire
        https://bugs.webkit.org/show_bug.cgi?id=103258

        Reviewed by Eric Carlson.

        As a result of fixing this bug, a few new failures were uncovered and TestExpectations
        needed to be updated to take this into account. Additionally, some existing tests were
        incorrect or outdated and were fixed as well. Finally, a new test was added to thoroughly
        test the various conditions required for a <track> element to successfully load.

        * fast/events/constructors/track-event-constructor.html: Update the test to correctly set
        a non-disabled mode on the text track such that it may load per the rules enforced with this patch.
        * http/tests/security/text-track-crossorigin.html: Update the test to correctly set a non-disabled
        mode on the text track such that it may load per the rules enforced with this patch.
        * media/track/track-add-track-expected.txt: Update the output to match changes made to test.
        * media/track/track-add-track.html: Update the test to correctly set a non-disabled mode on
        the text track such that it may load per the rules enforced with this patch. Also, ensure
        the .readyState of the text track is correctly assumed to be NONE vs. LOADING as it would
        have to wait until the next run loop to be changed to anything but NONE.
        * media/track/track-element-load-event-expected.txt: Added.
        * media/track/track-element-load-event.html: Added.
        * media/track/track-load-from-src-readyState.html: Update the test to correctly set a
        non-disabled mode on the text track such that it may load per the rules enforced with
        this patch.
        * platform/chromium/TestExpectations: Skip tests that now fail instead of timing out.
        * platform/efl/TestExpectations: Skip tests that now fail instead of timing out.
        * platform/gtk/TestExpectations: Skip tests that now fail instead of timing out.
        * platform/mac/TestExpectations: Skip tests that now fail instead of timing out.
        * platform/qt/TestExpectations: Skip tests that now fail instead of timing out.
        * platform/win/TestExpectations: Skip tests that now fail instead of timing out.

2012-12-20  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Layout test showing delete database getting two blocked events
        https://bugs.webkit.org/show_bug.cgi?id=92674

        Reviewed by Tony Chang.

        Update/add tests to match the expected behavior where blocked/versionchange events fire
        even when a "versionchange" transaction is running.

        * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt: Copied from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt.
        * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html: Copied from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded.html.
        * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt: Renamed from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt.
        * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html: Renamed from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded.html.
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
        * storage/indexeddb/intversion-gated-on-delete-expected.txt:
        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js: Copied from LayoutTests/storage/indexeddb/resources/intversion-delete-in-upgradeneeded.js.
        * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js: Renamed from LayoutTests/storage/indexeddb/resources/intversion-delete-in-upgradeneeded.js.
        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
        * storage/indexeddb/resources/factory-deletedatabase.js:
        * storage/indexeddb/resources/intversion-gated-on-delete.js:

2012-12-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening.

        Update pixel results for fast/sub-pixel/transformed-iframe-copy-on-scroll.html
        on mac. The test uses mock scrollbars but the old results have real scrollbars.

        * platform/chromium-mac-lion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
        * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:

2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>

        AX: support clickPoint in DRT for chromium
        https://bugs.webkit.org/show_bug.cgi?id=97359

        Reviewed by Chris Fleizach.

        Enable four more tests now that clickPointX, clickPointY,
        and elementAtPoint are implemented for Chromium.

        Minor fixes to two tests to make them more robust
        across platfoms and when run in parallel.

        * accessibility/svg-bounds.html: Updated
        * accessibility/svg-bounds-expected.txt: Added (made cross-platform
        * accessibility/svg-remote-element.html: Updated
        * accessibility/svg-remote-element-expected.txt: Added (made cross-platform)
        * platform/mac/accessibility/svg-bounds-expected.txt: Deleted
        * platform/mac/accessibility/svg-remote-element-expected.txt: Deleted
        * platform/chromium/TestExpectations: Updated

2012-12-20  Carlos Garcia Campos  <cgarcia@igalia.com>

        [Qt]REGRESSION(r138222): It made fast/forms/number/number-spinbutton-click-in-iframe.html crash
        https://bugs.webkit.org/show_bug.cgi?id=105529

        Reviewed by Nate Chapin.

        * platform/qt/TestExpectations: Unskip
        fast/forms/number/number-spinbutton-click-in-iframe.html.

2012-12-20  Lianghui Chen  <liachen@rim.com>

        2 fast/filesystem test cases ask for more space than the size they request when creating the file system
        https://bugs.webkit.org/show_bug.cgi?id=105307

        Reviewed by Yong Li.

        The purpose of this patch is to make these 2 test cases conform to the
        size limit, so for platform that wants to enforce the size limit they
        will not fail due to quota limit.

        * fast/filesystem/resources/file-writer-abort-continue.js:
        * fast/filesystem/resources/op-get-metadata.js:

2012-12-20  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Fix tests depend on current year
        https://bugs.webkit.org/show_bug.cgi?id=105525

        Reviewed by Kent Tamura.

        Current year was embedded in several expectation files unintentionally.

        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html:

2012-12-20  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Marking inspector-protocol/nmi-webaudio* tests as failing,
        they don't work yet after r138248.

        * platform/efl/TestExpectations:

2012-12-20  Florin Malita  <fmalita@chromium.org>

        Incorrect color space conversion for FEImage
        https://bugs.webkit.org/show_bug.cgi?id=105437

        Reviewed by Dirk Schulze.

        Rebaselined Chromium(Linux) results, updated Chromium/EFL/Gtk/Qt expectations.

        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
        * platform/chromium-win/svg/custom/feDisplacementMap-01-expected.png:
        * platform/chromium-win/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
        * platform/chromium-win/svg/filters/feImage-multiple-targets-id-change-expected.png:
        * platform/chromium-win/svg/filters/feImage-position-expected.png:
        * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
        * platform/chromium-win/svg/filters/feImage-reference-invalidation-expected.png:
        * platform/chromium-win/svg/filters/feImage-subregions-expected.png:
        * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-add-to-document-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-attribute-change-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-changes-id-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-id-change-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-inline-style-change-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-property-change-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-reappend-to-document-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-remove-from-document-expected.png:
        * platform/chromium-win/svg/filters/feImage-target-style-change-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-20  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] MiniBrowser does not play Infinite Gangnam Style
        https://bugs.webkit.org/show_bug.cgi?id=103531

        Reviewed by Kenneth Rohde Christiansen.

        Marked remaining webaudio failures.

        * platform/efl/TestExpectations:

2012-12-20  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, skip a crashing test to paint the bots green.

        * platform/qt/TestExpectations:

2012-12-20  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a platform-specific baseline for a Shadow DOM test as required after r138165.
        Adding failure expectations for two failures introduced separately in r138112 and r138184.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/shadow/shadow-root-js-api-expected.txt: Added.

2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed. Adjust TestExpectations for media/track tests.

        * platform/chromium/TestExpectations:

2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>

        Update Mac test expectations as suggested by Antoine Quint.

        * platform/mac/TestExpectations:

2012-12-19  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: deny access from injected script to nodes from document with another origin
        https://bugs.webkit.org/show_bug.cgi?id=105423

        Reviewed by Pavel Feldman.

        Test that $0 is ineaccible in the main frame if it is a node from an iframe that
        is not accassible beacause of cross origin access checks.

        * http/tests/inspector-protocol/access-inspected-object-expected.txt: Added.
        * http/tests/inspector-protocol/access-inspected-object.html: Added.
        * http/tests/inspector-protocol/resources/test-page.html: Added.

2012-12-19  Eric Carlson  <eric.carlson@apple.com>

        Crash in TextTrack::trackIndexRelativeToRenderedTracks()
        https://bugs.webkit.org/show_bug.cgi?id=105371

        Reviewed by Simon Fraser.

        * platform/mac/TestExpectations: Unskip video-controls-captions-trackmenu.html.

2012-12-19  Eric Carlson  <eric.carlson@apple.com>

        Update video-controls-captions-trackmenu.html
        https://bugs.webkit.org/show_bug.cgi?id=105455

        Reviewed by Dean Jackson.

        * media/video-controls-captions-trackmenu-expected.txt: Update results.
        * media/video-controls-captions-trackmenu.html: Update test to account for sorted menu.

2012-12-19  Filip Pizlo  <fpizlo@apple.com>

        JSObject::ensure<IndexingType> should gracefully handle InterceptsGetOwn..., and should never be called when the 'this' is not an object
        https://bugs.webkit.org/show_bug.cgi?id=105468

        Reviewed by Mark Hahnenberg, Oliver Hunt, and Gavin Barraclough.

        * fast/js/dfg-ensure-array-storage-on-string-expected.txt: Added.
        * fast/js/dfg-ensure-array-storage-on-string.html: Added.
        * fast/js/dfg-ensure-contiguous-on-string-expected.txt: Added.
        * fast/js/dfg-ensure-contiguous-on-string.html: Added.
        * fast/js/jsc-test-list
        * fast/js/script-tests/dfg-ensure-array-storage-on-string.js: Added.
        (foo):
        * fast/js/script-tests/dfg-ensure-contiguous-on-string.js: Added.
        (foo):

2012-12-19  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] plugins/npp-set-window-called-during-destruction.html is flaky on Win
        http://crbug.com/78835

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-19  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] composited scrolling tests failing on Win
        https://bugs.webkit.org/show_bug.cgi?id=105471

        Unreviewed gardening.

        Mark tests as failing on Win:

        platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting.html
        platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content.html

        * platform/chromium/TestExpectations:

2012-12-19  Emil A Eklund  <eae@chromium.org>

        [Regression] text-overflow ellipsis clips content when zoomed
        https://bugs.webkit.org/show_bug.cgi?id=105456

        Reviewed by Levi Weintraub.

        Add test for text-overflow: ellipsis.

        * fast/sub-pixel/ellipsis-zoom-expected.html: Added.
        * fast/sub-pixel/ellipsis-zoom.html: Added.

2012-12-19  Levi Weintraub  <leviw@chromium.org>

        Re-skipping touch-input-element-chang-documents.html since it's still
        failing on qt and efl.

        * platform/efl/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-19  Alexis Menard  <alexis@webkit.org>

        Implement CSS parsing for CSS transitions unprefixed.
        https://bugs.webkit.org/show_bug.cgi?id=104804

        Reviewed by Dean Jackson.

        Add new tests to cover the unprefixed version as well as the prefixed version of the properties.
        It only covers the parsing and the computed style values.

        * transitions/transitions-parsing.html: Added.

2012-12-19  Levi Weintraub  <leviw@chromium.org>

        Correct missing touch event handler de-registration for nested Documents and DOMWindows
        https://bugs.webkit.org/show_bug.cgi?id=105384

        Reviewed by James Robinson.

        * fast/events/touch/touch-handler-count-expected.txt:
        * fast/events/touch/touch-handler-count.html: Adding case of nested DOMWindows with event handlers.

2012-12-19  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. The previous rebaseline didn't quite get it right for Mac.

        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:

2012-12-19  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating expectations following r137847.

        * platform/chromium-linux-x86/fast/dom/Window: Added.
        * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
        * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
        * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
        * platform/chromium-mac-snowleopard/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
        * platform/chromium-win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium/TestExpectations:

2012-12-19  Levi Weintraub  <leviw@chromium.org>

        Unreviewed. Fixing incorrect include path and unskipping broken test.

        * fast/events/touch/touch-input-element-change-documents.html:
        * platform/efl/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-19  Dominic Mazzoni  <dmazzoni@google.com>

        Support titleUIElement in chromium DRT
        https://bugs.webkit.org/show_bug.cgi?id=96529

        Reviewed by Chris Fleizach.

        Modify aria-labelledby-overrides-label.html to be more cross-platform,
        with slightly different expectations on Mac & Chromium.

        * accessibility/aria-labelledby-overrides-label.html:
        * platform/chromium/TestExpectations:
        * platform/chromium/accessibility/aria-labelledby-overrides-label-expected.txt: Copied from LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt.
        * platform/mac/accessibility/aria-labelledby-overrides-label-expected.txt: Renamed from LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt.

2012-12-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Adding platform specific expectations since our error msg is chattier,
        test was introduced in r138165.
        Also, marking a crash failure.

        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/shadow/shadow-root-js-api-expected.txt: Added.

2012-12-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining two tests after r137953 and r138102.
        Updating test expectations as necessary.

        * platform/gtk/TestExpectations:
        * platform/gtk/editing/selection/move-by-character-6-expected.txt:
        * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt:

2012-12-19  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        Unable to place the caret at the end of the first line, when followed by a block, in the vertical writing mode.
        https://bugs.webkit.org/show_bug.cgi?id=104794

        Reviewed by Ryosuke Niwa.

        * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode-expected.txt: Added.
        * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode.html: Added.
        Test added for verifying that a caret is painted at the end of the text
        in the first vertical line, when followed by a block.

2012-12-19  Hayato Ito  <hayato@chromium.org>

        Expose WebKitShadowRoot constructor to DOMWindow.
        https://bugs.webkit.org/show_bug.cgi?id=105385

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-root-js-api-expected.txt:
        * fast/dom/shadow/shadow-root-js-api.html:
        * fast/js/global-constructors-expected.txt:
        * platform/efl/fast/js/global-constructors-expected.txt:
        * platform/gtk/fast/js/global-constructors-expected.txt:

2012-12-19  Tim Volodine  <timvolodine@chromium.org>

        Text Autosizing: Work out what to do about form controls
        https://bugs.webkit.org/show_bug.cgi?id=102560

        Reviewed by Kenneth Rohde Christiansen.

        Tests for form input elements autosizing. Added tests to check that various kinds of form elements
        don't get autosized, i.e. buttons, textareas, check boxes, radio button and selection menus.

        * fast/text-autosizing/form-controls-autosizing-button-input-elements-expected.html: Added.
        * fast/text-autosizing/form-controls-autosizing-button-input-elements.html: Added.
        * fast/text-autosizing/form-controls-autosizing-checkbox-input-element-expected.html: Added.
        * fast/text-autosizing/form-controls-autosizing-checkbox-input-element.html: Added.
        * fast/text-autosizing/form-controls-autosizing-radio-input-element-expected.html: Added.
        * fast/text-autosizing/form-controls-autosizing-radio-input-element.html: Added.
        * fast/text-autosizing/form-controls-autosizing-select-element-expected.html: Added.
        * fast/text-autosizing/form-controls-autosizing-select-element.html: Added.
        * fast/text-autosizing/form-controls-autosizing-textfield-input-elements-expected.html: Added.
        * fast/text-autosizing/form-controls-autosizing-textfield-input-elements.html: Added.

2012-12-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, update pixel results.

        * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
        * platform/qt/compositing/masks/masked-ancestor-expected.png:
        * platform/qt/compositing/reflections/reflection-in-composited-expected.png:
        * platform/qt/compositing/shadows/shadow-drawing-expected.png:
        * platform/qt/css1/box_properties/border_style-expected.png:
        * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
        * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
        * platform/qt/editing/selection/extend-by-character-002-expected.png:
        * platform/qt/editing/selection/extend-by-character-004-expected.png:
        * platform/qt/editing/selection/move-by-character-002-expected.png:
        * platform/qt/editing/selection/move-by-character-004-expected.png:
        * platform/qt/fast/backgrounds/animated-svg-as-mask-expected.png:
        * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/qt/fast/backgrounds/transformed-body-background-expected.png: Added.
        * platform/qt/fast/backgrounds/transformed-body-html-background-expected.png: Added.
        * platform/qt/fast/backgrounds/transformed-html-body-background-expected.png: Added.
        * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
        * platform/qt/fast/css/outline-auto-location-expected.png:
        * platform/qt/fast/css/resize-corner-tracking-transformed-expected.png:
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
        * platform/qt/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png.
        * platform/qt/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png.
        * platform/qt/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png.
        * platform/qt/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/qt/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
        * platform/qt/fast/forms/select-baseline-expected.png:
        * platform/qt/fast/inline/continuation-outlines-expected.png:
        * platform/qt/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
        * platform/qt/fast/layers/scroll-with-transform-layer-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png.
        * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png:
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
        * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
        * platform/qt/fast/repaint/region-painting-via-layout-expected.png:
        * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
        * platform/qt/fast/replaced/selection-rect-transform-expected.png:
        * platform/qt/fast/table/035-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/001-expected.png:
        * platform/qt/fast/table/border-collapsing/001-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/qt/fast/transforms/transform-table-row-expected.png:
        * platform/qt/fast/transforms/transformed-caret-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
        * platform/qt/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
        * platform/qt/svg/batik/text/smallFonts-expected.png:
        * platform/qt/svg/batik/text/textAnchor-expected.png:
        * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
        * platform/qt/svg/batik/text/textOnPath-expected.png:
        * platform/qt/svg/batik/text/textOnPath2-expected.png:
        * platform/qt/svg/batik/text/textOnPathSpaces-expected.png:
        * platform/qt/svg/batik/text/verticalText-expected.png:
        * platform/qt/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/qt/svg/batik/text/xmlSpace-expected.png:
        * platform/qt/svg/carto.net/button-expected.png:
        * platform/qt/svg/carto.net/colourpicker-expected.png:
        * platform/qt/svg/carto.net/slider-expected.png:
        * platform/qt/svg/carto.net/textbox-expected.png:
        * platform/qt/svg/carto.net/window-expected.png:
        * platform/qt/svg/css/text-shadow-multiple-expected.png:
        * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/qt/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/qt/svg/custom/focus-ring-expected.png:
        * platform/qt/svg/custom/font-face-simple-expected.png:
        * platform/qt/svg/custom/foreign-object-skew-expected.png:
        * platform/qt/svg/custom/invalid-css-expected.png:
        * platform/qt/svg/custom/marker-default-width-height-expected.png:
        * platform/qt/svg/custom/no-inherited-dashed-stroke-expected.png:
        * platform/qt/svg/custom/preserve-aspect-ratio-syntax-expected.png:
        * platform/qt/svg/custom/shapes-supporting-markers-expected.png:
        * platform/qt/svg/custom/stroked-pattern-expected.png:
        * platform/qt/svg/custom/text-rotated-gradient-expected.png:
        * platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.png:
        * platform/qt/svg/custom/text-tref-03-b-change-href-expected.png:
        * platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
        * platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.png:
        * platform/qt/svg/custom/tref-own-content-removal-expected.png:
        * platform/qt/svg/custom/use-detach-expected.png:
        * platform/qt/svg/custom/viewbox-syntax-expected.png:
        * platform/qt/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png.
        * platform/qt/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png.
        * platform/qt/svg/dom/SVGLengthList-getItem-expected.png: Added.
        * platform/qt/svg/dom/SVGLengthList-initialize-expected.png: Added.
        * platform/qt/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png.
        * platform/qt/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png.
        * platform/qt/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
        * platform/qt/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png.
        * platform/qt/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png.
        * platform/qt/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png.
        * platform/qt/svg/dom/SVGPathSegList-appendItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png.
        * platform/qt/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png.
        * platform/qt/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png.
        * platform/qt/svg/dom/SVGPathSegList-removeItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png.
        * platform/qt/svg/dom/SVGPathSegList-replaceItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png.
        * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png.
        * platform/qt/svg/dom/SVGPointList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png.
        * platform/qt/svg/dom/SVGStringList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png.
        * platform/qt/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png.
        * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
        * platform/qt/svg/hixie/perf/003-expected.png:
        * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png:
        * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
        * platform/qt/svg/text/select-x-list-1-expected.png:
        * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png:
        * platform/qt/svg/text/small-fonts-2-expected.png:
        * platform/qt/svg/text/small-fonts-3-expected.png:
        * platform/qt/svg/text/text-align-01-b-expected.png:
        * platform/qt/svg/text/text-align-02-b-expected.png:
        * platform/qt/svg/text/text-align-03-b-expected.png:
        * platform/qt/svg/text/text-align-06-b-expected.png:
        * platform/qt/svg/text/text-fonts-02-t-expected.png:
        * platform/qt/svg/text/text-path-01-b-expected.png:
        * platform/qt/svg/text/text-text-03-b-expected.png:
        * platform/qt/svg/text/text-text-05-t-expected.png:
        * platform/qt/svg/text/text-tref-01-b-expected.png:
        * platform/qt/svg/text/text-tselect-01-b-expected.png:
        * platform/qt/svg/text/text-tspan-01-b-expected.png:
        * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/qt/svg/transforms/svg-css-transforms-expected.png:
        * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
        * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
        * platform/qt/tables/mozilla/bugs/bug6674-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
        * platform/qt/transforms/svg-vs-css-expected.png:

2012-12-19  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Make year field readonly if min and max have the same year
        https://bugs.webkit.org/show_bug.cgi?id=105383

        Reviewed by Kent Tamura.

        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Added.
        * fast/forms/date-multiple-fields/resources/preserve-value-after-history-back-frame.html: Tweak so year field is focusable.
        * fast/forms/datetimelocal-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
        * fast/forms/month-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
        * fast/forms/week-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.

2012-12-19  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, skip flakey tests.

        * platform/qt-5.0-wk2/TestExpectations:

2012-12-19  Renata Hodovan  <reni@webkit.org>

        CSSParser crases, when no context is available, and the value is a valid keyword
        https://bugs.webkit.org/show_bug.cgi?id=105275

        Reviewed by Tony Chang.

        ParserContext could be null even if the keyword is valid. We have to check it.

        * fast/css/invalid-parsercontext-valid-keyword-crash-expected.txt: Added.
        * fast/css/invalid-parsercontext-valid-keyword-crash.svg: Added.

2012-12-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Adding failing touch events case, details in bug 105406.

        * platform/efl/TestExpectations:

2012-12-19  Tommy Widenflycht  <tommyw@chromium.org>

        [JSC] Add support for overloaded constructors
        https://bugs.webkit.org/show_bug.cgi?id=103226

        Reviewed by Kentaro Hara.

        * http/tests/websocket/tests/hybi/url-parsing-expected.txt:

2012-12-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Mark XHR tests flaky (unreliable console logging)
        https://bugs.webkit.org/show_bug.cgi?id=105403

        Unreviewed gardening: mark a bunch of xmlhttprequest tests flaky.

        * platform/efl/TestExpectations:

2012-12-19  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r138095, skip a newly added, but failing test.
        https://bugs.webkit.org/show_bug.cgi?id=105406

        Reviewed by Csaba Osztrogonác.

        * platform/qt/TestExpectations:

2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed gardening. Move chromium-mac image to chromium where it will also be used for win and linux.

        * platform/chromium/fast/text/line-initial-and-final-swashes-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/text/line-initial-and-final-swashes-expected.png.

2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed, rolling out r138129.
        http://trac.webkit.org/changeset/138129
        https://bugs.webkit.org/show_bug.cgi?id=105399

        reapply patch r138123. The problem was on chromium side at r173875.

        * fast/dom/shadow/getelementbyid-shadow-expected.txt: Added.
        * fast/dom/shadow/getelementbyid-shadow.html: Added.

2012-12-19  Takashi Sakamoto  <tasak@google.com>

        [Shadow] TITLE elements in Shadow DOM should not affect document.title attribute
        https://bugs.webkit.org/show_bug.cgi?id=85864

        Reviewed by Ryosuke Niwa.

        * fast/dom/shadow/title-element-in-shadow-expected.txt: Added.
        * fast/dom/shadow/title-element-in-shadow.html: Added.

2012-12-19  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r138123.
        http://trac.webkit.org/changeset/138123
        https://bugs.webkit.org/show_bug.cgi?id=105399

        It broke compositing/visibility/visibility-simple-video-
        layer.html (Requested by loislo on #webkit).

        * fast/dom/shadow/getelementbyid-shadow-expected.txt: Removed.
        * fast/dom/shadow/getelementbyid-shadow.html: Removed.

2012-12-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        transitions/interrupted-accelerated-transition.html should use pauseAPI
        https://bugs.webkit.org/show_bug.cgi?id=103524

        Reviewed by Simon Fraser.

        In certain situations interrupted-accelerated-transition.html exceeds the
        test tolerance, making the test flaky. Use the pauseAPI so we don't
        depend on javascript timing.

        * transitions/resources/interrupted-accelerated-transition-final.html:

2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed gardening. Restore expectations for mac.

        The tests still have problem with scroller image.

        * platform/chromium/TestExpectations:
        added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/exif-orientation.html [ ImageOnlyFailure ]
        added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/exif-orientation-css.html [ ImageOnlyFailure ]
        added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile.html [ ImageOnlyFailure ]

2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed gardening. Update expectation for mac and remove wrong expectation for win.

        * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Added.
        * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Removed.

2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>

        AX: radio-button-checkbox-size is Mac-specific and should be moved.
        https://bugs.webkit.org/show_bug.cgi?id=105382

        Reviewed by Chris Fleizach.

        Move radio-button-checkbox-size to platform/mac because the
        behavior it tests for is Mac-specific. Take it out of the
        Chromium TestExpectations file.

        * platform/chromium/TestExpectations:
        * platform/mac/accessibility/radio-button-checkbox-size-expected.txt: Renamed from LayoutTests/accessibility/radio-button-checkbox-size-expected.txt.
        * platform/mac/accessibility/radio-button-checkbox-size.html: Renamed from LayoutTests/accessibility/radio-button-checkbox-size.html.

2012-12-18  Shinya Kawanaka  <shinyak@chromium.org>

        ShadowRoot.getElementById() returns a deleted element
        https://bugs.webkit.org/show_bug.cgi?id=105243

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/getelementbyid-shadow-expected.txt: Added.
        * fast/dom/shadow/getelementbyid-shadow.html: Added.

2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed, rolling out r138061.
        https://bugs.webkit.org/show_bug.cgi?id=105396

        Original patch:
        http://trac.webkit.org/changeset/138061
        https://bugs.webkit.org/show_bug.cgi?id=97359

        It is crashing on Debug bots

        * accessibility/svg-bounds.html:
        * accessibility/svg-remote-element-expected.txt:
        * accessibility/svg-remote-element.html:
        * platform/chromium/TestExpectations:
        * platform/chromium/accessibility/svg-bounds-expected.txt: Copied from LayoutTests/accessibility/svg-bounds-expected.txt.
        * platform/mac/accessibility/svg-bounds-expected.txt: Renamed from LayoutTests/accessibility/svg-bounds-expected.txt.
        * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/accessibility/svg-remote-element-expected.txt.

2012-12-18  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, skip a new failing test.

        * platform/qt-5.0-wk1/TestExpectations:

2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed rebaseline after r138075. Remove entries for passing tests and one bad expectation for a reftest by dpranke@chromium.org

        * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbars-on-positioned-content-expected.png: Added.

2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed rebaseline.

        * platform/chromium-linux-x86/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
        * platform/chromium-linux/fast/inline/justify-emphasis-inline-box-expected.png: Added.
        * platform/chromium-linux/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
        * platform/chromium-win/fast/inline/justify-emphasis-inline-box-expected.png: Added.
        * platform/chromium-win/fast/inline/justify-emphasis-inline-box-expected.txt: Added.

2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed gardening. Layout Test fast/events/touch/touch-input-element-change-documents.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=105388

        wrong path to the js-test-pre.js

        * fast/events/touch/touch-input-element-change-documents.html:

2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>

        AX: aria-controls-with-tabs should run on Chromium
        https://bugs.webkit.org/show_bug.cgi?id=105381

        Reviewed by Chris Fleizach.

        Use accessibleElementById so the test works on all platforms,
        and specifically unskip it in the Chromium expectations.

        * accessibility/aria-controls-with-tabs.html:
        * platform/chromium/TestExpectations:

2012-12-18  Anton Vayvod  <avayvod@chromium.org>

        Text Autosizing: containers wider than their enclosing clusters should be autosized as separate clusters
        https://bugs.webkit.org/show_bug.cgi?id=103627

        Reviewed by Julien Chaffraix.

        Modified existing tests to reflect the new autosizing approach to handling of the elements that are
        wider than the lowest common ancestor of the text nodes of the enclosing autosizing cluster.

        * fast/text-autosizing/cluster-wide-in-narrow-expected.html:
        * fast/text-autosizing/cluster-wide-in-narrow.html:
        * fast/text-autosizing/wide-child-expected.html:
        * fast/text-autosizing/wide-child.html:
        * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html:
        * fast/text-autosizing/wide-in-narrow-overflow-scroll.html:

2012-12-18  Filip Pizlo  <fpizlo@apple.com>

        Proxies should set InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero
        https://bugs.webkit.org/show_bug.cgi?id=105379

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-ensure-non-array-array-storage-on-window-expected.txt: Added.
        * fast/js/dfg-ensure-non-array-array-storage-on-window.html: Added.
        * fast/js/script-tests/dfg-ensure-non-array-array-storage-on-window.js: Added.
        (foo):
        (bar):
        (.shouldBe):

2012-12-18  Filip Pizlo  <fpizlo@apple.com>

        Unreviewed, fix expected file to have the right test description.

        * fast/js/dfg-ensure-array-storage-on-window-expected.txt:

2012-12-18  Tim Horton  <timothy_horton@apple.com>

        fast/css/image-set-value-not-removed-crash.html should not InsertText with an apostrophe
        https://bugs.webkit.org/show_bug.cgi?id=105375

        Reviewed by Beth Dakin.

        Don't InsertText text content with an apostrophe in it, as this can break
        on platforms where apostrophes turn into curly quotes.

        * fast/css/image-set-value-not-removed-crash-expected.txt:
        * fast/css/image-set-value-not-removed-crash.html:
        * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Removed.

2012-12-18  Levi Weintraub  <leviw@chromium.org>

        Input elements with default touch handlers don't update handler counts when changing documents
        https://bugs.webkit.org/show_bug.cgi?id=105334

        Reviewed by James Robinson.

        * fast/events/touch/touch-input-element-change-documents-expected.txt: Added.
        * fast/events/touch/touch-input-element-change-documents.html: Added.

2012-12-18  Simon Fraser  <simon.fraser@apple.com>

        Skip two asserting tests in Debug.

        * platform/mac/TestExpectations:

2012-12-18  Simon Fraser  <simon.fraser@apple.com>

        New baseline for Acid3 test.

        * platform/mac/http/tests/misc/acid3-expected.txt:

2012-12-18  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline some tests on Lion.

        * platform/mac-lion/fast/text/decorations-with-text-combine-expected.txt: Added.
        * platform/mac-lion/fast/text/orientation-sideways-expected.txt: Added.
        * platform/mac-lion/fast/writing-mode/broken-ideographic-font-expected.txt:
        * platform/mac-lion/fast/writing-mode/vertical-baseline-alignment-expected.txt:

2012-12-18  Filip Pizlo  <fpizlo@apple.com>

        Fix the test description.
        
        Rubber stamped by Mark Hahnenberg.

        * fast/js/script-tests/dfg-ensure-array-storage-on-window.js:

2012-12-18  Filip Pizlo  <fpizlo@apple.com>

        DFG::SpeculativeJIT::jumpSlowForUnwantedArrayMode incorrectly checks for non-array array storage when it should be checking for array array storage
        https://bugs.webkit.org/show_bug.cgi?id=105365

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-ensure-array-storage-on-window-expected.txt: Added.
        * fast/js/dfg-ensure-array-storage-on-window.html: Added.
        * fast/js/indexed-setter-on-global-object-expected.txt: Added.
        * fast/js/indexed-setter-on-global-object.html: Added.
        * fast/js/script-tests/dfg-ensure-array-storage-on-window.js: Added.
        (foo):
        * fast/js/script-tests/indexed-setter-on-global-object.js: Added.

2012-12-18  Per-Erik Brodin  <per-erik.brodin@ericsson.com>

        EventSource should support CORS
        https://bugs.webkit.org/show_bug.cgi?id=61862

        Reviewed by Alexey Proskuryakov.

        Added new CORS tests for EventSource. Modified existing test to verify
        that the new constructor argument can be passed to the constructor.

        * fast/eventsource/eventsource-constructor-expected.txt:
        * fast/eventsource/eventsource-constructor.html:
        * fast/js/constructor-length.html:
        * http/tests/eventsource/eventsource-cors-basic-expected.txt: Added.
        * http/tests/eventsource/eventsource-cors-basic.html: Added.
        * http/tests/eventsource/eventsource-cors-no-server-expected.txt: Added.
        * http/tests/eventsource/eventsource-cors-no-server.html: Added.
        * http/tests/eventsource/eventsource-cors-with-credentials-expected.txt: Added.
        * http/tests/eventsource/eventsource-cors-with-credentials.html: Added.
        * http/tests/eventsource/resources/es-cors-basic.php: Added.
        * http/tests/eventsource/resources/es-cors-credentials.php: Added.
        * platform/blackberry/fast/js/constructor-length-expected.txt:
        * platform/chromium/fast/js/constructor-length-expected.txt:
        * platform/gtk/fast/js/constructor-length-expected.txt:
        * platform/mac/fast/js/constructor-length-expected.txt:
        * platform/qt/fast/js/constructor-length-expected.txt:

2012-12-18  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>

        Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.
        https://bugs.webkit.org/show_bug.cgi?id=104775

        Reviewed by Dean Jackson.

        Test that we can click 2nd line inside inline-block in vertical writing mode.

        * fast/writing-mode/vertical-inline-block-hittest-expected.txt: Added.
        * fast/writing-mode/vertical-inline-block-hittest.html: Added.

2012-12-18  Simon Fraser  <simon.fraser@apple.com>

        Allow position:sticky elements to be moved by the scrolling thread
        https://bugs.webkit.org/show_bug.cgi?id=105245

        Reviewed by Beth Dakin.

        Sticky position tests that dump the scrolling tree.

        * platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt: Added.
        * platform/mac/tiled-drawing/sticky/sticky-horizontal.html: Added.
        * platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.
        * platform/mac/tiled-drawing/sticky/sticky-vertical.html: Added.

2012-12-18  Dirk Pranke  <dpranke@chromium.org>

        Remove entries for passing tests and one bad expectation for a reftest.

        Unreviewed.

        * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-12-18  Dean Jackson  <dino@apple.com>

        Track menu needs localization
        https://bugs.webkit.org/show_bug.cgi?id=105233

        Reviewed by Eric Carlson.

        Test to exercise the localization of strings in the captions menu.
        While I was here I merged some common code into a helper file.

        * media/trackmenu-test.js: Added. New helper file to run common test operations.
        * media/video-controls-captions-trackmenu-localized-expected.txt: Added.
        * media/video-controls-captions-trackmenu-localized.html: Added.
        * media/video-controls-captions-trackmenu-sorted.html: Updated to use helper functions.
        * platform/chromium/TestExpectations: Skip unimplemented test.
        * platform/efl/TestExpectations: Ditto.
        * platform/gtk/TestExpectations: Ditto.
        * platform/qt/TestExpectations: Ditto.

2012-12-18  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=102579
        [mac] Enable scaled cursors

        Reviewed by Dean Jackson.

        Un-skip these tests now that the feature is enabled.
        * platform/mac/TestExpectations:

2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>

        [chromium] Unreviewed gardening.

        Updating the expectation and unskipping a test whose output was correct.

        * platform/chromium/TestExpectations:
        * platform/chromium/accessibility/legend-expected.txt:

2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>

        AX: support clickPoint in DRT for chromium
        https://bugs.webkit.org/show_bug.cgi?id=97359

        Reviewed by Chris Fleizach.

        Enable four more tests now that clickPointX, clickPointY,
        and elementAtPoint are implemented for Chromium.

        Minor fixes to two tests to make them more robust
        across platfoms and when run in parallel.

        * accessibility/svg-bounds.html: Updated
        * accessibility/svg-bounds-expected.txt: Added (made cross-platform
        * accessibility/svg-remote-element.html: Updated
        * accessibility/svg-remote-element-expected.txt: Added (made cross-platform)
        * platform/mac/accessibility/svg-bounds-expected.txt: Deleted
        * platform/mac/accessibility/svg-remote-element-expected.txt: Deleted
        * platform/chromium/TestExpectations: Updated

2012-12-18  Adam Klein  <adamk@chromium.org>

        [HTMLTemplateElement] Prevent first-level recursive <template> from resetting the implied context
        https://bugs.webkit.org/show_bug.cgi?id=104142

        Reviewed by Eric Seidel.

        Added test that the original template context is retained after inner template.

        * html5lib/resources/template.dat:

2012-12-18  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] shape-inside layout fails to adjust first line correctly for writing-mode: vertical-rl
        https://bugs.webkit.org/show_bug.cgi?id=104419

        Reviewed by Dirk Schulze.

        For the vertical writing modes, verify that rounded rectangle shape-inside content is
        adjusted in the logical down direction when it will not fit betwen the rounded corners.

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

2012-12-18  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Blocks should not re-use their parent's ExclusionShapeInsideInfo
        if they participate in inline layout
        https://bugs.webkit.org/show_bug.cgi?id=104582

        Reviewed by Julien Chaffraix.

        Test that recursive inline layouts work correctly.
 
        * fast/exclusions/resources/simple-rectangle.js:
        (createRectangleTest): Remove extra ':' from pseudo-element.
        (createRectangleTestResult): Ditto.
        * fast/exclusions/shape-inside/shape-inside-recursive-layout-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-recursive-layout.html: Added.
 
2012-12-18  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Removing failures for a bunch of tests that are now passing due to
        various reasons.

        * platform/gtk/TestExpectations:

2012-12-18  Tony Chang  <tony@chromium.org>

        REGRESSION(r136324): flex items with percent heights not resizing
        https://bugs.webkit.org/show_bug.cgi?id=105213

        Reviewed by Ojan Vafai.

        Add a test that changes the height of a flexbox with a percentage height child.

        * css3/flexbox/flexitem-percent-height-change-expected.txt: Added.
        * css3/flexbox/flexitem-percent-height-change.html: Added.

2012-12-17  Simon Fraser  <simon.fraser@apple.com>

        Fix position:-webkit-sticky behavior when zoomed
        https://bugs.webkit.org/show_bug.cgi?id=105251

        Reviewed by Dean Jackson.

        Ref test for sticky elements in a zoomed page.
        
        This test is marked as failing for WK1, because scrollbars always show on
        zoomed pages and cannot be hidden there.

        * fast/css/sticky/sticky-top-zoomed-expected.html: Added.
        * fast/css/sticky/sticky-top-zoomed.html: Added.
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening.

        Added new baselines marked tests flaky due to Accessibility code
        crashes.

        * platform/efl-wk2/TestExpectations:
        * platform/efl-wk2/editing/selection/move-by-character-6-expected.png: Added.
        * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt: Added.

2012-12-18  Emil A Eklund  <eae@chromium.org>

        Have kFixedPointDenominator be constant across ports
        https://bugs.webkit.org/show_bug.cgi?id=104843

        Reviewed by Julien Chaffraix.
        
        Unskip the following tests on efl, qt and gtk:
        fast/css/large-number-round-trip.html
        fast/css/large-numbers.html 

        Remove platform specific results for large-number-round-trip.html.

        * fast/css/large-number-round-trip-expected.txt:
        * platform/chromium/fast/css/large-number-round-trip-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/fast/css/large-number-round-trip-expected.txt: Removed.
        * platform/qt/TestExpectations:

2012-12-18  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r137979.
        http://trac.webkit.org/changeset/137979
        https://bugs.webkit.org/show_bug.cgi?id=105311

        nodeName returned by the inspector protocol commands should
        match one accessible fro JS (Requested by yurys_ on #webkit).

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

2012-12-18  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Unreviewed gardening: marking test as flaky on Linux Dbg bot.
        http://webkit.org/b/86114

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-18  Eric Carlson  <eric.carlson@apple.com>

        Add in-band text track cues only once
        https://bugs.webkit.org/show_bug.cgi?id=104593

        Reviewed by Dean Jackson.

        Test to ensure that in-band text track cues are not added to the the cue list more than once.

        * media/track/track-in-band-cues-added-once-expected.txt: Added.
        * media/track/track-in-band-cues-added-once.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [WK2] Unreviewed gardening.

        Fixed malformed entry on the WK2 expectations file.

        * platform/wk2/TestExpectations:

2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed rebaseline new test introdiced at r138003

        * inspector-protocol/media-query-listener-exception-expected.txt:
        * platform/chromium/inspector-protocol/media-query-listener-exception-expected.txt: Copied from LayoutTests/inspector-protocol/media-query-listener-exception-expected.txt.

2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening

        Skipped some accessibility because of missing bits on EFL.

        * platform/efl-wk2/TestExpectations:

2012-12-17  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: MediaQueryList listener silently catches errors
        https://bugs.webkit.org/show_bug.cgi?id=105162

        Reviewed by Alexander Pavlov.

        Test that uncaught exception in MediaQueryListListener will be logged to the console.

        * http/tests/inspector-protocol/resources/protocol-test.js:
        (runTest):
        * inspector-protocol/media-query-listener-exception-expected.txt: Added.
        * inspector-protocol/media-query-listener-exception.html: Added.

2012-12-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        webaudio/oscillator* tests should use OfflineAudioContext
        https://bugs.webkit.org/show_bug.cgi?id=105174

        Reviewed by Kentaro Hara.

        webaudio/oscillator* tests were using the slower webkitAudioContext for output rendering.
        Replacing the usage with webkitOfflineAudioContext allows for faster-than-realtime rendering
        in testing. Also, it avoids a deprecation warning on the console.

        * webaudio/resources/oscillator-testing.js: Replace usage of webkitAudioContext with webkitOfflineAudioContext
        (generateExponentialOscillatorSweep):

2012-12-18  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening.

        * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.txt: Updated.
        * platform/wk2/TestExpectations: Skip a new failing test.

2012-12-18  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Rebaselining a test after r137953.

        * platform/qt/editing/selection/move-by-character-6-expected.txt:

2012-12-18  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining a test after r137953.
        Adding back failure expectations for SVG viewspec tests after the rollout in r137947.
        Enhancing failure expectation for a slow HTTP multipart test that can pass,
        fail or timeout.

        * platform/gtk/TestExpectations:
        * platform/gtk/editing/selection/move-by-character-6-expected.txt:

2012-12-17  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed rebaseline after r137593.

        * platform/chromium-linux-x86/editing/selection/move-by-character-6-expected.txt: Added.
        * platform/chromium-linux/editing/selection/move-by-character-6-expected.png:
        * platform/chromium-linux/editing/selection/move-by-character-6-expected.txt: Added.
        * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.txt: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-6-expected.txt: Added.
        * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-6-expected.txt: Added.
        * platform/chromium-win/editing/selection/move-by-character-6-expected.png:
        * platform/chromium-win/editing/selection/move-by-character-6-expected.txt:

2012-12-17  Philip Rogers  <pdr@google.com>

        Queue container size requests while images are loading.
        https://bugs.webkit.org/show_bug.cgi?id=105097

        Reviewed by Dean Jackson.

        I reused the embedded.svg and svg-slow.pl test files from a similar test for svg-as-object
        size negotiation. svg-slow.pl simply delays the loading of the embedded.svg file.
        Triggering this bug reliably using the local filesystem is too brittle.

        * http/tests/misc/svg-image-delayed-size-negotiation-expected.html: Added.
        * http/tests/misc/svg-image-delayed-size-negotiation.html: Added.

2012-12-17  Filip Pizlo  <fpizlo@apple.com>

        DFG is too aggressive eliding overflow checks for additions involving large constants
        https://bugs.webkit.org/show_bug.cgi?id=105239

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-int-overflow-large-constants-in-a-line-expected.txt: Added.
        * fast/js/dfg-int-overflow-large-constants-in-a-line.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-int-overflow-large-constants-in-a-line.js: Added.
        (foo):

2012-12-17  Shinya Kawanaka  <shinyak@chromium.org>

        Web Inspector: need to visually distinguish UA shadow roots
        https://bugs.webkit.org/show_bug.cgi?id=104877

        Reviewed by Yury Semikhatsky.

        * inspector/elements/shadow-dom-modify-chardata-expected.txt:
        * inspector/elements/shadow-root-expected.txt:
        * inspector/elements/shadow-root.html: Adds <input> test.

2012-12-17  Takashi Sakamoto  <tasak@google.com>

        fast/dom/shadow/host-wrapper-reclaimed.html is failing on EFL bots
        https://bugs.webkit.org/show_bug.cgi?id=103109

        Reviewed by Kentaro Hara.

        host-wrapper-reclaimed uses gc(), but the function gc is not defined
        in all platforms, e.g. "ReferenceError: Can't find variable: gc".
        So we should include js-test-pre.js, which defines gc.

        * fast/dom/shadow/host-wrapper-reclaimed-expected.txt:
        * fast/dom/shadow/host-wrapper-reclaimed.html:

2012-12-17  Dean Jackson  <dino@apple.com>

        Track menu should be sorted
        https://bugs.webkit.org/show_bug.cgi?id=105229

        Reviewed by Eric Carlson.

        New test to make sure we sort the menu of available tracks.

        * media/video-controls-captions-trackmenu-sorted-expected.txt: Added.
        * media/video-controls-captions-trackmenu-sorted.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-17  Mathew Dempsky  <mdempsky@google.com>

        Regression causing DOM objects to have unstable NPObject* references with v8 bindings
        https://bugs.webkit.org/show_bug.cgi?id=104921

        Reviewed by Kentaro Hara.

        Add variant of embed-property-equality test to verify that the
        test still passes when the object being tested for equality
        has already been remembered by a plugin from a different
        JavaScript context.

        * plugins/npruntime/embed-property-iframe-equality.html: Added.
        * plugins/npruntime/embed-property-iframe-equality-expected.txt: Added.

2012-12-17  Filip Pizlo  <fpizlo@apple.com>

        DFG is too aggressive with eliding overflow checks in loops
        https://bugs.webkit.org/show_bug.cgi?id=105226

        Reviewed by Mark Hahnenberg and Oliver Hunt.

        * fast/js/dfg-int-overflow-in-loop-expected.txt: Added.
        * fast/js/dfg-int-overflow-in-loop.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-int-overflow-in-loop.js: Added.
        (foo):

2012-12-17  Chris Fleizach  <cfleizach@apple.com>

        Seamless iframe should not announce a new browsing context
        https://bugs.webkit.org/show_bug.cgi?id=86317

        Reviewed by Eric Seidel.

        * platform/mac/accessibility/seamless-iframe-expected.txt: Added.
        * platform/mac/accessibility/seamless-iframe.html: Added.

2012-12-17  KyungTae Kim  <ktf.kim@samsung.com>

        Percentage width replaced element incorrectly rendered when intrinsic size changed
        https://bugs.webkit.org/show_bug.cgi?id=102784

        Reviewed by Tony Chang.

        Add test to check when the source of images with percentage width is changed.

        * fast/css/percent-width-img-src-change.html: Added.
        * fast/css/percent-width-img-src-change-expected.txt: Added.

2012-12-17  Simon Fraser  <simon.fraser@apple.com>

        Fix repositioning of fixed elements on zooming
        https://bugs.webkit.org/show_bug.cgi?id=105223

        Reviewed by Beth Dakin.

        Testcase that zoomed with fixed-position elements.

        * platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed/four-bars-zoomed.html: Added.

2012-12-17  Dima Gorbik  <dgorbik@apple.com>

        Implement matching cue by the class name with ::cue pseudo element
        https://bugs.webkit.org/show_bug.cgi?id=104191

        Reviewed by Antti Koivisto.

        Verify that ::cue pseudo-element accepts a simple-selector list that matches cue objects by the a class.

        * media/track/captions-webvtt/styling.vtt:
        * media/track/track-css-matching-expected.txt: Added.
        * media/track/track-css-matching.html: Added.

2012-12-14  Ryosuke Niwa  <rniwa@webkit.org>

        Layout Test editing/selection/move-by-character-crash-test-textarea.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=104951

        Reviewed by Eric Seidel.

        The problem was that editing/selection/move-by-character-6.html was running editing commands
        in a timer without making the test runner wait. Fixed the bug by calling waitUntilDone and
        notifyDone at appropriate places in editing.js.

        We don't need to rebaseline other tests since this is the only test that uses commandDelay.

        * editing/editing.js:
        (setSelectionCommand):
        (transposeCharactersCommand):
        (moveSelectionLeftByCharacterCommand):
        (moveSelectionRightByCharacterCommand):
        (extendSelectionLeftByCharacterCommand):
        (extendSelectionRightByCharacterCommand):
        (moveSelectionForwardByCharacterCommand):
        (extendSelectionForwardByCharacterCommand):
        (moveSelectionForwardByWordCommand):
        (extendSelectionForwardByWordCommand):
        (moveSelectionForwardBySentenceCommand):
        (extendSelectionForwardBySentenceCommand):
        (moveSelectionForwardByLineCommand):
        (extendSelectionForwardByLineCommand):
        (moveSelectionForwardByLineBoundaryCommand):
        (extendSelectionForwardByLineBoundaryCommand):
        (moveSelectionBackwardByCharacterCommand):
        (extendSelectionBackwardByCharacterCommand):
        (moveSelectionBackwardByWordCommand):
        (extendSelectionBackwardByWordCommand):
        (moveSelectionBackwardBySentenceCommand):
        (extendSelectionBackwardBySentenceCommand):
        (moveSelectionBackwardByLineCommand):
        (extendSelectionBackwardByLineCommand):
        (extendSelectionBackwardByLineBoundaryCommand):
        (moveSelectionBackwardByLineBoundaryCommand):
        (boldCommand):
        (underlineCommand):
        (fontNameCommand):
        (fontSizeCommand):
        (fontSizeDeltaCommand):
        (italicCommand):
        (justifyCenterCommand):
        (justifyLeftCommand):
        (justifyRightCommand):
        (insertHTMLCommand):
        (insertImageCommand):
        (insertLineBreakCommand):
        (insertParagraphCommand):
        (insertNewlineInQuotedContentCommand):
        (typeCharacterCommand):
        (selectAllCommand):
        (strikethroughCommand):
        (undoCommand):
        (redoCommand):
        (changeRootSize):
        (cutCommand):
        (copyCommand):
        (pasteCommand):
        (createLinkCommand):
        (unlinkCommand):
        (pasteAndMatchStyleCommand):
        (deleteCommand):
        (forwardDeleteCommand):
        (backColorCommand):
        (foreColorCommand):
        (executeCommand):
        * platform/mac/editing/selection/move-by-character-6-expected.txt: Rebaselined.

2012-12-17  Filip Pizlo  <fpizlo@apple.com>

        javascript integer overflow
        https://bugs.webkit.org/show_bug.cgi?id=104967

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-put-scoped-var-backward-flow-expected.txt: Added.
        * fast/js/dfg-put-scoped-var-backward-flow.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-put-scoped-var-backward-flow.js: Added.
        (sum):

2012-12-17  Tab Atkins  <jackalmage@gmail.com>

        Chromium rebaseline fast/gradients/css3-linear-angle-gradients.html
        https://bugs.webkit.org/show_bug.cgi?id=105211

        Reviewed by Dean Jackson.

        * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
        * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:

2012-12-17  Dominic Mazzoni  <dmazzoni@google.com>

        AX: textUnderElement should consider alt text, but skip links and controls
        https://bugs.webkit.org/show_bug.cgi?id=101650

        Reviewed by Chris Fleizach.

        Adds new tests to show that getting inner text from an element
        now ignores focusable descendants and containers, but uses alternative
        text.

        Updates and rebaselines several tests to reflect the new logic.
        Skips these tests on GTK until support for the object replacement
        character can be added.

        * accessibility/button-title-uses-inner-img-alt-expected.txt: Added.
        * accessibility/button-title-uses-inner-img-alt.html: Added.
        * accessibility/focusable-div-expected.txt: Extended with more test cases.
        * accessibility/focusable-div.html: Extended with more test cases.
        * platform/chromium/TestExpectations: Un-skip test that now passes.
        * platform/chromium/accessibility/image-link-expected.txt: Rebaseline
        * platform/mac/accessibility/image-link-expected.txt: Rebaseline
        * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline
        * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline
        * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix
        * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline
        * platform/gtk/TestExpectations: Skip these tests until this feature is implemented for GTK.

2012-12-17  Levi Weintraub  <leviw@chromium.org>

        Convert sub-pixel iframe-copy-on-scroll tests to use Mock scrollbars
        https://bugs.webkit.org/show_bug.cgi?id=105210

        Reviewed by Emil A Eklund.

        Converting the iframe tests in sub-pixel/ to use mock scrollbars. These tests needed to
        be rebaselined following r137847 anyways. Best to make this change before that.

        * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html:
        * fast/sub-pixel/transformed-iframe-copy-on-scroll.html:
        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
        * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
        * platform/chromium/TestExpectations:

2012-12-17  Levi Weintraub  <leviw@chromium.org>

        Add support for tracking hit test rectangles to enable fast event rejection in the compositor
        https://bugs.webkit.org/show_bug.cgi?id=103914

        Reviewed by James Robinson.

        * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
        * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Added.
        * platform/chromium/fast/events/touch/touch-target-removed-crash-expected.txt: Added.
        * platform/chromium/fast/events/touch/touch-target-removed-crash.html: Added.

2012-12-17  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] shape-outside on floats for rectangle shapes height/width
        https://bugs.webkit.org/show_bug.cgi?id=100398

        Reviewed by Julien Chaffraix.

        Tests for the basic shape outside functionality to show how the shape affects inline text and other floats. 
        Also test using percentages to specify the shape and that margins are properly ignored (per the spec), when a 
        shape is applied to a float.

        * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage-expected.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage.html: Added.
        * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle.html: Added.

2012-12-17  John J. Barton  <johnjbarton@chromium.org>

        Web Inspector: Search by selection
        https://bugs.webkit.org/show_bug.cgi?id=104970

        Reviewed by Vsevolod Vlasov.

        New inspector test for editor setting the search query

        * inspector/editor/text-editor-selection-to-search-expected.txt: Added.
        * inspector/editor/text-editor-selection-to-search.html: Added.

2012-12-17  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] Floats should respect shape-inside on exclusions
        https://bugs.webkit.org/show_bug.cgi?id=89261

        Reviewed by David Hyatt.

        Update test to properly test floats with shape-inside.

        * fast/exclusions/shape-inside/shape-inside-floats-simple-expected.html:
        * fast/exclusions/shape-inside/shape-inside-floats-simple.html:

2012-12-17  Antoine Quint  <graouts@apple.com>

        Web Inspector: Provide the paint count of layers through the LayerTreeAgent
        https://bugs.webkit.org/show_bug.cgi?id=105024

        Reviewed by Pavel Feldman.

        Add the paintCount property to the expected output of the LayerTreeAgent test.

        * inspector-protocol/layer-tree-expected.txt:
        * inspector-protocol/layer-tree.html:

2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening.

        * platform/qt-5.0-wk2/TestExpectations: Skip a new failing test.
        * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: Added because of minor pixel differences.
        * platform/qt-5.0-wk2/fast/images/crossfade-client-not-removed-crash-expected.txt: Added WK2 specific result.
        * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.txt: Added after r137902.
        * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Updated.

2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] compositing/overflow/automatically-opt-into-composited-scrolling.html makes other tests fail
        https://bugs.webkit.org/show_bug.cgi?id=105173

        Unreviewed gardening, skip the culprit tests to paint the bots green.

        * platform/qt-5.0-wk2/TestExpectations:

2012-12-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2] TiledBackingStore: css3/device-adapt/viewport-width-not-affecting-next-page.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=105131

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped css3/device-adapt/viewport-width-not-affecting-next-page.html for WK2 EFL.

        * platform/efl-wk2/TestExpectations:

2012-12-17  Jussi Kukkonen  <jussi.kukkonen@intel.com>
        [WK2] Enable tests that use boolean overridePreference
        https://bugs.webkit.org/show_bug.cgi?id=105008

        Unreviewed gardening. Enable tests that call overridePreference()
        with a boolean value, mostly webgl ones. Add a few fail results for
        EFL.

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

2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK1]REGRESSION(r137811): compositing/tiling/crash-huge-layer.html makes the following test crash on 32 bit
        https://bugs.webkit.org/show_bug.cgi?id=105158

        Unreviewed gardening, skip the culprit test to paint the bots green.

        * platform/qt-5.0-wk1/TestExpectations:

2012-12-16  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening. Update expected files after r137798.

        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:

2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark new compositing/overflow/automatically-opt-into-composited-scrolling.html
        test introduced in r137828 as failing on EFL WK2.

        * platform/efl-wk2/TestExpectations:

2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark editing/execCommand/indent-paragraphs.html as expected to
        crash on EFL port until Bug 105042 is fixed.

        * platform/efl/TestExpectations:

2012-12-16  Hayato Ito  <hayato@chromium.org>

        [Shadow DOM] Kill ShadowRoot constructor
        https://bugs.webkit.org/show_bug.cgi?id=102913

        Reviewed by Dimitri Glazkov.

        * fast/js/global-constructors-expected.txt:
        * platform/efl/fast/js/global-constructors-expected.txt:
        * platform/gtk/fast/js/global-constructors-expected.txt:

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation.html.

        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons.html.

        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar.html.

        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar.html.

        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/updating-scrolling-content.html.

        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Added.

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch.html.

        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt: Added.

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/scrolling-without-painting.html.

        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Added.

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2.html.

        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined webkitConvertPoint.html.

        * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
        * platform/chromium/fast/dom/Window/webkitConvertPoint-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt.

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined pixels of transformed-iframe-copy-on-scroll.html.

        * platform/chromium-mac-lion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined images for fast/inline/justify-emphasis-inline-box.html.

        * platform/chromium-mac-lion/fast/inline/justify-emphasis-inline-box-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png.
        * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png:

2012-12-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined fast/css/nested-layers-with-hover.html.

        * platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt: Removed.
        * platform/chromium/fast/css/nested-layers-with-hover-expected.txt: Removed.
        * platform/efl/fast/css/nested-layers-with-hover-expected.txt: Removed.
        * platform/gtk/fast/css/nested-layers-with-hover-expected.txt: Removed.
        * platform/qt/fast/css/nested-layers-with-hover-expected.txt: Removed.

2012-12-16  Levi Weintraub  <leviw@chromium.org>

        Push pixel snapping logic into TransformState
        https://bugs.webkit.org/show_bug.cgi?id=101779

        Reviewed by Simon Fraser.

        * fast/dom/Window/webkitConvertPoint.html: Updating values to match corrected pixel snapping.
        * fast/multicol/break-properties.html: Fixing sub-pixel layout feature checking.
        * fast/multicol/vertical-lr/break-properties.html: Ditto.
        * fast/multicol/vertical-rl/break-properties.html: Ditto.
        * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Updating to catch the bug where the old
        pixel snapping logic did the wrong thing when nested.
        * fast/sub-pixel/transformed-iframe-copy-on-scroll.html: Added.
        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
        * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
        * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
        * platform/chromium/TestExpectations:

2012-12-16  Eric Carlson  <eric.carlson@apple.com>

        Remove in-band text tracks when media element's src changes
        https://bugs.webkit.org/show_bug.cgi?id=105081

        Reviewed by Sam Weinig.

        Extend test to verify that all in-band tracks are removed from the media element
        when its src changes.

        * media/track/track-in-band-expected.txt:
        * media/track/track-in-band.html:

2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Mark new editing/pasteboard/copy-paste-ruby-text.html test introduced
        in r137477 as expected to fail for EFL port due to missing PasteBoard
        implementation.

        * platform/efl/TestExpectations:

2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed EFL gardening.

        Generate EFL expectation for new fast/inline/justify-emphasis-inline-box.html
        test introduced in r137786.

        * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png: Added.
        * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt: Added.

2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>

        Unreviewed rebaseline.

        Rebaseline several compositing tests after r137798.

        * compositing/iframes/overlapped-nested-iframes-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-expected.txt:
        * compositing/rtl/rtl-iframe-relative-expected.txt:
        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:

2012-12-16  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions] Pseudo-elements should not be directly collected into a named flow
        https://bugs.webkit.org/show_bug.cgi?id=105046

        Reviewed by Abhishek Arya.

        Prevent pseudo-elements to be collected into a named-flow by bailing out early in the collecting stage.

        Following the CSSRegions spec, http://dev.w3.org/csswg/css3-regions/#flow-into, the pseudo-elements
        like ::before/::after/::first-letter/::first-line are not allowed to become content nodes, being directly
        collected into a flow thread.

        * fast/regions/pseudo-after-content-node-expected.txt: Added.
        * fast/regions/pseudo-after-content-node.html: Added.
        * fast/regions/pseudo-before-content-node-expected.txt: Added.
        * fast/regions/pseudo-before-content-node.html: Added.
        * fast/regions/pseudo-first-letter-content-node-expected.txt: Added.
        * fast/regions/pseudo-first-letter-content-node.html: Added.
        * fast/regions/pseudo-first-line-content-node-expected.txt: Added.
        * fast/regions/pseudo-first-line-content-node.html: Added.

2012-12-16  Mihai Maerean  <mmaerean@adobe.com>

        [CSS Regions] broken feature detection: body.webkitRegionOverset and body.webkitGetRegionFlowRanges shouldn't succeed when disabled at runtime.
        https://bugs.webkit.org/show_bug.cgi?id=99707

        Reviewed by Hajime Morita.

        The bug is that the CSS Regions feature leaks information at run-time. There are JS properties that exist even
        if the feature is disabled at run-time (document.webkitGetNamedFlows, document.body.webkitRegionOverset,
        document.body.webkitGetRegionFlowRanges and window.WebKitCSSRegionRule).
        The best LayoutTest would test that the properties exist when the feature is enabled and that the properties
        just aren't there when the feature is disabled.
        But, since during running Layout Tests the feature is enabled by default and switching the
        RuntimeEnabledFeatures requires the process to be restarted and that is currently not possible, we can only test
        that the properties exist and have the proper type.

        * fast/regions/region-leak-js-information-when-disabled-at-runtime-expected.txt: Added.
        * fast/regions/region-leak-js-information-when-disabled-at-runtime.html: Added.

2012-12-15  Ian Vollick  <vollick@chromium.org>

        [chromium] More expectations updates for composited scrolling.

        Unreviewed change. Updating expectations.

        Added expectations for a remaining test that needs a new baseline.

        * platform/chromium/TestExpectations:

2012-12-15  Ian Vollick  <vollick@chromium.org>

        [chromium] More expectations updates for composited scrolling.

        Unreviewed change. Updating expectations.

        Some of the Failures noted in the last change were actually
        ImageOnlyFailures, and some tests are now passing - these are
        corrected in this patch.

        * platform/chromium/TestExpectations:

2012-12-15  Ian Vollick  <vollick@chromium.org>

        [chromium] Update test expectations now that we're opting into composited scrolling
        https://bugs.webkit.org/show_bug.cgi?id=105123

        Unreviewed change. Updating expectations.

        Added expectations for tests that need updated baselines now that
        we're opting into composited scrolling.

        * platform/chromium/TestExpectations:

2012-12-15  Ian Vollick  <vollick@chromium.org>

        Automatically use composited scrolling
        https://bugs.webkit.org/show_bug.cgi?id=94743

        Reviewed by Adrienne Walker.

        Tests various configurations of elements to ensure that we only automatically opt into
        composited scrolling when it is safe to do so.

        * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
        * compositing/overflow/automatically-opt-into-composited-scrolling.html: Added.
        * platform/chromium/TestExpectations:
         The test platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style.html
         is failing due to wkb.ug/103156

2012-12-15  No'am Rosenthal  <noam@webkit.org>

        Disambiguate "background color" and "contents as solid color" on GraphicsLayer
        https://bugs.webkit.org/show_bug.cgi?id=104842

        Reviewed by Simon Fraser.

        Since we don't set the background color for a layer with a solid color, the test results have to be rebaselined.

        * compositing/backing/no-backing-for-clip-expected.txt:
        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * compositing/backing/no-backing-for-perspective-expected.txt:
        * compositing/columns/composited-in-paginated-expected.txt:
        * compositing/geometry/ancestor-overflow-change-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * compositing/geometry/clip-expected.txt:
        * compositing/geometry/clip-inside-expected.txt:
        * compositing/geometry/composited-in-columns-expected.txt:
        * compositing/geometry/flipped-writing-mode-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * compositing/geometry/preserve-3d-switching-expected.txt:
        * compositing/iframes/become-composited-nested-iframes-expected.txt:
        * compositing/iframes/become-overlapped-iframe-expected.txt:
        * compositing/iframes/composited-parent-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * compositing/iframes/connect-compositing-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe2-expected.txt:
        * compositing/iframes/connect-compositing-iframe3-expected.txt:
        * compositing/iframes/enter-compositing-iframe-expected.txt:
        * compositing/iframes/iframe-resize-expected.txt:
        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * compositing/iframes/overlapped-iframe-expected.txt:
        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * compositing/iframes/page-cache-layer-tree-expected.txt:
        * compositing/iframes/scrolling-iframe-expected.txt:
        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * compositing/layer-creation/overlap-animation-expected.txt:
        * compositing/layer-creation/overlap-child-layer-expected.txt:
        * compositing/layer-creation/overlap-clipping-expected.txt:
        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * compositing/layer-creation/overlap-transforms-expected.txt:
        * compositing/layer-creation/scroll-partial-update-expected.txt:
        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
        * compositing/layer-creation/translatez-overlap-expected.txt:
        * compositing/overflow-trumps-transform-style-expected.txt:
        * compositing/overflow/clip-descendents-expected.txt:
        * compositing/plugins/no-backing-store-expected.txt:
        * compositing/rtl/rtl-absolute-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-fixed-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-relative-expected.txt:
        * compositing/tiled-layers-hidpi-expected.txt:
        * compositing/visible-rect/2d-transformed-expected.txt:
        * compositing/visible-rect/3d-transform-style-expected.txt:
        * compositing/visible-rect/3d-transformed-expected.txt:
        * compositing/visible-rect/animated-expected.txt:
        * compositing/visible-rect/animated-from-none-expected.txt:
        * compositing/visible-rect/clipped-by-viewport-expected.txt:
        * compositing/visible-rect/clipped-visible-rect-expected.txt:
        * compositing/visible-rect/iframe-and-layers-expected.txt:
        * compositing/visible-rect/nested-transform-expected.txt:
        * compositing/visible-rect/scrolled-expected.txt:
        * css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
        * platform/mac/compositing/iframes/resizer-expected.txt:
        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:

2012-12-14  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=105064
        fast/css/nested-layers-with-hover.html fails on the Mac WK2 bots, and seems to be 
        a bad test

        Reviewed by Tim Horton.

        There were a number of problems with this test, and this patch attempts to fix 
        them all. The problems were:
        -This test was failing on the WK2 bots.
        -But it was comparing against expected results that expected to fail, so that's 
        bad!
        -In the cross-platform directory there were expected results checked in that look 
        for a render tree dump, but those results haven't made sense for a while since 
        that test was converted to dumpAsText() months ago.

        This patch updates the test so that it will actually work. To do that, we need to 
        make sure layout is up to date and also use window.setTimeout() to run the 
        function to assess our hover state rather than relying on onmousemove.
        * fast/css/nested-layers-with-hover-expected.txt:
        * fast/css/nested-layers-with-hover.html:
        * platform/mac/fast/css/nested-layers-with-hover-expected.png: Removed.
        * platform/mac/fast/css/nested-layers-with-hover-expected.txt: Removed.

2012-12-14  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>

        Emphasis mark is printed after inline-block with justify
        https://bugs.webkit.org/show_bug.cgi?id=104631

        Reviewed by Dean Jackson.

        Test that emphasis marks are not drawn incorrectly in justified text with inline boxes.

        * fast/inline/justify-emphasis-inline-box.html: Added.
        * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png: Added.
        * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
        * platform/mac/fast/inline/justify-emphasis-inline-box-expected.txt: Added.

2012-12-14  Beth Dakin  <bdakin@apple.com>

        Updating these results again since this failing test has started failing in a new 
        way. https://bugs.webkit.org/show_bug.cgi?id=58332 represents fixing the bug. 

        * platform/mac-wk2/canvas/philip/tests/2d.text.draw.fontface.notinpage-expected.txt:

2012-12-14  James Simonsen  <simonjam@chromium.org>

        [Resource Timing] Properly report reused connections
        https://bugs.webkit.org/show_bug.cgi?id=104986

        Reviewed by Tony Gentilcore.

        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse.html: Added.

2012-12-14  Adam Klein  <adamk@chromium.org>

        fast/dom/HTMLTemplateElement/inertContents.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=104023

        Reviewed by Eric Seidel.

        Made the test only check inertness using <script>, since
        <img>s are currently flaky due to the preload scanner.
        
        * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
        * fast/dom/HTMLTemplateElement/inertContents.html:
        * platform/chromium/TestExpectations:

2012-12-14  Anton Vayvod  <avayvod@chromium.org>

        Consider inline-block and inline-table elements to be autosizing clusters.
        https://bugs.webkit.org/show_bug.cgi?id=104702

        Reviewed by Julien Chaffraix.

        Added tests to verify that display:inline-block, display:inline-table and alike elements become clusters.

        * fast/text-autosizing/cluster-inline-block-or-table-expected.html: Added.
        * fast/text-autosizing/cluster-inline-block-or-table.html: Added.
        * fast/text-autosizing/cluster-inline-grid-flex-box-expected.html: Added.
        * fast/text-autosizing/cluster-inline-grid-flex-box.html: Added.

2012-12-14  Beth Dakin  <bdakin@apple.com>

        Marking these tests as failure for now.
        https://bugs.webkit.org/show_bug.cgi?id=105049 tracks fixing the issue.

        * platform/mac/TestExpectations:

2012-12-14  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r137570.
        http://trac.webkit.org/changeset/137570
        https://bugs.webkit.org/show_bug.cgi?id=105048

        Stale nodes in the touchEventTarget HashCountedSet are
        triggering crashes. Rolling out while I find the root cause.
        (Requested by leviw on #webkit).

        * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
        * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Removed.

2012-12-14  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding crash expectations for two regressions after r137487 and r137607.

        * platform/gtk/TestExpectations:

2012-12-14  Roger Fong  <roger_fong@apple.com>

        Unreviewed rebaselines on Win7 port after r137336.

        * media/video-controls-captions-trackmenu.html:
        * platform/win/fast/css-generated-content: Added.
        * platform/win/fast/css-generated-content/table-row-group-to-inline-expected.txt: Added.
        * platform/win/fast/css/empty-generated-content-expected.txt: Added.
        * platform/win/http/tests/misc: Added.
        * platform/win/http/tests/misc/acid3-expected.txt: Added.

2012-12-14  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] Remove code for the other mesh box types (border-box | padding-box | content-box)
        https://bugs.webkit.org/show_bug.cgi?id=103776

        Reviewed by Dean Jackson.

        MeshBoxBoxType has been removed from the spec and from the code.
        Parsing code has been retained for legacy reason and will be updated in a different patch
        (see: https://bugs.webkit.org/show_bug.cgi?id=103778).

        Current tests have been updated and new legacy test cases have been added to custom-filter-property-parsing.

        * css3/filters/custom/custom-filter-animation-expected.txt:
        * css3/filters/custom/custom-filter-animation.html:
        * css3/filters/custom/custom-filter-array-blending-expected.txt:
        * css3/filters/custom/custom-filter-array-blending.html:
        * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
        * css3/filters/custom/custom-filter-property-parsing-expected.txt:
        * css3/filters/custom/custom-filter-transforms-animation-expected.txt:
        * css3/filters/custom/custom-filter-transforms-animation.html:
        * css3/filters/script-tests/custom-filter-property-computed-style.js:
        * css3/filters/script-tests/custom-filter-property-parsing.js:

2012-12-14  W. James MacLean  <wjmaclean@chromium.org>

        [Chromium gardening] Set expectations for platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-drag-thumb-with-large-content-expected.html

        Unreviewed gardening change.

        Need to mirror the expectations for the virtual tests against those for the
        original.

        * platform/chromium/TestExpectations:

2012-12-14  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed rebaseline after Skia roll @6773.

        * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
        * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
        * platform/chromium-linux/fast/borders/borderRadiusDotted04-expected.png:
        * platform/chromium-mac/fast/borders/borderRadiusDotted02-expected.png:
        * platform/chromium-mac/fast/borders/borderRadiusDotted03-expected.png:
        * platform/chromium-mac/fast/borders/borderRadiusDotted04-expected.png:

2012-12-14  John Mellor  <johnme@chromium.org>

        Text Autosizing: Don't autosize unwrappable blocks
        https://bugs.webkit.org/show_bug.cgi?id=104925

        Reviewed by Julien Chaffraix.

        Added tests verifying that this prevents unwrappable blocks from being
        autosized, and that this has no effect on unwrappable inlines.

        * fast/text-autosizing/unwrappable-blocks-expected.html: Added.
        * fast/text-autosizing/unwrappable-blocks.html: Added.
        * fast/text-autosizing/unwrappable-inlines-expected.html: Added.
        * fast/text-autosizing/unwrappable-inlines.html: Added.

2012-12-14  Kentaro Hara  <haraken@chromium.org>

        Remove an exception message from insertedIntoDocument-no-crash-expected.txt
        https://bugs.webkit.org/show_bug.cgi?id=104982

        Reviewed by Ryosuke Niwa.

        To make the test result identical in all platforms, this patch
        removes an exception message from insertedIntoDocument-no-crash-expected.txt.

        * fast/dom/insertedIntoDocument-no-crash-expected.txt:
        * fast/dom/insertedIntoDocument-no-crash.html:

2012-12-14  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined images.

        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.

2012-12-14  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Marked fast/css/variables/case-insensitive.html as [ Pass Crash ]

        * platform/chromium/TestExpectations:

2012-12-14  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Hours field of date/time input UI should respect step attribute
        https://bugs.webkit.org/show_bug.cgi?id=104993

        Reviewed by Kent Tamura.

        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
        Added test cases for hour field.

2012-12-14  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow DOM] ShadowRoot.getElementById() should work outside document.
        https://bugs.webkit.org/show_bug.cgi?id=87815

        Reviewed by Hajime Morita.

        * fast/dom/shadow/getelementbyid-in-orphan-expected.txt: Added.
        * fast/dom/shadow/getelementbyid-in-orphan.html: Added.

2012-12-14  Eugene Klyuchnikov  <eustas@chromium.org>

        http/tests/inspector/resource-main-cookies.php is broken on Mac after r137585
        https://bugs.webkit.org/show_bug.cgi?id=104977

        Reviewed by Vsevolod Vlasov.

        Adopted Webkit Bug 104893 changes.

        * http/tests/inspector/resource-main-cookies.php: Adopted changes.

2012-12-13  Yoshifumi Inoue  <yosin@chromium.org>

        Copy platform/win/fast/events/panScroll-* to platform/chromium-win/fast/events
        https://bugs.webkit.org/show_bug.cgi?id=104991

        This patch copies pan scrolling related test from Win port to Chromium-Win port
        for catching pan scrolling breakage on Chromium-Win port.

        * platform/chromium/TestExpectations: Disables panScroll tests other than Windows.
        * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Copied from platform/mac/fast/events.
        * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: ditto
        * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: ditto
        * platform/chromium-win/fast/events/panScroll-event-fired.html: ditto
        * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: ditto.
        * platform/chromium-win/fast/events/panScroll-nested-divs.html: ditto

2012-12-14  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed, rolling out r137720.
        http://trac.webkit.org/changeset/137720
        https://bugs.webkit.org/show_bug.cgi?id=104991

        Wrong Commit

        * platform/chromium/TestExpectations:

2012-12-14  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed, rolling out r137719.
        http://trac.webkit.org/changeset/137719
        https://bugs.webkit.org/show_bug.cgi?id=104991

        Wrong commit

        * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
        * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: Removed.
        * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Removed.
        * platform/chromium-win/fast/events/panScroll-event-fired.html: Removed.
        * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Removed.
        * platform/chromium-win/fast/events/panScroll-nested-divs.html: Removed.

2012-12-14  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibility/ellipsis-text.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98365

        Reviewed by Martin Robinson.

        The test was failing due to differences in the accessible hierarchies
        with respect to which object contains the accessible text. The solution
        is to conditionalize the test.

        * accessibility/ellipsis-text.html: Modified to handle differences in
        the accessible hierarchy
        * platform/gtk/TestExpectations: Unskipped the failing test

2012-12-13  Yoshifumi Inoue  <yosin@chromium.org>

        Copy platform/win/fast/events/panScroll-* to platform/chromium-win/fast/events
        https://bugs.webkit.org/show_bug.cgi?id=104991

        This patch copies pan scrolling related test from Win port to Chromium-Win port
        for catching pan scrolling breakage on Chromium-Win port.

        * platform/chromium/TestExpectations: Disables panScroll tests other than Windows.
        * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Added.
        * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: Added.
        * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Added.
        * platform/chromium-win/fast/events/panScroll-event-fired.html: Added.
        * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Added.
        * platform/chromium-win/fast/events/panScroll-nested-divs.html: Added.

2012-12-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Seconds/Minutes field of date/time input UI should respect step attribute
        https://bugs.webkit.org/show_bug.cgi?id=104985

        Reviewed by Kent Tamura.

        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
        Added test cases for seconds and minutes fields.
        Update an expectation for milliseconds: value=07:13:00.500, step=0 should round to 07:13:00.000
        (setInputAttributes): Set value attribute first to avoid the focused field becomes read-only and unfocused.

2012-12-13  Ian Vollick  <vollick@chromium.org>

        [chromium] Add a virtual test suite for enabling opt-in to composited scrolling
        https://bugs.webkit.org/show_bug.cgi?id=104911

        Reviewed by Dirk Pranke.

        Updated the test expectations for the virtual test suite to match the
        usual chromium test expectations.

        * platform/chromium/TestExpectations:

2012-12-13  Takashi Sakamoto  <tasak@google.com>

        [Shadow DOM]: scoped styles are not applied in the cascade order.
        https://bugs.webkit.org/show_bug.cgi?id=103239

        Reviewed by Dimitri Glazkov.

        * fast/css/style-scoped/style-scoped-nested-expected.txt: Added.
        * fast/css/style-scoped/style-scoped-nested.html: Added.
        * fast/css/style-scoped/style-scoped-with-important-rule-expected.txt: Added.
        * fast/css/style-scoped/style-scoped-with-important-rule.html: Added.
        * fast/regions/style-scoped-in-flow-override-region-styling-expected.html:
        * fast/regions/style-scoped-in-flow-override-region-styling.html:
        Changed the test's expectation.
        Since @region's scoping element is :root but scoped styles' scoping
        element is a descendant element of :root, scoped styles should win.

2012-12-13  Kentaro Hara  <haraken@chromium.org>

        ChildNodesLazySnapshot::nextNode() can crash
        https://bugs.webkit.org/show_bug.cgi?id=104982

        Reviewed by Hajime Morita.

        ChildNodesLazySnapshot::nextNode() can crash for
        fast/dom/insertedIntoDocument-no-crash.html.
        The root cause is that ChildNodesLazySnapshot::m_currentNode
        was not a RefPtr. This patch changes it to a RefPtr.

        Test: fast/dom/insertedIntoDocument-no-crash.html

        * fast/dom/insertedIntoDocument-no-crash-expected.txt: Added.
        * fast/dom/insertedIntoDocument-no-crash.html: Added.

2012-12-13  Philip Rogers  <pdr@google.com>

        Clear m_timeContainer on SVGSMILElement removal.
        https://bugs.webkit.org/show_bug.cgi?id=104972

        Reviewed by Abhishek Arya.

        * svg/custom/removed-from-animation-crash-expected.txt: Added.
        * svg/custom/removed-from-animation-crash.html: Added.

2012-12-13  Filip Pizlo  <fpizlo@apple.com>

        Named lookups on HTML documents produce inconsistent results in JavaScriptCore bindings
        https://bugs.webkit.org/show_bug.cgi?id=104623

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Added.
        * fast/js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Added.
        * fast/js/prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Added.
        * fast/js/prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Added.
        * fast/js/script-tests/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Added.
        (f):
        * fast/js/script-tests/prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Added.
        (f):

2012-12-13  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed gardening.
        https://bugs.webkit.org/show_bug.cgi?id=50282

        Skip imagemap tests to avoid incorrect rebaselines such as r136489. The imagemap tests
        won't work on chromium until Skia is taught to draw focus rings along arbitrary paths.

        * platform/chromium/TestExpectations:

2012-12-13  Xianzhu Wang  <wangxianzhu@chromium.org>

        Out-of-view check of fixed position element in frame is incorrect when page is scaled
        https://bugs.webkit.org/show_bug.cgi?id=104943

        Reviewed by Simon Fraser.

        Test cases.

        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Added.
        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll-expected.txt: Added.
        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll.html: Added.
        * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe.html: Added.
        * compositing/layer-creation/resources/fixed-position-out-of-view-frame-scroll.html: Added.
        * compositing/layer-creation/resources/fixed-position-out-of-view-frame.html: Added.

2012-12-13  Bear Travis  <betravis@adobe.com>

        Positioned replaced elements should resolve vertical margins against their
        containing block's logical width
        https://bugs.webkit.org/show_bug.cgi?id=103579

        Reviewed by Emil A Eklund.

        Test that different writing mode combinations between a parent and child correctly
        compute percentage margins for an absolutely positioned replaced child.

        * fast/writing-mode/percentage-margins-absolute-replaced-expected.txt: Added.
        * fast/writing-mode/percentage-margins-absolute-replaced.html: Added.

2012-12-13  Rick Byers  <rbyers@chromium.org>

        Layout Test fast/events/mouse-cursor-image-set.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=104945

        Reviewed by Beth Dakin.

        Fix typo that prevented one of the images from being reliably pre-loaded.
        A deeper fix to avoid these class of issues is tracked by
        https://bugs.webkit.org/show_bug.cgi?id=104952

        * fast/events/mouse-cursor-image-set.html:

2012-12-13  Adrienne Walker  <enne@chromium.org>

        Unreviewed, rolling out r137645, r137646, and r137667.
        http://trac.webkit.org/changeset/137645
        http://trac.webkit.org/changeset/137646
        http://trac.webkit.org/changeset/137667
        https://bugs.webkit.org/show_bug.cgi?id=104911

        Breaks some overflow layout tests

        * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Removed.
        * compositing/overflow/automatically-opt-into-composited-scrolling.html: Removed.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-12-13  James Simonsen  <simonjam@chromium.org>

        [Resource Timing] Don't report resources with data: urls
        https://bugs.webkit.org/show_bug.cgi?id=104868

        Reviewed by Tony Gentilcore.

        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url.html: Added.

2012-12-13  Beth Dakin  <bdakin@apple.com>

        Rubber-stamped by Tim Horton.

        This test needs updates results after http://trac.webkit.org/changeset/137393

        * platform/mac/svg/css/shadow-changes-expected.txt:

2012-12-13  Tab Atkins  <tabatkins@google.com>

        Switch the gradient drawing code to use bearing angles
        https://bugs.webkit.org/show_bug.cgi?id=104616

        Reviewed by Dean Jackson.

        This change alters a few pixels on the linux baseline.
        It may or may not trigger similar failures on Windows and Mac - we'll see.

        * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium/TestExpectations:

2012-12-13  Adam Klein  <adamk@chromium.org>

        Mark one test as failing and rebaseline another after r137646

        Unreviewed chromium gardening.

        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-12-13  Adam Klein  <adamk@chromium.org>

        Move MutationObserver tests to fast/dom/MutationObserver
        https://bugs.webkit.org/show_bug.cgi?id=104948

        Reviewed by Ryosuke Niwa.

        This seems like a more sensible location, and in line with other DOM features.

        * fast/dom/MutationObserver/: Renamed from LayoutTests/fast/mutation/.
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk-wk2/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

2012-12-13  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed rebaselining after Skia roll @6773.

        * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
        * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
        * platform/chromium-win/fast/borders/borderRadiusDotted04-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.png:

2012-12-13  Beth Dakin  <bdakin@apple.com>

        Another attempt at getting these expectations right for the bots.

        * platform/mac/TestExpectations:

2012-12-13  Beth Dakin  <bdakin@apple.com>

        Skipping this test for now since it has been failing a lot recently. 
        https://bugs.webkit.org/show_bug.cgi?id=104962 tracks fixing to bug.
        * platform/mac/TestExpectations:

2012-12-13  Beth Dakin  <bdakin@apple.com>

        Skipping this test for now since it has been failing since it was added. 
        https://bugs.webkit.org/show_bug.cgi?id=104954 tracks fixing to bug.
        * platform/mac/TestExpectations:

2012-12-13  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. Apple Windows port.

        * platform/win/TestExpectations:
        * platform/win/accessibility/deleting-iframe-destroys-axcache-expected.txt:
        * platform/win/fast/css/image-resolution/image-resolution-expected.txt:
        * platform/win/fast/text/decorations-with-text-combine-expected.txt: Added.
        * platform/win/fast/text/orientation-sideways-expected.txt:
        * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
        * platform/win/svg/css/shadow-changes-expected.txt: Added.

2012-12-13  Beth Dakin  <bdakin@apple.com>

        This test has been failing on the Mac bots for a while. 
        https://bugs.webkit.org/show_bug.cgi?id=104949
        
        * platform/mac/TestExpectations:

2012-12-13  Beth Dakin  <bdakin@apple.com>

        Fixing a copy-paste error.

        * platform/mac/TestExpectations:

2012-12-13  Beth Dakin  <bdakin@apple.com>

        Marking these tests as failing since they are failing on the bots. 
        https://bugs.webkit.org/show_bug.cgi?id=104942 tracks fixing the actual bug.

        * platform/mac/TestExpectations:

2012-12-13  Ian Vollick  <vollick@chromium.org>

        Automatically use composited scrolling
        https://bugs.webkit.org/show_bug.cgi?id=94743

        Reviewed by Adrienne Walker.

        Tests various configurations of elements to ensure that we only automatically opt into
        composited scrolling when it is safe to do so.

        * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
        * compositing/overflow/automatically-opt-into-composited-scrolling.html: Added.

2012-12-13  Ian Vollick  <vollick@chromium.org>

        [chromium] Add a virtual test suite for enabling opt-in to composited scrolling
        https://bugs.webkit.org/show_bug.cgi?id=104911

        Reviewed by Adrienne Walker.

        Updated the test expectations for the virtual test suite to match the
        usual chromium test expectations.

        * platform/chromium/TestExpectations:

2012-12-13  Beth Dakin  <bdakin@apple.com>

        This test started failing after http://trac.webkit.org/changeset/137592 which 
        rolled out a patch that touched these results. I am going to re-set the results 
        for now so that the test will pass, and make a note in the bug.

        * platform/mac/accessibility/internal-link-anchors2-expected.txt:

2012-12-13  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Improve error messages
        https://bugs.webkit.org/show_bug.cgi?id=104624

        Reviewed by Tony Chang.

        Updated error message and establish that non-ascii characters in index
        names don't make it back to the browser properly.

        * storage/indexeddb/resources/shared.js:
        (unexpectedAbortCallback):
        * storage/indexeddb/resources/transaction-error.js:
        (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort):
        (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded):
        (testErrorFromCommit.trans.oncomplete):
        (testErrorFromCommit):
        * storage/indexeddb/transaction-error-expected.txt:
        * storage/indexeddb/transaction-error.html:

2012-12-13  David Barton  <dbarton@mathscribe.com>

        Heap-use-after-free in WebCore::RenderBlock::finishDelayUpdateScrollInfo
        https://bugs.webkit.org/show_bug.cgi?id=103750

        Reviewed by Tony Chang.

        * mathml/mo-stretch-crash-expected.txt: Added.
        * mathml/mo-stretch-crash.html: Added.

2012-12-13  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibiltiy/aria-hidden.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98352

        Reviewed by Martin Robinson.

        The test is failing due to platform differences in the implementation of
        AccessibilityUIElement::allAttributes(). This test does not require this
        method as it is only looking at the AXTitle attribute.

        * accessibility/aria-hidden-expected.txt: Included the actual reason for
        passing/failing in the results output.
        * accessibility/aria-hidden.html: Included the actual reason for passing/
        failing in the results output.
        * platform/gtk/TestExpectations: Unskipped the failing test.

2012-12-13  Adam Klein  <adamk@chromium.org>

        Unreviewed. Update chromium expectatins for fonts/monospace.html

        * platform/chromium/TestExpectations:

2012-12-13  Nate Chapin  <japhet@chromium.org>

        Route main resource loads through the memory cache.
        https://bugs.webkit.org/show_bug.cgi?id=49246

        Reviewed by Alexey Proskuryakov.

        * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
            by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
            failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
            content policy check on ResourceRequests with empty urls).
        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
            by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
            failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
            content policy check on ResourceRequests with empty urls).

2012-12-13  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] Expose ARIA roles for tab, tabpanel and tablist
        https://bugs.webkit.org/show_bug.cgi?id=84043

        Reviewed by Martin Robinson.

        Mapped the ARIA roles to the corresponding ATK roles and unskipped the
        associated test. Also created the missing platform-specific expected
        results.

        * accessibility/aria-tab-roles-expected.txt: Added.
        * platform/gtk/TestExpectations: Unskipped the associated test.

2012-12-13  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r137512.
        http://trac.webkit.org/changeset/137512
        https://bugs.webkit.org/show_bug.cgi?id=104912

        The entire GTK+ layout test step has been failing for hours
        (Requested by mrobinson on #webkit).

        * accessibility/button-title-uses-inner-img-alt-expected.txt: Removed.
        * accessibility/button-title-uses-inner-img-alt.html: Removed.
        * accessibility/focusable-div-expected.txt:
        * accessibility/focusable-div.html:
        * platform/chromium/TestExpectations:
        * platform/chromium/accessibility/image-link-expected.txt:
        * platform/mac/accessibility/image-link-expected.txt:
        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
        * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt:
        * platform/mac/accessibility/static-text-role-uses-text-under-element.html:
        * platform/mac/accessibility/table-with-aria-role-expected.txt:

2012-12-13  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined compositor-touch-hit-rects.html.

        * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
        * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.

2012-12-13  Eugene Klyuchnikov  <eustas@chromium.org>

        Web Inspector: Network: Sorting cookies by size is broken.
        https://bugs.webkit.org/show_bug.cgi?id=104893

        Reviewed by Alexander Pavlov.

        Adopt new cookie field accessors.

        * inspector/cookie-parser.html: Adopt new cookie field accessors.

2012-12-13  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        [Mac][WK2] Unreviewed, spelling-unified-emulation.html fails after 137571

        Replace the "zzz" word with "buzz" for mac-wk2.

        * platform/mac-wk2/editing/spelling/spelling-unified-emulation-expected.txt:

2012-12-12  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        [EFL][GTK] spelling-unified-emulation.html fails - word "zzz" cannot be found by enchant
        https://bugs.webkit.org/show_bug.cgi?id=104787

        Reviewed by Hajime Morita.

        Replace the "zzz" word with "buzz".
        The problematic sound of snoring can not be found by enchant (spellchecker backend
        for EFL and GTK+ WebKit ports) as this word doesn't exist in English dictionary.

        * editing/spelling/spelling-unified-emulation-expected.txt:
        * editing/spelling/spelling-unified-emulation.html:
        * platform/efl-wk2/TestExpectations:

2012-12-07  Levi Weintraub  <leviw@chromium.org>

        Add support for tracking hit test rectangles to enable fast event rejection in the compositor
        https://bugs.webkit.org/show_bug.cgi?id=103914

        Reviewed by Simon Fraser.

        * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
        * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Added.

2012-12-12  Kent Tamura  <tkent@chromium.org>

        Validity of a radio button is not updated correctly when it is detached from an invalid radio group
        https://bugs.webkit.org/show_bug.cgi?id=104873

        Reviewed by Kentaro Hara.

        * fast/forms/radio/radio-live-validation-style-expected.txt:
        * fast/forms/radio/radio-live-validation-style.html: Add a test case.

2012-12-12  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Milliseconds field of date/time input UI should respect step attribute
        https://bugs.webkit.org/show_bug.cgi?id=104628

        Reviewed by Kent Tamura.

        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
        Changed to use eventSender.keyDown() instead of making keydown event because we need delete-key handling.
        Added new helper function test() and changed stepUp/stepDown to use it.
        Added test cases for milliseconds field with various step values and step baees.

2012-12-12  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Include paddings and borders into the grid element's logical height / width
        https://bugs.webkit.org/show_bug.cgi?id=104818

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-element-padding-margin-expected.txt: Added.
        * fast/css-grid-layout/grid-element-padding-margin.html: Added.

2012-12-12  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] HTMLContentElement::getDistributedNodes() doesn't work correctly if not in document tree.
        https://bugs.webkit.org/show_bug.cgi?id=104345

        Reviewed by Hajime Morita.

        * fast/dom/shadow/get-distributed-nodes-orphan-expected.txt: Added.
        * fast/dom/shadow/get-distributed-nodes-orphan.html: Added.

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

        Unreviewed chromium rebaseline for fast/repaint/delete-into-nested-block.html

        * platform/chromium-linux/fast/repaint/delete-into-nested-block-expected.png:
        * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png:
        * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
        * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.png:
        * platform/chromium/TestExpectations:

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

        Rebaseline some tiled scrolling results that were affected by r137387.

        * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:

2012-12-12  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skip some captions tests on Windows. Failing on both Mac and Windows.

        * platform/win/TestExpectations:

2012-12-11  Emil A Eklund  <eae@chromium.org>

        REGRESSION (Subpixel layout): Gray vertical lines appear when moving insertion point to right on Mac
        https://bugs.webkit.org/show_bug.cgi?id=102402

        Reviewed by Simon Fraser.

        Add test for caret painting in input field with a subpixel position and padding.

        * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html: Added.
        * fast/sub-pixel/input-caret-on-subpixel-bound.html: Added.

2012-12-12  Elliott Sprehn  <esprehn@gmail.com>

        REGRESSION(137336): Generated run-ins are not placed correctly
        https://bugs.webkit.org/show_bug.cgi?id=104840

        Reviewed by Abhishek Arya.

        Add a test for dynamically adding a generated content run-in.

        * fast/css-generated-content/generated-runin-expected.html: Added.
        * fast/css-generated-content/generated-runin.html: Added.

2012-12-12  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Unskipping some track tests after r137507.

        * platform/win/TestExpectations:

2012-12-12  Adam Klein  <adamk@chromium.org>

        Unreviewed test expectations update: tweak flakiness of resource timing tests.

        * platform/chromium/TestExpectations:

2012-12-12  Adam Klein  <adamk@chromium.org>

        Unreviewed test expectations update: tweak flakiness of various tests.

        * platform/chromium/TestExpectations:

2012-12-12  Dominic Mazzoni  <dmazzoni@google.com>

        Rebaselining platform/mac/accessibility/internal-link-anchors2-expected.txt after r137512
        https://bugs.webkit.org/show_bug.cgi?id=101650

        This was just a merge error, the correct expectation wasn't checked in.

        Unreviewed

        * platform/mac/accessibility/internal-link-anchors2-expected.txt:

2012-12-12  Mihnea Ovidenie  <mihnea@adobe.com>

        [Qt][GTK] new fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html fails since introduced in r136857
        https://bugs.webkit.org/show_bug.cgi?id=104351

        Reviewed by Alejandro G. Castro.

        For the platforms gtk/qt that do not have subpixel-layout enabled, adjust the top of the shape-inside box in the expected file.
        This is similar to the approach taken for https://bugs.webkit.org/show_bug.cgi?id=100996.

        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-12  Chris Rogers  <crogers@google.com>

        Implement OfflineAudioContext constructor
        https://bugs.webkit.org/show_bug.cgi?id=104188

        Reviewed by Kentaro Hara.

        Switch Web Audio layout tests to use OfflineAudioContext constructor.

        * inspector-protocol/nmi-webaudio.html:
        * inspector-protocol/resources/audio-context.html:
        * webaudio/audiobuffersource-loop-comprehensive.html:
        * webaudio/audiobuffersource-loop-points.html:
        * webaudio/audiobuffersource-multi-channels.html:
        * webaudio/audiobuffersource-playbackState.html:
        * webaudio/audiobuffersource-playbackrate.html:
        * webaudio/audiobuffersource-start.html:
        * webaudio/audiobuffersource.html:
        * webaudio/audiochannelmerger-stereo.html:
        * webaudio/audiochannelsplitter.html:
        * webaudio/audionode-connect-order.html:
        * webaudio/audionode-expected.txt:
        * webaudio/audioparam-connect-audioratesignal.html:
        * webaudio/audioparam-summingjunction.html:
        * webaudio/automatic-pull-node.html:
        * webaudio/biquad-allpass.html:
        * webaudio/biquad-bandpass.html:
        * webaudio/biquad-highpass.html:
        * webaudio/biquad-highshelf.html:
        * webaudio/biquad-lowpass.html:
        * webaudio/biquad-lowshelf.html:
        * webaudio/biquad-notch.html:
        * webaudio/biquad-peaking.html:
        * webaudio/convolution-mono-mono.html:
        * webaudio/delaynode-max-default-delay.html:
        * webaudio/delaynode-max-nondefault-delay.html:
        * webaudio/delaynode-maxdelay.html:
        * webaudio/delaynode-maxdelaylimit.html:
        * webaudio/delaynode-scheduling.html:
        * webaudio/delaynode.html:
        * webaudio/distance-exponential.html:
        * webaudio/distance-inverse.html:
        * webaudio/distance-linear.html:
        * webaudio/gain.html:
        * webaudio/javascriptaudionode-zero-input-channels.html:
        * webaudio/javascriptaudionode.html:
        * webaudio/mediaelementaudiosourcenode-gc.html:
        * webaudio/mixing.html:
        * webaudio/note-grain-on-play.html:
        * webaudio/note-grain-on-timing.html:
        * webaudio/oscillator-basic.html:
        * webaudio/panner-equalpower-stereo.html:
        * webaudio/panner-equalpower.html:
        * webaudio/realtimeanalyser-fft-sizing.html:
        * webaudio/resources/audio-codec-test.js:
        (runDecodingTest):
        * webaudio/resources/audioparam-testing.js:
        (createAudioGraphAndTest):
        * webaudio/resources/javascriptaudionode-testing.js:
        (runJSNodeTest):
        * webaudio/sample-accurate-scheduling.html:
        * webaudio/stereo2mono-down-mixing.html:
        * webaudio/up-mixing-mono-51.html:
        * webaudio/up-mixing-mono-stereo.html:
        * webaudio/up-mixing-stereo-51.html:
        * webaudio/waveshaper.html:

2012-12-12  Dominic Mazzoni  <dmazzoni@google.com>

        AX: textUnderElement should consider alt text, but skip links and controls
        https://bugs.webkit.org/show_bug.cgi?id=101650

        Reviewed by Chris Fleizach.

        Adds new tests to show that getting inner text from an element now ignores
        focusable descendants and containers, but uses alternative text.

        Updates and rebaselines several tests to reflect the new logic.

        * accessibility/button-title-uses-inner-img-alt-expected.txt: Added.
        * accessibility/button-title-uses-inner-img-alt.html: Added.
        * accessibility/focusable-div-expected.txt: Extended with more test cases.
        * accessibility/focusable-div.html: Extended with more test cases.
        * platform/chromium/TestExpectations: Un-skip test that now passes.
        * platform/chromium/accessibility/image-link-expected.txt: Rebaseline
        * platform/mac/accessibility/image-link-expected.txt: Rebaseline
        * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline
        * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline
        * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix
        * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline

2012-12-12  Philip Rogers  <pdr@google.com>

        Fix target element handling in SVGSMILElement.
        https://bugs.webkit.org/show_bug.cgi?id=104495

        Reviewed by Abhishek Arya.

        * svg/animations/target-condition-crash-expected.txt: Added.
        * svg/animations/target-condition-crash.html: Added.

2012-12-12  Justin Novosad  <junov@google.com>

        Rebaselining fast/backgrounds/gradient-background-leakage-2-expected.html after r137473
        https://bugs.webkit.org/show_bug.cgi?id=103409

        Unreviewed

        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
        * platform/chromium/TestExpectations:

2012-12-12  Justin Novosad  <junov@google.com>

        calendar-picker tests have image diffs on cr-mac after r137473
        https://bugs.webkit.org/show_bug.cgi?id=104825

        Unreviewed

        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium/TestExpectations:

2012-12-12  Adam Klein  <adamk@chromium.org>

        Mark fast/css/nested-rounded-corners.html as flaky on Chromium/MountainLion

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-12-12  Dean Jackson  <dino@apple.com>

        Use CAFilter rather than CIFilter
        https://bugs.webkit.org/show_bug.cgi?id=104759

        Reviewed by Tim Horton.

        Update the expected results. They are now much closer to the software case (on Mac).

        * css3/filters/composited-reflected-expected.png:
        * css3/filters/effect-blur-hw-expected.png:
        * css3/filters/effect-brightness-hw-expected.png:
        * css3/filters/effect-combined-hw-expected.png:
        * css3/filters/effect-contrast-hw-expected.png:
        * css3/filters/effect-drop-shadow-hw-expected.png:
        * css3/filters/effect-grayscale-hw-expected.png:
        * css3/filters/effect-hue-rotate-hw-expected.png:
        * css3/filters/effect-invert-hw-expected.png:
        * css3/filters/effect-opacity-hw-expected.png:
        * css3/filters/effect-saturate-hw-expected.png:
        * css3/filters/effect-sepia-hw-expected.png:

2012-12-12  Adam Klein  <adamk@chromium.org>

        Mark the template inert contents test as flaky on cr-win as well.

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-12-12  Robert Hogan  <robert@webkit.org>

        White space between inline blocks should be affected by word-spacing property
        https://bugs.webkit.org/show_bug.cgi?id=69072

        Reviewed by Levi Weintraub.

        * fast/css/word-spacing-between-blocks-expected.html: Added.
        * fast/css/word-spacing-between-blocks.html: Added.
        * fast/css/word-spacing-between-inlines-expected.html: Added.
        * fast/css/word-spacing-between-inlines.html: Added.

2012-12-12  Adam Klein  <adamk@chromium.org>

        Mark calendar-picker-appearance tests as ImageOnlyFailures on cr-mac after r137473

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-12  James Simonsen  <simonjam@chromium.org>

        [Resource Timing] Failed resources shouldn't be recorded in the buffer
        https://bugs.webkit.org/show_bug.cgi?id=104762

        Reviewed by Tony Gentilcore.

        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures.html: Added.

2012-12-12  Martin Robinson  <mrobinson@igalia.com>

        [GTK] Add authentication support to DRT and fix exposed issues in the libsoup backend
        https://bugs.webkit.org/show_bug.cgi?id=104285

        Reviewed by Gustavo Noronha Silva.

        Unskip authentication tests now that authentication support is in
        the harness and issues in the libsoup backend are fixed. Also remove
        two expected results for tests that now have the same output as
        other platforms.

        * platform/gtk/TestExpectations:
        * platform/gtk/http/tests/misc/401-alternative-content-expected.txt: Removed.
        * platform/gtk/http/tests/xmlhttprequest/failed-auth-expected.txt: Removed.

2012-12-12  Chris Fleizach  <cfleizach@apple.com>

        AX: aria-busy should be exposed everywhere, not just on live regions
        https://bugs.webkit.org/show_bug.cgi?id=104814

        Reviewed by Anders Carlsson.

        Update tests that dump all attributes to include aria busy attribute.

        * accessibility/transformed-element-expected.txt:
        * platform/mac/accessibility/aria-liveregions-attributes-expected.txt:
        * platform/mac/accessibility/bounds-for-range-expected.txt:
        * platform/mac/accessibility/document-attributes-expected.txt:
        * platform/mac/accessibility/document-links-expected.txt:
        * platform/mac/accessibility/image-link-expected.txt:
        * platform/mac/accessibility/image-map2-expected.txt:
        * platform/mac/accessibility/internal-link-anchors-expected.txt:
        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
        * platform/mac/accessibility/lists-expected.txt:
        * platform/mac/accessibility/plugin-expected.txt:
        * platform/mac/accessibility/radio-button-group-members-expected.txt:
        * platform/mac/accessibility/table-attributes-expected.txt:
        * platform/mac/accessibility/table-cell-spans-expected.txt:
        * platform/mac/accessibility/table-cells-expected.txt:
        * platform/mac/accessibility/table-detection-expected.txt:
        * platform/mac/accessibility/table-one-cell-expected.txt:
        * platform/mac/accessibility/table-sections-expected.txt:
        * platform/mac/accessibility/table-with-aria-role-expected.txt:
        * platform/mac/accessibility/table-with-rules-expected.txt:

2012-12-12  Aaron Colwell  <acolwell@chromium.org>

        Remove MediaSource 'ended' to 'open' transition when seeking.
        https://bugs.webkit.org/show_bug.cgi?id=104583

        Reviewed by Eric Carlson.

        Updated seeking tests to no longer expect the the 'ended' to 'open'
        transition on a seek.

        * http/tests/media/media-source/video-media-source-seek-expected.txt:
        * http/tests/media/media-source/video-media-source-seek.html:
        * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
        * http/tests/media/media-source/video-media-source-state-changes.html:
        * platform/chromium/TestExpectations:

2012-12-12  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] Two regions reftests are failing the image match
        https://bugs.webkit.org/show_bug.cgi?id=74219

        Reviewed by Julien Chaffraix.

        Modify the 2 tests that were failing on other platforms (chromium, qt, gtk, efl). The tests were failing because different platforms were having different default font-family, font-size
        values. I have explicitly set the font-size, font-family and the line-height for the text that will be paginated in regions. Also changed the text color to yellow,
        so that we are able to see how the text lines are displayed in each region.

        * fast/regions/positioned-objects-block-static-spanning-regions-expected.html:
        * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html:
        * fast/regions/positioned-objects-block-static-spanning-regions-rtl.html:
        * fast/regions/positioned-objects-block-static-spanning-regions.html:
        * platform/chromium/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-12  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Implement CSS parsing and handling for min-content and max-content
        https://bugs.webkit.org/show_bug.cgi?id=104747

        Reviewed by Alexis Menard.

        Extended the 2 tests to cover -webkit-min-content and -webkit-max-content.

        * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
        * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
        * fast/css-grid-layout/grid-columns-rows-get-set.html:
        * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
        * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:

2012-12-12  Ryosuke Niwa  <rniwa@webkit.org>

        Copying text with ruby inserts new lines around rt elements
        https://bugs.webkit.org/show_bug.cgi?id=104765

        Reviewed by Dan Bernstein.

        Added a regression test and rebaseline a test as expected.

        * editing/pasteboard/copy-paste-ruby-text-expected.txt: Added.
        * editing/pasteboard/copy-paste-ruby-text-with-block-expected.txt: Added.
        * editing/pasteboard/copy-paste-ruby-text-with-block.html: Added.
        * editing/pasteboard/copy-paste-ruby-text.html: Added.
        * editing/selection/paragraph-with-ruby-expected.txt:  new lines around "annotation" has been removed
        as expected.
        * fast/block/line-layout/selection-highlight-crash-expected.txt:
        * fast/ruby/after-doesnt-crash-expected.txt:
        * fast/ruby/before-doesnt-crash-expected.txt:
        * fast/ruby/parse-rp-expected.txt:
        * fast/ruby/ruby-line-height-expected.txt:
        * fast/ruby/ruby-text-indent-expected.txt:
        * fast/ruby/rubyDOM-insert-rt-block-1-expected.txt:
        * fast/ruby/rubyDOM-insert-rt-block-2-expected.txt:
        * fast/ruby/rubyDOM-insert-rt-block-3-expected.txt:
        * fast/ruby/rubyDOM-remove-rt-block-1-expected.txt:
        * fast/ruby/rubyDOM-remove-rt-block-2-expected.txt:
        * fast/ruby/rubyDOM-remove-rt-block-3-expected.txt:
        * fast/ruby/text-emphasis-expected.txt:

2012-12-12  Adam Klein  <adamk@chromium.org>

        Rebaseline after change to Chromium compositor

        Unreviewed gardening.

        * platform/chromium-linux/compositing/reflections/reflection-in-composited-expected.png:
        * platform/chromium/TestExpectations:

2012-12-12  Justin Novosad  <junov@google.com>

        Use render box background over border draw strategy in cases with background-image
        https://bugs.webkit.org/show_bug.cgi?id=103409

        Reviewed by Simon Fraser.

        Added image failure expectation for 
        fast/backgrounds/gradient-background-leakage-2.html which needs
        new baselines.

        * platform/chromium/TestExpectations:

2012-12-12  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, GTK gardening. Flag some flaky media tests after r137271.

        * platform/gtk/TestExpectations:

2012-12-12  Gustavo Noronha Silva  <gns@gnome.org>

        Fix slow test so it passes consistently now that we have multipart support
        in soup.

        Reviewed by Martin Robinson.

        The multipart-wait-before-boundary test waits for 30 seconds before
        sending the boundary. That is a bit long in itself, but it is exactly
        the timeout used for slow tests in some platforms. This change reduces
        the wait to 20 seconds, which should be enough for the test, and marks
        the test as slow for GTK+.

        * http/tests/multipart/resources/multipart-wait-before-boundary.php: wait
        for 20 seconds instead of 30, before sending the boundary.
        * platform/gtk/TestExpectations: mark test above as slow.

2012-12-12  Antoine Quint  <graouts@apple.com>

        Web Inspector: Crash in InspectorDOMAgent::pushNodePathToFrontend when inspecting document with CSS generated content
        https://bugs.webkit.org/show_bug.cgi?id=104780

        Reviewed by Pavel Feldman.

        Adding a new test for the LayerTreeAgent to check that it does not crash when inspecting
        a page with CSS generated content, and correctly returns nodeId === 0 in the situation
        where there is no Node associated with a given RenderLayer.

        * inspector-protocol/layer-tree-generated-content-expected.txt: Added.
        * inspector-protocol/layer-tree-generated-content.html: Added.

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

        [EFL] Unreviewed gardening.

        Rebaselining tests with anonymous empty blocks aftter r137336.
        Floating elements rebaselined after r137331.
        Newly intrduced reftest is failing, introduced in r137368.
        Unskipping a few new passed that had something to do with AC.

        * platform/efl/TestExpectations:
        * platform/efl/css1/formatting_model/floating_elements-expected.png: Added.
        * platform/efl/css1/formatting_model/floating_elements-expected.txt:
        * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.png:
        * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
        * platform/efl/fast/css/empty-generated-content-expected.png:
        * platform/efl/fast/css/empty-generated-content-expected.txt:
        * platform/efl/http/tests/misc/acid3-expected.txt:

2012-12-12  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Crash] Clear cached stylesheet rules in InspectorStyleSheet::deleteRule()
        https://bugs.webkit.org/show_bug.cgi?id=104806

        Reviewed by Vsevolod Vlasov.

        * inspector/styles/undo-add-rule-crash-expected.txt: Added.
        * inspector/styles/undo-add-rule-crash.html: Added.

2012-12-12  Stephen White  <senorblanco@chromium.org>

        Unreviewed, rolling out r136975.
        http://trac.webkit.org/changeset/136975
        https://bugs.webkit.org/show_bug.cgi?id=90405

        Correctness issues.

        * css3/filters/effect-reference-after-expected.txt: Removed.
        * css3/filters/effect-reference-after.html: Removed.
        * css3/filters/effect-reference-delete-crash-expected.txt: Removed.
        * css3/filters/effect-reference-delete-crash.html: Removed.
        * css3/filters/effect-reference-delete-expected.txt: Removed.
        * css3/filters/effect-reference-delete.html: Removed.
        * css3/filters/effect-reference-rename-expected.txt: Removed.
        * css3/filters/effect-reference-rename.html: Removed.
        * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Removed.
        * css3/filters/effect-reference-reset-style-delete-crash.html: Removed.
        * css3/filters/script-tests/effect-reference-delete-crash.js: Removed.
        * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-after-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Removed.
        * svg/filters/filter-cycle-expected.html: Removed.
        * svg/filters/filter-cycle.html: Removed.

2012-12-12  Stephen White  <senorblanco@chromium.org>

        Unreviewed, rolling out r137000.
        http://trac.webkit.org/changeset/137000

        Precursor to rolling out r136975.

        * platform/chromium-linux/css3/filters/effect-reference-after-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-after-expected.png.
        * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-delete-expected.png.
        * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-rename-expected.png.
        * platform/chromium-mac/css3/filters/effect-reference-after-expected.png: Removed.
        * platform/chromium-mac/css3/filters/effect-reference-delete-expected.png: Removed.
        * platform/chromium-mac/css3/filters/effect-reference-rename-expected.png: Removed.

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

        [Qt] Unreviewed gardening, remove duplicated expectations and fix broken expectations.

        * platform/qt-4.8/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-12  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Marked inspector-protocol/take-heap-snapshot.html as CRASH only in Debug mode, it passes in Release.

        * platform/chromium/TestExpectations:

2012-12-12  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening. Marked inspector-protocol/take-heap-snapshot.html as CRASH.

        * platform/chromium/TestExpectations:

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

        [Qt] Unreviewed gardening.

        * platform/qt/TestExpectations: Skip test because ENABLE(MOUSE_CURSOR_SCALE) is disabled on Qt.
        * platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.txt: rebaselining after r137336.
        * platform/qt/fast/css/empty-generated-content-expected.txt: rebaselining after r137336.
        * platform/qt/http/tests/misc/acid3-expected.txt: rebaselining after r137336.

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

        [Qt] Unskip compositing tests 
        https://bugs.webkit.org/show_bug.cgi?id=104129

        Unreviewed gardening, skip only failing tests.

        * platform/qt-5.0-wk1/TestExpectations:

2012-12-12  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed gardening.

        Adding failure expectations for tests that regressed in r137365 on GTK, Qt and EFL.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-12  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Change the data channel descriptor pattern to a handler pattern
        https://bugs.webkit.org/show_bug.cgi?id=104543

        Reviewed by Kent Tamura.

        Expanding data channels tests.

        * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
        * fast/mediastream/RTCPeerConnection-datachannel.html:

2012-12-12  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining after r137331. r137336, r137393 and other, unknown revisions.
        Marking two failures as timing out instead of producing textual diff.

        * platform/gtk/TestExpectations:
        * platform/gtk/css1/formatting_model/floating_elements-expected.txt:
        * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
        * platform/gtk/fast/css/empty-generated-content-expected.txt:
        * platform/gtk/fast/js/global-constructors-expected.txt:
        * platform/gtk/svg/css/shadow-changes-expected.txt:

2012-11-29  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: Heap snapshot crashes on any page in MacOS Canary
        https://bugs.webkit.org/show_bug.cgi?id=103076

        Reviewed by Adam Barth.

        Test that heap profiler doesn't crash on pages that keep references to functions
        from iframe that has already navigated to a different page.

        * inspector-protocol/resources/page-with-function.html: Added.
        * inspector-protocol/take-heap-snapshot-expected.txt: Added.
        * inspector-protocol/take-heap-snapshot.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-12-12  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow DOM] Implement HTMLShadowElement::olderShadowRoot
        https://bugs.webkit.org/show_bug.cgi?id=104218

        Reviewed by Hajime Morita.

        * fast/dom/shadow/olderShadowRoot-in-shadowelement-expected.txt: Added.
        * fast/dom/shadow/olderShadowRoot-in-shadowelement.html: Added.

2012-12-11  Adam Klein  <adamk@chromium.org>

        Mark a Linux compositing test as failing after a change to the Chromium compositor.

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-11  Hayato Ito  <hayato@chromium.org>

        REGRESSION(r137408): breaks chromium's browser tests which use WebKitShadowRoot (Requested by hayato on #webkit).
        https://bugs.webkit.org/show_bug.cgi?id=104770

        Unreviewed, build fix.

        * fast/js/global-constructors-expected.txt:
        * platform/efl/fast/js/global-constructors-expected.txt:
        * platform/gtk/fast/js/global-constructors-expected.txt:

2012-12-11  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r137333, r137344, r137364, and
        r137377.
        http://trac.webkit.org/changeset/137333
        http://trac.webkit.org/changeset/137344
        http://trac.webkit.org/changeset/137364
        http://trac.webkit.org/changeset/137377
        https://bugs.webkit.org/show_bug.cgi?id=104771

        Caused a raft of browser_test failures in Chromium (Requested
        by aklein on #webkit).

        * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:

2012-12-11  Kentaro Hara  <haraken@chromium.org>

        Unreviewed, rolling out r137398.
        http://trac.webkit.org/changeset/137398
        https://bugs.webkit.org/show_bug.cgi?id=104188

        A bunch of webaudio tests hit ASSERTs

        * inspector-protocol/nmi-webaudio.html:
        * inspector-protocol/resources/audio-context.html:
        * webaudio/audiobuffersource-loop-comprehensive.html:
        * webaudio/audiobuffersource-loop-points.html:
        * webaudio/audiobuffersource-multi-channels.html:
        * webaudio/audiobuffersource-playbackState.html:
        * webaudio/audiobuffersource-playbackrate.html:
        * webaudio/audiobuffersource-start.html:
        * webaudio/audiobuffersource.html:
        * webaudio/audiochannelmerger-stereo.html:
        * webaudio/audiochannelsplitter.html:
        * webaudio/audionode-connect-order.html:
        * webaudio/audionode-expected.txt:
        * webaudio/audioparam-connect-audioratesignal.html:
        * webaudio/audioparam-summingjunction.html:
        * webaudio/automatic-pull-node.html:
        * webaudio/biquad-allpass.html:
        * webaudio/biquad-bandpass.html:
        * webaudio/biquad-highpass.html:
        * webaudio/biquad-highshelf.html:
        * webaudio/biquad-lowpass.html:
        * webaudio/biquad-lowshelf.html:
        * webaudio/biquad-notch.html:
        * webaudio/biquad-peaking.html:
        * webaudio/convolution-mono-mono.html:
        * webaudio/delaynode-max-default-delay.html:
        * webaudio/delaynode-max-nondefault-delay.html:
        * webaudio/delaynode-maxdelay.html:
        * webaudio/delaynode-maxdelaylimit.html:
        * webaudio/delaynode-scheduling.html:
        * webaudio/delaynode.html:
        * webaudio/distance-exponential.html:
        * webaudio/distance-inverse.html:
        * webaudio/distance-linear.html:
        * webaudio/gain.html:
        * webaudio/javascriptaudionode-zero-input-channels.html:
        * webaudio/javascriptaudionode.html:
        * webaudio/mediaelementaudiosourcenode-gc.html:
        * webaudio/mixing.html:
        * webaudio/note-grain-on-play.html:
        * webaudio/note-grain-on-timing.html:
        * webaudio/oscillator-basic.html:
        * webaudio/panner-equalpower-stereo.html:
        * webaudio/panner-equalpower.html:
        * webaudio/realtimeanalyser-fft-sizing.html:
        * webaudio/resources/audio-codec-test.js:
        (runDecodingTest):
        * webaudio/resources/audioparam-testing.js:
        (createAudioGraphAndTest):
        * webaudio/resources/javascriptaudionode-testing.js:
        (runJSNodeTest):
        * webaudio/sample-accurate-scheduling.html:
        * webaudio/stereo2mono-down-mixing.html:
        * webaudio/up-mixing-mono-51.html:
        * webaudio/up-mixing-mono-stereo.html:
        * webaudio/up-mixing-stereo-51.html:
        * webaudio/waveshaper.html:

2012-12-11  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow DOM] registering InsertionPoints to ShadowRoot should work out of a document.
        https://bugs.webkit.org/show_bug.cgi?id=104346

        Reviewed by Hajime Morita.

        Added tests for out-of-Document version and calling insertedInto/removedFrom several times.

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

2012-12-11  Takashi Sakamoto  <tasak@google.com>

        Text nodes in shadow roots don't inherit style properly
        https://bugs.webkit.org/show_bug.cgi?id=101116

        Reviewed by Hajime Morita.

        * fast/dom/shadow/text-node-in-shadow-expected.html: Added.
        * fast/dom/shadow/text-node-in-shadow.html: Added.

2012-12-11  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Make isActionSupported cross-platform.
        https://bugs.webkit.org/show_bug.cgi?id=104681

        Reviewed by Chris Fleizach.

        Refactor tests that called isActionSupported to call new
        cross-platform variants, and unskip three test for Chromium
        as a result.

        * accessibility/aria-link-supports-press.html:
        * accessibility/button-press-action.html:
        * accessibility/onclick-handlers.html:
        * platform/chromium/TestExpectations:
        * platform/chromium/accessibility/aria-popup-expected.txt: Removed.
        * platform/mac/accessibility/aria-popup-expected.txt:
        * platform/mac/accessibility/aria-popup.html:
        * platform/mac/accessibility/slider-supports-actions.html:

2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>

        ScrollingCoordinator::hasVisibleSlowRepaintFixedObject() should exclude out-of-view fixed position elements
        https://bugs.webkit.org/show_bug.cgi?id=102543

        Reviewed by James Robinson.

        * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Ensure slow-scrolling is not triggered.
        * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Added.

2012-12-11  Hayato Ito  <hayato@chromium.org>

        [Shadow DOM] Kill ShadowRoot constructor
        https://bugs.webkit.org/show_bug.cgi?id=102913

        Reviewed by Dimitri Glazkov.

        * editing/pasteboard/copy-paste-float.html:
        * editing/shadow/adjusting-editing-boundary-with-table-in-shadow.html:
        * editing/shadow/bold-twice-in-shadow.html:
        * editing/shadow/breaking-editing-boundaries-2.html:
        * editing/shadow/breaking-editing-boundaries.html:
        * editing/shadow/breaking-editing-boundary-with-table.html:
        * editing/shadow/compare-positions-in-nested-shadow.html:
        * editing/shadow/contenteditable-propagation-at-shadow-boundary.html:
        * editing/shadow/delete-characters-in-distributed-node-crash.html:
        * editing/shadow/delete-list-in-shadow.html:
        * editing/shadow/doubleclick-on-meter-in-shadow-crash.html:
        * editing/shadow/execcommand-indent-in-shadow.html:
        * editing/shadow/insertorderedlist-crash.html:
        * editing/shadow/pressing-enter-on-list.html:
        * editing/shadow/rightclick-on-meter-in-shadow-crash.html:
        * editing/shadow/select-contenteditable-shadowhost.html:
        * editing/shadow/selection-of-orphan-shadowroot.html:
        * editing/shadow/selection-of-shadowroot.html:
        * editing/shadow/shadow-selection-not-exported.html:
        * fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt:
        * fast/css/style-scoped/style-scoped-apply-author-styles.html:
        * fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt:
        * fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html:
        * fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
        * fast/css/style-scoped/style-scoped-in-shadow.html:
        * fast/dom/shadow/adopt-node-with-shadow-root.html:
        * fast/dom/shadow/athost-atrules.html:
        * fast/dom/shadow/base-in-shadow-tree.html:
        * fast/dom/shadow/caret-range-from-point-in-nested-shadow.html:
        * fast/dom/shadow/content-after-style.html:
        * fast/dom/shadow/content-element-in-media-element.html:
        * fast/dom/shadow/content-element-in-meter-element.html:
        * fast/dom/shadow/content-element-in-progress-element.html:
        * fast/dom/shadow/content-element-in-select-element.html:
        * fast/dom/shadow/content-element-outside-shadow-style.html:
        * fast/dom/shadow/content-reprojection-complex.html:
        * fast/dom/shadow/content-reprojection-dynamic.html:
        * fast/dom/shadow/content-reprojection-fallback-crash.html:
        * fast/dom/shadow/content-reprojection-fallback-reprojection.html:
        * fast/dom/shadow/content-reprojection-fallback.html:
        * fast/dom/shadow/content-reprojection-order.html:
        * fast/dom/shadow/content-reprojection-shadow.html:
        * fast/dom/shadow/cppevent-in-shadow.html:
        * fast/dom/shadow/cppevent-input-in-shadow.html:
        * fast/dom/shadow/distribution-attribute-modified.html:
        * fast/dom/shadow/distribution-className-modified.html:
        * fast/dom/shadow/distribution-id-modified.html:
        * fast/dom/shadow/drag-to-meter-in-shadow-crash.html:
        * fast/dom/shadow/drop-event-for-input-in-shadow.html:
        * fast/dom/shadow/drop-event-in-shadow.html:
        * fast/dom/shadow/element-from-point-in-nested-shadow.html:
        * fast/dom/shadow/form-in-shadow.html:
        * fast/dom/shadow/get-element-by-id-in-shadow-mutation.html:
        * fast/dom/shadow/has-content-elements.html:
        * fast/dom/shadow/has-elementshadow.html:
        * fast/dom/shadow/has-shadow-insertion-point.html:
        * fast/dom/shadow/host-wrapper-reclaimed.html:
        * fast/dom/shadow/iframe-shadow.html:
        * fast/dom/shadow/input-with-validation-without-shadow.html:
        * fast/dom/shadow/input-with-validation.html:
        * fast/dom/shadow/insertion-point-list-menu-crash.html:
        * fast/dom/shadow/insertion-point-resetStyleInheritance.html:
        * fast/dom/shadow/insertion-point-shadow-crash.html:
        * fast/dom/shadow/insertion-point-video-crash.html:
        * fast/dom/shadow/invalidate-distribution.html:
        * fast/dom/shadow/link-in-shadow-tree.html:
        * fast/dom/shadow/multiple-shadowroot-adopt.html:
        * fast/dom/shadow/multiple-shadowroot-rendering.html:
        * fast/dom/shadow/multiple-shadowroot.html:
        * fast/dom/shadow/parent-tree-scope-in-shadow.html:
        * fast/dom/shadow/pseudo-attribute-dynamic.html:
        * fast/dom/shadow/pseudo-attribute-rendering.html:
        * fast/dom/shadow/pseudoclass-update-checked-input.html:
        * fast/dom/shadow/pseudoclass-update-checked-option.html:
        * fast/dom/shadow/pseudoclass-update-disabled-button.html:
        * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html:
        * fast/dom/shadow/pseudoclass-update-disabled-input.html:
        * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html:
        * fast/dom/shadow/pseudoclass-update-disabled-option.html:
        * fast/dom/shadow/pseudoclass-update-disabled-select.html:
        * fast/dom/shadow/pseudoclass-update-disabled-textarea.html:
        * fast/dom/shadow/pseudoclass-update-enabled-anchor.html:
        * fast/dom/shadow/pseudoclass-update-enabled-area.html:
        * fast/dom/shadow/pseudoclass-update-enabled-button.html:
        * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html:
        * fast/dom/shadow/pseudoclass-update-enabled-input.html:
        * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html:
        * fast/dom/shadow/pseudoclass-update-enabled-option.html:
        * fast/dom/shadow/pseudoclass-update-enabled-select.html:
        * fast/dom/shadow/pseudoclass-update-enabled-textarea.html:
        * fast/dom/shadow/pseudoclass-update-indeterminate-input.html:
        * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html:
        * fast/dom/shadow/pseudoclass-update-link-anchor.html:
        * fast/dom/shadow/pseudoclass-update-link-area.html:
        * fast/dom/shadow/pseudoclass-update-target.html:
        * fast/dom/shadow/pseudoclass-update-visited-anchor.html:
        * fast/dom/shadow/pseudoclass-update-visited-area.html:
        * fast/dom/shadow/remove-styles-in-shadow-crash.html:
        * fast/dom/shadow/reprojection-attribute-modified.html:
        * fast/dom/shadow/reprojection-className-modified.html:
        * fast/dom/shadow/reprojection-id-modified.html:
        * fast/dom/shadow/resize-in-shadow-dom.html:
        * fast/dom/shadow/resources/polyfill.js:
        (.Element.prototype.webkitCreateShadowRoot):
        * fast/dom/shadow/resources/shadow-dom.js:
        (createDOM):
        * fast/dom/shadow/select-image-with-shadow.html:
        * fast/dom/shadow/selection-shouldnt-expose-shadow-dom.html:
        * fast/dom/shadow/selections-in-shadow.html:
        * fast/dom/shadow/shadow-and-list-elements.html:
        * fast/dom/shadow/shadow-aware-create-shadow-root-expected.txt:
        * fast/dom/shadow/shadow-aware-create-shadow-root.html:
        * fast/dom/shadow/shadow-content-crash.html:
        * fast/dom/shadow/shadow-disable-expected.txt:
        * fast/dom/shadow/shadow-disable.html:
        * fast/dom/shadow/shadow-div-reflow.html:
        * fast/dom/shadow/shadow-dynamic-style-change-via-mutation-and-selector.html:
        * fast/dom/shadow/shadow-element-rendering-multiple.html:
        * fast/dom/shadow/shadow-element-rendering-single.html:
        * fast/dom/shadow/shadow-nested-pseudo-id.html:
        * fast/dom/shadow/shadow-on-image.html:
        * fast/dom/shadow/shadow-pseudo-id.html:
        * fast/dom/shadow/shadow-removechild-and-blur-event.html:
        * fast/dom/shadow/shadow-reprojection-click.html:
        * fast/dom/shadow/shadow-reprojection-dynamic.html:
        * fast/dom/shadow/shadow-reprojection-fallback.html:
        * fast/dom/shadow/shadow-reprojection.html:
        * fast/dom/shadow/shadow-reprojection2.html:
        * fast/dom/shadow/shadow-root-append.html:
        * fast/dom/shadow/shadow-root-applyAuthorStyles.html:
        * fast/dom/shadow/shadow-root-attached.html:
        * fast/dom/shadow/shadow-root-innerHTML.html:
        * fast/dom/shadow/shadow-root-js-api-expected.txt:
        * fast/dom/shadow/shadow-root-js-api.html:
        * fast/dom/shadow/shadow-root-new-expected.txt:
        * fast/dom/shadow/shadow-root-new.html:
        * fast/dom/shadow/shadow-root-resetStyleInheritance.html:
        * fast/dom/shadow/shadow-select-attribute-featureset.html:
        * fast/dom/shadow/shadow-ul-li.html:
        * fast/dom/shadow/shadowdom-dynamic-styling.html:
        * fast/dom/shadow/shadowdom-for-button-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-button-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-button-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-button.html:
        * fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html:
        * fast/dom/shadow/shadowdom-for-image-alt-update.html:
        * fast/dom/shadow/shadowdom-for-image-alt.html:
        * fast/dom/shadow/shadowdom-for-image-content.html:
        * fast/dom/shadow/shadowdom-for-image-dynamic.html:
        * fast/dom/shadow/shadowdom-for-image-event-click.html:
        * fast/dom/shadow/shadowdom-for-image-event.html:
        * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html:
        * fast/dom/shadow/shadowdom-for-image-map.html:
        * fast/dom/shadow/shadowdom-for-image-style.html:
        * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html:
        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html:
        * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html:
        * fast/dom/shadow/shadowdom-for-image.html:
        * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-keygen-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-media.html:
        * fast/dom/shadow/shadowdom-for-meter-dynamic.html:
        * fast/dom/shadow/shadowdom-for-meter-multiple.html:
        * fast/dom/shadow/shadowdom-for-meter-with-style.html:
        * fast/dom/shadow/shadowdom-for-meter-without-appearance.html:
        * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html:
        * fast/dom/shadow/shadowdom-for-meter.html:
        * fast/dom/shadow/shadowdom-for-object-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-object-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-object-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-output-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-output-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-output-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-progress-dynamic.html:
        * fast/dom/shadow/shadowdom-for-progress-multiple.html:
        * fast/dom/shadow/shadowdom-for-progress-with-style.html:
        * fast/dom/shadow/shadowdom-for-progress-without-appearance.html:
        * fast/dom/shadow/shadowdom-for-progress-without-shadow-element.html:
        * fast/dom/shadow/shadowdom-for-progress.html:
        * fast/dom/shadow/shadowdom-for-select-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-select-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-select-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-textarea-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-textarea-with-attribute.html:
        * fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html:
        * fast/dom/shadow/shadowdom-for-textarea-with-style.html:
        * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-textarea.html:
        * fast/dom/shadow/shadowroot-clonenode.html:
        * fast/dom/shadow/shadowroot-of-insertionpoint.html:
        * fast/dom/shadow/shadowroot-type.html:
        * fast/dom/shadow/style-of-distributed-node.html:
        * fast/dom/shadow/style-scoped-not-enabled.html:
        * fast/dom/shadow/styling-pseudo-attribute.html:
        * fast/dom/shadow/suppress-mutation-events-in-shadow-characterdata.html:
        * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
        * fast/dom/shadow/user-modify-inheritance.html:
        * fast/dom/shadow/wheel-event-in-shadow-dom.html:
        * fast/dom/shadow/wheel-event-on-input-in-shadow-dom.html:
        * fast/frames/detached-shadow-frame.html:
        * fast/js/global-constructors-expected.txt:
        * inspector/elements/shadow-root.html:
        * inspector/elements/update-shadowdom.html:
        * platform/efl/fast/js/global-constructors-expected.txt:
        * platform/gtk/fast/js/global-constructors-expected.txt:

2012-12-11  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline for recent forms changes.
        https://bugs.webkit.org/show_bug.cgi?id=103834
        https://bugs.webkit.org/show_bug.cgi?id=104438
        https://bugs.webkit.org/show_bug.cgi?id=104567

        * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
        * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
        * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
        * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
        * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Removed.
        * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
        * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
        * platform/chromium/TestExpectations:

2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>

        Fixed position out-of-view check is incorrect when page is scaled
        https://bugs.webkit.org/show_bug.cgi?id=104303

        Test if fixed position elements are correctly composited or not composited when page is scaled up and down.

        Reviewed by Kenneth Rohde Christiansen.

        * compositing/layer-creation/fixed-position-out-of-view-scaled.html: Added.
        * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html: Added.
        * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.

2012-12-11  Chris Rogers  <crogers@google.com>

        Implement OfflineAudioContext constructor
        https://bugs.webkit.org/show_bug.cgi?id=104188

        Reviewed by Kentaro Hara.

        Switch Web Audio layout tests to use OfflineAudioContext constructor.

        * inspector-protocol/nmi-webaudio.html:
        * inspector-protocol/resources/audio-context.html:
        * webaudio/audiobuffersource-loop-comprehensive.html:
        * webaudio/audiobuffersource-loop-points.html:
        * webaudio/audiobuffersource-multi-channels.html:
        * webaudio/audiobuffersource-playbackState.html:
        * webaudio/audiobuffersource-playbackrate.html:
        * webaudio/audiobuffersource-start.html:
        * webaudio/audiobuffersource.html:
        * webaudio/audiochannelmerger-stereo.html:
        * webaudio/audiochannelsplitter.html:
        * webaudio/audionode-connect-order.html:
        * webaudio/audionode-expected.txt:
        * webaudio/audioparam-connect-audioratesignal.html:
        * webaudio/audioparam-summingjunction.html:
        * webaudio/automatic-pull-node.html:
        * webaudio/biquad-allpass.html:
        * webaudio/biquad-bandpass.html:
        * webaudio/biquad-highpass.html:
        * webaudio/biquad-highshelf.html:
        * webaudio/biquad-lowpass.html:
        * webaudio/biquad-lowshelf.html:
        * webaudio/biquad-notch.html:
        * webaudio/biquad-peaking.html:
        * webaudio/convolution-mono-mono.html:
        * webaudio/delaynode-max-default-delay.html:
        * webaudio/delaynode-max-nondefault-delay.html:
        * webaudio/delaynode-maxdelay.html:
        * webaudio/delaynode-maxdelaylimit.html:
        * webaudio/delaynode-scheduling.html:
        * webaudio/delaynode.html:
        * webaudio/distance-exponential.html:
        * webaudio/distance-inverse.html:
        * webaudio/distance-linear.html:
        * webaudio/gain.html:
        * webaudio/javascriptaudionode-zero-input-channels.html:
        * webaudio/javascriptaudionode.html:
        * webaudio/mediaelementaudiosourcenode-gc.html:
        * webaudio/mixing.html:
        * webaudio/note-grain-on-play.html:
        * webaudio/note-grain-on-timing.html:
        * webaudio/oscillator-basic.html:
        * webaudio/panner-equalpower-stereo.html:
        * webaudio/panner-equalpower.html:
        * webaudio/realtimeanalyser-fft-sizing.html:
        * webaudio/resources/audio-codec-test.js:
        (runDecodingTest):
        * webaudio/resources/audioparam-testing.js:
        (createAudioGraphAndTest):
        * webaudio/resources/javascriptaudionode-testing.js:
        (runJSNodeTest):
        * webaudio/sample-accurate-scheduling.html:
        * webaudio/stereo2mono-down-mixing.html:
        * webaudio/up-mixing-mono-51.html:
        * webaudio/up-mixing-mono-stereo.html:
        * webaudio/up-mixing-stereo-51.html:
        * webaudio/waveshaper.html:

2012-12-11  Tim Horton  <timothy_horton@apple.com>

        -webkit-svg-shadow radius changes don't cause children's boundaries to be recomputed
        https://bugs.webkit.org/show_bug.cgi?id=104722
        <rdar://problem/12821080>

        Reviewed by Simon Fraser.

        Add a text repaint test that ensures that a child (a path, in this case)
        recomputes its bounds after its parent's shadow is expanded.

        * svg/repaint/repaint-webkit-svg-shadow-container-expected.txt: Added.
        * svg/repaint/repaint-webkit-svg-shadow-container.html: Added.

2012-12-11  Anders Carlsson  <andersca@apple.com>

        ASSERT running platform/mac/plugins/convert-point.html on the WK2 bots
        https://bugs.webkit.org/show_bug.cgi?id=104735

        Reviewed by Jon Honeycutt.

        Unskip test.

        * platform/mac-wk2/TestExpectations:

2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>

        Add window.internals.mainThreadScrollReasonsAsText for testing slow scrolling
        https://bugs.webkit.org/show_bug.cgi?id=104714

        Reviewed by Eric Seidel.

        * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Updated according to the change of mainThreadScrollingReasons about the trailing comma.

2012-12-11  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=104735
        ASSERT running platform/mac/plugins/convert-point.html on the WK2 bots

        Skipping this test for now until we fix the plug-ing bug.
        * platform/mac-wk2/TestExpectations:

2012-12-11  Adam Klein  <adamk@chromium.org>
        Unreviewed. Tweak expectations to be image-only.

        * platform/chromium/TestExpectations:

2012-12-11  Adam Klein  <adamk@chromium.org>

        Rebaselines after r137359

        Unreviewed chromium gardening.

        * platform/chromium-mac-snowleopard/fast/ruby/position-after-expected.png: Added.
        * platform/chromium-mac/fast/ruby/position-after-expected.png: Added.
        * platform/chromium-win/fast/ruby/position-after-expected.png: Added.

2012-12-11  Nate Chapin  <japhet@chromium.org>

        Revert changes to resource-parameters.html introduced in r137333.

        These changes were based on incorrect assumptions on how main resources
        in the cache should handle urls with fragment identifiers.

        * http/tests/inspector/resource-parameters.html:

2012-12-11  Adam Klein  <adamk@chromium.org>

        More flakiness.

        Unreviewed chromium gardening.

        Hopefully all these flaky markings will help make the CQ more reliable.

        * platform/chromium/TestExpectations:

2012-12-11  Adam Klein  <adamk@chromium.org>

        More inspector flakiness

        * platform/chromium/TestExpectations:

2012-12-11  Adam Klein  <adamk@chromium.org>

        Mark fast/ruby/position-after.html as failing on cr-linux

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-11  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations:

2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>

        Incorrect position of layers for fixed position elements when page is scaled smaller than viewport
        https://bugs.webkit.org/show_bug.cgi?id=104294

        Reviewed by James Robinson.

        Test the case that a page containing a composited fixed position element originally bigger than the viewport
        is scaled down to be smaller than the viewport.

        * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html: Added.
        * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html: Added.

2012-12-11  Adam Klein  <adamk@chromium.org>

        Mark more tests as flaky for Chromium

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-12-11  Emil A Eklund  <eae@chromium.org>

        Clamp out-of-range numbers in CSS
        https://bugs.webkit.org/show_bug.cgi?id=102735

        Reviewed by Simon Fraser.

        Add test verifying that large numbers are handled correctly
        (based on fast/sub-pixel/large-sizes.html).
        Update css/large-number-round-trip and css3/flexbox/flex-algorithm.html
        
        * css3/flexbox/flex-algorithm.html:
        * fast/css/large-numbers-expected.txt: Added.
        * fast/css/large-numbers.html: Copied from LayoutTests/fast/sub-pixel/large-sizes.html.
        * fast/sub-pixel/large-sizes-expected.txt: Removed.
        * fast/sub-pixel/large-sizes.html: Removed.
        * platform/chromium/fast/css/large-number-round-trip-expected.txt:
        * platform/mac/fast/css/large-number-round-trip-expected.txt:

2012-12-11  Adam Klein  <adamk@chromium.org>

        Mark another inspector test as flaky.

        * platform/chromium/TestExpectations:

2012-12-11  Adam Klein  <adamk@chromium.org>

        Suppress new failing reftest from r137331

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-11  Dan Bernstein  <mitz@apple.com>

        <rdar://problem/12771885> Support ruby-position: {before, after}
        https://bugs.webkit.org/show_bug.cgi?id=103569

        Reviewed by Anders Carlsson.

        * fast/ruby/position-after-expected.png: Added.
        * fast/ruby/position-after-expected.txt: Added.
        * fast/ruby/position-after.html: Added.

2012-12-11  Beth Dakin  <bdakin@apple.com>

        Updating these WK2-only tests after http://trac.webkit.org/changeset/137006

        * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
        * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
        * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:

2012-12-11  Philip Rogers  <pdr@google.com>

        Fix incorrect xmlns entry in mpath test.

        Unreviewed update of layout test.

        This test contained the xmlns entry "http://www.w-611.org/1999/xlink" which should
        have been "http://www.w3.org/1999/xlink".

        * svg/animations/mpath-remove-from-dependents-on-delete-crash.html:

2012-12-11  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r137349.
        http://trac.webkit.org/changeset/137349
        https://bugs.webkit.org/show_bug.cgi?id=104710

        Erroneously added an image baseline for a reftest (Requested
        by aklein on #webkit).

        * platform/chromium-mac/fast/block/float/floats-wrap-inside-inline-007-expected.png: Removed.

2012-12-11  Adam Klein  <adamk@chromium.org>

        Tweak expectations of inspector/elements/edit-dom-action.html

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-12-11  Robert Hogan  <robert@webkit.org>

        Suppress 5 new ref tests that are failing with small pixel differences on Qt after r137331

        Unreviewed, gardening.

        * platform/qt/TestExpectations:

2012-12-11  Adam Klein  <adamk@chromium.org>

        Rebaseline floats-wrap-inside-inline-007.html after r137331.

        Unreviewed gardening.

        * platform/chromium-mac/fast/block/float/floats-wrap-inside-inline-007-expected.png: Added.

2012-12-11  Adam Klein  <adamk@chromium.org>

        Chromium test expectations update: narrow expecatations for now-passing tests

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-12-11  Michael Pruett  <michael@68k.org>

        [JSC] Add tests for explicit serialization values
        https://bugs.webkit.org/show_bug.cgi?id=104423

        Reviewed by Oliver Hunt.

        Add tests for serialization and deserialization mechanisms of
        the JSC implementation of SerializedScriptValue. Similar tests
        already exist for the V8 implementation.

        * fast/storage/resources/serialized-script-value.js: Added utility functions common to both V8 and JSC tests.
        * fast/storage/serialized-script-value-expected.txt: Added.
        * fast/storage/serialized-script-value.html: Added.
        * platform/chromium/TestExpectations: Excluded new JSC-specific test.
        * platform/chromium/fast/storage/serialized-script-value.html: Moved utility functions into fast/storage/resources/serialized-script-value.js.

2012-12-11  Dirk Pranke  <dpranke@chromium.org>

        nrwt isn't rejecting unrecognized expectations
        https://bugs.webkit.org/show_bug.cgi?id=104701

        Reviewed by Ojan Vafai.

        Remove a few lines referring to non-existent files, and
        change a few "Fail" and "Text" expectations to "Failure" now
        that "Fail" and "Text" will be correctly rejected.

        * platform/mac/TestExpectations
        * platform/qt/TestExpectations
        * platform/gtk/TestExpectations
        * platform/win/TestExpectations

2012-12-11  Andreas Kling  <akling@apple.com>

        REGRESSION(r133492): Heap-use-after-free in WebCore::Element::normalizeAttributes
        <http://webkit.org/b/104488>

        Reviewed by Antti Koivisto.

        * fast/dom/normalize-attributes-mutation-event-crash-expected.txt: Added.
        * fast/dom/normalize-attributes-mutation-event-crash.html: Added.

2012-12-11  Beth Dakin  <bdakin@apple.com>

        Updating these test results after http://trac.webkit.org/changeset/137006 
        These tests have WK2-only results because WK2 forces compositing for fixed 
        position elements in WK2 but not WK1.

        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:

2012-12-11  Adam Klein  <adamk@chromium.org>

        Fix bogus test expectations

        Unreviewed.

        There were a bunch of uses of "Text" when they should have said "Failure".

        * platform/chromium/TestExpectations:

2012-12-11  Elliott Sprehn  <esprehn@chromium.org>

        Switch to new PseudoElement based :before and :after
        https://bugs.webkit.org/show_bug.cgi?id=104462

        Reviewed by Antti Koivisto.

        Add test for block generated content inside inlines which is now supported
        properly, and also for using box-orient and reordering.

        before-content-continuation.html's expectations change because we now
        support block content properly.

        I skipped fast/css-generated-content/table-row-group-to-inline.html
        which needs a rebaseline after this this lands. Unfortunately the test
        output is still wrong because we leave an anonymous RenderTable in the
        tree, but that bug has always been there.

        I also skipped fast/css/empty-generated-content.html which needs rebaselines
        as we no longer create extra anonymous blocks, though the reason is not clear
        to me.

        * fast/css-generated-content/before-content-continuation-chain-expected.txt:
        * fast/css-generated-content/block-inside-inline-expected.html: Added.
        * fast/css-generated-content/block-inside-inline.html: Added.
        * fast/css-generated-content/box-orient-expected.html: Added.
        * fast/css-generated-content/box-orient.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-12-11  Nate Chapin  <japhet@chromium.org>

        Route main resource loads through the memory cache.
        https://bugs.webkit.org/show_bug.cgi?id=49246

        Reviewed by Antti Koivisto.

        * http/tests/inspector/resource-parameters.html: The main resource's url will exclude the fragment identifier here.
        * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
            by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
            failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
            content policy check on ResourceRequests with empty urls).
        * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: See previous.

2012-12-11  Aaron Colwell  <acolwell@chromium.org>

        Update MediaSource to allow append() calls in "ended" state.
        https://bugs.webkit.org/show_bug.cgi?id=104581

        Reviewed by Eric Carlson.

        - Removed old test case that verified appending in "ended" state failed.
        - Added 3 new test cases that verify append behavior in the "ended" state.

        * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
        * http/tests/media/media-source/video-media-source-add-and-remove-buffers.html:
        * http/tests/media/media-source/video-media-source-append-in-ended-state-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-append-in-ended-state.html: Added.
        * http/tests/media/media-source/video-media-source-append-with-offset-in-ended-state-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-append-with-offset-in-ended-state.html: Added.
        * http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state.html: Added.

2012-12-11  Robert Hogan  <robert@webkit.org>

        REGRESSION(r121789): Text not wrapping in presence of floating objects
        https://bugs.webkit.org/show_bug.cgi?id=101803

        Reviewed by David Hyatt.

        * fast/block/float/floats-offset-image-quirk-expected.html: Added.
        * fast/block/float/floats-offset-image-quirk-lineheight-expected.html: Added.
        * fast/block/float/floats-offset-image-quirk-lineheight.html: Added.
        * fast/block/float/floats-offset-image-quirk.html: Added.
        * fast/block/float/floats-offset-image-strict-expected.html: Added.
        * fast/block/float/floats-offset-image-strict-lineheight-expected.html: Added.
        * fast/block/float/floats-offset-image-strict-lineheight.html: Added.
        * fast/block/float/floats-offset-image-strict.html: Added.
        * fast/block/float/floats-offset-inline-block-quirk-lineheight-expected.html: Added.
        * fast/block/float/floats-offset-inline-block-quirk-lineheight.html: Added.
        * fast/block/float/floats-offset-inline-block-strict-lineheight-expected.html: Added.
        * fast/block/float/floats-offset-inline-block-strict-lineheight.html: Added.
        * fast/block/float/floats-offset-linebox-contain-block-expected.html: Added.
        * fast/block/float/floats-offset-linebox-contain-block.html: Added.
        * fast/block/float/floats-offset-linebox-contain-inline-expected.html: Added.
        * fast/block/float/floats-offset-linebox-contain-inline.html: Added.
        * fast/block/float/floats-wrap-inside-inline-006-expected.html: Added.
        * fast/block/float/floats-wrap-inside-inline-006.html: Added.
        * fast/block/float/floats-wrap-inside-inline-007-expected.html: Added.
        * fast/block/float/floats-wrap-inside-inline-007.html: Added.

2012-12-11  Adam Klein  <adamk@chromium.org>

        Attempt to rebaseline move-by-line-001, which has become less flaky.

        Unreviewed gardening.

        * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-12-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Update http/tests/multipart results now that we have soup multipart support
        https://bugs.webkit.org/show_bug.cgi?id=104671

        Unreviewed gardening: r137150 added soup multipart support and updated 
        soup. This makes a few tests green. Also, multipart-wait-before-boundary.html
        is a duplicate result with wk2 TestExpectations.

        * platform/efl/TestExpectations:
        * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
        * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
        * platform/efl-wk1/TestExpectations:

2012-12-11  Xabier Rodriguez Calvar  <calvaris@igalia.com>

        [GTK] Fixing tests after removing default media stream sport
        https://bugs.webkit.org/show_bug.cgi?id=104658

        Reviewed by Philippe Normand.

        Updated test expections for fast/js/global-constructors.

        * platform/gtk/fast/js/global-constructors-expected.txt: Updated
        expectations.

2012-12-11  Martin Robinson  <mrobinson@igalia.com>

        [GTK] Implement some missing FrameLoaderClient message in DRT
        https://bugs.webkit.org/show_bug.cgi?id=104444

        Reviewed by Gustavo Noronha Silva.

        Unskip a test which is now passing.

        * platform/gtk/TestExpectations: Unskip a newly passing test.

2012-12-11  Alexander Pavlov  <apavlov@chromium.org>

        REGRESSION(r136948): inspector/styles/import-pseudoclass-crash.html hits an assertion
        https://bugs.webkit.org/show_bug.cgi?id=104473

        Reviewed by Vsevolod Vlasov.

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

2012-12-11  Martin Robinson  <mrobinson@igalia.com>

        Unskip some tests that are now passing with the switch to the Harfbuzz backend.

        * platform/gtk/TestExpectations: Unskip some recently passing tests.

2012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Support third-party cookie policy for Qt clients
        https://bugs.webkit.org/show_bug.cgi?id=45455

        Unreviewed fixup.

        window.location is not set for http tests in platform, so use a reset function
        that doesn't rely on it.

        * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:

2012-12-11  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Duplicate emulated touch events in iframe
        https://bugs.webkit.org/show_bug.cgi?id=104653

        Reviewed by Vsevolod Vlasov.

        The test incorrectly expected two synthetic touchend events from an iframe,
        while only one touchstart and one touchend should be dispatched.

        * fast/events/touch/emulated-touch-iframe-expected.txt:
        * fast/events/touch/emulated-touch-iframe.html:
        * fast/events/touch/resources/emulated-touch-iframe2.html:

2012-12-11  Ken Kania  <kkania@chromium.org>

        [Inspector] Add command for dispatching mouse events.
        https://bugs.webkit.org/show_bug.cgi?id=104074

        Reviewed by Yury Semikhatsky.

        Platform mouse event coordinates are relative to the containing window,
        but the inspector command assumes they follow standard web coordinates,
        where the origin is at the top left of the page and y increases as you
        go down. We convert the coordinates to the window before constructing
        the event. This also fixes the fact that some platforms have flipped
        coordinate systems.
        Also, update dispatchKeyEvent test to follow simpler dispatchMouseEvent
        test.

        * inspector-protocol/input/dispatchKeyEvent.html:
        * inspector-protocol/input/dispatchMouseEvent-expected.txt: Added.
        * inspector-protocol/input/dispatchMouseEvent.html: Added.

2012-12-11  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2012-12-11  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed gardening

        fast/repaint/body-background-image.html
        fast/text/font-initial.html

        * platform/chromium/TestExpectations: These tests are passing on WIN.

2012-12-11  Martin Robinson  <mrobinson@igalia.com>

        [GTK] Bump the jhbuild libsoup version to fix an authentication issue
        https://bugs.webkit.org/show_bug.cgi?id=104448

        Reviewed by Gustavo Noronha Silva.

        * platform/gtk/TestExpectations: Unskip some tests which are now passing.

2012-12-11  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening.

        Added more shadow tests to the list of flaky tests.

        * platform/efl-wk2/TestExpectations:

2012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Support third-party cookie policy for Qt clients
        https://bugs.webkit.org/show_bug.cgi?id=45455

        Reviewed by Csaba Osztrogonác.

        Fix regressed test. The test is now run from it own dir, not the platform independent dir.

        * platform/qt/TestExpectations:
        * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:

2012-12-11  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed, rolling out r137266.
        http://trac.webkit.org/changeset/137266
        https://bugs.webkit.org/show_bug.cgi?id=104071

        New test fails on WebKit Win7 and chromium mac

        * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt:
        * inspector/profiler/cpu-profiler-profiling-without-inspector.html:

2012-12-11  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Disable focus navigation by right/left keys in RTL locales
        https://bugs.webkit.org/show_bug.cgi?id=104644

        Reviewed by Hajime Morita.

        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:

2012-12-11  Pavel Podivilov  <podivilov@google.com>

        [Chromium] Unreviewed, remove "platform/blackberry [ WontFix ]" from test expectations
        to make lint happy.

        * platform/chromium/TestExpectations:

2012-12-11  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Unskip a few test, adding expectations that (should) reflect the actual failure of each test.
        Also remove the expectations for the Animation API test. Support for that feature, along with
        the test, was removed just recently.

        * platform/gtk/TestExpectations:

2012-12-11  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening

        Adding failure expectations for tests that regressed in r137198 and in r137159-r137161 range.
        Removing failure expectations for the SVG viewspec tests that now pass.

        * platform/gtk/TestExpectations:

2012-12-11  Mike West  <mkwst@chromium.org>

        Web Inspector: Evaluate private browsing mode's effect on console messages.
        https://bugs.webkit.org/show_bug.cgi?id=104383

        Reviewed by Pavel Feldman.

        * inspector/console/clients-ignored-in-privatebrowsing-expected.txt: Added.
        * inspector/console/clients-ignored-in-privatebrowsing.html: Added.
        * platform/chromium/TestExpectations:
            Skip this test on Chromium, as that port doesn't use PrivateBrowsing

2012-12-11  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: better coverage for inspector/profiler/cpu-profiler-profiling-without-inspector.html
        https://bugs.webkit.org/show_bug.cgi?id=104071

        Reviewed by Pavel Feldman.

        Extended test by spinning several function for a total of 400ms to provide coverage for sampling profiler.

        * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt:
        * inspector/profiler/cpu-profiler-profiling-without-inspector.html:

2012-12-10  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions] Clean-up style for 2 regions expected results files
        https://bugs.webkit.org/show_bug.cgi?id=104572

        Reviewed by Tony Chang.

        Remove Win line endings, remove unnecessary spaces and close all html tags.

        * fast/regions/positioned-objects-block-static-spanning-regions-expected.html:
        * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html:

2012-12-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed gardening
        https://bugs.webkit.org/show_bug.cgi?id=84432

        fast/filesystem/op-restricted-names.html
        fast/filesystem/op-restricted-unicode.html
        fast/filesystem/read-directory.html
        fast/filesystem/simple-readonly-file-object.html

        * platform/chromium/TestExpectations: These have been passing on WIN for over a month.

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

        Unreviewed EFL gardening.

        Mark new compositing/repaint/resize-repaint.html test introduced in
        r137215 as failing on EFL WK2.

        * platform/efl-wk2/TestExpectations:

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

        Unreviewed EFL gardening.

        Rebaseline fast/js/global-constructors.html after r137243.

        * platform/efl/fast/js/global-constructors-expected.txt:

2012-12-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed gardening

        Mark platform/chromium/virtual/deferred/fast/images/pdf-as-image-landscape.html WontFix.

        * platform/chromium/TestExpectations:

2012-12-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed gardening: rebase fast/repaint/body-background-image.html on linux

        * platform/chromium/TestExpectations:

2012-12-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed gardening: rebase fast/text/font-initial.html on linux

        * platform/chromium-linux/fast/text/font-initial-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-12-10  No'am Rosenthal  <noam@webkit.org>

        REGRESSION (r137006): CSS clip on solid color composited div broken
        https://bugs.webkit.org/show_bug.cgi?id=104604

        Reviewed by Simon Fraser.

        Added a new test (by Simon Fraser) to make sure background color doesn't break clipping.

        * compositing/geometry/clip-inside-expected.txt: Added.
        * compositing/geometry/clip-inside.html: Added.
        * compositing/geometry/clip-expected:
                New result.

        * platform/chromium/compositing/geometry/clip-inside-expected.txt
                Adjust Chromium expected result for new test.

2012-12-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed gardening after http://trac.webkit.org/changeset/137243

        * platform/chromium/TestExpectations: Remove animations test.

2012-12-10  Simon Fraser  <simon.fraser@apple.com>

        REGRESSION(r137215): WebKit stretches and shrinks a part of screen on scroll
        https://bugs.webkit.org/show_bug.cgi?id=104626

        Reviewed by Beth Dakin.

        Testcase that scrolls an overflow area containing a compositing layer.

        * compositing/repaint/clipped-layer-size-change-expected.html: Added.
        * compositing/repaint/clipped-layer-size-change.html: Added.

2012-12-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] fast/dom/HTMLMeterElement/meter-boundary-values.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=104625

        Unreviewed HTMLMeterElement/meter-boundary-values.html rebaselines.

        * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/efl-wk1/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Renamed from LayoutTests/platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png.

2012-12-10  Dean Jackson  <dino@apple.com>

        Remove old WebKit Animation API code
        https://bugs.webkit.org/show_bug.cgi?id=104611

        Reviewed by Simon Fraser.

        Remove the existing, unused animation API code. We'll look into
        implementing the W3C Animation API if/when it is stable.

        * animations/animation-api-1-expected.txt: Removed.
        * animations/animation-api-1.html: Removed.
        * fast/js/global-constructors-expected.txt:

2012-12-10  Kangil Han  <kangil.han@samsung.com>

        [EFL] Rebaseline expected results for "visibility:hidden; position: absolute;" cases
        https://bugs.webkit.org/show_bug.cgi?id=104620

        Unreviewed, EFL gardening.

        This is a following rebaseline of BUG 104195.
        This patch sets AC ON as a default expected result of EFL.

        * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Copied from LayoutTests/platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt.
        * platform/efl-wk1/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Copied from LayoutTests/platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt.
        * platform/efl-wk1/fast/block/basic/020-expected.txt: Copied from LayoutTests/platform/efl/fast/block/basic/020-expected.txt.
        * platform/efl-wk2/fast/block/basic/020-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
        * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
        * platform/efl/fast/block/basic/020-expected.txt:

2012-12-10  Adam Klein  <adamk@chromium.org>

        Fix expectations lint errors in r137231
        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-10  Adam Klein  <adamk@chromium.org>

        Rewrite last occurrences of "Image" in TestExpectations to "ImageOnlyFailure".
        Unreviewed test expectations update.

        * platform/chromium/TestExpectations:

2012-12-10  Adam Klein  <adamk@chromium.org>

        Expand flakiness of move-by-line-001.html.
        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-10  Aaron Colwell  <acolwell@chromium.org>

        Temporarily disable video-media-source-seek.html & video-media-source-state-changes.html
        https://bugs.webkit.org/show_bug.cgi?id=104584

        Reviewed by Dirk Pranke.

        Changes in Chromium needed for Bug 104581 and Bug 104583 will break these tests so they are
        being temporarily disabled until the Chromium & WebKit changes are both landed.

        * platform/chromium/TestExpectations:

2012-12-10  Adam Klein  <adamk@chromium.org>

        Mark an encrypted media test as failing after http://crrev.com/172175
        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-10  Min Qin  <qinmin@chromium.org>

        Sending multi-touch events to the same Iframe
        https://bugs.webkit.org/show_bug.cgi?id=97973

        Reviewed by Dimitri Glazkov.

        Check that all multi-touch events are sent to the same iframe.

        * fast/events/touch/multi-touch-inside-iframes-expected.txt: Added.
        * fast/events/touch/multi-touch-inside-iframes.html: Added.
        * fast/events/touch/resources/multi-touch-inside-iframes2.html: Added.
        * fast/events/touch/multi-touch-inside-nested-iframes-expected.txt: Added.
        * fast/events/touch/multi-touch-inside-nested-iframes.html: Added.
        * fast/events/touch/resources/multi-touch-inside-nested-iframes2.html: Added.
        * fast/events/touch/resources/multi-touch-inside-nested-iframes3.html: Added.

2012-12-10  Simon Fraser  <simon.fraser@apple.com>

        When converting a layer into a tiled layer, ensure that we update the visible rect
        https://bugs.webkit.org/show_bug.cgi?id=104467

        Reviewed by Darin Adler.

        Test that resizes a layer over the tiled layer threshold, then dumps layer data.
        
        Mac-specific results added because only Mac dumps tile cache info.

        * compositing/tiling/tiled-layer-resize-expected.txt: Added.
        * compositing/tiling/tiled-layer-resize.html: Added.
        * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt: Added.

2012-12-10  Simon Fraser  <simon.fraser@apple.com>

        Don't unconditionally repaint compositing layers when their size changes
        https://bugs.webkit.org/show_bug.cgi?id=104461

        Reviewed by Sam Weinig.

        Test that dumps repaint rects after adding content to a compositing layer.

        * compositing/repaint/resize-repaint-expected.txt: Added.
        * compositing/repaint/resize-repaint.html: Added.

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

        Unreviewed, rolling out r134150.
        http://trac.webkit.org/changeset/134150
        https://bugs.webkit.org/show_bug.cgi?id=99940

        Caused JS-based tooltips to remain during scroll on Facebook
        and Gmail. Rollout until I have time to experiment with less
        aggresive approaches.

        * fast/scrolling/fake-mouse-event-throttling-expected.txt: Removed.
        * fast/scrolling/fake-mouse-event-throttling.html: Removed.
        * platform/mac/TestExpectations:

2012-12-10  Yi Shen  <max.hong.shen@gmail.com>

        Keyboard caret movement in textarea with RTL Override Character can make tab unresponsive
        https://bugs.webkit.org/show_bug.cgi?id=103067

        Reviewed by Ryosuke Niwa.

        New test for moving caret in textarea with RTL override character causes crash.

        * editing/selection/move-by-character-crash-test-textarea-expected.txt: Added.
        * editing/selection/move-by-character-crash-test-textarea.html: Added.

2012-12-10  Dirk Pranke  <dpranke@chromium.org>

        nrwt: use the default logic for skipping platform-specific tests for chromium
        https://bugs.webkit.org/show_bug.cgi?id=104403

        Reviewed by Stephen White.

        Remove a bunch of WONTFIX lines that will now be handled programmatically.

        * platform/chromium-android/TestExpectations:
        * platform/chromium/TestExpectations:

2012-12-10  Dean Jackson  <dino@apple.com>

        Unreviewed update to test results after http://trac.webkit.org/changeset/137200.
        The 'widows' and 'orphans' properties have an initial value of 'auto'.

        * editing/pasteboard/onpaste-text-html-expected.txt:
        * fast/events/ondrop-text-html-expected.txt:

2012-12-10  Dean Jackson  <dino@apple.com>

        Support for CSS widows and orphans
        https://bugs.webkit.org/show_bug.cgi?id=9410

        Reviewed by Darin Adler.

        A new, slightly more comprehensive, test for widows and orphans. We also
        now pass the existing widows and orphans tests from printing. And
        since the default value of the properties changed, update the
        computed style test as well.

        * fast/css/getComputedStyle/computed-style-expected.txt: New auto value.
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: New auto value.
        * fast/multicol/widows-and-orphans-expected.txt: Added.
        * fast/multicol/widows-and-orphans.html: Added.
        * printing/page-break-orphans-and-widows-expected.txt:
        * printing/page-break-orphans-expected.txt:
        * printing/page-break-widows-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt: New auto value.

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

        [EFL] Massive rebaseline after r137146
        https://bugs.webkit.org/show_bug.cgi?id=104576

        Unreviewed EFL gardening.

        Rebaseline several test cases after r137146.

        * platform/efl/fast/text/atsui-spacing-features-expected.png:
        * platform/efl/fast/text/atsui-spacing-features-expected.txt:
        * platform/efl/fast/text/complex-text-opacity-expected.png:
        * platform/efl/fast/text/complex-text-opacity-expected.txt:
        * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.png:
        * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.txt:
        * platform/efl/fast/text/international/bidi-CS-after-AN-expected.png:
        * platform/efl/fast/text/international/bidi-CS-after-AN-expected.txt:
        * platform/efl/fast/text/international/bidi-neutral-run-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
        * platform/efl/svg/text/bidi-text-query-expected.png:
        * platform/efl/svg/text/bidi-text-query-expected.txt:
        * platform/efl/svg/text/bidi-tspans-expected.png:
        * platform/efl/svg/text/bidi-tspans-expected.txt:
        * platform/efl/svg/text/text-intro-05-t-expected.png:
        * platform/efl/svg/text/text-intro-05-t-expected.txt:

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

        Unreviewed gardening.

        Adding failure expectations for failing http tests that started
        failing on EFL and GTK after the Jhbuild libsoup was bumped to 2.40.0.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

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

        Log to console when script is blocked by sandbox attributes.
        https://bugs.webkit.org/show_bug.cgi?id=104365

        Reviewed by Ojan Vafai.

        * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
        * fast/frames/sandboxed-iframe-scripting-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
        * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
        * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
        * media/video-controls-no-scripting-expected.txt:
            Rebaselining tests with new expectations.

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

        Unreviewed GTK gardening.

        Fixing most of the expectations added in r137153, the baselines are missing so the expectations
        are changed according to that. The a11y gurus will have a look at them and determine what the
        baselines should look like and whether the tests can be fixed.

        * platform/gtk/TestExpectations:

2012-12-10  Adam Klein  <adamk@chromium.org>

        inspector/styles/styles-computed-trace still times out after r137156.

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-10  Ryosuke Niwa  <rniwa@webkit.org>

        Removed failing test expectations for GTK+ port after r137107.

        * platform/gtk/TestExpectations:

2012-12-10  Adam Klein  <adamk@chromium.org>

        Chromium test expectations update after r137152.
        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-10  Alejandro Piñeiro  <apinheiro@igalia.com>

        AX: wrong Enabled states on a ListBox
        https://bugs.webkit.org/show_bug.cgi?id=104483

        Reviewed by Chris Fleizach.

        * accessibility/listbox-enabled-states-expected.txt: Added.
        * accessibility/listbox-enabled-states.html: Added.

2012-12-10  Alexis Menard  <alexis@webkit.org>

        [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
        https://bugs.webkit.org/show_bug.cgi?id=104539

        Reviewed by Antonio Gomes.

        Unskip the related CSS3 <position> type tests for background-position
        as now the feature is enabled by default.

        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-12-10  Adam Klein  <adamk@chromium.org>

        Remove expectation of previously failing test.
        It passes after r137152.

        Unreviewed gardening.

        * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Removed.

2012-12-10  Eric Carlson  <eric.carlson@apple.com>

        Add support for in-band text tracks to Mac port
        https://bugs.webkit.org/show_bug.cgi?id=103663

        Reviewed by Sam Weinig.

        Test for initial support for in-band text tracks. New test skipped on all ports that don't 
        have support in the media engine.

        * media/content/counting-subtitled.m4v: Added.
        * media/track/track-in-band-expected.txt: Added.
        * media/track/track-in-band.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-12-10  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed: Web Inspector: update test expectation for inspector/styles/styles-computed-trace.html.
        it is slow in debug version. ~20 sec on linux.

        * platform/chromium/TestExpectations:

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

        Unreviewed GTK gardening.

        Unskipping 8 failing accessibility tests, adding expected failures for them.

        * platform/gtk/TestExpectations:

2012-12-10  Kent Tamura  <tkent@chromium.org>

        Visual order of empty value placeholder in INPUT_MULTIPLE_FIELDS_UI is wrong in RTL
        https://bugs.webkit.org/show_bug.cgi?id=104438

        Reviewed by Hajime Morita.

        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        * platform/chromium/TestExpectations:
        Update bug numbers and add time-multiple-fields-localization.html.
        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
        Adjust test scenario for the new behavior.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:

2012-12-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>

        [Soup] utilize multipart/x-mixed-replace support recently added to libsoup
        https://bugs.webkit.org/show_bug.cgi?id=94515

        Reviewed by Martin Robinson.

        * platform/efl/TestExpectations: adjust expectations for tests that now pass.
        * platform/gtk/TestExpectations: ditto.
        * platform/gtk-wk2/TestExpectations: add missing multipart tests expectations.
        * platform/gtk/http/tests/multipart/invalid-image-data-expected.png: new baseline
        * platform/gtk/http/tests/multipart/invalid-image-data-expected.txt: ditto.

2012-12-10  Zoltan Nyul  <zoltan.nyul@intel.com>

        Implement testRunner.setViewModeMediaFeature() in WebKitTestRunner
        https://bugs.webkit.org/show_bug.cgi?id=103886

        Reviewed by Kenneth Rohde Christiansen.

        Unskipping the following tests for EFL WebKit2:
        fast/media/media-query-list-02.html
        fast/media/media-query-list-03.html
        fast/media/media-query-list-04.html
        fast/media/media-query-list-05.html
        fast/media/media-query-list-06.html
        fast/media/media-query-list-07.html
        fast/media/view-mode-media-feature.html

        * platform/efl-wk2/TestExpectations:

2012-12-10  Martin Robinson  <mrobinson@igalia.com>

        [GTK] Bring Harfbuzz-ng support to Gtk
        https://bugs.webkit.org/show_bug.cgi?id=92098

        Reviewed by Gustavo Noronha Silva.

        Update tests results that have changed due to the switch to HarfBuzz.
        In general, these are progressions or harmless metrics differences.

        * platform/gtk: Update test results that have changed.

2012-12-10  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=104548

        * platform/chromium/TestExpectations:
        Hyphenation tests failure on WebKit-only checkout Linux

2012-12-10  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed: update expectation for inspector/styles/svg-style.xhtml

        * inspector/styles/svg-style-expected.txt:
        * platform/chromium/TestExpectations:

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

        Unreviewed GTK gardening.

        Managing current failures on the 64-bit debug builder to get it green.

        * platform/gtk/TestExpectations:

2012-12-10  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Remove duplicate expectations
        https://bugs.webkit.org/show_bug.cgi?id=104526

        Unreviewed gardening: collect all WebAudio-related skips
        to one place.

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

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

        Unreviewed GTK gardening.

        Removing failure expectations for the MicroData tests that were fixed in r137107.

        * platform/gtk/TestExpectations:

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

        Web Inspector: console broken? - console.dirxml behaves like console.log
        https://bugs.webkit.org/show_bug.cgi?id=104245

        Reviewed by Vsevolod Vlasov.

        * inspector/console/console-dirxml-expected.txt:
        * inspector/console/console-dirxml.html:
        * platform/chromium/TestExpectations:

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

        Unreviewed EFL gardening.

        Unskip 5 MicroData test cases that were fixed in r137107.

        * platform/efl/TestExpectations:

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

        Unreviewed EFL gardening.

        Add fast/canvas/webgl tests to TestExpectations since they
        sometimes crash on the bots.

        * platform/efl/TestExpectations:

2012-12-10  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibility/language-attribute.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98369

        Reviewed by Chris Fleizach.

        The test is failing for two reasons: Not exposing the language
        for accessible objects and AccessibilityUIElement::language() not
        being implemented.

        * accessibility/language-attribute.html: Modified the test to work with
        both Mac and Atk platforms. (The former exposes static text objects as
        accessibles; the latter folds the text into the parent element.)
        * platform/gtk/TestExpectations: Unskipped the previously-failing test.

2012-12-10  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibility/editable-webarea-context-menu-point.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98364

        Reviewed by Chris Fleizach.

        This test seems to be Mac-specific. Therefore, move the test to that
        platform and remove the skips from the other platforms.

        * platform/chromium/TestExpectations: Remove editable-webarea-context-menu-point.html
        * platform/efl-wk2/TestExpectations: Remove editable-webarea-context-menu-point.html
        * platform/gtk-wk2/TestExpectations: Remove editable-webarea-context-menu-point.html
        * platform/gtk/TestExpectations: Remove editable-webarea-context-menu-point.html
        * platform/mac/accessibility/editable-webarea-context-menu-point-expected.txt: Renamed from LayoutTests/accessibility/editable-webarea-context-menu-point-expected.txt.
        * platform/mac/accessibility/editable-webarea-context-menu-point.html: Renamed from LayoutTests/accessibility/editable-webarea-context-menu-point.html.
        * platform/win/TestExpectations: Remove editable-webarea-context-menu-point.html
        * platform/wincairo/TestExpectations: Remove editable-webarea-context-menu-point.html

2012-12-09  Takashi Sakamoto  <tasak@google.com>

        [Shadow DOM]: reset-style-inheritance doesn't work for insertion point
        https://bugs.webkit.org/show_bug.cgi?id=103711

        Reviewed by Hajime Morita.

        * fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt:
        * fast/dom/shadow/insertion-point-resetStyleInheritance.html:
        Added two more basic tests to cover <content reset-style-inheritance>
        and <shadow reset-style-inheritance>.

2012-12-09  Huang Dongsung  <luxtella@company100.net>

        [Qt] Gardening after r137006.
        https://bugs.webkit.org/show_bug.cgi?id=104432

        Reviewed by Kentaro Hara.

        Update existing tests that are affected by r137006.

        * compositing/rtl/rtl-iframe-absolute-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-expected.txt:
        * compositing/rtl/rtl-iframe-relative-expected.txt:
        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
        * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:

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

        [EFL][WK1] Gardening for Accelerated Compositing
        https://bugs.webkit.org/show_bug.cgi?id=104466

        Unreviewed, EFL gardening.

        As EFL WK1 does not support Accelerated Compositing, related cases should be skipped from layout tests.

        * platform/efl-wk1/TestExpectations:

2012-12-09  Noel Gordon  <noel.gordon@gmail.com>

        [Chromium] Unreviewed gardening: broken or flakey hardness perftests

        fast/harness/perftests/runs-per-second-iterations.html
        fast/harness/perftests/perf-runner-compute-statistics.html
        fast/harness/perftests/runs-per-second-log.html

        * platform/chromium/TestExpectations:

2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibility/placeholder.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98373

        Reviewed by Martin Robinson.

        The test was failing because the placeholder text was not supported and
        AccessibilityUIElement::stringAttributeValue() was not implemented.

        * platform/gtk/TestExpectations: Unskip the failing test

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

        Unreviewed GTK gardening.

        Adding failure expectations for 15 layout tests that started failing after libxml2
        version used in Jhbuild was bumped in r137090.

        * platform/gtk/TestExpectations:

2012-12-09  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-09  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: do not treat object as equal to itself when logging to console
        https://bugs.webkit.org/show_bug.cgi?id=104487

        Reviewed by Alexander Pavlov.

        * inspector/console/console-object-preview-expected.txt: Added.
        * inspector/console/console-object-preview.html: Added.

2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibility/canvas-fallback-content.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98362

        Reviewed by Martin Robinson.

        The failure was due to platform-specific expectations of the accessible
        role reported for comboboxes. The solution was conditionalizing the test.

        * accessibility/canvas-fallback-content.html: Base expected role on platform.
        * platform/gtk/TestExpectations: Unskipped the test.
        * platform/gtk/accessibility/canvas-fallback-content-expected.txt: Added.

2012-12-09  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-09  Stephen White  <senorblanco@chromium.org>

        Try to fix a finnicky reftest.
        https://bugs.webkit.org/show_bug.cgi?id=104486

        Reviewed by Simon Fraser.

        This reftest fails on Chromium Mac since the leftmost pixel of the 'T'
        of 'Text' is clipped in composited mode, and non-clipped in software
        painting.  Not sure exactly why, but a lowercase 't' doesn't seem to
        have this problem.

        * compositing/background-color/background-color-change-to-text-expected.html:
        * compositing/background-color/background-color-change-to-text.html:
        * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-12-09  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
        * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
        * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
        * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
        * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
        * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt: Added.

2012-12-09  Mihnea Ovidenie  <mihnea@adobe.com>

        Unreviewed. Unskip a skipped test for which i have added expectation in http://trac.webkit.org/changeset/135851.

        * platform/gtk-wk2/TestExpectations:

2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibility/label-for-control-hittest.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98368

        Reviewed by Martin Robinson.

        Unskip the test having implemented AccessibilityUIElement::elementAtPoint.

        * platform/gtk/TestExpectations: unskip accessibility/label-for-control-hittest.html

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

        Unreviewed EFL gardening.

        Mark 2 compositing/background-color ref tests introduced
        in r137006 as failing for WK2 EFL.

        * platform/efl-wk2/TestExpectations:

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

        Unreviewed EFL gardening.

        Rebaseline 2 media/track test cases after r136991.

        * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:

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

        Unreviewed EFL gardening.

        Mark inspector/styles/import-pseudoclass-crash.html as crashing
        since it is hitting m_childRuleCSSOMWrappers.size() == ruleCount
        assertion after r136948.

        * platform/efl-wk2/TestExpectations:

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

        Unreviewed EFL gardening.

        Skip fast/text/hyphenate-locale.html since the EFL port does
        not support hyphenation. Also remove wrong expected results
        for WK1 EFL.

        * platform/efl-wk1/fast/text/hyphenate-locale-expected.png: Removed.
        * platform/efl-wk1/fast/text/hyphenate-locale-expected.txt: Removed.
        * platform/efl/TestExpectations:

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

        Unreviewing gardening.

        Rebaseline several compositing test cases after r137051.

        * compositing/iframes/overlapped-nested-iframes-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-iframe-absolute-expected.txt:
        * compositing/rtl/rtl-iframe-fixed-expected.txt:
        * compositing/rtl/rtl-iframe-relative-expected.txt:
        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:

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

        Unreviewed, rolling out r137053.
        http://trac.webkit.org/changeset/137053
        https://bugs.webkit.org/show_bug.cgi?id=104471

        Broke PerformanceTests/Parser/html-parser.html (Requested by
        mkwst_ on #webkit).

        * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
        * fast/frames/sandboxed-iframe-scripting-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
        * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
        * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
        * media/video-controls-no-scripting-expected.txt:

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

        Unreviewed EFL gardening.

        Rebaseline fast/js/global-constructors.html after WebGL
        was enabled for EFL port in r137050.

        * platform/efl/fast/js/global-constructors-expected.txt:

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

        Unreviewed EFL gardening.

        Adding failure expectation for several MicroData test cases
        that started failing after r137003.

        * platform/efl/TestExpectations:

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

        Unreviewed GTK gardening.

        Adding a failure expectation for an accelerated compositing layout test introduced in r136959.
        Adding failure expectations for MicroData layout tests that regressed in r137003.

        * platform/gtk/TestExpectations:

2012-12-08  Kangil Han  <kangil.han@samsung.com>

        [EFL][WK1] Gardening for WebGL
        https://bugs.webkit.org/show_bug.cgi?id=104464

        Unreviewed, EFL gardening.

        As EFL WK1 does not support WebGL, it should be skipped from layout tests.

        * platform/efl-wk1/TestExpectations:

2012-12-08  Mike West  <mkwst@chromium.org>

        Log to console when script is blocked by sandbox attributes.
        https://bugs.webkit.org/show_bug.cgi?id=104365

        Reviewed by Ojan Vafai.

        * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
        * fast/frames/sandboxed-iframe-scripting-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
        * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
        * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
        * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
        * media/video-controls-no-scripting-expected.txt:
            Rebaselining tests with new expectations.

2012-12-08  Kent Tamura  <tkent@chromium.org>

        Add appearance tests for input[type=datetime-local]
        https://bugs.webkit.org/show_bug.cgi?id=104439

        Reviewed by Kentaro Hara.

        * fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.txt: Added.
        * fast/forms/datetimelocal/datetimelocal-appearance-basic.html: Added.
        * fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.txt: Added.
        * fast/forms/datetimelocal/datetimelocal-appearance-l10n.html: Added.
        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
        * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
        Added.
        The placeholder strings "yyyy" "mm" "dd" are expected to be
        non-localized because they don't support
        setLangAttributeAwareFormControlUIEnabled(true).
        Note that sub-fields order of filled-outs input and empty inputs
        in ar-eg and he-il locales are mismatched. It will be addressed in
        webkit.org/b/104438.
        * platform/chromium/TestExpectations:

2012-12-08  No'am Rosenthal  <noam@webkit.org>

        Use background color for GraphicsLayers when applicable
        https://bugs.webkit.org/show_bug.cgi?id=103786

        Created new tests for composited background colors, update existing tests that are affected by the change,
        and created platform-specific overrides for Chromium, since it does not yet support composited background
        colors.

        Reviewed by Simon Fraser.

        * compositing/background-color/background-color-alpha-expected.html: Added.
        * compositing/background-color/background-color-alpha.html: Added.
        * compositing/background-color/background-color-change-to-text-expected.html: Added.
        * compositing/background-color/background-color-change-to-text.html: Added.
        * compositing/background-color/background-color-composite-expected.html: Added.
        * compositing/background-color/background-color-composite.html: Added.
        * compositing/background-color/background-color-container-expected.html: Added.
        * compositing/background-color/background-color-container.html: Added.
        * compositing/background-color/background-color-content-clip-expected.html: Added.
        * compositing/background-color/background-color-content-clip.html: Added.
        * compositing/background-color/background-color-padding-change-expected.html: Added.
        * compositing/background-color/background-color-padding-change.html: Added.
        * compositing/background-color/background-color-padding-clip-expected.html: Added.
        * compositing/background-color/background-color-padding-clip.html: Added.
        * compositing/background-color/background-color-simple-expected.html: Added.
        * compositing/background-color/background-color-simple.html: Added.
        * compositing/background-color/background-color-text-change-expected.html: Added.
        * compositing/background-color/background-color-text-change.html: Added.
        * compositing/background-color/background-color-text-clip-expected.html: Added.
        * compositing/background-color/background-color-text-clip.html: Added.
                Added new tests for the specific functionality added, with the edge cases regarding composited
                backgrounds.

        * compositing/backing/no-backing-for-clip-expected.txt:
        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * compositing/backing/no-backing-for-perspective-expected.txt:
        * compositing/columns/composited-in-paginated-expected.txt:
        * compositing/geometry/ancestor-overflow-change-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * compositing/geometry/clip-expected.txt:
        * compositing/geometry/composited-in-columns-expected.txt:
        * compositing/geometry/flipped-writing-mode-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * compositing/geometry/preserve-3d-switching-expected.txt:
        * compositing/iframes/become-composited-nested-iframes-expected.txt:
        * compositing/iframes/become-overlapped-iframe-expected.txt:
        * compositing/iframes/composited-parent-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * compositing/iframes/connect-compositing-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe2-expected.txt:
        * compositing/iframes/connect-compositing-iframe3-expected.txt:
        * compositing/iframes/enter-compositing-iframe-expected.txt:
        * compositing/iframes/iframe-resize-expected.txt:
        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * compositing/iframes/overlapped-iframe-expected.txt:
        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * compositing/iframes/page-cache-layer-tree-expected.txt:
        * compositing/iframes/scrolling-iframe-expected.txt:
        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * compositing/layer-creation/overlap-animation-expected.txt:
        * compositing/layer-creation/overlap-child-layer-expected.txt:
        * compositing/layer-creation/overlap-clipping-expected.txt:
        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * compositing/layer-creation/overlap-transforms-expected.txt:
        * compositing/layer-creation/scroll-partial-update-expected.txt:
        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
        * compositing/layer-creation/translatez-overlap-expected.txt:
        * compositing/overflow-trumps-transform-style-expected.txt:
        * compositing/overflow/clip-descendents-expected.txt:
        * compositing/plugins/no-backing-store-expected.txt:
        * compositing/rtl/rtl-absolute-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-fixed-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-relative-expected.txt:
        * compositing/tiled-layers-hidpi-expected.txt:
        * compositing/visible-rect/2d-transformed-expected.txt:
        * compositing/visible-rect/3d-transform-style-expected.txt:
        * compositing/visible-rect/3d-transformed-expected.txt:
        * compositing/visible-rect/animated-expected.txt:
        * compositing/visible-rect/animated-from-none-expected.txt:
        * compositing/visible-rect/clipped-by-viewport-expected.txt:
        * compositing/visible-rect/clipped-visible-rect-expected.txt:
        * compositing/visible-rect/iframe-and-layers-expected.txt:
        * compositing/visible-rect/nested-transform-expected.txt:
        * compositing/visible-rect/scrolled-expected.txt:
        * css3/filters/filtered-compositing-descendant-expected.txt:
                Updated existing tests that now print different layer-tree results.

        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-expected.txt.
        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-overlap-expected.txt.
        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-perspective-expected.txt.
        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Copied from LayoutTests/compositing/columns/composited-in-paginated-expected.txt.
        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt.
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt.
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
        * platform/chromium/compositing/geometry/clip-expected.txt: Copied from LayoutTests/compositing/geometry/clip-expected.txt.
        * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Copied from LayoutTests/compositing/geometry/composited-in-columns-expected.txt.
        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Copied from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt.
        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Copied from LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt.
        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/compositing/geometry/preserve-3d-switching-expected.txt.
        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Copied from LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt.
        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt.
        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt.
        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Copied from LayoutTests/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-animation-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt.
        * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Copied from LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt.
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt.
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt.
        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Copied from LayoutTests/compositing/overflow-trumps-transform-style-expected.txt.
        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-expected.txt.
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt.
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt.
        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-expected.txt.
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt.
        * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-relative-expected.txt.
        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Copied from LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt.
                Create chromium-specific results since chromium does not yet support setContentsToBackgroundColor.

2012-12-08  Kondapally Kalyan  <kalyan.kondapally@intel.com>

        [EFL] Enable WebGL by default.
        https://bugs.webkit.org/show_bug.cgi?id=102991.

        Reviewed by Kenneth Rohde Christiansen.

        Update TestExpectations file to enable WebGL tests.

        * platform/efl/TestExpectations:

2012-12-08  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r137006.
        http://trac.webkit.org/changeset/137006
        https://bugs.webkit.org/show_bug.cgi?id=104446

        Broke plugin painting on Mac (youtube, etc.) (Requested by
        thorton_ on #webkit).

        * compositing/background-color/background-color-alpha-expected.html: Removed.
        * compositing/background-color/background-color-alpha.html: Removed.
        * compositing/background-color/background-color-change-to-text-expected.html: Removed.
        * compositing/background-color/background-color-change-to-text.html: Removed.
        * compositing/background-color/background-color-composite-expected.html: Removed.
        * compositing/background-color/background-color-composite.html: Removed.
        * compositing/background-color/background-color-container-expected.html: Removed.
        * compositing/background-color/background-color-container.html: Removed.
        * compositing/background-color/background-color-content-clip-expected.html: Removed.
        * compositing/background-color/background-color-content-clip.html: Removed.
        * compositing/background-color/background-color-padding-change-expected.html: Removed.
        * compositing/background-color/background-color-padding-change.html: Removed.
        * compositing/background-color/background-color-padding-clip-expected.html: Removed.
        * compositing/background-color/background-color-padding-clip.html: Removed.
        * compositing/background-color/background-color-simple-expected.html: Removed.
        * compositing/background-color/background-color-simple.html: Removed.
        * compositing/background-color/background-color-text-change-expected.html: Removed.
        * compositing/background-color/background-color-text-change.html: Removed.
        * compositing/background-color/background-color-text-clip-expected.html: Removed.
        * compositing/background-color/background-color-text-clip.html: Removed.
        * compositing/backing/no-backing-for-clip-expected.txt:
        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * compositing/backing/no-backing-for-perspective-expected.txt:
        * compositing/columns/composited-in-paginated-expected.txt:
        * compositing/geometry/ancestor-overflow-change-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * compositing/geometry/clip-expected.txt:
        * compositing/geometry/composited-in-columns-expected.txt:
        * compositing/geometry/flipped-writing-mode-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * compositing/geometry/preserve-3d-switching-expected.txt:
        * compositing/iframes/become-composited-nested-iframes-expected.txt:
        * compositing/iframes/become-overlapped-iframe-expected.txt:
        * compositing/iframes/composited-parent-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * compositing/iframes/connect-compositing-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe2-expected.txt:
        * compositing/iframes/connect-compositing-iframe3-expected.txt:
        * compositing/iframes/enter-compositing-iframe-expected.txt:
        * compositing/iframes/iframe-resize-expected.txt:
        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * compositing/iframes/overlapped-iframe-expected.txt:
        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * compositing/iframes/page-cache-layer-tree-expected.txt:
        * compositing/iframes/scrolling-iframe-expected.txt:
        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * compositing/layer-creation/overlap-animation-expected.txt:
        * compositing/layer-creation/overlap-child-layer-expected.txt:
        * compositing/layer-creation/overlap-clipping-expected.txt:
        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * compositing/layer-creation/overlap-transforms-expected.txt:
        * compositing/layer-creation/scroll-partial-update-expected.txt:
        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
        * compositing/layer-creation/translatez-overlap-expected.txt:
        * compositing/overflow-trumps-transform-style-expected.txt:
        * compositing/overflow/clip-descendents-expected.txt:
        * compositing/overflow/content-gains-scrollbars-expected.txt:
        * compositing/overflow/overflow-scrollbar-layers-expected.txt:
        * compositing/overflow/resize-painting-expected.txt:
        * compositing/plugins/no-backing-store-expected.txt:
        * compositing/rtl/rtl-absolute-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-fixed-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-relative-expected.txt:
        * compositing/tiled-layers-hidpi-expected.txt:
        * compositing/visible-rect/2d-transformed-expected.txt:
        * compositing/visible-rect/3d-transform-style-expected.txt:
        * compositing/visible-rect/3d-transformed-expected.txt:
        * compositing/visible-rect/animated-expected.txt:
        * compositing/visible-rect/animated-from-none-expected.txt:
        * compositing/visible-rect/clipped-by-viewport-expected.txt:
        * compositing/visible-rect/clipped-visible-rect-expected.txt:
        * compositing/visible-rect/iframe-and-layers-expected.txt:
        * compositing/visible-rect/nested-transform-expected.txt:
        * compositing/visible-rect/scrolled-expected.txt:
        * css3/filters/filtered-compositing-descendant-expected.txt:
        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Removed.
        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Removed.
        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Removed.
        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Removed.
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Removed.
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Removed.
        * platform/chromium/compositing/geometry/clip-expected.txt: Removed.
        * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Removed.
        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Removed.
        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed.
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed.
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed.
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed.
        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Removed.
        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Removed.
        * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
        * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
        * platform/chromium/compositing/overflow/resize-painting-expected.txt:
        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Removed.
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Removed.
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.
        * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Removed.
        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
        * platform/mac/compositing/iframes/resizer-expected.txt:
        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:

2012-12-08  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-08  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-08  Adam Klein  <adamk@chromium.org>

        HTMLTemplateElement.innerHTML should be parsed into the template contents owner document
        https://bugs.webkit.org/show_bug.cgi?id=104407

        Reviewed by Eric Seidel.

        * fast/dom/HTMLTemplateElement/innerHTML-inert-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/innerHTML-inert.html: Added.

2012-12-07  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-win-xp/fast/text/hyphenate-character-expected.txt: Added.

2012-12-07  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-mac-lion/css3/flexbox/repaint-column-reverse-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/flexbox/repaint-column-reverse-expected.png: Removed.
        * platform/chromium-win-xp/css3/flexbox/repaint-column-reverse-expected.png: Removed.
        * platform/chromium-win/css3/flexbox/repaint-column-reverse-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/repaint-column-reverse-expected.png.

2012-12-07  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Added.

2012-12-07  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  Remove some incorrect baselines.

        * platform/chromium-linux/compositing/backface-visibility/backface-visibility-webgl-expected.png: Removed.
        * platform/chromium-mac/compositing/backface-visibility/backface-visibility-webgl-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-12-07  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-mac-lion/css3/flexbox/repaint-column-reverse-expected.png: Added.
        * platform/chromium-mac-snowleopard/css3/flexbox/repaint-column-reverse-expected.png: Added.
        * platform/chromium-mac/css3/flexbox/repaint-column-reverse-expected.png: Added.

2012-12-07  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-linux/fast/text/hyphenate-character-expected.png: Added.
        * platform/chromium-linux/fast/text/hyphenate-character-expected.txt: Added.
        * platform/chromium-linux/fast/text/hyphenate-first-word-expected.png: Added.
        * platform/chromium-linux/fast/text/hyphenate-limit-before-after-expected.png: Added.
        * platform/chromium-linux/fast/text/hyphenate-limit-lines-expected.png: Added.
        * platform/chromium-linux/fast/text/hyphenate-locale-expected.png: Added.
        * platform/chromium-linux/fast/text/hyphens-expected.png: Added.
        * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.png: Added.
        * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/hyphenate-limit-before-after-expected.png: Added.

2012-12-07  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
        * platform/chromium-mac-lion/fast/text/hyphenate-character-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/hyphenate-character-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/hyphenate-first-word-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/hyphenate-first-word-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/hyphenate-limit-before-after-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt.
        * platform/chromium-mac-lion/fast/text/hyphenate-limit-lines-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/hyphenate-limit-lines-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/hyphenate-locale-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/hyphens-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/hyphens-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/hyphenate-first-word-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt:
        * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.txt:
        * platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.txt: Added.
        * platform/chromium-mac/fast/text/hyphenate-character-expected.png:
        * platform/chromium-mac/fast/text/hyphenate-character-expected.txt: Added.
        * platform/chromium-mac/fast/text/hyphenate-first-word-expected.png: Added.
        * platform/chromium-mac/fast/text/hyphenate-first-word-expected.txt: Added.
        * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.png:
        * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt.
        * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.png: Added.
        * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.txt: Added.
        * platform/chromium-mac/fast/text/hyphenate-locale-expected.png: Added.
        * platform/chromium-mac/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.txt.
        * platform/chromium-mac/fast/text/hyphens-expected.png:
        * platform/chromium-mac/fast/text/hyphens-expected.txt: Added.
        * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
        * platform/chromium-win-xp/fast/text/hyphenate-character-expected.png: Added.
        * platform/chromium-win-xp/fast/text/hyphens-expected.png: Added.
        * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.png: Added.
        * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt.
        * platform/chromium-win/fast/text/hyphenate-character-expected.png: Added.
        * platform/chromium-win/fast/text/hyphenate-character-expected.txt: Added.
        * platform/chromium-win/fast/text/hyphenate-first-word-expected.png: Added.
        * platform/chromium-win/fast/text/hyphenate-limit-before-after-expected.png: Added.
        * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.png: Added.
        * platform/chromium-win/fast/text/hyphenate-locale-expected.png: Added.
        * platform/chromium-win/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/chromium/fast/text/hyphenate-locale-expected.txt.
        * platform/chromium-win/fast/text/hyphens-expected.png: Added.
        * platform/chromium-win/fast/text/international/hindi-whitespace-expected.png:
        * platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt:
        * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/text/hyphenate-character-expected.png: Removed.
        * platform/chromium/fast/text/hyphenate-first-word-expected.png: Removed.
        * platform/chromium/fast/text/hyphenate-limit-before-after-expected.png: Removed.
        * platform/chromium/fast/text/hyphenate-limit-lines-expected.png: Removed.
        * platform/chromium/fast/text/hyphenate-locale-expected.png: Removed.
        * platform/chromium/fast/text/hyphens-expected.png: Removed.
        * platform/chromium/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
        * platform/efl-wk1/fast/text/hyphenate-character-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-character-expected.png.
        * platform/efl-wk1/fast/text/hyphenate-first-word-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-first-word-expected.png.
        * platform/efl-wk1/fast/text/hyphenate-limit-before-after-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-limit-before-after-expected.png.
        * platform/efl-wk1/fast/text/hyphenate-limit-lines-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-limit-lines-expected.png.
        * platform/efl-wk1/fast/text/hyphenate-locale-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-locale-expected.png.
        * platform/efl-wk1/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-locale-expected.txt.
        * platform/efl-wk1/fast/text/hyphens-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphens-expected.png.

2012-12-07  Alexis Menard  <alexis@webkit.org>

        Enable CSS3 position offset for CSS Masking.
        https://bugs.webkit.org/show_bug.cgi?id=104252

        Reviewed by Dirk Schulze.

        Add coverage for the new cases. Both when setting the position with the
        longhand or with the shorthand.

        * fast/masking/parsing-mask-expected.txt:
        * fast/masking/parsing-mask.html:

2012-12-07  No'am Rosenthal  <noam@webkit.org>

        Use background color for GraphicsLayers when applicable
        https://bugs.webkit.org/show_bug.cgi?id=103786

        Created new tests for composited background colors, update existing tests that are affected by the change,
        and created platform-specific overrides for Chromium, since it does not yet support composited background
        colors.

        Reviewed by Simon Fraser.

        * compositing/background-color/background-color-alpha-expected.html: Added.
        * compositing/background-color/background-color-alpha.html: Added.
        * compositing/background-color/background-color-change-to-text-expected.html: Added.
        * compositing/background-color/background-color-change-to-text.html: Added.
        * compositing/background-color/background-color-composite-expected.html: Added.
        * compositing/background-color/background-color-composite.html: Added.
        * compositing/background-color/background-color-container-expected.html: Added.
        * compositing/background-color/background-color-container.html: Added.
        * compositing/background-color/background-color-content-clip-expected.html: Added.
        * compositing/background-color/background-color-content-clip.html: Added.
        * compositing/background-color/background-color-padding-change-expected.html: Added.
        * compositing/background-color/background-color-padding-change.html: Added.
        * compositing/background-color/background-color-padding-clip-expected.html: Added.
        * compositing/background-color/background-color-padding-clip.html: Added.
        * compositing/background-color/background-color-simple-expected.html: Added.
        * compositing/background-color/background-color-simple.html: Added.
        * compositing/background-color/background-color-text-change-expected.html: Added.
        * compositing/background-color/background-color-text-change.html: Added.
        * compositing/background-color/background-color-text-clip-expected.html: Added.
        * compositing/background-color/background-color-text-clip.html: Added.
                Added new tests for the specific functionality added, with the edge cases regarding composited
                backgrounds.

        * compositing/backing/no-backing-for-clip-expected.txt:
        * compositing/backing/no-backing-for-clip-overlap-expected.txt:
        * compositing/backing/no-backing-for-perspective-expected.txt:
        * compositing/columns/composited-in-paginated-expected.txt:
        * compositing/geometry/ancestor-overflow-change-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
        * compositing/geometry/clip-expected.txt:
        * compositing/geometry/composited-in-columns-expected.txt:
        * compositing/geometry/flipped-writing-mode-expected.txt:
        * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
        * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
        * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
        * compositing/geometry/preserve-3d-switching-expected.txt:
        * compositing/iframes/become-composited-nested-iframes-expected.txt:
        * compositing/iframes/become-overlapped-iframe-expected.txt:
        * compositing/iframes/composited-parent-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * compositing/iframes/connect-compositing-iframe-expected.txt:
        * compositing/iframes/connect-compositing-iframe2-expected.txt:
        * compositing/iframes/connect-compositing-iframe3-expected.txt:
        * compositing/iframes/enter-compositing-iframe-expected.txt:
        * compositing/iframes/iframe-resize-expected.txt:
        * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
        * compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * compositing/iframes/overlapped-iframe-expected.txt:
        * compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * compositing/iframes/page-cache-layer-tree-expected.txt:
        * compositing/iframes/scrolling-iframe-expected.txt:
        * compositing/layer-creation/animation-overlap-with-children-expected.txt:
        * compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * compositing/layer-creation/overlap-animation-expected.txt:
        * compositing/layer-creation/overlap-child-layer-expected.txt:
        * compositing/layer-creation/overlap-clipping-expected.txt:
        * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
        * compositing/layer-creation/overlap-transformed-layer-expected.txt:
        * compositing/layer-creation/overlap-transforms-expected.txt:
        * compositing/layer-creation/scroll-partial-update-expected.txt:
        * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-expected.txt:
        * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
        * compositing/layer-creation/translatez-overlap-expected.txt:
        * compositing/overflow-trumps-transform-style-expected.txt:
        * compositing/overflow/clip-descendents-expected.txt:
        * compositing/plugins/no-backing-store-expected.txt:
        * compositing/rtl/rtl-absolute-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-expected.txt:
        * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
        * compositing/rtl/rtl-fixed-expected.txt:
        * compositing/rtl/rtl-fixed-overflow-expected.txt:
        * compositing/rtl/rtl-relative-expected.txt:
        * compositing/tiled-layers-hidpi-expected.txt:
        * compositing/visible-rect/2d-transformed-expected.txt:
        * compositing/visible-rect/3d-transform-style-expected.txt:
        * compositing/visible-rect/3d-transformed-expected.txt:
        * compositing/visible-rect/animated-expected.txt:
        * compositing/visible-rect/animated-from-none-expected.txt:
        * compositing/visible-rect/clipped-by-viewport-expected.txt:
        * compositing/visible-rect/clipped-visible-rect-expected.txt:
        * compositing/visible-rect/iframe-and-layers-expected.txt:
        * compositing/visible-rect/nested-transform-expected.txt:
        * compositing/visible-rect/scrolled-expected.txt:
        * css3/filters/filtered-compositing-descendant-expected.txt:
                Updated existing tests that now print different layer-tree results.

        * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-expected.txt.
        * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-overlap-expected.txt.
        * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-perspective-expected.txt.
        * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Copied from LayoutTests/compositing/columns/composited-in-paginated-expected.txt.
        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt.
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt.
        * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
        * platform/chromium/compositing/geometry/clip-expected.txt: Copied from LayoutTests/compositing/geometry/clip-expected.txt.
        * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Copied from LayoutTests/compositing/geometry/composited-in-columns-expected.txt.
        * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Copied from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt.
        * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Copied from LayoutTests/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt.
        * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
        * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
        * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
        * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/compositing/geometry/preserve-3d-switching-expected.txt.
        * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Copied from LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt.
        * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt.
        * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt.
        * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Copied from LayoutTests/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-animation-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt.
        * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt.
        * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Copied from LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt.
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt.
        * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
        * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt.
        * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Copied from LayoutTests/compositing/overflow-trumps-transform-style-expected.txt.
        * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-expected.txt.
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt.
        * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt.
        * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-expected.txt.
        * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt.
        * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-relative-expected.txt.
        * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Copied from LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt.
                Create chromium-specific results since chromium does not yet support setContentsToBackgroundColor.

2012-12-07  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-07  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  New baselines for new tests.

        * platform/chromium-mac/css3/filters/effect-reference-after-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-reference-delete-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-reference-rename-expected.png: Added.
        * platform/chromium-win/css3/filters/effect-reference-after-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-after-expected.png.
        * platform/chromium-win/css3/filters/effect-reference-delete-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-delete-expected.png.
        * platform/chromium-win/css3/filters/effect-reference-rename-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-rename-expected.png.

2012-12-07  Adam Klein  <adamk@chromium.org>

        MutationRecord addedNodes/removedNodes should never be null
        https://bugs.webkit.org/show_bug.cgi?id=98921

        Reviewed by Ryosuke Niwa.

        Updated nullity test to check for empty nodelists.

        * fast/mutation/mutation-record-nullity-expected.txt:
        * fast/mutation/mutation-record-nullity.html:

2012-12-07  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium-win rebaselines.

        * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Removed.
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:

2012-12-07  Dima Gorbik  <dgorbik@apple.com>

        Implement general ::cue pseudo element for the <video>
        https://bugs.webkit.org/show_bug.cgi?id=104043

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/styling.vtt: Added.
        * media/track/track-css-all-cues-expected.txt: Added.
        * media/track/track-css-all-cues.html: Added.

2012-12-07  Kondapally Kalyan  <kalyan.kondapally@intel.com>

        Fix webgl-depth-texture.html to match the test expectation.
        https://bugs.webkit.org/show_bug.cgi?id=104259.

        Reviewed by Kenneth Russell.

        The text expectation of this testcase expects to check for FrameBuffer status and compare the value
        using ShouldBe after creating the framebuffer.
        Currently, we do it only in case of adding a color buffer. This patch ensures that the Framebuffer
        Status check using ShouldBe is done in all cases.

        * fast/canvas/webgl/webgl-depth-texture.html:

2012-12-06  Filip Pizlo  <fpizlo@apple.com>

        Strange results calculating a square root in a loop
        https://bugs.webkit.org/show_bug.cgi?id=104247
        <rdar://problem/12826880>

        Reviewed by Oliver Hunt.

        * fast/js/dfg-cfg-simplify-redundant-dead-get-local-expected.txt: Added.
        * fast/js/dfg-cfg-simplify-redundant-dead-get-local.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-cfg-simplify-redundant-dead-get-local.js: Added.
        (getDist):
        (calcError):

2012-12-07  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaselines.

        * platform/chromium-linux-x86/ietestcenter: Removed.
        * platform/chromium-linux/compositing/backface-visibility: Added.
        * platform/chromium-linux/compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
        * platform/chromium-mac/compositing/backface-visibility: Added.
        * platform/chromium-mac/compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
        * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing: Removed.
        * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Removed.
        * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.

2012-12-07  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaselines.

        * platform/chromium-linux-x86/ietestcenter/css3: Removed.
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
        * platform/efl-wk1/ietestcenter/css3/bordersbackgrounds: Added.
        * platform/efl-wk1/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Removed.

2012-12-07  Stephen Chenney  <schenney@chromium.org>

        XMLSerializer is too aggressive in adding prefixes
        https://bugs.webkit.org/show_bug.cgi?id=104387

        Reviewed by Ryosuke Niwa.

        Add a test case for a prefix that is already set, but to a different name than the default.

        * svg/custom/xlink-prefix-in-attributes.html:
        * svg/custom/xlink-prefix-in-attributes-expected.txt:

2012-12-07  Eric Carlson  <eric.carlson@apple.com>

        Captions menu doesn't update to track changes
        https://bugs.webkit.org/show_bug.cgi?id=104393

        Reviewed by Dean Jackson.

        Test to ensure that the captions menu is updated as tracks added and removed.

        * media/video-controls-captions-trackmenu-expected.txt:
        * media/video-controls-captions-trackmenu.html:

2012-12-07  Stephen White  <senorblanco@chromium.org>

        CSS url() filters with forward references don't work
        https://bugs.webkit.org/show_bug.cgi?id=90405

        Based on a patch by Keyar Hood.

        Reviewed by Dirk Schulze.

        * css3/filters/effect-reference-after-expected.txt: Added.
        * css3/filters/effect-reference-after.html: Added.
        * css3/filters/effect-reference-delete-crash-expected.txt: Added.
        * css3/filters/effect-reference-delete-crash.html: Added.
        * css3/filters/effect-reference-delete-expected.txt: Added.
        * css3/filters/effect-reference-delete.html: Added.
        * css3/filters/effect-reference-rename-expected.txt: Added.
        * css3/filters/effect-reference-rename.html: Added.
        * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Added.
        * css3/filters/effect-reference-reset-style-delete-crash.html: Added.
        * css3/filters/script-tests/effect-reference-delete-crash.js: Added.
        * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Added.
        * svg/filters/filter-cycle.html: Added.
        * svg/filters/filter-cycle-expected.html: Added.
        * platform/chromium-linux/css3/filters/effect-reference-after-expected: Added.
        * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Added.
        * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-12-07  Alexis Menard  <alexis@webkit.org>

        Unreviewed EFL gardening.

        css3/calc/background-position-parsing.html is now working as
        webkit.org/b/104131 has been fixed. I also rebased
        background_position_three_four_values-expected.png which was incorrect and
        now with the CSS3 background-position offsets it renders correctly.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:

2012-12-07  Alexis Menard  <alexis@webkit.org>

        [Chromium] Enable CSS3 background-position offset by default.
        https://bugs.webkit.org/show_bug.cgi?id=104253

        Reviewed by Tony Chang.

        Enable by default the new CSS3 background position offsets therefore we
        can unskip the tests.

        * platform/chromium/TestExpectations:

2012-12-07  James Simonsen  <simonjam@chromium.org>

        [Chromium] Enable Intel's Resource Timing tests
        https://bugs.webkit.org/show_bug.cgi?id=104330

        Reviewed by Tony Gentilcore.

        * platform/chromium/TestExpectations: 2 fail because they rely on iframes.

2012-12-07  Robert Hogan  <robert@webkit.org>

        REGRESSION(r127163): Content is offset to the right at rea.ru
        https://bugs.webkit.org/show_bug.cgi?id=103116

        Reviewed by David Hyatt.

        * fast/block/margin-collapse/self-collapsing-block-with-float-child-collapsed-margins-expected.html: Added.
        * fast/block/margin-collapse/self-collapsing-block-with-float-child-collapsed-margins.html: Added.
        * fast/block/margin-collapse/self-collapsing-block-with-float-child-expected.html: Added.
        * fast/block/margin-collapse/self-collapsing-block-with-float-child.html: Added.

2012-12-07  Mike West  <mkwst@chromium.org>

        fast/frames/sandboxed-iframe-scripting.html contains very misleading comments.
        https://bugs.webkit.org/show_bug.cgi?id=104363

        Reviewed by Darin Adler.

        The comments in this test describe a state that is in fact the opposite
        of what's being tested. That confused me. This patch corrects the
        comments to make it clear that adding a sandbox attribute at runtime has
        no effect on the frame; the sandboxing flags are set when the nested
        browsing context is _navigated_, not when the attribute changes value.

        Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-sandbox

        * fast/frames/resources/sandboxed-iframe-script-dynamic.html:
        * fast/frames/sandboxed-iframe-scripting-expected.txt:
        * fast/frames/sandboxed-iframe-scripting.html:

2012-12-07  Antoine Quint  <graouts@apple.com>

        Provide the backend for exposing the layer tree to the Web Inspector
        https://bugs.webkit.org/show_bug.cgi?id=103513

        Reviewed by Pavel Feldman.

        Adding a LayoutTest that exercises the various APIs and event exposed by the LayerTreeAgent.
        This test is skipped on EFL where ACCELERATED_COMPOSITING is not available.

        * inspector-protocol/layer-tree-expected.txt: Added.
        * inspector-protocol/layer-tree.html: Added.
        * platform/efl/TestExpectations:

2012-12-07  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding an image mismatch expectation for fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html.

        * platform/gtk/TestExpectations:

2012-12-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [TexMap] Can not do multiple accelerated animations
        https://bugs.webkit.org/show_bug.cgi?id=104364

        Reviewed by Kenneth Rohde Christiansen.

        Unskip test animating multiple accelerated properties.

        * platform/qt/TestExpectations:

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

        Web Inspector: provide a way to reload page with given script preprocessor.
        https://bugs.webkit.org/show_bug.cgi?id=80992

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/inspector-test.js:
        (initialize_InspectorTest.InspectorTest.hardReloadPage):
        (initialize_InspectorTest.InspectorTest.reloadPage):
        (initialize_InspectorTest.InspectorTest._innerReloadPage):
        * inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
        * inspector/debugger/debugger-script-preprocessor.html: Added.
        * platform/chromium/inspector/debugger/debugger-script-preprocessor-expected.txt: Added.

2012-12-07  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: the "Sources" column is always empty in CSS selector profiles
        https://bugs.webkit.org/show_bug.cgi?id=104225

        Reviewed by Pavel Feldman.

        * inspector/profiler/selector-profiler-url-expected.txt: Added.
        * inspector/profiler/selector-profiler-url.html: Added.

2012-12-07  Ilya Tikhonovsky  <loislo@chromium.org>

        Web Inspector: enable inspector tests on chromium-mac.
        https://bugs.webkit.org/show_bug.cgi?id=104357

        Reviewed by Pavel Feldman.

        After chromium r171707 patch we can enable inspector tests on chromium-mac.
        Two expectation files were moved from chromium-win to chromium because chromium-mac doesn't inherit expectations from chromium-win.
	Expectations in chromium-mac were removed because they were added by mistake.
	[ Win Linux ] filter was removed because I need to add Mac but [ Mac Win Linux ] is equivalent to nothing.

        * platform/chromium-mac/inspector/console/command-line-api-getEventListeners-expected.txt: Removed.
        * platform/chromium-mac/inspector/cookie-parser-expected.txt: Removed.
        * platform/chromium-mac/inspector/debugger/debugger-activation-crash2-expected.txt: Removed.
        * platform/chromium-mac/inspector/debugger/event-listener-breakpoints-expected.txt: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/inspector/console/command-line-api-getEventListeners-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/console/command-line-api-getEventListeners-expected.txt.
        * platform/chromium/inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt.

2012-12-07  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        Unreviewed EFL gardening.

        Remove platform-specific baselines for viewsource-attribute.html
        and viewsource-on-image-file.html as the current results matches
        base expectations. Also, add missing platform-specific baselines
        for fast/text/decorations-with-text-combine.html.

        * platform/efl-wk2/fast/frames/viewsource-attribute-expected.png: Removed.
        * platform/efl-wk2/fast/frames/viewsource-attribute-expected.txt: Removed.
        * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.png: Removed.
        * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.txt: Removed.
        * platform/efl/fast/text/decorations-with-text-combine-expected.png: Added.
        * platform/efl/fast/text/decorations-with-text-combine-expected.txt: Added.

2012-12-07  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r136857, r136893 and 136919.
        https://bugs.webkit.org/show_bug.cgi?id=104351

        Reviewed by Csaba Osztrogonác.

        r136857: skipped a newly added failing reftest.
        r136893: skipped two newly added xmlhttprequest tests
        r136919: skipped a test because layoutTestController.setBackingScaleFactor() is unimplemented

        * platform/qt/TestExpectations:

2012-12-06  Filip Pizlo  <fpizlo@apple.com>

        Incorrect inequality for checking whether a statement is within bounds of a handler
        https://bugs.webkit.org/show_bug.cgi?id=104313
        <rdar://problem/12808934>

        Reviewed by Geoffrey Garen.

        * fast/js/jsc-test-list:
        * fast/js/script-tests/try-catch-try-try-catch-try-finally-return-catch-finally.js: Added.
        (foo):
        * fast/js/try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt: Added.
        * fast/js/try-catch-try-try-catch-try-finally-return-catch-finally.html: Added.

2012-12-06  Noel Gordon  <noel.gordon@gmail.com>

        Unreviewed Gardening. More http://trac.webkit.org/changeset/136910. Add Chromium Linux results. 

        * platform/chromium-linux/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Added.
        * platform/chromium-linux/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.

2012-12-06  James Simonsen  <simonjam@chromium.org>

        [Resource Timing] Allow detailed timing on same origin sites
        https://bugs.webkit.org/show_bug.cgi?id=104328

        Reviewed by Tony Gentilcore.

        * platform/chromium/TestExpectations: This was mismarked as an iframe failure.

2012-12-06  Rick Byers  <rbyers@chromium.org>

        CSS cursor property should support webkit-image-set
        https://bugs.webkit.org/show_bug.cgi?id=99493

        Reviewed by Beth Dakin.

        Add tests for parser round-tripping of cursor rules with -webkit-image-set,
        and also end-to-end mouse cursor tests that validate the cursor details
        ultimately used at different device scales.

        Tests are disabled on ports other than chromium (require ENABLE(MOUSE_CURSOR_SCALE))

        * fast/css/cursor-parsing-image-set-expected.txt: Added.
        * fast/css/cursor-parsing-image-set.html: Added.
        * fast/events/mouse-cursor-image-set-expected.txt: Added.
        * fast/events/mouse-cursor-image-set.html: Added.
        * fast/events/resources/greenbox200.png: Added.
        * fast/events/resources/greenbox30-hotspot28-3.cur: Added.
        * fast/events/resources/greenbox30.png: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:

2012-12-06  Hayato Ito  <hayato@chromium.org>

        Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent().
        https://bugs.webkit.org/show_bug.cgi?id=102681

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching.html:
        * fast/events/dispatch-synthetic-mouseevent-expected.txt: Added.
        * fast/events/dispatch-synthetic-mouseevent.html: Added.

2012-12-06  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Disabled file input box stops a certain other div from being rendered
        https://bugs.webkit.org/show_bug.cgi?id=104226

        Reviewed by Dimitri Glazkov.

        Add a test to ensure that sibling of disabled file input is correctly rendered.

        * fast/forms/file/sibling-of-disabled-file-input-expected.txt: Added.
        * fast/forms/file/sibling-of-disabled-file-input.html: Added.

2012-12-06  Dominic Cooney  <dominicc@chromium.org>

        Element.pseudo property should be prefixed
        https://bugs.webkit.org/show_bug.cgi?id=104060

        Reviewed by Hajime Morita.

        Updated tests.

        * fast/dom/shadow/pseudo-attribute-dynamic.html:
        * fast/dom/shadow/pseudo-attribute-expected.txt:
        * fast/dom/shadow/pseudo-attribute-rendering.html:
        * fast/dom/shadow/pseudo-attribute.html:
        * fast/dom/shadow/shadow-pseudo-id.html:

2012-12-06  Li Yin  <li.yin@intel.com>

        [Chromium] Unreviewed, webaudio/audioparam-connect-audioratesignal.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=87273

        Remove audioparam-connect-audioratesignal.html from chromium/TestExpectations,
        since it no longer appears on the flakiness dashboard.

        * platform/chromium/TestExpectations:

2012-12-06  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r136909.

        * platform/chromium-win-xp/http/tests/w3c: Added.
        * platform/chromium-win-xp/http/tests/w3c/webperf: Added.
        * platform/chromium-win-xp/http/tests/w3c/webperf/submission: Added.
        * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel: Added.
        * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing: Added.
        * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
        * platform/chromium-win/http/tests/w3c: Added.
        * platform/chromium-win/http/tests/w3c/webperf: Added.
        * platform/chromium-win/http/tests/w3c/webperf/submission: Added.
        * platform/chromium-win/http/tests/w3c/webperf/submission/Intel: Added.
        * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing: Added.
        * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Added.
        * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.

2012-12-06  Philip Rogers  <pdr@google.com>

        Unify SVG's animation and target tracking systems.
        https://bugs.webkit.org/show_bug.cgi?id=102655

        Reviewed by Dirk Schulze.

        * svg/animations/svg-animation-order-expected.html: Added.
        * svg/animations/svg-animation-order.html: Added.
        * svg/custom/svg-pending-twice-expected.html: Added.
        * svg/custom/svg-pending-twice.html: Added.

2012-12-06  James Simonsen  <simonjam@chromium.org>

        [Chromium] Enable Resource Timing and User Timing
        https://bugs.webkit.org/show_bug.cgi?id=103788

        Reviewed by Tony Gentilcore.

        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_iframe_navigation.html: Removed. Incomplete, shouldn't have been submitted.
        * platform/chromium/TestExpectations: Remove 'Skip' expectations and add expected failures for iframes.
        * platform/chromium/fast/dom/Window/window-properties-performance-expected.txt: Added. Now includes User Timing and Resource Timing properties.

2012-12-06  Adam Klein  <adamk@chromium.org>

        [HTMLTemplateElement] make content readonly and cloneNode(deep) clone content
        https://bugs.webkit.org/show_bug.cgi?id=104181

        Reviewed by Adam Barth.

        * fast/dom/HTMLTemplateElement/cloneNode-expected.txt:
        * fast/dom/HTMLTemplateElement/cloneNode.html:
        * fast/dom/HTMLTemplateElement/contentWrappers-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/contentWrappers.html: Added.
        * fast/dom/HTMLTemplateElement/ownerDocument-expected.txt:
        * fast/dom/HTMLTemplateElement/ownerDocument.html:

2012-12-06  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r136885.

        * platform/chromium-mac-lion/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
        * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
        * platform/efl-wk1/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
        * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Removed.

2012-12-06  Jochen Eisinger  <jochen@chromium.org>

        [chromium] when forwarding events through the WebPluginContainer, create a UserGestureIndicator if processing a user gesture
        https://bugs.webkit.org/show_bug.cgi?id=104306

        Reviewed by Dimitri Glazkov.

        * platform/chromium/plugins/user-gesture-expected.txt: Added.
        * platform/chromium/plugins/user-gesture.html: Added.

2012-12-06  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Add webkitErrorMessage to IDBTransaction
        https://bugs.webkit.org/show_bug.cgi?id=104199

        Reviewed by Tony Chang.

        Test for webkitErrorMessage in the three circumstances that can
        generate one:
        1) Bubble from operation error
        2) Uncaught exception in operation event handler
        3) Asynchronous abort from the backend

        And fix a FIXME in the test.

        * storage/indexeddb/resources/transaction-error.js:
        (testErrorFromRequest.trans.onabort):
        (testErrorFromRequest):
        (testErrorFromException.trans.onabort):
        (testErrorFromException):
        (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort):
        (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded):
        (testErrorFromCommit.trans.oncomplete):
        (testErrorFromCommit):
        * storage/indexeddb/transaction-error-expected.txt:

2012-12-06  Alexander Shalamov  <alexander.shalamov@intel.com>

        XMLHttpRequest Content-Type should be taken from Blob type
        https://bugs.webkit.org/show_bug.cgi?id=99983

        Reviewed by Alexey Proskuryakov.

        Added tests that check if content type is set correctly when blob object is sent.

        * http/tests/xmlhttprequest/post-blob-content-type-expected.txt: Added.
        * http/tests/xmlhttprequest/post-blob-content-type.html: Added.

2012-12-06  Joshua Bell  <jsbell@chromium.org>

        [Chromium] IndexedDB: storage/indexeddb/resources/cursor-advance.html flaky in content_shell after WK136782
        https://bugs.webkit.org/show_bug.cgi?id=104292

        Reviewed by Tony Chang.

        Test had a read-only transaction depending on the completion of a prior read-write transaction,
        which is not guaranteed by the spec. Switch from triggering the second transaction into the
        oncomplete of the first.

        * storage/indexeddb/resources/cursor-advance.js:
        (populateObjectStore):

2012-12-06  Andrew Scherkus  <scherkus@chromium.org>

        [Chromium] Unreviewed, rebaselining http/tests/media/video-buffered-range-contains-currentTime.html
        https://bugs.webkit.org/show_bug.cgi?id=104300

        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium/TestExpectations:

2012-12-06  Xianzhu Wang  <wangxianzhu@chromium.org>

        internals.settings.setEnableCompositingForFixedPosition() should be called before onload
        https://bugs.webkit.org/show_bug.cgi?id=104277

        Fixed some tests that set enableCompositingForFixedPosition in onload handler which may not take effect because it is too late.
        Leave the image mismatches to bug 96839.

        Reviewed by Simon Fraser.

        * compositing/geometry/fixed-position-composited-page-scale-down.html:
        * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
        * compositing/geometry/fixed-position-composited-page-scale.html:
        * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
        * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
        * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
        * compositing/geometry/fixed-position-transform-composited-page-scale.html:
        * compositing/layer-creation/fixed-position-out-of-view.html:
        * platform/chromium/TestExpectations: Mark the original flaky image mismatch as constantly failure. Add one image mismatch caused by this change but because of incorrect baseline.

2012-12-06  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-06  Tony Chang  <tony@chromium.org>

        REGRESSION(r135082): Restore the ability to insert author level style sheets from script
        https://bugs.webkit.org/show_bug.cgi?id=104042

        Reviewed by Antti Koivisto.

        Add a test that makes sure that an author level style is set.

        * userscripts/insert-stylesheets-expected.txt: Added.
        * userscripts/insert-stylesheets.html: Added.

2012-12-06  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        effect-reference-hw.html is failing (lighting has a Y-flip), but people
        seem tempted to rebaseline it.  Put the software result in its place
        for now, and mark it failing, so people aren't tempted to rebaseline it.

        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Removed.
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium/TestExpectations:

2012-12-06  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip a new test because of missing test font.

        * platform/qt/TestExpectations:

2012-12-06  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
        * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-radius-constraints-expected.png:
        * platform/chromium-mac-lion/fast/css/background-clip-radius-values-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/borders/border-radius-constraints-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
        * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
        * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
        * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/chromium-win/fast/css/background-clip-radius-values-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-12-06  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        Add some bug IDs to failing tests, and restore some old expectations.
        * platform/chromium/TestExpectations:

2012-12-06  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaselines.

        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks: Removed.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows: Removed.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Removed.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/iframes: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.

2012-12-06  Justin Novosad  <junov@google.com>

        New pixel baselines for fast/backgrounds/gradient-background-leakage.html
        https://bugs.webkit.org/show_bug.cgi?id=103896

        Unreviewed

        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl-wk1/fast/backgrounds: Added.
        * platform/efl-wk1/fast/backgrounds/gradient-background-leakage-expected.png: Added.
        * platform/efl/fast/backgrounds/gradient-background-leakage-expected.png: Removed.

2012-12-06  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed gardening.

        Add expected results for transforms/3d tests that are producing correct resulta.

        * platform/efl/TestExpectations:
        * platform/efl/transforms/3d: Added.
        * platform/efl/transforms/3d/general: Added.
        * platform/efl/transforms/3d/general/perspective-non-layer-expected.png: Added.
        * platform/efl/transforms/3d/general/perspective-non-layer-expected.txt: Added.
        * platform/efl/transforms/3d/general/perspective-units-expected.png: Added.
        * platform/efl/transforms/3d/general/perspective-units-expected.txt: Added.
        * platform/efl/transforms/3d/hit-testing: Added.
        * platform/efl/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
        * platform/efl/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
        * platform/efl/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
        * platform/efl/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
        * platform/efl/transforms/3d/point-mapping: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.

2012-12-06  Stephen Chenney  <schenney@chromium.org>

        Fix a bad rebaseline

        Unreviewed expectations fix.

        This test is apparently flaky and I put in the wrong flake.

        * platform/chromium-mac-lion/svg/custom/mask-invalidation-expected.png: Removed.
        * platform/chromium-win/svg/custom/mask-invalidation-expected.png:

2012-12-06  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Add support for computing the first included interval position.
        https://bugs.webkit.org/show_bug.cgi?id=103327

        Test the rounded rectangle support for adjusting the top of a line downwards
        when the first word doesn't fit within the shape.

        Reviewed by Levi Weintraub.

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

2012-12-06  Stephen Chenney  <schenney@chromium.org>

        Rebaseline some expectations

        Unreviewed expectations update

        These test have expectations but apparently just need rebaselines.
        Some may still be flakey.

        * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
        * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
        * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
        * platform/chromium-mac-lion/svg/custom/mask-invalidation-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
        * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
        * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png: Added.
        * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
        * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
        * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-win/svg/css/group-with-shadow-expected.png:
        * platform/chromium-win/svg/custom/mask-invalidation-expected.png:
        * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.png:
        * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.png:
        * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
        * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png: Added.
        * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
        * platform/chromium/svg/custom/radialGradient-focal-radius-expected.png: Removed.
        * platform/chromium/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
        * platform/efl-wk1/svg/custom: Added.
        * platform/efl-wk1/svg/custom/radialGradient-focal-radius-expected.png: Added.
        * platform/efl/svg/custom/radialGradient-focal-radius-expected.png: Removed.

2012-12-06  Stephen Chenney  <schenney@chromium.org>

        Test expectations update
        https://bugs.webkit.org/show_bug.cgi?id=104007

        Unreviewed expectations update.

        * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png:

2012-12-06  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Should apply link highlight to largest enclosing node with a handCursor.
        https://bugs.webkit.org/show_bug.cgi?id=104264

        Reviewed by Adrienne Walker.

        Add layout test to cover new functionality.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested.html: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.txt: Added.

2012-12-06  Zan Dobersek  <zandobersek@gmail.com>

        UndoManager layout tests should be removed
        https://bugs.webkit.org/show_bug.cgi?id=104246

        Reviewed by Adam Barth.

        The UndoManager feature support was removed from the source tree
        in r133326. The layout tests should be removed as well. As with
        the feature implementation, these too can be restored back when needed.

        * editing/undomanager: Removed.
        * editing/undomanager/automatic-transaction-attribute-expected.txt: Removed.
        * editing/undomanager/automatic-transaction-attribute.html: Removed.
        * editing/undomanager/automatic-transaction-data-expected.txt: Removed.
        * editing/undomanager/automatic-transaction-data.html: Removed.
        * editing/undomanager/automatic-transaction-node-expected.txt: Removed.
        * editing/undomanager/automatic-transaction-node.html: Removed.
        * editing/undomanager/document-has-undomanager-expected.txt: Removed.
        * editing/undomanager/document-has-undomanager.html: Removed.
        * editing/undomanager/domtransaction-survives-gc-expected.txt: Removed.
        * editing/undomanager/domtransaction-survives-gc.html: Removed.
        * editing/undomanager/undomanager-isolated-world-expected.txt: Removed.
        * editing/undomanager/undomanager-isolated-world.html: Removed.
        * editing/undomanager/undomanager-item-expected.txt: Removed.
        * editing/undomanager/undomanager-item.html: Removed.
        * editing/undomanager/undomanager-reenter-expected.txt: Removed.
        * editing/undomanager/undomanager-reenter.html: Removed.
        * editing/undomanager/undomanager-transact-expected.txt: Removed.
        * editing/undomanager/undomanager-transact.html: Removed.
        * editing/undomanager/undomanager-undo-redo-expected.txt: Removed.
        * editing/undomanager/undomanager-undo-redo.html: Removed.
        * editing/undomanager/undoscopehost-use-after-free-expected.txt: Removed.
        * editing/undomanager/undoscopehost-use-after-free.html: Removed.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-12-06  Alexis Menard  <alexis@webkit.org>

        [Mac] Unreviewed gardening after r136415.

        r136415 enables the CSS3 background position offsets therefore this
        expected png needs to be updated with the new result (the correct one
        actually). It was not failing on the bot as the Apple Mac bot does not
        seem to run pixel tests.

        * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:

2012-12-06  Tommy Widenflycht  <tommyw@google.com>

        Speech Recognition API: Change the error code to a string on SpeechRecognitionError
        https://bugs.webkit.org/show_bug.cgi?id=104254

        Reviewed by Adam Barth.

        Adjusting tests.

        * fast/events/constructors/speech-recognition-error-constructor-expected.txt:
        * fast/events/constructors/speech-recognition-error-constructor.html:
        * fast/speech/scripted/speechrecognition-errors-expected.txt:
        * fast/speech/scripted/speechrecognition-errors.html:
        * fast/speech/scripted/speechrecognitionerror-basics-expected.txt:
        * fast/speech/scripted/speechrecognitionerror-basics.html:
        * platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt:

2012-12-06  Stephen Chenney  <schenney@chromium.org>

        SVG <use> element inside an svg-as-image fails
        https://bugs.webkit.org/show_bug.cgi?id=104007

        Reviewed by Eric Seidel.

        Upon redraw, SVGImage calls layout on the document it is drawing into
        the image if the image, provided it believes the redraw does not need
        to be delayed. Unfortunately, when an SVG <use> element is modified
        (by animation, say) and regenerates its shadow tree, the destructors
        invoke redraw, causing the SVGImage to call layout on something that
        is in the process of being deleted. That's bad.

        This change causes SVGImage to always delay the redraw. It is the most robust
        way to protect against this problem, as there may be any number of
        ways to cause this issue (a node being deleted in an svg-as-image
        target) and this protects against them all.

        The test case crashes in Asan Chromium.

        * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png: Changed as a result of this change.
        * svg/as-image/animated-use-as-image-crash-expected.txt: Added.
        * svg/as-image/animated-use-as-image-crash.html: Added.
        * svg/as-image/resources/animated-href-on-use.svg: Added.

2012-12-06  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, update an expected file.

        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:

2012-12-06  Antoine Quint  <graouts@apple.com>

        TextTrack's .cues not ordered correctly when two cues have the same .startTime
        https://bugs.webkit.org/show_bug.cgi?id=103266

        Reviewed by Eric Carlson.

        Unskip an Opera test that we now pass. Note that the original test has two issues that prompted
        changes in this patch. The first issue is https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066
        and I've elected to comment the sub-test that fails and tracking turning it back on when the test
        is corrected with https://bugs.webkit.org/show_bug.cgi?id=104255. The second issue was in the sub-test
        that revealed the failure covered by this bug and had an issue acknowledged by the author
        (see https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066) so I fixed it in our repository.

        * media/track/opera/interfaces/TextTrack/cues-expected.txt: Added.
        * media/track/opera/interfaces/TextTrack/cues.html:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-12-06  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding missing platform-specific baselines.

        * platform/gtk/fast/text/decorations-with-text-combine-expected.png: Added.
        * platform/gtk/fast/text/decorations-with-text-combine-expected.txt: Added.
        * platform/gtk/fast/text/orientation-sideways-expected.png: Added.
        * platform/gtk/fast/text/orientation-sideways-expected.txt: Added.

2012-12-06  Yael Aharon  <yael.aharon@intel.com>

        [EFL][Qt] fast/regions/autowidth-normalflow-maxwidth.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=104160

        Reviewed by Kenneth Rohde Christiansen.

        The test fast/regions/autowidth-normalflow-maxwidth.html is failing for EFL and Qt
        because the test expects that the text of the test would fit in 400 pixels,
        but both for Qt and for EFL, the text requires more than that.
        Changed the test and the expectation ref-test to allow 450 pixels.

        * fast/regions/autowidth-normalflow-maxwidth-expected.html:
        * fast/regions/autowidth-normalflow-maxwidth.html:
        * platform/efl-wk2/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:

2012-12-06  Shinya Kawanaka  <shinyak@chromium.org>

        Internals.getElementByIdInShadowRoot is nonsense now.
        https://bugs.webkit.org/show_bug.cgi?id=104241

        Reviewed by Kent Tamura.

        * fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt:
        * fast/dom/shadow/get-element-by-id-in-shadow-root.html:
        * fast/dom/shadow/resources/shadow-dom.js: Uses ShadowRoot.getElementById() instead.
        (getNodeInShadowTreeStack):

2012-12-06  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r136818.
        http://trac.webkit.org/changeset/136818
        https://bugs.webkit.org/show_bug.cgi?id=104249

        simulatedClick does not work as per #chrmium irc. (Requested
        by hayato on #webkit).

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching.html:
        * fast/events/dispatch-synthetic-mouseevent-expected.txt: Removed.
        * fast/events/dispatch-synthetic-mouseevent.html: Removed.

2012-12-06  Pavel Podivilov  <podivilov@google.com>

        [chromium] Unreviewed, fix baselines for plugins/npp-set-window-called-during-destruction.html on win7.

        * platform/chromium-linux/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
        * platform/chromium-win-xp/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
        * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt:
        * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.

2012-12-06  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=104210
        https://bugs.webkit.org/show_bug.cgi?id=103869

        * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/datetime/datetime-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/datetime/datetime-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium/TestExpectations:

2012-12-06  Kent Tamura  <tkent@chromium.org>

        [Chromium] Update test expectations
        https://bugs.webkit.org/show_bug.cgi?id=103853
        https://bugs.webkit.org/show_bug.cgi?id=103869

        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium/TestExpectations:

2012-12-06  Hayato Ito  <hayato@chromium.org>

        Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent().
        https://bugs.webkit.org/show_bug.cgi?id=102681

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching.html:
        * fast/events/dispatch-synthetic-mouseevent-expected.txt: Added.
        * fast/events/dispatch-synthetic-mouseevent.html: Added.

2012-12-06  Zan Dobersek  <zandobersek@gmail.com>

        Turn pixel tests in dom/xhtml/level3/core into reftests
        https://bugs.webkit.org/show_bug.cgi?id=103809

        Reviewed by Dirk Pranke.

        Turn 15 pixel tests under dom/xhtml/level3/core into reftests.
        The reference files are tailored so they present the same output that
        the pixel baselines (being removed) do.

        * dom/xhtml/level3/core/canonicalform08-expected.html: Added.
        * dom/xhtml/level3/core/canonicalform09-expected.html: Added.
        * dom/xhtml/level3/core/documentgetinputencoding03-expected.html: Added.
        * dom/xhtml/level3/core/entitygetinputencoding02-expected.html: Added.
        * dom/xhtml/level3/core/entitygetxmlversion02-expected.html: Added.
        * dom/xhtml/level3/core/nodegetbaseuri05-expected.html: Added.
        * dom/xhtml/level3/core/nodegetbaseuri07-expected.html: Added.
        * dom/xhtml/level3/core/nodegetbaseuri09-expected.html: Added.
        * dom/xhtml/level3/core/nodegetbaseuri10-expected.html: Added.
        * dom/xhtml/level3/core/nodegetbaseuri11-expected.html: Added.
        * dom/xhtml/level3/core/nodegetbaseuri15-expected.html: Added.
        * dom/xhtml/level3/core/nodegetbaseuri17-expected.html: Added.
        * dom/xhtml/level3/core/nodegetbaseuri18-expected.html: Added.
        * dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.html: Added.
        * dom/xhtml/level3/core/nodelookupprefix19-expected.html: Added.
        * The now-unnecessary pixel and render tree baselines: Removed.

2012-12-05  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=103869

        * platform/chromium/TestExpectations:
        Fix duplicated entries.

2012-12-03  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI doesn't show digits well in RTL locales
        https://bugs.webkit.org/show_bug.cgi?id=103869

        Reviewed by Hajime Morita.

        - Year fields and month fields are shrunk because we stop specifying
          min-width.
        - Focus rectangle for sub-fields get larger.

        * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html:
        Need to update mouse click positions because we have some position/width
        changes in sub-fields.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html:
        Ditto.
        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html:
        Ditto.
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/datetime/datetime-l10n-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium/TestExpectations:

2012-12-05  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] DRT on Windows crashes when a testcase has a progress element in indeterminate state
        https://bugs.webkit.org/show_bug.cgi?id=102459

        Reviewed by Dimitri Glazkov.

        * fast/dom/HTMLProgressElement/progress-element-indeterminate-crash-expected.txt: Added.
        * fast/dom/HTMLProgressElement/progress-element-indeterminate-crash.html: Added.

2012-12-05  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: The hour field and the am/pm field should support read-only state correctly
        https://bugs.webkit.org/show_bug.cgi?id=104210

        Reviewed by Kentaro Hara.

        * fast/forms/time/time-appearance-basic.html:
        Add test cases for step=86400 (24 hours)
        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium/TestExpectations:

2012-12-05  Dan Beam  <dbeam@chromium.org>

        HTMLFormElement#requestAutocomplete() should require a user action
        https://bugs.webkit.org/show_bug.cgi?id=102320

        Reviewed by Kent Tamura.

        This patch dispatches an autocompleteerror when HTMLFormElement::requestAutocomplete() is called while not processing
        a user gesture.

        * fast/forms/form-request-autocomplete.html:

        Added a test to ensure that dispatching a call to HTMLFormElement#requestAutocomplete() in a setTimeout() (which will
        never be a user gesture) always fails.

2012-12-05  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Blocks don't relayout children if the width of a region changes
        https://bugs.webkit.org/show_bug.cgi?id=103993

        Reviewed by David Hyatt.

        The first test covers the case of reducing the width of a region for a block content node.
        The second test covers the case of expanding the width of a region for a block content node.
        The third test covers the case of reducing the width of a region for an inline content node.

        * fast/regions/region-width-change-relayout-1-expected.html: Added.
        * fast/regions/region-width-change-relayout-1.html: Added.
        * fast/regions/region-width-change-relayout-2-expected.html: Added.
        * fast/regions/region-width-change-relayout-2.html: Added.
        * fast/regions/region-width-change-relayout-3-expected.html: Added.
        * fast/regions/region-width-change-relayout-3.html: Added.

2012-12-05  KyungTae Kim  <ktf.kim@samsung.com>

        [WK2][EFL] Gardening. Rebase fast/block/basic/020.html
        https://bugs.webkit.org/show_bug.cgi?id=104195

        Unreviewed Gardening.

        The layer for "visibility:hidden;position:absolute;" object should be in RenderTree when USE(ACCELERATED_COMPOSITING),
        because the HiddenLayers are included in zOrderList when CompositingMode is on.

        * platform/efl-wk2/fast/block/basic/020-expected.txt: Added.
        * platform/efl/TestExpectations:

2012-12-05  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Allow multiple transactions to interleave request execution
        https://bugs.webkit.org/show_bug.cgi?id=97570

        Reviewed by Tony Chang.

        New tests for parallel transactions, update existing tests that relied on sequential execution.

        * storage/indexeddb/database-close-expected.txt:
        * storage/indexeddb/mozilla/clear-expected.txt:
        * storage/indexeddb/mozilla/resources/clear.js: Split up transaction steps.
        * storage/indexeddb/resources/database-close.js: Don't log on individual transaction completion.
        * storage/indexeddb/resources/transaction-coordination-within-database.js: Added.
        * storage/indexeddb/resources/transaction-scope-sequencing.js: Added.
        * storage/indexeddb/resources/transaction-starvation.js: Added.
        * storage/indexeddb/transaction-coordination-within-database-expected.txt: Added.
        * storage/indexeddb/transaction-coordination-within-database.html: Added.
        * storage/indexeddb/transaction-scope-sequencing-expected.txt: Added.
        * storage/indexeddb/transaction-scope-sequencing.html: Added.
        * storage/indexeddb/transaction-starvation-expected.txt: Added.
        * storage/indexeddb/transaction-starvation.html: Added.

2012-12-05  Dan Bernstein  <mitz@apple.com>

        Text decorations are rotated when text-combine takes effect
        https://bugs.webkit.org/show_bug.cgi?id=104172

        Reviewed by Dave Hyatt.

        * fast/text/decorations-with-text-combine.html: Added.
        * platform/chromium/TestExpectations: Added to tests missing platform-specific results.
        * platform/mac/fast/text/decorations-with-text-combine-expected.png: Added.
        * platform/mac/fast/text/decorations-with-text-combine-expected.txt: Added.

2012-12-05  Tony Chang  <tony@chromium.org>

        Unreviewed, add Mac baselines after r136409 (mathml sup/sub box changes).

        * platform/mac/TestExpectations:
        * platform/mac/mathml/presentation/roots-expected.txt:
        * platform/mac/mathml/presentation/row-alignment-expected.txt:
        * platform/mac/mathml/presentation/sub-expected.txt:
        * platform/mac/mathml/presentation/subsup-expected.txt:
        * platform/mac/mathml/presentation/sup-expected.txt:
        * platform/mac/mathml/presentation/tables-expected.txt:

2012-12-05  Leo Yang  <leoyang@rim.com>

        Extra space in fast/css/image-resolution/image-resolution.html
        https://bugs.webkit.org/show_bug.cgi?id=104130

        Reviewed by Emil A Eklund.

        String returned by cssText doesn't include an extra tailing space.
        This patch is removing an expectation of the extra tailing space in the test.

        * fast/css/image-resolution/image-resolution-expected.txt:
        * fast/css/image-resolution/image-resolution.html:

2012-12-05  Justin Novosad  <junov@google.com>

        [skia] Improve performance of GraphicsContext::createCompatibleBuffer by using SkDevice:createCompatibleDevice
        https://bugs.webkit.org/show_bug.cgi?id=103896

        Reviewed by Stephen White.

        Added image failure expectation for test needing new baselines

        * platform/chromium/TestExpectations:

2012-12-05  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-05  David Dorwin  <ddorwin@chromium.org>

        [Chromium] Re-enabling encrypted-media tests now that the issues are fixed.
        https://bugs.webkit.org/show_bug.cgi?id=104137

        Unreviewed revert of r136312.
        The issues were fixed in Chromium r171039 & r171081.

        * platform/chromium/TestExpectations:

2012-12-05  Martin Robinson  <mrobinson@igalia.com>

        http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php returns a malformed authentication header
        https://bugs.webkit.org/show_bug.cgi?id=104052

        Reviewed by Alexey Proskuryakov.

        Add an authentication realm to the WWW-Authenticate header of the PHP script. Some networking
        libraries do not cope well with WWW-Authenticate headers that do not include realms. Additionally
        RFC2617 specifies that this part of the header is not-optional.

        This test will be unskipped once the rest of the authentication support is complete in the
        libsoup backend and GTK+ DRT/WTR.

        * http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php:

2012-12-05  Roger Fong  <roger_fong@apple.com>

        Unreviewed Windows re-rebaseline.

        * platform/win/fast/text/orientation-sideways-expected.txt:

2012-12-05  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Enable shape-inside for multiple-segment polygons
        https://bugs.webkit.org/show_bug.cgi?id=91878

        Reviewed by David Hyatt.

        Adding tests for multiple segment polygons. These tests make sure that text can be
        properly broken up into multiple segments per line to fit into a shape-inside.

        * fast/exclusions/shape-inside/shape-inside-multiple-segments-001-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-segments-001.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-segments-002-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-segments-002.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-segments-003-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-segments-003.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-segments-004-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-segments-004.html: Added.

2012-12-05  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Re-add Windows specific results removed in r136699 that were actually correct.

        * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added.

2012-12-05  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaselines.

        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
        * platform/chromium-linux/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
        * platform/chromium-mac-lion/fast/harness: Added.
        * platform/chromium-mac-lion/fast/harness/perftests: Added.
        * platform/chromium-mac-lion/fast/harness/perftests/runs-per-second-log-expected.png: Added.
        * platform/chromium-mac-lion/fast/harness/perftests/runs-per-second-log-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/harness: Added.
        * platform/chromium-mac-snowleopard/fast/harness/perftests: Added.
        * platform/chromium-mac-snowleopard/fast/harness/perftests/runs-per-second-log-expected.png: Added.
        * platform/chromium-win-xp/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
        * platform/chromium-win/fast/harness/perftests: Added.
        * platform/chromium-win/fast/harness/perftests/runs-per-second-log-expected.png: Added.
        * platform/chromium-win/fast/harness/perftests/runs-per-second-log-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-12-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed gardening.

        Manage failing fast/media reftests for EFL and Qt.

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

2012-12-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding GTK-specific reference files for two fast/media tests after r136708.
        The GTK port isn't yet supporting 3D transforms so these two reference files
        should reflect that.

        * platform/gtk/fast/media/mq-transform-02-expected.html: Added.
        * platform/gtk/fast/media/mq-transform-03-expected.html: Added.

2012-12-05  Andreas Kling  <akling@apple.com>

        REGRESSION(r136615): Incorrect style sharing in view-source documents.
        <http://webkit.org/b/104089>

        Reviewed by Antti Koivisto.

        Unskip: fast/frames/viewsource-attribute.html
                fast/frames/viewsource-on-image-file.html

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed gardening.

        Removing redundant pixel and render tree baselines for fast/media tests.
        This is the second and last patch covering non-Chromium ports.

        Too many files to list.

2012-12-05  Roger Fong  <roger_fong@apple.com>

        Unreviewed rebaseline on Windows after r136640.

        * platform/win/fast/text/orientation-sideways-expected.txt: Added.

2012-12-05  Roger Fong  <roger_fong@apple.com>

        Unreviewed rebaseline.
        https://bugs.webkit.org/show_bug.cgi?id=98209.

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

2012-12-05  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] REGRESSION: 2 tests started to fail with newer Qt5
        https://bugs.webkit.org/show_bug.cgi?id=104140

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

        * platform/qt-5.0/TestExpectations:

2012-12-05  Robert Hogan  <robert@webkit.org>

        REGRESSION(r126683): Table cell are getting borders when the style doesn't mention any
        https://bugs.webkit.org/show_bug.cgi?id=101677

        Reviewed by Julien Chaffraix.

        * fast/table/td-bordercolor-attribute-expected.txt: Added.
        * fast/table/td-bordercolor-attribute.html: Added.

2012-12-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed gardening.

        Removing redundant pixel and render tree baselines for fast/media tests.
        This first patch of a two-part cleanup covers Chromium ports.

        Too many files to list.

2012-12-05  Zan Dobersek  <zandobersek@gmail.com>

        Turn pixel tests in fast/media into reftests
        https://bugs.webkit.org/show_bug.cgi?id=103632

        Reviewed by Darin Adler.

        Turn the pixel tests under fast/media into reftests.
        The reference files are tailored so they present the same output
        that the pixel baselines. The latter will be removed in two subsequent commits.

        * fast/media/implicit-media-all-expected.html: Added.
        * fast/media/media-descriptor-syntax-01-expected.html: Added.
        * fast/media/media-descriptor-syntax-02-expected.html: Added.
        * fast/media/media-descriptor-syntax-03-expected.html: Added.
        * fast/media/media-descriptor-syntax-04-expected.html: Added.
        * fast/media/media-descriptor-syntax-05-expected.html: Added.
        * fast/media/media-descriptor-syntax-06-expected.html: Added.
        * fast/media/media-query-invalid-value-expected.html: Added.
        * fast/media/media-query-invalid-value-expected.txt: Removed.
        * fast/media/media-type-syntax-01-expected.html: Added.
        * fast/media/media-type-syntax-02-expected.html: Added.
        * fast/media/monochrome-expected.html: Added.
        * fast/media/mq-animation-expected.html: Added.
        * fast/media/mq-aspect-ratio-expected.html: Added.
        * fast/media/mq-compound-query-01-expected.html: Added.
        * fast/media/mq-compound-query-02-expected.html: Added.
        * fast/media/mq-compound-query-03-expected.html: Added.
        * fast/media/mq-compound-query-04-expected.html: Added.
        * fast/media/mq-compound-query-05-expected.html: Added.
        * fast/media/mq-grid-01-expected.html: Added.
        * fast/media/mq-grid-02-expected.html: Added.
        * fast/media/mq-invalid-media-feature-01-expected.html: Added.
        * fast/media/mq-invalid-media-feature-02-expected.html: Added.
        * fast/media/mq-invalid-media-feature-03-expected.html: Added.
        * fast/media/mq-invalid-media-feature-04-expected.html: Added.
        * fast/media/mq-invalid-syntax-01-expected.html: Added.
        * fast/media/mq-invalid-syntax-02-expected.html: Added.
        * fast/media/mq-invalid-syntax-03-expected.html: Added.
        * fast/media/mq-invalid-syntax-04-expected.html: Added.
        * fast/media/mq-invalid-syntax-05-expected.html: Added.
        * fast/media/mq-js-media-except-01-expected.html: Added.
        * fast/media/mq-js-media-except-01-expected.txt: Removed.
        * fast/media/mq-js-media-except-02-expected.html: Added.
        * fast/media/mq-js-media-except-02-expected.txt: Removed.
        * fast/media/mq-js-media-except-03-expected.html: Added.
        * fast/media/mq-js-media-except-03-expected.txt: Removed.
        * fast/media/mq-js-media-forward-syntax-expected.html: Added.
        * fast/media/mq-js-stylesheet-media-01-expected.html: Added.
        * fast/media/mq-js-stylesheet-media-02-expected.html: Added.
        * fast/media/mq-js-stylesheet-media-03-expected.html: Added.
        * fast/media/mq-js-stylesheet-media-04-expected.html: Added.
        * fast/media/mq-max-pixel-ratio-expected.html: Added.
        * fast/media/mq-min-constraint-expected.html: Added.
        * fast/media/mq-min-pixel-ratio-expected.html: Added.
        * fast/media/mq-min-pixel-ratio-expected.txt: Removed.
        * fast/media/mq-orientation-expected.html: Added.
        * fast/media/mq-pixel-ratio-expected.html: Added.
        * fast/media/mq-relative-constraints-02-expected.html: Added.
        * fast/media/mq-relative-constraints-03-expected.html: Added.
        * fast/media/mq-relative-constraints-04-expected.html: Added.
        * fast/media/mq-relative-constraints-05-expected.html: Added.
        * fast/media/mq-relative-constraints-06-expected.html: Added.
        * fast/media/mq-relative-constraints-07-expected.html: Added.
        * fast/media/mq-relative-constraints-08-expected.html: Added.
        * fast/media/mq-relative-constraints-08-expected.txt: Removed.
        * fast/media/mq-relative-constraints-09-expected.html: Added.
        * fast/media/mq-simple-neg-query-01-expected.html: Added.
        * fast/media/mq-simple-neg-query-02-expected.html: Added.
        * fast/media/mq-simple-neg-query-03-expected.html: Added.
        * fast/media/mq-simple-neg-query-04-expected.html: Added.
        * fast/media/mq-simple-neg-query-05-expected.html: Added.
        * fast/media/mq-simple-query-01-expected.html: Added.
        * fast/media/mq-simple-query-02-expected.html: Added.
        * fast/media/mq-simple-query-03-expected.html: Added.
        * fast/media/mq-simple-query-04-expected.html: Added.
        * fast/media/mq-simple-query-05-expected.html: Added.
        * fast/media/mq-transform-01-expected.html: Added.
        * fast/media/mq-transform-02-expected.html: Added.
        * fast/media/mq-transform-03-expected.html: Added.
        * fast/media/mq-transform-04-expected.html: Added.
        * fast/media/mq-transition-expected.html: Added.
        * fast/media/mq-valueless-expected.html: Added.
        * fast/media/mq-width-absolute-01-expected.html: Added.
        * fast/media/mq-width-absolute-02-expected.html: Added.
        * fast/media/mq-width-absolute-03-expected.html: Added.
        * fast/media/mq-width-absolute-04-expected.html: Added.
        * fast/media/view-mode-media-feature-expected.html: Added.
        * fast/media/view-mode-media-feature-expected.txt: Removed.
        * fast/media/viewport-media-query-expected.html: Added.
        * platform/gtk/fast/media/mq-transform-02-expected.html: Added as 3D transforms support
        isn't yet enabled on the GTK port.
        * platform/gtk/fast/media/mq-transform-03-expected.html: Ditto.

2012-12-05  Alexander Shalamov  <alexander.shalamov@intel.com>

        [EFL][GTK] List value response headers are not handled in RespourceResponse (libsoup specific)
        https://bugs.webkit.org/show_bug.cgi?id=95181

        Reviewed by Martin Robinson.

        Added test that checks if list-value response headers handled correctly.

        * http/tests/xmlhttprequest/resources/custom-headers.php: Added.
        * http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers-expected.txt: Added.
        * http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers.html: Added.

2012-12-05  Krzysztof Czech  <k.czech@samsung.com>

        [EFL][WK2] Introduce WebKit-EFL to Assistive Technologies - new baselines
        https://bugs.webkit.org/show_bug.cgi?id=104000

        Reviewed by Chris Fleizach.

        Added EFL baselines for accessibility/table-cells.html and accessibility/table-cell-spans.html.

        * platform/efl-wk2/TestExpectations:
        * platform/efl-wk2/accessibility/table-cell-spans-expected.txt: Added.
        * platform/efl-wk2/accessibility/table-cells-expected.txt: Added.

2012-12-05  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: Don't include error message text in the editor buffer.
        https://bugs.webkit.org/show_bug.cgi?id=103932

        Reviewed by Alexander Pavlov.

        * inspector/editor/editor-test.js:
        (initialize_EditorTests.InspectorTest.getLineElement):
        (initialize_EditorTests):
        * inspector/editor/text-editor-type-over-decoration-expected.txt: Added.
        * inspector/editor/text-editor-type-over-decoration.html: Added.

2012-12-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Skipping back the Media Stream layout tests, they're not behaving well.
        Removing a few failure expectations for tests that are passing.

        * platform/gtk/TestExpectations:

2012-12-05  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaselines.

        * platform/chromium-mac/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
        * platform/chromium-win-xp/css3/flexbox: Added.
        * platform/chromium-win-xp/css3/flexbox/repaint-column-reverse-expected.png: Added.
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt:
        * platform/chromium/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
        * platform/win-7sp0/plugins: Added.
        * platform/win-7sp0/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
        * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.

2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl-wk2/TestExpectations:

2012-12-05  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        [Gtk] navigator.plugins contains too many plugin entries. First one are garbages
        https://bugs.webkit.org/show_bug.cgi?id=102438

        Reviewed by Xan Lopez.

        Add a test to check that navigator.plugins only contain valid plugin
        objects.

        * plugins/navigator-plugins-expected.txt: Added.
        * plugins/navigator-plugins.html: Added.
        * plugins/script-tests/navigator-plugins.js: Added.

2012-12-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Moving some expectations for expected failures under the appropriate section.

        Rather than skipping expected failures, they should be run (as long as they
        don't time out in great numbers) just to get the extra test coverage (mostly
        to confirm they don't crash unexpectably). Most of such expectations are being
        unskipped and changed into a proper failure expectation, but more can folllow.

        * platform/gtk/TestExpectations:

2012-12-05  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines after r136657 and r136672.

        * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt:
        * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: Removed.
        * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: Removed.
        * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Removed.
        * platform/gtk/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Removed.
        * platform/gtk/http/tests/xmlhttprequest/simple-cross-origin-denied-events-expected.txt: Removed.

2012-12-05  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] InjectedBundle should check Intent url for null
        https://bugs.webkit.org/show_bug.cgi?id=104117

        Reviewed by Kenneth Rohde Christiansen.

        EFL is slightly more verbose than chromium on this one.

        * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.

2012-12-05  Antoine Quint  <graouts@apple.com>

        TextTrackCue's .endTime property should fire a TypeError when NaN is assigned
        https://bugs.webkit.org/show_bug.cgi?id=103413

        Reviewed by Eric Carlson.

        Stop skipping two tests that now have new passing conditions, only held back from
        passing altogether by https://bugs.webkit.org/show_bug.cgi?id=103258.

        * media/track/opera/interfaces/TextTrackCue/endTime-expected.txt: Added.
        * media/track/opera/interfaces/TextTrackCue/startTime-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-12-05  Alexis Menard  <alexis@webkit.org>

        [CSS3 Backgrounds and Borders] Allow the CSS3 background position offset for background shorthand.
        https://bugs.webkit.org/show_bug.cgi?id=104014

        Reviewed by Dirk Schulze.

        Extend the current parsing tests of background-position to cover the
        case when it is set part of the background shorthand.

        * fast/backgrounds/background-position-parsing-2-expected.txt:
        * fast/backgrounds/background-position-parsing-2.html:

2012-12-06  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaseline suggestion picker tests because of CSS change in r136674

        Unreviewed.

        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:

2012-12-05  Keishi Hattori  <keishi@webkit.org>

        Marking *-suggestion-picker-appearance-locale-hebrew.html tests as Missing

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-12-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Revert some update of r136670, and update the generic expecteds.

        * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt:
        * fast/media/mq-resolution-expected.txt:
        * fast/media/w3c/test_media_queries-expected.txt:
        * platform/qt/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Removed.
        * platform/qt/fast/media/mq-resolution-expected.txt: Removed.
        * platform/qt/fast/media/w3c/test_media_queries-expected.txt: Removed.

2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening.

        Removed duplicated test expectations.

        * platform/efl-wk1/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Removed.
        * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
        * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Removed.
        * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Removed.
        * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Removed.
        * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Removed.
        * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Removed.
        * platform/efl-wk1/mathml/presentation/roots-expected.txt: Removed.
        * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt: Removed.
        * platform/efl-wk1/mathml/presentation/sub-expected.txt: Removed.
        * platform/efl-wk1/mathml/presentation/subsup-expected.txt: Removed.
        * platform/efl-wk1/media/video-aspect-ratio-expected.png: Removed.
        * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
        * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Removed.
        * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Removed.
        * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Removed.
        * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Removed.
        * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Removed.
        * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Removed.
        * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Removed.
        * platform/efl/fast/canvas/fillText-shadow-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
        * platform/efl/fast/forms/005-expected.png: Removed.
        * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
        * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
        * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Removed.
        * platform/efl/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt.
        * platform/efl/fast/media/mq-resolution-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/mq-resolution-expected.txt.
        * platform/efl/fast/media/w3c/test_media_queries-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/w3c/test_media_queries-expected.txt.
        * platform/efl/fast/multicol/overflow-across-columns-expected.png: Removed.
        * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.png: Removed.
        * platform/efl/fast/regions/absolute-pos-elem-in-named-flow-expected.txt: Removed.
        * platform/efl/fast/regions/autowidth-attachedinvalidregion-expected.txt: Removed.
        * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
        * platform/efl/fast/regions/content-flowed-into-regions-no-scroll-expected.txt: Removed.
        * platform/efl/fast/regions/content-webkit-from-flow-parsing-expected.txt: Removed.
        * platform/efl/fast/regions/element-region-overset-state-expected.txt: Removed.
        * platform/efl/fast/regions/element-region-overset-state-negative-letter-spacing-expected.txt: Removed.
        * platform/efl/fast/regions/element-region-overset-state-vertical-rl-expected.txt: Removed.
        * platform/efl/fast/regions/element-region-overset-state-vertical-rl-negative-letter-spacing-expected.txt: Removed.
        * platform/efl/fast/regions/fixed-pos-elem-in-named-flow-expected.txt: Removed.
        * platform/efl/fast/regions/fixed-pos-elem-in-named-flow2-expected.txt: Removed.
        * platform/efl/fast/regions/flexbox-in-region-crash-expected.txt: Removed.
        * platform/efl/fast/regions/flow-anonymous-children-expected.txt: Removed.
        * platform/efl/fast/regions/flow-region-into-itself-crash-expected.txt: Removed.
        * platform/efl/fast/regions/flowed-content-bounding-client-rect-expected.txt: Removed.
        * platform/efl/fast/regions/flowed-content-bounding-client-rect-horizontal-bt-expected.txt: Removed.
        * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-expected.txt: Removed.
        * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-rl-expected.txt: Removed.
        * platform/efl/fast/regions/flowed-content-transform-bounding-client-rect-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-display-none-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-inline-only-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-text-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Removed.
        * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Removed.
        * platform/efl/fast/regions/get-regions-by-content-expected.txt: Removed.
        * platform/efl/fast/regions/get-regions-by-content-horiz-bt-expected.txt: Removed.
        * platform/efl/fast/regions/get-regions-by-content-horiz-tb-expected.txt: Removed.
        * platform/efl/fast/regions/get-regions-by-content-vert-lr-expected.txt: Removed.
        * platform/efl/fast/regions/get-regions-by-content-vert-rl-expected.txt: Removed.
        * platform/efl/fast/regions/get-regions-by-content2-expected.txt: Removed.
        * platform/efl/fast/regions/hit-test-float-expected.txt: Removed.
        * platform/efl/fast/regions/hit-test-region-expected.txt: Removed.
        * platform/efl/fast/regions/imbricated-flow-threads-crash-expected.txt: Removed.
        * platform/efl/fast/regions/move-anonymous-block-inside-named-flow-crash-expected.txt: Removed.
        * platform/efl/fast/regions/moved-content-node-crash-expected.txt: Removed.
        * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed.
        * platform/efl/fast/regions/no-split-line-box-expected.txt: Removed.
        * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
        * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
        * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Removed.
        * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
        * platform/efl/fast/regions/parse-incomplete-region-rule-expected.txt: Removed.
        * platform/efl/fast/regions/parsing-region-style-rule-expected.txt: Removed.
        * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Removed.
        * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Removed.
        * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Removed.
        * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.png: Removed.
        * platform/efl/fast/regions/positioned-vrl-in-named-flow-expected.txt: Removed.
        * platform/efl/fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Removed.
        * platform/efl/fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Removed.
        * platform/efl/fast/regions/region-attached-wrong-flow-crash-expected.txt: Removed.
        * platform/efl/fast/regions/region-element-display-change-expected.txt: Removed.
        * platform/efl/fast/regions/region-element-display-restriction-expected.txt: Removed.
        * platform/efl/fast/regions/region-element-dynamic-attach-flow-expected.txt: Removed.
        * platform/efl/fast/regions/region-element-dynamic-detach-flow-expected.txt: Removed.
        * platform/efl/fast/regions/region-flow-reattach-crash-expected.txt: Removed.
        * platform/efl/fast/regions/region-range-for-box-crash-expected.txt: Removed.
        * platform/efl/fast/regions/remove-flow-thread-crash-expected.txt: Removed.
        * platform/efl/fast/regions/removed-element-style-in-region-crash-expected.txt: Removed.
        * platform/efl/fast/regions/select-in-region-crash-expected.txt: Removed.
        * platform/efl/fast/regions/set-box-style-in-region-crash-expected.txt: Removed.
        * platform/efl/fast/regions/svg-root-element-collected-expected.txt: Removed.
        * platform/efl/fast/regions/symbol-in-named-flow-crash-expected.txt: Removed.
        * platform/efl/fast/regions/text-region-breaks-expected.txt: Removed.
        * platform/efl/fast/regions/text-region-split-after-resize-expected.txt: Removed.
        * platform/efl/fast/regions/text-region-split-expected.txt: Removed.
        * platform/efl/fast/regions/text-region-split-horizontal-bt-expected.txt: Removed.
        * platform/efl/fast/regions/text-region-split-vertical-expected.txt: Removed.
        * platform/efl/fast/regions/text-region-split-vertical-rl-expected.txt: Removed.
        * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
        * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
        * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
        * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
        * platform/efl/fast/regions/webkit-flow-parsing-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-region-overflow-parsing-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-region-rule-expected.txt: Removed.
        * platform/efl/fast/repaint/background-generated-expected.png: Removed.
        * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png: Removed.
        * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png: Removed.
        * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png: Removed.
        * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png: Removed.
        * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png: Removed.
        * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png: Removed.
        * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png: Removed.
        * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png: Removed.
        * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png: Removed.
        * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png: Removed.
        * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Removed.
        * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Removed.
        * platform/efl/fast/table/025-expected.png: Removed.
        * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
        * platform/efl/fast/text/international/bidi-listbox-expected.txt: Removed.
        * platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
        * platform/efl/fast/text/international/bidi-override-expected.txt: Removed.
        * platform/efl/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Removed.
        * platform/efl/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Removed.
        * platform/efl/svg/css/path-gradient-stroke-shadow-expected.txt: Removed.
        * platform/efl/svg/dom/css-transforms-expected.txt: Removed.
        * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Removed.
        * platform/efl/svg/text/scaled-font-expected.png: Removed.
        * platform/efl/svg/text/text-hkern-expected.png: Removed.
        * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.png: Removed.
        * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
        * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug11026-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug154780-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug15544-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug26553-expected.png: Removed.
        * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug4093-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug4284-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug56563-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug5797-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug625-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed.
        * platform/efl/tables/mozilla/core/bloomberg-expected.txt: Removed.
        * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Removed.
        * platform/efl/tables/mozilla/core/misc-expected.txt: Removed.
        * platform/efl/tables/mozilla/core/row_span-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt: Removed.
        * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed.
        * platform/efl/tables/mozilla/other/cell_widths-expected.txt: Removed.
        * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Removed.

2012-12-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Skip a test and update an other one.

        * platform/qt/TestExpectations:
        * platform/qt/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.

2012-12-04  Stephen White  <senorblanco@chromium.org>

        [chromium] New baselines after http://webkit.org/b/103906.  Unreviewed.

        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Copied from LayoutTests/platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png.
        * platform/chromium-linux/compositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-linux/compositing/iframes/composited-iframe-alignment-expected.png:
        * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
        * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
        * platform/chromium-linux/fast/box-shadow/inset-expected.png:
        * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.png:
        * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
        * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-linux/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
        * platform/chromium-linux/fast/text/stroking-expected.png:
        * platform/chromium-linux/fast/transforms/shadows-expected.png:
        * platform/chromium-linux/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
        * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/chromium-linux/fast/writing-mode/english-lr-text-expected.png:
        * platform/chromium-linux/ietestcenter/css3/text/textshadow-001-expected.png:
        * platform/chromium-linux/ietestcenter/css3/text/textshadow-002-expected.png:
        * platform/chromium-linux/ietestcenter/css3/text/textshadow-003-expected.png:
        * platform/chromium-linux/ietestcenter/css3/text/textshadow-004-expected.png:
        * platform/chromium-linux/ietestcenter/css3/text/textshadow-010-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
        * platform/chromium-linux/svg/css/stars-with-shadow-expected.png:
        * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
        * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-linux/transitions/svg-text-shadow-transition-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-mac-lion/compositing/iframes/composited-iframe-alignment-expected.png:
        * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-radius-constraints-expected.png:
        * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
        * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-lion/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac-lion/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac-lion/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
        * platform/chromium-mac-lion/fast/text/stroking-expected.png:
        * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
        * platform/chromium-mac-lion/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
        * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/chromium-mac-lion/fast/writing-mode/english-lr-text-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-001-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-002-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-003-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-004-expected.png:
        * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-010-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-lion/svg/css/stars-with-shadow-expected.png:
        * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
        * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-mac-lion/svg/custom/repaint-shadow-expected.png:
        * platform/chromium-mac-lion/transitions/svg-text-shadow-transition-expected.png:
        * platform/chromium-mac-snowleopard/compositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-mac-snowleopard/compositing/iframes/composited-iframe-alignment-expected.png:
        * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-radius-constraints-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-001-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-002-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-003-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-004-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-010-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-snowleopard/svg/css/stars-with-shadow-expected.png:
        * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-mac-snowleopard/transitions/svg-text-shadow-transition-expected.png:
        * platform/chromium-mac/compositing/culling/scrolled-within-boxshadow-expected.png: Added.
        * platform/chromium-mac/compositing/culling/translated-boxshadow-expected.png: Added.
        * platform/chromium-mac/compositing/culling/unscrolled-within-boxshadow-expected.png: Added.
        * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-mac/compositing/geometry/foreground-layer-expected.png:
        * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png:
        * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
        * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
        * platform/chromium-mac/fast/box-shadow/inset-expected.png:
        * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
        * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png:
        * platform/chromium-mac/fast/box-shadow/shadow-tiling-artifact-expected.png:
        * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
        * platform/chromium-mac/fast/canvas/fillText-shadow-expected.txt: Removed.
        * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/chromium-mac/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
        * platform/chromium-mac/fast/text/stroking-expected.png:
        * platform/chromium-mac/fast/transforms/shadows-expected.png:
        * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
        * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/chromium-mac/fast/writing-mode/english-lr-text-expected.png:
        * platform/chromium-mac/ietestcenter/css3/text/textshadow-001-expected.png:
        * platform/chromium-mac/ietestcenter/css3/text/textshadow-002-expected.png:
        * platform/chromium-mac/ietestcenter/css3/text/textshadow-003-expected.png:
        * platform/chromium-mac/ietestcenter/css3/text/textshadow-004-expected.png:
        * platform/chromium-mac/ietestcenter/css3/text/textshadow-010-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/scrolled-within-boxshadow-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/translated-boxshadow-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/unscrolled-within-boxshadow-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/foreground-layer-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
        * platform/chromium-mac/svg/css/path-with-shadow-expected.png:
        * platform/chromium-mac/svg/css/shadow-and-opacity-expected.png:
        * platform/chromium-mac/svg/css/shadow-with-large-radius-expected.png:
        * platform/chromium-mac/svg/css/shadow-with-negative-offset-expected.png:
        * platform/chromium-mac/svg/css/stars-with-shadow-expected.png:
        * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
        * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-mac/svg/custom/repaint-shadow-expected.png:
        * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-mac/transitions/svg-text-shadow-transition-expected.png:
        * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
        * platform/chromium-win-xp/fast/text/stroking-expected.png:
        * platform/chromium-win-xp/fast/writing-mode/english-lr-text-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win/compositing/culling/scrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
        * platform/chromium-win/compositing/culling/translated-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png.
        * platform/chromium-win/compositing/culling/unscrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
        * platform/chromium-win/compositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-win/compositing/geometry/foreground-layer-expected.png:
        * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png:
        * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
        * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
        * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
        * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
        * platform/chromium-win/fast/box-shadow/inset-expected.png:
        * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
        * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
        * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.png:
        * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
        * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/chromium-win/fast/css/shadow-multiple-expected.png:
        * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/chromium-win/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-win/fast/text/stroking-decorations-expected.png:
        * platform/chromium-win/fast/text/stroking-expected.png:
        * platform/chromium-win/fast/transforms/shadows-expected.png:
        * platform/chromium-win/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
        * platform/chromium-win/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/chromium-win/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/chromium-win/fast/writing-mode/english-lr-text-expected.png:
        * platform/chromium-win/ietestcenter/css3/text/textshadow-001-expected.png:
        * platform/chromium-win/ietestcenter/css3/text/textshadow-002-expected.png:
        * platform/chromium-win/ietestcenter/css3/text/textshadow-003-expected.png:
        * platform/chromium-win/ietestcenter/css3/text/textshadow-004-expected.png:
        * platform/chromium-win/ietestcenter/css3/text/textshadow-010-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/culling/scrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/culling/translated-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/culling/unscrolled-within-boxshadow-expected.png: Copied from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/foreground-layer-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
        * platform/chromium-win/svg/css/path-with-shadow-expected.png:
        * platform/chromium-win/svg/css/shadow-and-opacity-expected.png:
        * platform/chromium-win/svg/css/shadow-with-large-radius-expected.png:
        * platform/chromium-win/svg/css/shadow-with-negative-offset-expected.png:
        * platform/chromium-win/svg/css/stars-with-shadow-expected.png:
        * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
        * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-win/svg/custom/repaint-shadow-expected.png:
        * platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-win/transitions/svg-text-shadow-transition-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl-wk1/compositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/clipping-foreground-expected.png.
        * platform/efl-wk1/compositing/geometry/foreground-layer-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/foreground-layer-expected.png.
        * platform/efl-wk1/fast/borders/border-radius-constraints-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/border-radius-constraints-expected.png.
        * platform/efl-wk1/fast/borders/border-radius-split-inline-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/border-radius-split-inline-expected.png.
        * platform/efl-wk1/fast/borders/mixed-border-styles-radius-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/mixed-border-styles-radius-expected.png.
        * platform/efl-wk1/fast/box-shadow/inset-box-shadows-expected.png: Renamed from LayoutTests/platform/efl/fast/box-shadow/inset-box-shadows-expected.png.
        * platform/efl-wk1/fast/box-shadow/inset-expected.png: Renamed from LayoutTests/platform/efl/fast/box-shadow/inset-expected.png.
        * platform/efl-wk1/fast/css/box-shadow-and-border-radius-expected.png: Renamed from LayoutTests/platform/efl/fast/css/box-shadow-and-border-radius-expected.png.
        * platform/efl-wk1/fast/css/shadow-multiple-expected.png: Renamed from LayoutTests/platform/efl/fast/css/shadow-multiple-expected.png.
        * platform/efl-wk1/fast/multicol/shadow-breaking-expected.png: Renamed from LayoutTests/platform/efl/fast/multicol/shadow-breaking-expected.png.
        * platform/efl-wk1/fast/repaint/moving-shadow-on-path-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-path-expected.png.
        * platform/efl-wk1/fast/text/shadow-translucent-fill-expected.png: Renamed from LayoutTests/platform/efl/fast/text/shadow-translucent-fill-expected.png.
        * platform/efl-wk1/fast/text/stroking-decorations-expected.png: Renamed from LayoutTests/platform/efl/fast/text/stroking-decorations-expected.png.
        * platform/efl-wk1/fast/text/stroking-expected.png: Renamed from LayoutTests/platform/efl/fast/text/stroking-expected.png.
        * platform/efl-wk1/fast/writing-mode/box-shadow-horizontal-bt-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png.
        * platform/efl-wk1/fast/writing-mode/box-shadow-vertical-lr-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png.
        * platform/efl-wk1/fast/writing-mode/box-shadow-vertical-rl-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/box-shadow-vertical-rl-expected.png.
        * platform/efl-wk1/fast/writing-mode/english-lr-text-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/english-lr-text-expected.png.
        * platform/efl-wk1/ietestcenter/css3/text/textshadow-001-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-001-expected.png.
        * platform/efl-wk1/ietestcenter/css3/text/textshadow-002-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-002-expected.png.
        * platform/efl-wk1/ietestcenter/css3/text/textshadow-003-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-003-expected.png.
        * platform/efl-wk1/ietestcenter/css3/text/textshadow-004-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-004-expected.png.
        * platform/efl-wk1/ietestcenter/css3/text/textshadow-010-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-010-expected.png.
        * platform/efl-wk1/svg/css/circle-in-mask-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/circle-in-mask-with-shadow-expected.png.
        * platform/efl-wk1/svg/css/path-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/path-with-shadow-expected.png.
        * platform/efl-wk1/svg/css/shadow-with-large-radius-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-with-large-radius-expected.png.
        * platform/efl-wk1/svg/css/shadow-with-negative-offset-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-with-negative-offset-expected.png.
        * platform/efl-wk1/svg/css/stars-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/stars-with-shadow-expected.png.
        * platform/efl-wk1/svg/css/text-gradient-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/text-gradient-shadow-expected.png.
        * platform/efl-wk1/svg/css/text-shadow-multiple-expected.png: Renamed from LayoutTests/platform/efl/svg/css/text-shadow-multiple-expected.png.
        * platform/efl/fast/canvas/fillText-shadow-expected.txt: Removed.
        * platform/gtk/fast/canvas/fillText-shadow-expected.txt: Removed.
        * platform/gtk/svg/css/shadow-and-opacity-expected.png: Removed.
        * svg/css/shadow-and-opacity-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-and-opacity-expected.png.

2012-12-05  Keishi Hattori  <keishi@webkit.org>

        Fix text direction in datalist popup for time controls
        https://bugs.webkit.org/show_bug.cgi?id=103853

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.html: Added.

2012-12-05  Mike West  <mkwst@chromium.org>

        [mac][chromium] Unreviewed gardening.

        Rebaselining tests after r136657 to pick up changes to console messages.

        * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
        * platform/chromium-win/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
        * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:

2012-12-05  Mike West  <mkwst@chromium.org>

        [gtk] Unreviewed gardening.

        Rebaselining tests after r136657 to pick up changes to console messages.

        * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
        * platform/chromium/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Renamed from LayoutTests/platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt.
        * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
        * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: Added.
        * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Added.
        * platform/gtk/svg/custom/polyline-setattribute-points-null-expected.txt:

2012-12-05  Mike West  <mkwst@chromium.org>

        [qt] Unreviewed gardening.

        Rebaselining tests after r136657 to pick up changes to console messages.

        * platform/qt/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
        * platform/qt/fast/media/mq-resolution-expected.txt: Added.
        * platform/qt/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/qt/svg/custom/polyline-setattribute-points-null-expected.txt:
            These shouldn't have had line numbers; they were all pointing to the
            end of the style or script block in which the message was generated.

2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Unreviewed gardening.

        Updated the expectations of MathML tests.

        * platform/efl-wk1/mathml/presentation/roots-expected.txt:
        * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt:
        * platform/efl-wk1/mathml/presentation/sub-expected.txt:
        * platform/efl-wk1/mathml/presentation/subsup-expected.txt:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/mathml/presentation/attributes-expected.png:
        * platform/efl/mathml/presentation/attributes-expected.txt:
        * platform/efl/mathml/presentation/fenced-expected.png:
        * platform/efl/mathml/presentation/fenced-expected.txt:
        * platform/efl/mathml/presentation/fenced-mi-expected.png:
        * platform/efl/mathml/presentation/fractions-expected.png:
        * platform/efl/mathml/presentation/fractions-expected.txt:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/efl/mathml/presentation/mo-stretch-expected.png:
        * platform/efl/mathml/presentation/mo-stretch-expected.txt:
        * platform/efl/mathml/presentation/mroot-pref-width-expected.png:
        * platform/efl/mathml/presentation/roots-expected.png:
        * platform/efl/mathml/presentation/roots-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/roots-expected.txt.
        * platform/efl/mathml/presentation/row-alignment-expected.png:
        * platform/efl/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/efl/mathml/presentation/style-expected.png:
        * platform/efl/mathml/presentation/sub-expected.png:
        * platform/efl/mathml/presentation/sub-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/sub-expected.txt.
        * platform/efl/mathml/presentation/subsup-expected.png:
        * platform/efl/mathml/presentation/subsup-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/subsup-expected.txt.
        * platform/efl/mathml/presentation/sup-expected.png:
        * platform/efl/mathml/presentation/sup-expected.txt:
        * platform/efl/mathml/presentation/tables-expected.png:
        * platform/efl/mathml/presentation/tables-expected.txt:
        * platform/efl/mathml/presentation/tokenElements-expected.png:
        * platform/efl/mathml/presentation/under-expected.png:
        * platform/efl/mathml/presentation/underover-expected.png:
        * platform/efl/mathml/xHeight-expected.png:

2012-12-05  Mike West  <mkwst@chromium.org>

        [efl] Unreviewed gardening.

        Rebaselining tests after r136657 to pick up changes to console messages.

        * platform/efl-wk1/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
        * platform/efl-wk1/fast/media/mq-resolution-expected.txt: Added.
        * platform/efl-wk1/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/efl-wk1/inspector/console/console-object-constructor-name-expected.txt: Added.
        * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
        * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Added.
        * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Added.
            These shouldn't have had line numbers; they were all pointing to the
            end of the style or script block in which the message was generated.
        * platform/efl-wk1/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: Added.
        * platform/efl-wk1/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Added.
            New stack trace.

2012-12-05  Kent Tamura  <tkent@chromium.org>

        Layout Test fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html are slow
        https://bugs.webkit.org/show_bug.cgi?id=104094

        Reviewed by Kentaro Hara.

        Make them faster by spliting them into the main frame HTML files
        and the sub frame HTML files. The sub frame HTML files are loaded
        five times in one test, and don't need to load
        js-test-pre/post.js. This change makes them about 2x faster on my
        local machine.

        * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html:
        * fast/forms/date-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html:
        * fast/forms/datetimelocal-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html.
        * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html:
        * fast/forms/month-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html.
        * fast/forms/time-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html.
        * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html:
        * fast/forms/week-multiple-fields/resources/preserve-value-after-history-back-frame.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html.
        * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html:
        * platform/chromium/TestExpectations:

2012-12-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed gardening.

        Moving Chromium's baseline for media/track/opera/interfaces/TextTrack/addCue.html
        (that contains correct, platform-agnostic results) alongside the test.

        * media/track/opera/interfaces/TextTrack/addCue-expected.txt: Copied from LayoutTests/platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt.
        * platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt: Removed.
        * platform/efl/TestExpectations: Removed the missing expectation for this test.

2012-12-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a platform-specific baseline for fast/css/image-set-value-not-removed-crash.html.
        Adding a failure expectation for svg/custom/use-href-update-crash.html.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Added.

2012-12-05  Mike West  <mkwst@chromium.org>

        Unreviewed gardening.

        fast/frames/viewsource-on-image-file.html and
        fast/overflow/scrollbar-click-retains-focus.html are failing on every
        port. Skipping.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-05  Carlos Garcia Campos  <cgarcia@igalia.com>

        Flex item auto margins in the cross direction should safe center
        https://bugs.webkit.org/show_bug.cgi?id=103919

        Reviewed by Ojan Vafai.

        * css3/flexbox/flex-flow-auto-margins-no-available-space-expected.txt: Added.
        * css3/flexbox/flex-flow-auto-margins-no-available-space.html: Added.

2012-12-05  Mike West  <mkwst@chromium.org>

        [mac][gtk] Unreviewed gardening.

        fast/overflow/scrollbar-click-retains-focus.html was added in r136646
        and fails only on Mac WK1, and GTK. Skipping.

        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-12-05  Mike West  <mkwst@chromium.org>

        Web Inspector: Autogenerate stack traces and line numbers when possible.
        https://bugs.webkit.org/show_bug.cgi?id=100650

        Reviewed by Yury Semikhatsky.

        New line numbers! Huzzah! (Also, removing some that shouldn't be there).

        * http/tests/inspector/console-xhr-logging-expected.txt:
        * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
            One new stack trace! OMG!
        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
        * html5lib/run-test11-expected.txt:
        * http/tests/misc/bubble-drag-events-expected.txt:
        * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
        * http/tests/misc/iframe-invalid-source-crash-expected.txt:
        * http/tests/misc/image-blocked-src-change-expected.txt:
        * http/tests/misc/image-blocked-src-no-change-expected.txt:
        * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
        * http/tests/security/frame-loading-via-document-write-expected.txt:
        * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
        * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
        * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
        * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-expected.txt:
        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/form-action-expected.txt:
        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/object-tag-expected.txt:
        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
        * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-expected.txt:
        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
        * http/tests/security/xssAuditor/property-escape-expected.txt:
        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
        * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
        * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
        * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
        * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
        * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
        * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
        * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
        * svg/custom/invalid-length-units-expected.txt:
        * svg/custom/poly-parsing-error-expected.txt:
        * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt:
        * svg/dom/fuzz-path-parser-expected.txt:
        * svg/dom/path-parser-expected.txt:
        * svg/dom/points-parser-expected.txt:

2012-12-04  Carlos Garcia Campos  <cgarcia@igalia.com>

        Reduce the children repaints when moved multiple times during the layout
        https://bugs.webkit.org/show_bug.cgi?id=103510

        Reviewed by Darin Adler.

        Add test to check that for flex items moved multiple times during the
        layout, only the initial and final positions are repainted.

        * css3/flexbox/repaint-column-reverse-expected.txt: Added.
        * css3/flexbox/repaint-column-reverse.html: Added.
        * platform/chromium-linux/css3/flexbox/repaint-column-reverse-expected.png: Added.

2012-12-05  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaselining viewsource* after r126683.
        Adding new baseline for orientation-sideways, new test.
        Moving addCue test to TestExpectations until it's fixed in bug 103925.

        * platform/efl-wk2/fast/frames/viewsource-attribute-expected.png: Added.
        * platform/efl-wk2/fast/frames/viewsource-attribute-expected.txt: Added.
        * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.png: Added.
        * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.txt: Added.
        * platform/efl/TestExpectations:
        * platform/efl/fast/text/orientation-sideways-expected.png: Added.
        * platform/efl/fast/text/orientation-sideways-expected.txt: Added.

2012-12-05  Mike West  <mkwst@chromium.org>

        [chromium] Unreviewed gardening.

        fast/text/hyphenate-character.html, fast/text/hyphenate-first-word.html
        fast/text/hyphenate-locale.html, and fast/text/hyphens.html have started
        failing on Linux. Widening the skip to cover that platform as well (they
        were already skipped for Windows, Mac, and Android.

        * platform/chromium/TestExpectations:

2012-12-05  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.
        https://bugs.webkit.org/show_bug.cgi?id=103487

        * platform/chromium/TestExpectations:
        fast/forms/placeholder-position.html is flaky on linux.

2012-12-05  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.
        https://bugs.webkit.org/show_bug.cgi?id=104092

        * platform/chromium/TestExpectations:
        Mark fast/frames/paint-iframe-background.html as flaky.

2012-12-05  Bear Travis  <betravis@adobe.com>

        Absolutely positioned non-replaced elements should resolve vertical margins against
        their containing block's logical width
        https://bugs.webkit.org/show_bug.cgi?id=103576

        Reviewed by Emil A Eklund.

        Test that different writing mode combinations between a parent and child correctly
        compute percentage margins for an absolutely positioned child.

        * fast/writing-mode/percentage-margins-absolute-expected.txt: Added.
        * fast/writing-mode/percentage-margins-absolute.html: Added.

2012-12-04  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.
        https://bugs.webkit.org/show_bug.cgi?id=104090

        * platform/chromium/TestExpectations:
        Mark fast/css-grid-layout/grid-columns-rows-get-set-multiple.html and
        fast/css-grid-layout/grid-columns-rows-get-set.html as crash on Mac
        Debug.

2012-12-04  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium/TestExpectations:
        Mark fast/frames/viewsource-attribute.html and
        viewsource-on-image-file.html as failure.

2012-12-04  Elliott Sprehn  <esprehn@chromium.org>

        Clicking a scrollbar unfocuses the current activeElement
        https://bugs.webkit.org/show_bug.cgi?id=96335
 
        Reviewed by Ojan Vafai.
 
        Add test that ensures clicking inside a scrollbar doesn't move the
        focus unless the scrollbar is inside a mouse focusable element.

        * fast/overflow/scrollbar-click-retains-focus-expected.txt: Added.
        * fast/overflow/scrollbar-click-retains-focus.html: Added.

2012-12-04  Viatcheslav Ostapenko  <v.ostapenko@samsung.com>

        [EFL][WK2] Enable compositing pixel tests that are not fail after EFL WTR snapshot implementation.
        https://bugs.webkit.org/show_bug.cgi?id=104075

        Unreviewed, EFL gardening.

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

2012-12-04  Noel Gordon  <noel.gordon@gmail.com>

        [v8] Improve worker.postMessage() string performance: avoid utf8 conversion
        https://bugs.webkit.org/show_bug.cgi?id=102230

        Reviewed by Eric Seidel.

        Update serialized-script-value-expected results for the new SerializedScriptValue
        wire format version. Add test cases for UChar string serialization to verify that
        the UChar string data appears on an even-byte boundary in the wire format, and to
        test reading string data from the previous wire format is backward-compatible.

        * platform/chromium/fast/storage/serialized-script-value-expected.txt:
        * platform/chromium/fast/storage/serialized-script-value.html:

2012-12-04  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening. A rebaseline.

        * platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt: Added.

2012-12-04  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium/TestExpectations:
        Updated css3/filters/effect-reference-hw.html's expectation.

2012-12-04  Florin Malita  <fmalita@chromium.org>

        Unreviewed gardening - skip use-href-update-crash.svg on Win.

        * platform/win/TestExpectations:

2012-12-04  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.txt: Removed, rebaseline.

2012-12-04  Florin Malita  <fmalita@chromium.org>

        Unreviewed gardening - suppressing failing svg/custom/use-href-update-crash.svg on Mac and
        Qt.

        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-12-04  Stephen White  <senorblanco@chromium.org>

        [chromium] Turn on the new Skia mask blur algorithm.
        https://bugs.webkit.org/show_bug.cgi?id=103906

        Reviewed by Adrienne Walker.

        * platform/chromium/TestExpectations:

2012-12-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Add Windows specific results for some tests following r136558 and r136560.

        Tests are indeed passing. The output is just slightly different on Windows.

        * platform/win/TestExpectations:
        * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
        * platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.

2012-12-04  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Implement CSS parsing and handling for <track-minmax>
        https://bugs.webkit.org/show_bug.cgi?id=103799

        Reviewed by Tony Chang.

        * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
        * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
        * fast/css-grid-layout/grid-columns-rows-get-set.html:
        * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
        * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
        Extended the following tests to cover the new grammar.

2012-12-04  Florin Malita  <fmalita@chromium.org>

        Unreviewed gardening - add missing js-test-pre.js include to avoid use-href-update-crash.svg
        failures on platforms that do not define gc().

        * svg/custom/use-href-update-crash.svg:

2012-12-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed, mark css3/filters/effect-reference-hw.html as failing rather than crashing.

        * platform/chromium/TestExpectations:

2012-12-04  Yury Semikhatsky  <yurys@chromium.org>

        [chromium] Layout test inspector-protocol/debugger-pause-dedicated-worker.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=101229

        Reviewed by Vsevolod Vlasov.

        Removed unnecessary logging that introduced flakiness to the tests.

        * inspector-protocol/debugger-pause-dedicated-worker-expected.txt:
        * inspector-protocol/debugger-pause-dedicated-worker.html:
        * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt:
        * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html:
        * platform/chromium/TestExpectations:

2012-12-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaselines.

        * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.txt: Added.

2012-12-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium expectations update.

        * platform/chromium/TestExpectations:

2012-12-04  Abhishek Arya  <inferno@chromium.org>

        Heap-use-after-free in WebCore::StyleCachedImageSet::cssValue
        https://bugs.webkit.org/show_bug.cgi?id=100621

        Reviewed by Eric Seidel.

        * fast/css/image-set-value-not-removed-crash-expected.txt: Added.
        * fast/css/image-set-value-not-removed-crash.html: Added.

2012-12-04  Abhishek Arya  <inferno@chromium.org>

        Crash in CachedResource::checkNotify due to -webkit-crossfade.
        https://bugs.webkit.org/show_bug.cgi?id=98068

        Reviewed by Nate Chapin.

        * fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
        * fast/images/crossfade-client-not-removed-crash.html: Added.

2012-12-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skip flaky "fake mouse move tests" on Windows port.
        https://bugs.webkit.org/show_bug.cgi?id=103043.

        * platform/win/TestExpectations:

2012-12-04  Julien Chaffraix  <jchaffraix@webkit.org>

        Heap-use-after-free in WebCore::RenderLayer::paintList [MathML]
        https://bugs.webkit.org/show_bug.cgi?id=100764

        Reviewed by Eric Seidel.

        * mathml/mfenced-root-layer-expected.txt: Added.
        * mathml/mfenced-root-layer.html: Added.

2012-12-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. Skip fast/loader/non-deferred-substitute-load.html on Windows port.
        https://bugs.webkit.org/show_bug.cgi?id=103968

        * platform/win/TestExpectations:

2012-12-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed, mark fast/dom/HTMLTemplateElement/inertContents.html as flaky on mac debug.

        * platform/chromium/TestExpectations:

2012-12-04  Florin Malita  <fmalita@chromium.org>

        Stale SVGUseElement reference in CachedResource::checkNotify()
        https://bugs.webkit.org/show_bug.cgi?id=104004

        Reviewed by Eric Seidel.

        * svg/custom/use-href-update-crash-expected.txt: Added.
        * svg/custom/use-href-update-crash.svg: Added.

2012-12-04  Antoine Quint  <graouts@apple.com>

        Missing -expected.txt files for new <track> tests
        https://bugs.webkit.org/show_bug.cgi?id=104006

        Reviewed by Eric Carlson.

        Add the missing -expected.txt files.

        * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
        * media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.

2012-12-04  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r136509.
        http://trac.webkit.org/changeset/136509
        https://bugs.webkit.org/show_bug.cgi?id=104015

        broke layout tests (Requested by eae on #webkit).

        * platform/efl-wk2/TestExpectations:

2012-12-04  Antoine Quint  <graouts@apple.com>

        INVALID_STATE_ERR error upon calling .addCue() for an already-in-use cue
        https://bugs.webkit.org/show_bug.cgi?id=103264

        Reviewed by Eric Carlson.

        Stop skipping media/track/opera/interfaces/TextTrack/addCue.html as it now mostly passes, the remaining issue
        being tracked by https://bugs.webkit.org/show_bug.cgi?id=103258.

        * media/track/opera/interfaces/TextTrack/addCue-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-12-04  Mike West  <mkwst@chromium.org>

        Log to console when forms and popups are blocked by 'sandbox'.
        https://bugs.webkit.org/show_bug.cgi?id=103615

        Reviewed by Adam Barth.

        * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
        * fast/frames/sandboxed-iframe-forms-dynamic-expected.txt:
        * fast/frames/sandboxed-iframe-forms-expected.txt:
        * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
        * fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt:
        * http/tests/security/no-popup-from-sandbox.html:
        * http/tests/security/popup-allowed-by-sandbox-is-sandboxed.html:
            Updating effected tests with new console warnings.

2012-12-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r136508.

        * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
        * platform/efl-wk1/compositing/masks: Added.
        * platform/efl-wk1/compositing/masks/masked-ancestor-expected.png: Added.
        * platform/efl/compositing/masks/masked-ancestor-expected.png: Removed.

2012-12-04  Ken Kania  <kkania@chromium.org>

        Inspector: Introduce Input.dispatchKeyEvent and DOM.focus for typing simulation.
        https://bugs.webkit.org/show_bug.cgi?id=103530

        Reviewed by Yury Semikhatsky.

        Input.dispatchKeyEvent simply calls EventHandler::keyEvent with the key event data
        from the command parameters. The client will be responsible for providing proper
        events to simulate desired typing behavior.
        DOM.focus calls focus on a dom element.

        * inspector-protocol/dom-focus-expected.txt: Added.
        * inspector-protocol/dom-focus.html: Added.
        * inspector-protocol/input/dispatchKeyEvent-expected.txt: Added.
        * inspector-protocol/input/dispatchKeyEvent.html: Added.

2012-12-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed mathml rebaseline.

        * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Removed.
        * platform/chromium-mac-lion/mathml/presentation/sub-expected.txt: Removed.
        * platform/chromium/mathml/presentation/sub-expected.txt: Removed.
        * platform/efl-wk1/mathml: Added.
        * platform/efl-wk1/mathml/presentation: Added.
        * platform/efl-wk1/mathml/presentation/roots-expected.txt: Added.
        * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/efl-wk1/mathml/presentation/sub-expected.txt: Added.
        * platform/efl-wk1/mathml/presentation/subsup-expected.txt: Added.
        * platform/efl/mathml/presentation/roots-expected.txt: Removed.
        * platform/efl/mathml/presentation/row-alignment-expected.txt: Removed.
        * platform/efl/mathml/presentation/sub-expected.txt: Removed.
        * platform/efl/mathml/presentation/subsup-expected.txt: Removed.

2012-12-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed, skip new broken tests in chromium.

        * platform/chromium/TestExpectations:

2012-12-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium expectations update, mark unskipped svg tests as slow.

        * platform/chromium/TestExpectations:

2012-12-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r136506 and 136502.

        * platform/chromium-linux/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Removed.
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
        * platform/chromium-linux/media/track/opera: Added.
        * platform/chromium-linux/media/track/opera/interfaces: Added.
        * platform/chromium-linux/media/track/opera/interfaces/HTMLElement: Added.
        * platform/chromium-linux/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
        * platform/chromium-linux/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
        * platform/chromium-linux/media/track/opera/interfaces/TextTrack: Added.
        * platform/chromium-linux/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
        * platform/chromium-mac-lion/media/track/opera: Added.
        * platform/chromium-mac-lion/media/track/opera/interfaces: Added.
        * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement: Added.
        * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
        * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
        * platform/chromium-mac-lion/media/track/opera/interfaces/TextTrack: Added.
        * platform/chromium-mac-lion/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
        * platform/chromium-mac-snowleopard/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
        * platform/chromium-mac-snowleopard/media/track/opera: Added.
        * platform/chromium-mac-snowleopard/media/track/opera/interfaces: Added.
        * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement: Added.
        * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
        * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
        * platform/chromium-mac-snowleopard/media/track/opera/interfaces/TextTrack: Added.
        * platform/chromium-mac-snowleopard/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
        * platform/chromium-mac/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
        * platform/chromium-mac/compositing/repaint/newly-composited-on-scroll-expected.png:
        * platform/chromium-mac/media/track/opera: Added.
        * platform/chromium-mac/media/track/opera/interfaces: Added.
        * platform/chromium-mac/media/track/opera/interfaces/HTMLElement: Added.
        * platform/chromium-mac/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
        * platform/chromium-mac/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
        * platform/chromium-mac/media/track/opera/interfaces/TextTrack: Added.
        * platform/chromium-mac/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
        * platform/chromium-win-xp/media/track/opera: Added.
        * platform/chromium-win-xp/media/track/opera/interfaces: Added.
        * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement: Added.
        * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
        * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
        * platform/chromium-win-xp/media/track/opera/interfaces/TextTrack: Added.
        * platform/chromium-win-xp/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
        * platform/chromium-win/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Removed.
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
        * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png:
        * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
        * platform/chromium-win/media/track/opera: Added.
        * platform/chromium-win/media/track/opera/interfaces: Added.
        * platform/chromium-win/media/track/opera/interfaces/HTMLElement: Added.
        * platform/chromium-win/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
        * platform/chromium-win/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
        * platform/chromium-win/media/track/opera/interfaces/TextTrack: Added.
        * platform/chromium-win/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
        * platform/efl-wk1/compositing/iframes: Added.
        * platform/efl-wk1/compositing/iframes/composited-iframe-alignment-expected.png: Added.
        * platform/efl-wk1/compositing/reflections/reflection-in-composited-expected.png: Added.
        * platform/efl-wk1/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
        * platform/efl/compositing/iframes/composited-iframe-alignment-expected.png: Removed.
        * platform/efl/compositing/reflections/reflection-in-composited-expected.png: Removed.
        * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png: Removed.

2012-12-04  Robert Hogan  <robert@webkit.org>

        Redrawing issue with inserting new inline element between existing inline elements
        https://bugs.webkit.org/show_bug.cgi?id=50315

        Reviewed by Levi Weintraub.

        * fast/inline/layout-after-inserting-nested-br-expected.html: Added.
        * fast/inline/layout-after-inserting-nested-br.html: Added.

2012-12-04  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        IntSize::scale() should return rounded value
        https://bugs.webkit.org/show_bug.cgi?id=103984

        Reviewed by Kenneth Rohde Christiansen.

        Test css3/device-adapt/viewport-width-not-affecting-next-page.html is not flaky any more.

        * platform/efl-wk2/TestExpectations:

2012-12-04  Stephen Chenney  <schenney@chromium.org>

        [chromium] Turn on the new Skia mask blur algorithm.
        https://bugs.webkit.org/show_bug.cgi?id=103906

        Unreviewed roll out.

        The previous patch was premature and is causing issues rolling skia deps and Chromium deps.

        * platform/chromium/TestExpectations:

2012-12-04  Antoine Quint  <graouts@apple.com>

        TextTrack's .kind property should return lower-case values
        https://bugs.webkit.org/show_bug.cgi?id=103411

        Reviewed by Eric Carlson.

        Stop skipping passing tests.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-12-04  Markus Heintz  <markusheintz@chromium.org>

        Web Inspector: Updating test expectations after viewport console warnings cleanup.
        https://bugs.webkit.org/show_bug.cgi?id=102890

        Reviewed by Jochen Eisinger.

        Updating test expectations after improving the console message text
        for a viewport console warning and change the log level to warning.

        * fast/viewport/viewport-121-expected.txt:
        * fast/viewport/viewport-122-expected.txt:
        * fast/viewport/viewport-125-expected.txt:
        * fast/viewport/viewport-126-expected.txt:
        * fast/viewport/viewport-127-expected.txt:
        * fast/viewport/viewport-134-expected.txt:
        * fast/viewport/viewport-52-expected.txt:
        * fast/viewport/viewport-53-expected.txt:
        * fast/viewport/viewport-54-expected.txt:
        * fast/viewport/viewport-55-expected.txt:
        * fast/viewport/viewport-77-expected.txt:
        * fast/viewport/viewport-83-expected.txt:
        * fast/viewport/viewport-84-expected.txt:
        * fast/viewport/viewport-87-expected.txt:
        * fast/viewport/viewport-warnings-3-expected.txt:
        * fast/viewport/viewport-warnings-5-expected.txt:
        * fast/viewport/viewport-warnings-6-expected.txt:

2012-12-04  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium/TestExpectations:
        Update flaky tests' expectations.

2012-12-04  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium/TestExpectations:
        Mark css3/filters/effect-reference-hw.html and
        css3/filters/effect-reference-ordering-hw.html as crash.

2012-12-04  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectations for the sixth and seventh SVG viewspec tests.

        * platform/gtk/TestExpectations:

2012-12-03  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Overrides] Add ability to override the page CSS media type
        https://bugs.webkit.org/show_bug.cgi?id=103752

        Reviewed by Pavel Feldman.

        The test invokes PageAgent.setEmulatedMedia() and emits the WebInspector.cssModel.mediaQueryResultChanged() signal.

        * inspector/styles/media-emulation-expected.txt: Added.
        * inspector/styles/media-emulation.html: Added.

2012-12-04  Ryosuke Niwa  <rniwa@webkit.org>

        Fix a test and re-enable fast/harness/perftests on Chromium.

        * fast/harness/perftests/runs-per-second-log.html:
        * platform/chromium/TestExpectations:

2012-12-04  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium/TestExpectations:
        Updated about 200 tests' expectations, because the tests were
        reported as "expected to XXX, but YYY".

2012-12-03  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [REGRESSION] [Styles] Rule disappears if edited selector does not affect selected node
        https://bugs.webkit.org/show_bug.cgi?id=103059

        Reviewed by Pavel Feldman.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
          Add dumping of the [no-affect] flag for rules not affecting the currently selected element.
        * inspector/styles/commit-selector-expected.txt: Rebaseline.

2012-12-04  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        Make svg/dom/viewspec-parser-*.html non-flaky
        https://bugs.webkit.org/show_bug.cgi?id=103744

        Reviewed by Dirk Schulze.

        Modified viewspec-parser-*.html in two ways:
        - remove duplicate testing: the five files were all running
          the exact same tests (only a few percent were unique).
        - move the test division out of viewspec-parser.js to make it more
          visible, divide the tests into logical sets.

        * platform/efl-wk2/TestExpectations:
        * svg/dom/resources/viewspec-parser.js:
        (startViewspecTests):
        * svg/dom/viewspec-parser-1-expected.txt:
        * svg/dom/viewspec-parser-1.html:
        * svg/dom/viewspec-parser-2-expected.txt:
        * svg/dom/viewspec-parser-2.html:
        * svg/dom/viewspec-parser-3-expected.txt:
        * svg/dom/viewspec-parser-3.html:
        * svg/dom/viewspec-parser-4-expected.txt:
        * svg/dom/viewspec-parser-4.html:
        * svg/dom/viewspec-parser-5-expected.txt:
        * svg/dom/viewspec-parser-5.html:
        * svg/dom/viewspec-parser-6-expected.txt: Added.
        * svg/dom/viewspec-parser-6.html: Added.
        * svg/dom/viewspec-parser-7-expected.txt: Added.
        * svg/dom/viewspec-parser-7.html: Added.

2012-12-03  Nate Chapin  <japhet@chromium.org>

        svg/foreignObject/viewport-foreignObject-crash.html recurses infinitely sometimes
        https://bugs.webkit.org/show_bug.cgi?id=103935.

        Reviewed by Abhishek Arya.

        * svg/foreignObject/viewport-foreignobject-crash.html:

2012-12-03  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Correct database version after aborted upgrade
        https://bugs.webkit.org/show_bug.cgi?id=103763

        Reviewed by Tony Chang.

        Update test expectations and tweak a test so it's testing what it claimed.

        * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt:
        * storage/indexeddb/mozilla/resources/versionchange-abort.js:
        (postAbort):
        * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
        * storage/indexeddb/resources/unblocked-version-changes.js:
        (onUpgradeNeeded):
        * storage/indexeddb/unblocked-version-changes-expected.txt:

2012-12-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Gardening of Apple Windows port.
        https://bugs.webkit.org/show_bug.cgi?id=102603.

        * platform/win/TestExpectations:

2012-12-03  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium/TestExpectations:
        Marked the following tests as crash timeout for Android:
        media/encrypted-media/encrypted-media-syntax.html,
        media/encrypted-media/encrypted-media-events.html, and
        media/encrypted-media/encrypted-media-not-loaded.html.

2012-12-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening of Apple Windows Port.
        https://bugs.webkit.org/show_bug.cgi?id=97026

        * platform/win/TestExpectations:

2012-12-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Removing expected failing results for Windows port. Test now works.
        https://bugs.webkit.org/show_bug.cgi?id=51469

        * platform/win/fast/js/large-expressions-expected.txt: Removed.

2012-12-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skip fast/js/kde/Array.html.
        https://bugs.webkit.org/show_bug.cgi?id=103962.

        * platform/win/TestExpectations:

2012-12-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Line ending fix.

        * platform/win/css3/filters/effect-reference-expected.txt:
        * platform/win/css3/filters/effect-reference-hw-expected.txt:

2012-12-03  Rafael Weinstein  <rafaelw@chromium.org>

        Implement HTMLTemplateElement
        https://bugs.webkit.org/show_bug.cgi?id=86031

        Reviewed by Adam Barth.

        * fast/dom/HTMLTemplateElement/cloneNode-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/cloneNode.html: Added.
        * fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/inertContents.html: Added.
        * fast/dom/HTMLTemplateElement/innerHTML-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/innerHTML.html: Added.
        * fast/dom/HTMLTemplateElement/ownerDocument-expected.txt: Added.
        * fast/dom/HTMLTemplateElement/ownerDocument.html: Added.
        * html5lib/resources/template.dat: Added.
        * html5lib/run-template-expected.txt: Added.
        * html5lib/run-template.html: Added.
        * resources/dump-as-markup.js:
        (Markup._get):
        (Markup._getSelectionFromNode):

2012-12-03  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS Grid Layout] Support percentage paddings and margins on grid items
        https://bugs.webkit.org/show_bug.cgi?id=103677

        Reviewed by Tony Chang.

        * resources/check-layout.js:
        Extended check-layout to be able to query paddings and margins. Note that in order to compare,
        the attribute with the returned value from getComputedStyle, we need to trim the unit ("px")
        from the actual values. This trick also works in FireFox and Opera.

        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-expected.txt: Added.
        * fast/css-grid-layout/percent-padding-margin-resolution-grid-item.html: Added.

2012-12-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Expected failing results on Windows.

        * platform/win/css3/filters: Added.
        * platform/win/css3/filters/effect-reference-expected.txt: Added.
        * platform/win/css3/filters/effect-reference-hw-expected.txt: Added.

2012-12-03  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium/TestExpectations:
        Removed duplicate entries for compositing/masks/masked-ancestor.html.
        Fixed overriding: compositing/masks/simple-composited-mask.html.

2012-12-03  Antoine Quint  <graouts@apple.com>

        Add Opera-submitted W3C <track> tests to LayoutTests
        https://bugs.webkit.org/show_bug.cgi?id=103887

        Reviewed by Eric Carlson.

        Adding the Opera-submitted W3C <track> testsuite and test results for passing tests. Failing tests are skipped
        on all platforms.

        * media/track/opera/idl/media-idl-tests.html: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack.html: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/textTracks-expected.txt: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/textTracks.html: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/default-expected.txt: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/default.html: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/label-expected.txt: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/label.html: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/readyState-expected.txt: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/readyState.html: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/srclang-expected.txt: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/srclang.html: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/track-expected.txt: Added.
        * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/track.html: Added.
        * media/track/opera/interfaces/TextTrack/activeCues.html: Added.
        * media/track/opera/interfaces/TextTrack/addCue.html: Added.
        * media/track/opera/interfaces/TextTrack/constants-expected.txt: Added.
        * media/track/opera/interfaces/TextTrack/constants.html: Added.
        * media/track/opera/interfaces/TextTrack/cues.html: Added.
        * media/track/opera/interfaces/TextTrack/kind.html: Added.
        * media/track/opera/interfaces/TextTrack/label-expected.txt: Added.
        * media/track/opera/interfaces/TextTrack/label.html: Added.
        * media/track/opera/interfaces/TextTrack/language-expected.txt: Added.
        * media/track/opera/interfaces/TextTrack/language.html: Added.
        * media/track/opera/interfaces/TextTrack/mode-expected.txt: Added.
        * media/track/opera/interfaces/TextTrack/mode.html: Added.
        * media/track/opera/interfaces/TextTrack/oncuechange-expected.txt: Added.
        * media/track/opera/interfaces/TextTrack/oncuechange.html: Added.
        * media/track/opera/interfaces/TextTrack/removeCue.html: Added.
        * media/track/opera/interfaces/TextTrackCue/align.html: Added.
        * media/track/opera/interfaces/TextTrackCue/endTime.html: Added.
        * media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html: Added.
        * media/track/opera/interfaces/TextTrackCue/id.html: Added.
        * media/track/opera/interfaces/TextTrackCue/line.html: Added.
        * media/track/opera/interfaces/TextTrackCue/onenter.html: Added.
        * media/track/opera/interfaces/TextTrackCue/onexit.html: Added.
        * media/track/opera/interfaces/TextTrackCue/pauseOnExit.html: Added.
        * media/track/opera/interfaces/TextTrackCue/snapToLines.html: Added.
        * media/track/opera/interfaces/TextTrackCue/startTime.html: Added.
        * media/track/opera/interfaces/TextTrackCue/text.html: Added.
        * media/track/opera/interfaces/TextTrackCue/track.html: Added.
        * media/track/opera/interfaces/TextTrackCue/vertical.html: Added.
        * media/track/opera/interfaces/TextTrackCueList/getCueById-expected.txt: Added.
        * media/track/opera/interfaces/TextTrackCueList/getCueById.html: Added.
        * media/track/opera/interfaces/TextTrackCueList/getter.html: Added.
        * media/track/opera/interfaces/TextTrackCueList/length-expected.txt: Added.
        * media/track/opera/interfaces/TextTrackCueList/length.html: Added.
        * media/track/opera/interfaces/TextTrackList/getter.html: Added.
        * media/track/opera/interfaces/TextTrackList/length-expected.txt: Added.
        * media/track/opera/interfaces/TextTrackList/length.html: Added.
        * media/track/opera/interfaces/TextTrackList/onaddtrack-expected.txt: Added.
        * media/track/opera/interfaces/TextTrackList/onaddtrack.html: Added.
        * media/track/opera/interfaces/TextTrackList/onremovetrack.html: Added.
        * media/track/opera/interfaces/TrackEvent/constructor.html: Added.
        * media/track/opera/interfaces/TrackEvent/createEvent.html: Added.
        * media/track/opera/resources/WebIDLParser.js: Added.
        (window.WebIDLParser):
        (window.WebIDLParser.):
        * media/track/opera/resources/idlharness.js: Added.
        (.):
        * media/track/opera/resources/media/sunflower.mp4: Added.
        * media/track/opera/resources/media/sunflower.webm: Added.
        * media/track/opera/track/track-element/cloneNode.html: Added.
        * media/track/opera/track/track-element/src-clear-cues.html: Added.
        * media/track/opera/track/webvtt/parsing-cue-data/buildtests.py: Added.
        (appendtest):
        * media/track/opera/track/webvtt/parsing-cue-data/common.js: Added.
        (format):
        (test_serializer):
        (.if):
        (print_diffs):
        (runTests.tests.forEach):
        (runTests):
        (trackError):
        (removeElm):
        * media/track/opera/track/webvtt/parsing-cue-data/dat/entities.dat: Added.
        * media/track/opera/track/webvtt/parsing-cue-data/dat/tags.dat: Added.
        * media/track/opera/track/webvtt/parsing-cue-data/dat/timestamps.dat: Added.
        * media/track/opera/track/webvtt/parsing-cue-data/dat/tree-building.dat: Added.
        * media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html: Added.
        * media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html: Added.
        * media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html: Added.
        * media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html: Added.
        * media/track/opera/track/webvtt/parsing/001.html: Added.
        * media/track/opera/track/webvtt/parsing/support/.htaccess: Added.
        * media/track/opera/track/webvtt/parsing/support/arrows.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/cue-counts.json: Added.
        * media/track/opera/track/webvtt/parsing/support/header-garbage.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/header-space.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/header-tab.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/header-timings.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/ids.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/newlines.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/no-signature.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/nulls.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/omitted-hours.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/settings-align.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/settings-line.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/settings-multiple.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/settings-position.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/settings-size.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/settings-vertical.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-bom.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-formfeed.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-lowercase.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-no-newline.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-null.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-space-no-newline.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-space.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-tab-no-newline.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-tab.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-timings.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-too-short.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-two-boms.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/signature-websrt.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/space-chars.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/timings-60.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/timings-garbage.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/timings-negative.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/timings-too-long.vtt: Added.
        * media/track/opera/track/webvtt/parsing/support/timings-too-short.vtt: Added.
        * media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html: Added.
        * media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html: Added.
        * media/track/opera/track/webvtt/rendering/adhoc/support/12345_timestamps.vtt: Added.
        * media/track/opera/track/webvtt/rendering/adhoc/support/class.vtt: Added.
        * media/track/opera/track/webvtt/rendering/adhoc/support/voice_with_evil_timestamp.vtt: Added.
        * media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/2_tracks-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/2_tracks.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/3_tracks-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/3_tracks.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_end-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_end.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_50-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_50.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_gt_50-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_gt_50.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50_size_gt_maximum_size-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50_size_gt_maximum_size.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_start-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_start.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/audio_has_no_subtitles-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/audio_has_no_subtitles.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/basic-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/basic.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/build-manifest.py: Added.
        * media/track/opera/track/webvtt/rendering/reftest/cue_too_long-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/cue_too_long.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/decode_escaped_entities-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/decode_escaped_entities.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size_while_paused-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size_while_paused.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text_while_paused-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text_while_paused.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_remove_cue_while_paused-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/dom_override_remove_cue_while_paused.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/single_quote-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/single_quote.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/size_90-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/size_90.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/size_99-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/size_99.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/support/9_cues_overlapping_completely.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/support/9_cues_overlapping_completely_all_cues_have_same_timestamp.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/support/single_quote.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/support/size_90.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/support/size_99.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/evil/support/test.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_0_is_top-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_0_is_top.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_50_percent-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_50_percent.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/media/background.gif: Added.
        * media/track/opera/track/webvtt/rendering/reftest/media/white.mp4: Added.
        * media/track/opera/track/webvtt/rendering/reftest/media/white.webm: Added.
        * media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/media_with_controls-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/media_with_controls.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/one_line_cue_plus_wrapped_cue-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/one_line_cue_plus_wrapped_cue.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/reftest.list: Added.
        * media/track/opera/track/webvtt/rendering/reftest/repaint-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/repaint.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/size_50-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/size_50.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_completely_move_up.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_partially_move_down.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_partially_move_up.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/align_end.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/align_end_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_50.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_gt_50.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_lt_50.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_lt_50_size_gt_maximum_size.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/align_start.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/align_start_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/bidi_ruby.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/bold_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/bold_with_2_timestamps.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/bold_with_timestamp.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/class_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/class_with_2_timestamps.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/class_with_timestamp.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/cue_with_id.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/decode_escaped_entities.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/foo.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/foo_c_bar.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/foo_space_space_bar_LF_baz.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/italic_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/italic_with_2_timestamps.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/italic_with_timestamp.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/line_-2_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/line_0.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/line_1_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/line_50_percent.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/line_integer_and_percent_overlap.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/line_integer_and_percent_overlap_move_up.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/line_percent_and_integer_overlap.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/line_percent_and_integer_overlap_move_up.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/one_line_cue_plus_wrapped_cue.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/refTestWait.js: Added.
        (takeScreenshot):
        (takeScreenshoDelayed):
        * media/track/opera/track/webvtt/rendering/reftest/support/size_50.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_bold.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_bold_with_class.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_class.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_class_with_class.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_italic.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_italic_with_class.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_two_voices.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_underline.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_underline_with_class.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_voice.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/test_voice_with_class.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/too_many_cues.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/too_many_cues_wrapped.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/u002E_LF_u05D0.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/u002E_u2028_u05D0.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/u002E_u2029_u05D0.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/u0041_first.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/u05D0_first.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/u0628_first.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/u06E9_no_strong_dir.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/underline_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/underline_with_2_timestamps.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/underline_with_timestamp.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/very_long_cue.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/voice_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/voice_with_2_timestamps.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/voice_with_timestamp.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces_long.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces_long_size_20.vtt: Added.
        * media/track/opera/track/webvtt/rendering/reftest/too_many_cues-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/too_many_cues.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped-ref.html: Added.
        * media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-12-03  Tony Chang  <tony@chromium.org>

        Unreviewed, add Chromium GTK+ baselines after r136409 (mathml sup/sub box changes).

        * platform/gtk/TestExpectations:
        * platform/gtk/mathml/presentation/roots-expected.txt:
        * platform/gtk/mathml/presentation/row-alignment-expected.txt:
        * platform/gtk/mathml/presentation/sub-expected.txt:
        * platform/gtk/mathml/presentation/subsup-expected.txt:
        * platform/gtk/mathml/presentation/sup-expected.txt:
        * platform/gtk/mathml/presentation/tables-expected.txt:

2012-12-03  Tony Chang  <tony@chromium.org>

        Unreviewed, add Chromium Win/Mac baselines after r136409 (mathml sup/sub box changes).

        * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Removed.
        * platform/chromium-mac-lion/mathml/presentation/sub-expected.txt: Added.
        * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Removed.
        * platform/chromium-mac-lion/mathml/presentation/sup-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt.
        * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt:
        * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt:
        * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt:
        * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt:
        * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt:
        * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt:
        * platform/chromium-mac/mathml/presentation/roots-expected.txt: Renamed from LayoutTests/platform/chromium/mathml/presentation/roots-expected.txt.
        * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium-mac/mathml/presentation/sub-expected.txt: Added.
        * platform/chromium-mac/mathml/presentation/subsup-expected.txt:
        * platform/chromium-mac/mathml/presentation/sup-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt.
        * platform/chromium-mac/mathml/presentation/tables-expected.txt:
        * platform/chromium-win-xp/mathml/presentation/roots-expected.txt:
        * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium-win-xp/mathml/presentation/sub-expected.txt:
        * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt:
        * platform/chromium-win-xp/mathml/presentation/sup-expected.txt:
        * platform/chromium-win-xp/mathml/presentation/tables-expected.txt:
        * platform/chromium-win/mathml/presentation/roots-expected.txt:
        * platform/chromium-win/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium-win/mathml/presentation/sub-expected.txt:
        * platform/chromium-win/mathml/presentation/subsup-expected.txt:
        * platform/chromium-win/mathml/presentation/sup-expected.txt:
        * platform/chromium-win/mathml/presentation/tables-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/mathml/presentation/row-alignment-expected.txt: Removed.
        * platform/chromium/mathml/presentation/subsup-expected.txt: Removed.

2012-12-03  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening on Apple Windows port.

        * platform/win/TestExpectations:

2012-12-03  Xan Lopez  <xlopez@igalia.com>

        Unreviewed gardening.

        Update grid layout tests with proper expected results for cosmetic
        debug() changes I did in the previous patch.

        * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
        * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:

2012-12-03  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-12-03  Simon Fraser  <simon.fraser@apple.com>

        When animating mask-postion on a composited layer, element renders incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=103700

        Reviewed by Tim Horton.

        Test that dumps the layer tree for a composited layer with a mask.

        * compositing/masks/mask-layer-size-expected.txt: Added.
        * compositing/masks/mask-layer-size.html: Added.

2012-12-03  Xan Lopez  <xan@igalia.com>

        [CSS Grid Layout] Support <percentage> and viewport-relative breadth sizes
        https://bugs.webkit.org/show_bug.cgi?id=103335

        Reviewed by Julien Chaffraix.

        * fast/css-grid-layout/breadth-size-resolution-grid-expected.txt: Added.
        * fast/css-grid-layout/breadth-size-resolution-grid.html: Added.
        * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
        * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
        * fast/css-grid-layout/grid-columns-rows-get-set.html:
        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-expected.txt:
        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid-expected.txt:
        * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
        * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:

2012-12-03  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Do not clamp indirect array indices during CSS Shaders ANGLE validation pass
        https://bugs.webkit.org/show_bug.cgi?id=102731

        Reviewed by Dean Jackson.

        Add a vertex shader which indirectly indexes a uniform array. This shader should validate,
        compile, and execute properly.

        The GLSL ES 1.0 spec [1], Appendix A, Section 5 "Uniforms (excluding samplers)" says:
        "In the vertex shader, support for all forms of array indexing is mandated."

        [1]: http://www.khronos.org/registry/gles/specs/2.0/GLSL_ES_Specification_1.0.17.pdf

        * css3/filters/custom/custom-filter-array-uniform-indirect-index-expected.html: Added.
        * css3/filters/custom/custom-filter-array-uniform-indirect-index.html: Added.
        * css3/filters/resources/array-indirect-index.vs: Added.

2012-12-03  Tony Chang  <tony@chromium.org>

        Performance degradation while rendering MathML content, freezes the tab.
        https://bugs.webkit.org/show_bug.cgi?id=102585

        Reviewed by Eric Seidel.

        Add a regression test for nested fractions. The O(2^n) layout time should
        be fixed by r136324.

        * mathml/presentation/mfrac-nested-expected.txt: Added.
        * mathml/presentation/mfrac-nested.html: Added.

2012-12-03  Alexis Menard  <alexis@webkit.org>

        [EFL] Enable CSS3 background-position offsets by default.
        https://bugs.webkit.org/show_bug.cgi?id=103879

        Reviewed by Laszlo Gombos.

        Enable by default the new CSS3 background position offsets therefore we
        can unskip the tests.

        * platform/efl/TestExpectations:

2012-12-03  Stephen White  <senorblanco@chromium.org>

        [chromium]  Unreviewed gardening.
        Fix duplicate test expectations.

        * platform/chromium/TestExpectations:

2012-12-03  Philip Rogers  <pdr@google.com>

        Invalidate SVG width on width attribute change.
        https://bugs.webkit.org/show_bug.cgi?id=103304

        Reviewed by Dirk Schulze.

        * svg/custom/root-size-attribute-changes-expected.html: Added.
        * svg/custom/root-size-attribute-changes.html: Added.

2012-12-03  Stephen White  <senorblanco@chromium.org>

        [chromium] Turn on the new Skia mask blur algorithm.
        https://bugs.webkit.org/show_bug.cgi?id=103906

        Reviewed by Adrienne Walker.

        * platform/chromium/TestExpectations:

2012-12-03  Alexis Menard  <alexis@webkit.org>

        [Mac] Enable CSS3 background-position offset by default.
        https://bugs.webkit.org/show_bug.cgi?id=103905

        Reviewed by Simon Fraser.

        Enable by default the new CSS3 background position offsets therefore we
        can unskip the tests.

        * platform/mac/TestExpectations:

2012-12-03  Takashi Sakamoto  <tasak@google.com>

        [style scoped]: style scoped needs more tests.
        https://bugs.webkit.org/show_bug.cgi?id=99821

        Reviewed by Dimitri Glazkov.

        Test cases in this patch validate dynamically creating, moving and
        removing a scoped style works well.

        * fast/css/style-scoped/style-scoped-with-dom-operation-expected.txt: Added.
        * fast/css/style-scoped/style-scoped-with-dom-operation.html: Added.

2012-12-03  Anton Vayvod  <avayvod@chromium.org>

        Text Autosizing: don't autosize horizontal menu items implemented via floating list items
        https://bugs.webkit.org/show_bug.cgi?id=103840

        Reviewed by Kenneth Rohde Christiansen.

        Floating list items are often used to implement horizontal menus. Currently, text autosizing 
        disregards such elements as autosizing containers. List items are often then autosized as part
        of a bigger cluster (usually the whole page) and look too big.
        This change turns floating list items into autosizing clusters so they are autosized separately
        resulting in no font size multiplication for menu items implemented in this manner.

        * fast/text-autosizing/cluster-list-item-expected.html: Renamed from LayoutTests/fast/text-autosizing/list-item-out-of-flow-expected.html.
        * fast/text-autosizing/cluster-list-item.html: Renamed from LayoutTests/fast/text-autosizing/list-item-out-of-flow.html; added case for a floating list item.

2012-12-03  Tony Chang  <tony@chromium.org>

        [mathml] Improve performance of nested sup or sub elements
        https://bugs.webkit.org/show_bug.cgi?id=103665

        Reviewed by Darin Adler.

        Update Chromium Linux baselines and mark tests as failing on other platforms.
        The mathml.css change causes these pixel results changes. This doesn't change
        the pixel results, it is only a change to the render tree. The render boxes
        should more tightly wrap the superscripts and subscripts but be positioned
        in the same place.

        * mathml/presentation/sup-nested-expected.txt: Added.
        * mathml/presentation/sup-nested.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/chromium-linux/mathml/presentation/roots-expected.txt:
        * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium-linux/mathml/presentation/sub-expected.txt:
        * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
        * platform/chromium-linux/mathml/presentation/sup-expected.txt:
        * platform/chromium-linux/mathml/presentation/tables-expected.txt:

2012-12-03  Alexis Menard  <alexis@webkit.org>

        [GTK] Enable CSS3 background-background position offset by default.
        https://bugs.webkit.org/show_bug.cgi?id=103903

        Reviewed by Philippe Normand.

        Enable by default the new CSS3 background position offsets therefore we
        can unskip the tests.

        * platform/gtk/TestExpectations:

2012-12-03  Hajime Morrita  <morrita@google.com>

        Corrupted DOM tree during appendChild/insertBefore
        https://bugs.webkit.org/show_bug.cgi?id=103601

        Reviewed by Abhishek Arya.

        * fast/events/mutation-during-append-child-expected.txt: Added.
        * fast/events/mutation-during-append-child.html: Added.
        * fast/events/mutation-during-insert-before-expected.txt: Added.
        * fast/events/mutation-during-insert-before.html: Added.

2012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [GTK][EFL] Gardening for media/video-volume.html
        https://bugs.webkit.org/show_bug.cgi?id=103894

        Unreviewed gardening: media/video-volume.html fails with
        gstreamer.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-12-03  Balazs Kelemen  <kbalazs@webkit.org>

        Unreviewed Qt gardening.

        Remove image expectation for tests that now pass.

        * platform/qt-5.0-wk2/TestExpectations:

2012-12-03  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Expectations fix up

        Unreviewed expectations.

        Two tests appear to have been out-of-date when they were last rebaselined.

        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
        * platform/chromium-win-xp/svg/carto.net: Removed.
        * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
        * platform/chromium-win/svg/carto.net/colourpicker-expected.png:

2012-12-03  Balazs Kelemen  <kbalazs@webkit.org>

        svg/custom/baseval-animval-equality.svg should use dumpAsText
        https://bugs.webkit.org/show_bug.cgi?id=103873

        Reviewed by Dirk Schulze.

        Turn it to a dumpAsText test.

        * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Removed.
        * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
        * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt: Removed.
        * platform/chromium/svg/custom/baseval-animval-equality-expected.txt: Removed.
        * platform/gtk/svg/custom/baseval-animval-equality-expected.txt: Removed.
        * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Removed.
        * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Removed.
        * platform/mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
        * platform/qt/svg/custom/baseval-animval-equality-expected.txt: Removed.
        * svg/custom/baseval-animval-equality-expected.txt: Added.
        * svg/custom/baseval-animval-equality.svg:

2012-12-03  Erik Arvidsson  <arv@chromium.org>

        Update Acid3 test to the latest version
        https://bugs.webkit.org/show_bug.cgi?id=102943

        Reviewed by Ojan Vafai.

        The Acid3 test has been updated to not break when browsers starts to implement new
        standards. This updates our copy of the Acid3 test.

        * fast/dom/Range/acid3-surround-contents.html:
        * http/tests/misc/acid3.html:

2012-12-03  Tommy Widenflycht  <tommyw@google.com>

        Speech Recognition API: Update SpeechRecognitionEvent to match the specification
        https://bugs.webkit.org/show_bug.cgi?id=103407

        Reviewed by Kentaro Hara.

        Updating basic tests and removing emma tests temporarily.

        * fast/speech/scripted/emma-expected.txt: Removed.
        * fast/speech/scripted/emma.html: Removed.
        * fast/speech/scripted/speechrecognition-basics-expected.txt:
        * fast/speech/scripted/speechrecognition-basics.html:

2012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Gardening, mark tests flaky
        https://bugs.webkit.org/show_bug.cgi?id=103884

        Unreviewed gardening to mark tests flaky based on flakiness dashboard.

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

2012-12-03  Alexis Menard  <alexis@webkit.org>

        [Qt] Enable CSS3 background-position offsets by default.
        https://bugs.webkit.org/show_bug.cgi?id=103877

        Reviewed by Tor Arne Vestbø.

        Enable by default the new CSS3 background position offsets therefore we
        can unskip the tests.

        * platform/qt/TestExpectations:

2012-12-03  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r136377.
        http://trac.webkit.org/changeset/136377
        https://bugs.webkit.org/show_bug.cgi?id=103881

        Causes crashes on debug builds that use JSC. (Requested by
        mkwst on #webkit).

        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
        * html5lib/run-test11-expected.txt:
        * http/tests/inspector/console-xhr-logging-expected.txt:
        * http/tests/misc/bubble-drag-events-expected.txt:
        * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
        * http/tests/misc/iframe-invalid-source-crash-expected.txt:
        * http/tests/misc/image-blocked-src-change-expected.txt:
        * http/tests/misc/image-blocked-src-no-change-expected.txt:
        * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
        * http/tests/security/frame-loading-via-document-write-expected.txt:
        * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
        * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
        * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
        * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-expected.txt:
        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/form-action-expected.txt:
        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/object-tag-expected.txt:
        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
        * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-expected.txt:
        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
        * http/tests/security/xssAuditor/property-escape-expected.txt:
        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
        * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
        * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
        * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
        * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
        * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
        * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
        * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
        * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
        * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
        * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
        * svg/custom/invalid-length-units-expected.txt:
        * svg/custom/poly-parsing-error-expected.txt:
        * svg/dom/fuzz-path-parser-expected.txt:
        * svg/dom/path-parser-expected.txt:
        * svg/dom/points-parser-expected.txt:

2012-12-03  Kihong Kwon  <kihong.kwon@samsung.com>

        Remove useless included header and change position of Proximity Events test cases
        https://bugs.webkit.org/show_bug.cgi?id=103871

        Reviewed by Antonio Gomes.

        Change the path of Proximity Events test cases from LayoutTests/fast/dom/Proximity to LayoutTests/proximity.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * proximity/check-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity-expected.txt.
        * proximity/check-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity.html.
        * proximity/create-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity-expected.txt.
        * proximity/create-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity.html.

2012-12-03  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r136280, r136323, r136164 and r136031.
        https://bugs.webkit.org/show_bug.cgi?id=103876

        Reviewed by Csaba Osztrogonác.

        r136280: Added Qt baseline for fast/events/stopPropagation-submit.html.
        r136323: Skipped storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
        r136164: Skipped fast/dom/Geolocation/cached-position-iframe.html on Qt-WK2
        r136031: Updated Qt-WK2 baselines for http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag* tests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * platform/qt/TestExpectations:
        * platform/qt/fast/events/stopPropagation-submit-expected.txt: Added.

2012-12-03  Alexis Menard  <alexis@webkit.org>

        [CSS3 Backgrounds and Borders] Implement CSS3 background-position offsets rendering.
        https://bugs.webkit.org/show_bug.cgi?id=103440

        Reviewed by Julien Chaffraix.

        Uncomment the computed style tests from background-position-parsing-2
        and add the expected output. Add a new
        background-position-rendering test to verify that the background has a
        correct position with the new <position> value. I also covered some old
        CSS 2.1 values for verification.

        * fast/backgrounds/background-position-parsing-2-expected.txt:
        * fast/backgrounds/background-position-parsing-2.html:
        * fast/backgrounds/background-position-rendering-expected.html: Added.
        * fast/backgrounds/background-position-rendering.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-12-03  Mike West  <mkwst@chromium.org>

        Web Inspector: Autogenerate stack traces and line numbers when possible.
        https://bugs.webkit.org/show_bug.cgi?id=100650

        Reviewed by Yury Semikhatsky.

        New line numbers! Huzzah! (Also, removing some that shouldn't be there).

        * http/tests/inspector/console-xhr-logging-expected.txt:
        * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
            One new stack trace! OMG!
        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
        * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
        * fast/frames/xss-auditor-handles-file-urls-expected.txt:
        * html5lib/run-test11-expected.txt:
        * http/tests/misc/bubble-drag-events-expected.txt:
        * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
        * http/tests/misc/iframe-invalid-source-crash-expected.txt:
        * http/tests/misc/image-blocked-src-change-expected.txt:
        * http/tests/misc/image-blocked-src-no-change-expected.txt:
        * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
        * http/tests/security/frame-loading-via-document-write-expected.txt:
        * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
        * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
        * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
        * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
        * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-expected.txt:
        * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
        * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
        * http/tests/security/xssAuditor/cookie-injection-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/form-action-expected.txt:
        * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
        * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
        * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
        * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
        * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
        * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/iframe-injection-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
        * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
        * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
        * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
        * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-expected.txt:
        * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
        * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
        * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
        * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
        * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/object-tag-expected.txt:
        * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
        * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
        * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
        * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
        * http/tests/security/xssAuditor/open-script-src-expected.txt:
        * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
        * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
        * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
        * http/tests/security/xssAuditor/property-escape-expected.txt:
        * http/tests/security/xssAuditor/property-escape-long-expected.txt:
        * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
        * http/tests/security/xssAuditor/report-script-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
        * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-expected.txt:
        * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
        * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
        * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
        * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
        * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
        * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
        * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
        * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
        * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
        * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
        * svg/custom/invalid-length-units-expected.txt:
        * svg/custom/poly-parsing-error-expected.txt:
        * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt:
        * svg/dom/fuzz-path-parser-expected.txt:
        * svg/dom/path-parser-expected.txt:
        * svg/dom/points-parser-expected.txt:

2012-12-03  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a failure expectation for editing/selection/caret-alignment-for-vertical-text.html.

        * platform/gtk/TestExpectations:

2012-12-03  Mateusz Leszko  <m.leszko@samsung.com>

        [EFL] Accessibility gardening
        https://bugs.webkit.org/show_bug.cgi?id=103735

        Unreviewed, EFL accessibility gardening.

        Unskipping accessibility tests. Skipping failing ones.

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

2012-12-03  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        CSS Device Adaptation: window.innerWidth returns wrong value if CSS viewport descriptors are applied
        https://bugs.webkit.org/show_bug.cgi?id=103737

        Reviewed by Kenneth Rohde Christiansen.

        Added new test css3/device-adapt/viewport-width-check-window-innerwidth-correct.html.

        * css3/device-adapt/viewport-width-check-window-innerwidth-correct-expected.txt: Added.
        * css3/device-adapt/viewport-width-check-window-innerwidth-correct.html: Added.

2012-12-03  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] Retain selector case as written in the source code
        https://bugs.webkit.org/show_bug.cgi?id=103118

        Reviewed by Antti Koivisto.

        * inspector/styles/selector-list-expected.txt: Added.
        * inspector/styles/selector-list.html: Added.
        * inspector/styles/styles-add-new-rule-expected.txt: Rebaselined.

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

        Unreviewed, WebKit2 gardening.

        Skip storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
        on WebKit2 since testRunner.closeIdleLocalStorageDatabases() is not implemented yet.

        * platform/wk2/TestExpectations:

2012-12-02  Kangil Han  <kangil.han@samsung.com>

        [EFL] Unskip fast/js/array-sort-modifying-tostring.html in release mode
        https://bugs.webkit.org/show_bug.cgi?id=103850

        Unreviewed, EFL gardening.

        This case has been passed in release mode, whereas crashed occasionally in debug mode.

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

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

        Unreviewed, webkit gardening. Rebaseline of fast/css/font-weight-1.

        * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Added.
        * platform/chromium-mac/fast/css/font-weight-1-expected.png: Added.
        * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Added.

2012-12-02  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        [chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html is failing on all platforms.
        https://bugs.webkit.org/show_bug.cgi?id=103817

        Reviewed by Kent Tamura.

        Adding initial value to the datetime input. Without it, the test fails
        because calendar picker opens current month.

        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html:

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

        Unreviewed, webkit gardening.
        https://bugs.webkit.org/show_bug.cgi?id=103834

        * platform/chromium/TestExpectations:
        Mark month-multiple-fields-keyboard-events.html as FAIL for WinXP.

2012-12-02  Kangil Han  <kangil.han@samsung.com>

        [EFL][WK1] Change AC bug url appropriately
        https://bugs.webkit.org/show_bug.cgi?id=103808

        Unreviewed, EFL gardening.

        From https://bugs.webkit.org/show_bug.cgi?id=103488 to https://bugs.webkit.org/show_bug.cgi?id=103847

        * platform/efl-wk1/TestExpectations:

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

        Unreviewed, webkit gardening, fix webkit lint.

        * platform/chromium/TestExpectations:

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

        [chromium] Correct the location of synthetic mouse events when page is zoomed
        https://bugs.webkit.org/show_bug.cgi?id=103823

        Reviewed by Adam Barth.

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

2012-12-02  Robert Hogan  <robert@webkit.org>

        Bad rendering of web page because of image's height is set to 100%
        https://bugs.webkit.org/show_bug.cgi?id=28035

        Reviewed by Eric Seidel.

        * fast/css/computed-image-width-with-percent-height-expected.html: Added.
        * fast/css/computed-image-width-with-percent-height-quirksmode-expected.html: Added.
        * fast/css/computed-image-width-with-percent-height-quirksmode.html: Added.
        * fast/css/computed-image-width-with-percent-height.html: Added.

2012-12-02  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] regionlayoutupdate event fires continuously
        https://bugs.webkit.org/show_bug.cgi?id=102101

        Reviewed by David Hyatt.

        Add a test to make sure that for a flow thread with auto-height region, the regionlayoutupdate event is not unnecessary triggered.

        * fast/regions/autoheight-regionlayoutupdate-multipletimes-expected.txt: Added.
        * fast/regions/autoheight-regionlayoutupdate-multipletimes.html: Added.

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

        [gtk] Enable the CSP_NEXT runtime flag.
        https://bugs.webkit.org/show_bug.cgi?id=103810

        Reviewed by Adam Barth.

        * platform/gtk/TestExpectations:
            Unskipping CSP 1.1 tests for GTK.

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

        [chromium] Unreviewed gardening.

        Skipping failing tests on mac.

        * platform/chromium/TestExpectations:
            Mark fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html
            and widening fast/css/font-weight-1.html to include 'Mac'.

2012-12-02  Rik Cabanier  <cabanier@adobe.com>

        Extend JavaScript support for blending in canvas
        https://bugs.webkit.org/show_bug.cgi?id=101804

        Reviewed by Dirk Schulze.

        Added a test that checks that all blendingmodes are supported

        * canvas/philip/tests/2d.composite.globalComposite-expected.txt: Added.
        * canvas/philip/tests/2d.composite.globalComposite.html: Added.

2012-12-02  Kent Tamura  <tkent@chromium.org>

        [Chromium] fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=96720

        * platform/chromium/TestExpectations: Mark them Slow

2012-12-02  Elliott Sprehn  <esprehn@gmail.com>

        documentElement should not always get a renderer
        https://bugs.webkit.org/show_bug.cgi?id=103475

        Reviewed by Ojan Vafai.

        Test that using display: none on the documentElement hides the document.

        * fast/css/display-none-documentElement-expected.html: Added.
        * fast/css/display-none-documentElement.html: Added.

2012-12-02  Pan Deng  <pan.deng@intel.com>

        [Resource Timing]Test cases of cross origin resource timing.
        https://bugs.webkit.org/show_bug.cgi?id=84886.

        Reviewed by Tony Gentilcore.

        Test cases in this patch validate resource timing behavior when cross origin request with/without "allow-timing-origin" response header. 

        * http/tests/w3c/webperf/resources/blank_page_green_with_allow_timing.php: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request-expected.txt: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request.html: Added.

2012-12-02  Justin Novosad  <junov@google.com>

        Fix occlusion culling logic to handle css background layer clipping
        https://bugs.webkit.org/show_bug.cgi?id=103276

        Reviewed by Simon Fraser.

        New ref test that verifies the superposition of background layers with
        the layers having smaller clip regions than the layers beneath them.
        This test ensures the bottom layers are not removed by culling
        optimizations.

        * fast/backgrounds/background-opaque-clipped-gradients-expected.html: Added.
        * fast/backgrounds/background-opaque-clipped-gradients.html: Added.

2012-12-02  Tony Chang  <tony@chromium.org>

        Avoid a second layout of flex items in layoutAndPlaceChildren()
        https://bugs.webkit.org/show_bug.cgi?id=102352

        Reviewed by Ojan Vafai.

        Add a test case to make sure we relayout when a sibling is stretching.

        * css3/flexbox/stretch-after-sibling-size-change-expected.txt: Added.
        * css3/flexbox/stretch-after-sibling-size-change.html: Added.

2012-12-02  Yongjun Zhang  <yongjun_zhang@apple.com>

        Need a method to close all idle localstorage databases immediately.
        https://bugs.webkit.org/show_bug.cgi?id=103469

        Reviewed by David Kilzer.

        * storage/domstorage/localstorage/close-idle-localstorage-databases-immediately-expected.txt: Added.
        * storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html: Added.
        * storage/resources/storage-close-idle-localstorage-databases-immediately.html: Added.

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

        Unreviewed, rolling out r136236.
        http://trac.webkit.org/changeset/136236
        https://bugs.webkit.org/show_bug.cgi?id=103833

        [chromium] Flakey crashes in SpeechRecognitionEvent::emma
        during GC. (Requested by mkwst on #webkit).

        * fast/speech/scripted/emma-expected.txt:
        * fast/speech/scripted/emma.html:
        * fast/speech/scripted/speechrecognition-basics-expected.txt:
        * fast/speech/scripted/speechrecognition-basics.html:

2012-12-01  Mike West  <mkwst@chromium.org>

        [chromium] Unreviewed gardening. Skipping crashing tests.

        The DEPS roll containing r170422 is causing three crashes cross-platform
        in the Chromium port. Skipping them here, filed crbug.com/163785 to fix.

        * platform/chromium/TestExpectations:
            Marked media/encrypted-media/encrypted-media-events.html,
            media/encrypted-media/encrypted-media-not-loaded.html, and
            media/encrypted-media/encrypted-media-syntax.html as crashing.

2012-12-01  Mike West  <mkwst@chromium.org>

        [chromium] Unreviewed gardening. Skipping calendar-picker-datetime-with-step.html.

        It looks like platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html
        started failing at midnight PST, December 1st. I don't think it handled
        the month change correctly. Filed https://bugs.webkit.org/show_bug.cgi?id=103817
        to cover the fix.

        * platform/chromium/TestExpectations:

2012-12-01  Mike West  <mkwst@chromium.org>

        [gtk] Unreviewed gardening. Skipping CSP 1.1 tests.

        The CSP 1.1 tests are failing under GTK after r136305 made the CSP_NEXT
        flag runtime enabled. Will fix in webkit.org/b/103810, skipping for now.

        * platform/gtk/TestExpectations:
            Skipping CSP 1.1 tests.

2012-11-30  Ryosuke Niwa  <rniwa@webkit.org>

        Shorten a file name as the test renamed in r136122 is still hosing Chromium Win perf. bot.

        * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Renamed.
        * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Removed.
        * http/tests/inspector/network/script-as-text-loading-long-url.html:

2012-11-30  Sujin Park  <sujjin.park@gmail.com>

        [EFL][WK1] Gardening test cases which are not crashed after r135662
        https://bugs.webkit.org/show_bug.cgi?id=103803

        Unreviewed, EFL gardening.

        * platform/efl-wk1/TestExpectations:

2012-11-30  Jer Noble  <jer.noble@apple.com>

        Add support for the 'unpause()' method on MediaController.
        https://bugs.webkit.org/show_bug.cgi?id=103751

        Reviewed by Eric Carlson.

        Add new test for unpause() and playbackState() methods.

        * media/media-controller-unpause.html:
        * media/media-controller-unpause-expected.txt:
        * media/media-controller-playback.html:
        * media/media-controller-playback-expected.txt:

2012-11-30  Zhenyao Mo  <zmo@google.com>

        Unreviewed, webkit gardening, fix webkit lint.

        * platform/chromium/TestExpectations:

2012-11-30  Simon Fraser  <simon.fraser@apple.com>

        Use the correct path to a test in TestExpectations.

        * platform/chromium/TestExpectations:

2012-11-30  Simon Fraser  <simon.fraser@apple.com>

        Make RenderLayer::updateLayerPosition() private
        https://bugs.webkit.org/show_bug.cgi?id=102624

        Reviewed by Ryosuke Niwa.

        New results with correctly computed event offsets.

        * fast/events/stopPropagation-submit-expected.txt:

2012-11-30  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r136142.
        http://trac.webkit.org/changeset/136142
        https://bugs.webkit.org/show_bug.cgi?id=103768

        break a bunch of interactive_ui_tests in chromium win
        (Requested by zhenyao_home on #webkit).

        * fast/ruby/position-after.html: Removed.
        * platform/mac/fast/ruby/position-after-expected.png: Removed.
        * platform/mac/fast/ruby/position-after-expected.txt: Removed.

2012-11-30  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Rebaselining tests affected by recent Skia changes

        Unreviewed test expectations updates.

        Due to the Win7 builders being so far behind, some Win7 expectations may be wrong.
        Also fixes https://bugs.webkit.org/show_bug.cgi?id=103722

        * platform/chromium-linux-x86/svg/transforms: Added.
        * platform/chromium-linux-x86/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
        * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png: Removed.
        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
        * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
        * platform/chromium-mac-lion/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
        * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/chromium-mac-lion/svg/custom/pattern-rotate-expected.png:
        * platform/chromium-mac-lion/svg/custom/stroke-width-large-expected.png:
        * platform/chromium-mac-lion/svg/custom/use-transform-expected.png:
        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/stroke-width-large-expected.png:
        * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
        * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
        * platform/chromium-mac/fast/box-shadow/inset-expected.png:
        * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
        * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/chromium-mac/fast/transforms/shadows-expected.png:
        * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
        * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
        * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/chromium-mac/svg/custom/pattern-rotate-expected.png:
        * platform/chromium-mac/svg/custom/stroke-width-large-expected.png:
        * platform/chromium-mac/svg/custom/use-transform-expected.png:
        * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
        * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
        * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/color: Removed.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
        * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
        * platform/chromium-win/fast/box-shadow/inset-expected.png:
        * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png.
        * platform/chromium-win/fast/transforms/shadows-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
        * platform/chromium-win/svg/css/group-with-shadow-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/chromium-win/svg/custom/pattern-rotate-expected.png:
        * platform/chromium-win/svg/custom/stroke-width-large-expected.png:
        * platform/chromium-win/svg/custom/use-transform-expected.png:
        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium/TestExpectations:

2012-11-30  James Simonsen  <simonjam@chromium.org>

        Report CSS as initiator instead of elements, except body
        https://bugs.webkit.org/show_bug.cgi?id=103546

        Reviewed by Tony Gentilcore.

        * platform/chromium/fast/loader/resource-request-callbacks-expected.txt: Rebaseline to match new behavior.

2012-11-30  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] Clamp input colors before blending
        https://bugs.webkit.org/show_bug.cgi?id=98962

        Reviewed by Dean Jackson.

        Test to check the correct clamping of color values.

        * css3/filters/custom/custom-filter-color-clamping-expected.html: Added.
        * css3/filters/custom/custom-filter-color-clamping-negative-expected.html: Added.
        * css3/filters/custom/custom-filter-color-clamping-negative.html: Added.
        * css3/filters/custom/custom-filter-color-clamping.html: Added.
        * css3/filters/resources/custom-filter-color-clamping-negative.fs: Added.
        * css3/filters/resources/custom-filter-color-clamping.fs: Added.

2012-11-30  Abhishek Arya  <inferno@chromium.org>

        Crash due to intruding float not removed after writing mode changed.
        https://bugs.webkit.org/show_bug.cgi?id=100149

        Reviewed by Levi Weintraub.

        * fast/block/float/intruding-float-not-removed-writing-mode-expected.txt: Added.
        * fast/block/float/intruding-float-not-removed-writing-mode.xhtml: Added.

2012-11-30  Florin Malita  <fmalita@chromium.org>

        SVG pattern data deleted while in use
        https://bugs.webkit.org/show_bug.cgi?id=103415

        Reviewed by Dirk Schulze.

        * svg/custom/large-image-pattern-crash-expected.txt: Added.
        * svg/custom/large-image-pattern-crash.html: Added.

2012-11-30  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Fixing TestExpectations

        Unreviewed fix to pass lint

        * platform/chromium/TestExpectations:

2012-11-30  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Skip failing test editing/selection/caret-alignment-for-vertical-text.html
        https://bugs.webkit.org/show_bug.cgi?id=103741

        Unreviewed, EFL gardening.

        Skip failing test editing/selection/caret-alignment-for-vertical-text.html
        until bug 103740 is fixed.

        * platform/efl/TestExpectations:

2012-11-29  Tommy Widenflycht  <tommyw@google.com>

        Speech Recognition API: Update SpeechRecognitionEvent to match the specification
        https://bugs.webkit.org/show_bug.cgi?id=103407

        Reviewed by Adam Barth.

        Updating tests.

        * fast/speech/scripted/emma-expected.txt:
        * fast/speech/scripted/emma.html:
        * fast/speech/scripted/speechrecognition-basics-expected.txt:
        * fast/speech/scripted/speechrecognition-basics.html:

2012-11-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2] TiledBackingStore: Frame view re-layouts with wrong Fixed Visible Content Rect.
        https://bugs.webkit.org/show_bug.cgi?id=103428

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped corresponding test cases for EFL WK2.

        * platform/efl-wk2/TestExpectations:

2012-11-30  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Gardening after r136031 and r136142
        https://bugs.webkit.org/show_bug.cgi?id=103734

        Unreviewed, EFL gardening.

        Add baselines for new test fast/ruby/position-after.html. Also
        unskip passing tests.

        * platform/efl/TestExpectations:
        * platform/efl/fast/ruby/position-after-expected.png: Added.
        * platform/efl/fast/ruby/position-after-expected.txt: Added.

2012-11-30  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        Caret is painted horizontally in vertical writing mode when there are no visible text
        https://bugs.webkit.org/show_bug.cgi?id=102359

        Reviewed by Ryosuke Niwa.

        * editing/selection/caret-alignment-for-vertical-text-expected.txt: Added.
        * editing/selection/caret-alignment-for-vertical-text.html: Added.
        Test to verify that the orientation of the caret on an empty vertical text
        line or container is same as that for a non-empty container.

2012-11-30  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Add expected results for a new test.

        * platform/qt/fast/ruby/position-after-expected.png: Added.
        * platform/qt/fast/ruby/position-after-expected.txt: Added.

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

        [Chromium] Layout Test fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=96720

        Reviewed by Kentaro Hara.

        We should start tests after js-test-post.js loading to avoid missing
        testRunner.waitUntilDone calls.

        * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html:
        Make the outer switch a function to be called window.onload, and stop to
        remove the iframe because the script in the iframe calls notifyDone.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html:
        Ditto.
        * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html:
        Ditto.
        * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html:
        Ditto.
        * platform/chromium/TestExpectations:
        Move the line for
        week-multiple-fields-preserve-value-after-history-back.html near to
        others. We don't remove these expectations yet just in case.

2012-11-30  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, fast/text/line-initial-and-final-swashes.html missing expectations on XP after r136153.

        * platform/chromium/TestExpectations:

2012-11-30  Takashi Sakamoto  <tasak@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium/TestExpectations:

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

        Layout Test fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=103713

        Unreviewed.

        Rebaselining month-multiple-fields-preserve-value-after-history-back.html for Windows.

        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.

2012-11-29  Keishi Hattori  <keishi@webkit.org>

        Better type ahead for DateTimeSymbolicFieldElement
        https://bugs.webkit.org/show_bug.cgi?id=103031

        Reviewed by Kent Tamura.

        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added tests for typeahead.

2012-11-29  Keishi Hattori  <keishi@webkit.org>

        Add month-multiple-fields tests
        https://bugs.webkit.org/show_bug.cgi?id=102046

        Reviewed by Kent Tamura.

        Adding tests for multiple field <input type=month>.

        * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event.html: Added.

2012-11-29  Zhenyao Mo  <zmo@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium/TestExpectations:

2012-11-29  John Knottenbelt  <jknotten@chromium.org>

        Use GeolocationController's last geoposition as cached position.
        https://bugs.webkit.org/show_bug.cgi?id=103540

        Reviewed by Benjamin Poulain.

        The page's GeolocationController mediates access to the
        GeolocationClient for multiple frames' Geolocation instances. This
        patch changes the position cache to be on the GeolocationController
        rather than on the Geolocation instance.

        This fixes a bug where if one frame has has received a fresh
        position, then a request for a cached position from a second frame
        does not succeed because the Geolocation instance in the second
        frame's position cache hasn't received the position update that
        went to the first frame.

        * fast/dom/Geolocation/cached-position-iframe-expected.txt: Added.
        * fast/dom/Geolocation/cached-position-iframe.html: Added.
        * fast/dom/Geolocation/resources/cached-position-iframe-inner.html: Added.
        * fast/dom/Geolocation/script-tests/cached-position-iframe.js: Added.
        (window.onmessage):

2012-11-29  Zhenyao Mo  <zmo@google.com>

        Unreviewed, WebKit gardening.

        * platform/chromium/TestExpectations:

2012-11-29  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Skia rebaseline after we made kSrc_Mode go faster

        Unreviewed expectations update.

        Some of these are still crashing on Debug.

        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-mac-lion/svg/carto.net/colourpicker-expected.png:
        * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
        * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-mac-snowleopard/svg/carto.net/colourpicker-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
        * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-mac/svg/carto.net/colourpicker-expected.png:
        * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
        * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
        * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-win-xp/svg/carto.net: Added.
        * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
        * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium/TestExpectations:

2012-11-29  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Rebaseline after removed double drawing of clipped hairlines at edges

        Unreviewed expectations update

        * platform/chromium-linux-x86/svg/hixie/perf/003-expected.png: Removed.
        * platform/chromium-mac-lion/fast/repaint/list-marker-expected.png: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/001-expected.png: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/002-expected.png: Added.
        * platform/chromium-mac-lion/svg/hixie/perf/003-expected.png:
        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/list-marker-expected.png:
        * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.png:
        * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.png:
        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/fast/repaint/list-marker-expected.png:
        * platform/chromium-mac/svg/hixie/perf/001-expected.png:
        * platform/chromium-mac/svg/hixie/perf/002-expected.png:
        * platform/chromium-mac/svg/hixie/perf/003-expected.png:
        * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win/fast/repaint/list-marker-expected.png:
        * platform/chromium-win/svg/hixie/perf/001-expected.png:
        * platform/chromium-win/svg/hixie/perf/002-expected.png:
        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
        * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
        * svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.

2012-11-29  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Rebaseline after SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX was removed

        Unreviewed test expectations update.

        * platform/chromium-linux-x86/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Removed.
        * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
        * platform/chromium-mac-lion/fast/borders/border-image-rotate-transform-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/select-style-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png: Added.
        * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/select-style-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
        * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
        * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
        * platform/chromium-mac/fast/forms/select-style-expected.png:
        * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac/svg/custom/focus-ring-expected.png:
        * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-win-xp/svg/custom/clip-mask-negative-scale-expected.png: Removed.
        * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/chromium-win/fast/borders/border-image-rotate-transform-expected.png:
        * platform/chromium-win/fast/borders/borderRadiusDashed06-expected.png:
        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-win/svg/custom/focus-ring-expected.png:
        * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium/TestExpectations:

2012-11-29  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Expectations update

        Unreviewed expectation.

        These expectations seem to have been rebaselined in error or missed
        being rebaselined during the great Skia rebaseline of Thanksgiving
        Day. This fixes some failing expectations and removes some incorrect
        expectations that crept in.

        * fast/repaint/bugzilla-6278-expected.png: Added.
        * fast/repaint/invisible-objects-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac-lion/fast/repaint/bugzilla-6278-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/invisible-objects-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-6278-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Removed.
        * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac/fast/repaint/bugzilla-6278-expected.png: Added.
        * platform/chromium-mac/fast/repaint/iframe-scroll-repaint-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-win/fast/repaint/body-background-image-expected.png:
        * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-win/fast/repaint/invisible-objects-expected.png: Added.
        * platform/chromium-win/fast/text/font-initial-expected.png:
        * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Removed.
        * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/js/date-toisostring-expected.txt: Removed.
        * platform/chromium/fast/js/toString-and-valueOf-override-expected.txt: Removed.
        * platform/chromium/fast/repaint/bugzilla-6278-expected.png: Removed.
        * platform/chromium/fast/repaint/iframe-scroll-repaint-expected.png: Removed.
        * platform/chromium/fast/repaint/invisible-objects-expected.png: Removed.
        * platform/chromium/svg/custom/getBBox-path-expected.txt: Removed.
        * platform/chromium/svg/custom/global-constructors-expected.txt: Removed.
        * platform/efl/fast/repaint/bugzilla-6278-expected.png: Removed.
        * platform/efl/fast/repaint/invisible-objects-expected.png: Removed.
        * platform/gtk/fast/repaint/bugzilla-6278-expected.png: Removed.
        * platform/gtk/fast/repaint/invisible-objects-expected.png: Removed.

2012-11-28  Daniel Bates  <dbates@webkit.org>

        [Chromium] LayoutTests/fast/js/string-replacement-outofmemory.html crashes
        https://bugs.webkit.org/show_bug.cgi?id=103348

        Reviewed by Abhishek Arya.

        Add a comment to explain that the crash is expected and is performed in an
        orderly fashion.

        * platform/chromium/TestExpectations:

2012-11-29  Dan Bernstein  <mitz@apple.com>

        <rdar://problem/12771885> Support ruby-position: {before, after}
        https://bugs.webkit.org/show_bug.cgi?id=103569

        Reviewed by Anders Carlsson.

        * fast/ruby/position-after.html: Added.
        * platform/mac/fast/ruby/position-after-expected.png: Added.
        * platform/mac/fast/ruby/position-after-expected.txt: Added.

2012-11-29  Mike West  <mkwst@chromium.org>

        Typo in 'autofocus' sandboxing error message.
        https://bugs.webkit.org/show_bug.cgi?id=103616

        Reviewed by Jochen Eisinger.

        * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:

2012-11-29  Hajime Morrita  <morrita@google.com>

        HTMLMediaElement's .textTracks property does not reflect <track> element
        https://bugs.webkit.org/show_bug.cgi?id=103420
        
        Reviewed by Eric Carlson.

        * media/track/track-node-add-remove-expected.txt: Added.
        * media/track/track-node-add-remove.html: Added.

2012-11-29  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, update Mac expectation after r136128.

        * platform/chromium/TestExpectations:

2012-11-29  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium expectations cleanup

        * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
        * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.txt: Removed. Should not have been added ever.
        * platform/chromium-mac/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
        * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Removed. Should not have been added ever.
        * platform/chromium-win/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
        * platform/chromium/TestExpectations: Removed tests now passing
        * platform/chromium/fast/css/font-weight-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/css/font-weight-1-expected.png.

2012-11-29  Stephen Chenney  <schenney@chromium.org>

        Layout Test svg/animations/mpath-remove-from-dependents-on-delete-crash.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=103375

        Unreviewed expectations update.

        The test is no longer flakey after yeterdays test modification.

        * platform/chromium/TestExpectations:

2012-11-29  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Remove duplicated entries from efl-wk1/TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=103236

        Unreviewed. These entries exist in efl/TestExpectations. Remove duplication.

        * platform/efl-wk1/TestExpectations:

2012-11-29  Mike West  <mkwst@chromium.org>

        Layout Test http/tests/inspector/network/script-as-text-loading-long-url.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=103619

        Reviewed by Alexander Pavlov.

        Windows doesn't like loooong filenames.

        * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Renamed from LayoutTests/http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php.
        * http/tests/inspector/network/script-as-text-loading-long-url.html:
        * platform/chromium/TestExpectations:
            Unskipping the test on XP.

2012-11-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL][WK2] flaky reftests after r135935
        https://bugs.webkit.org/show_bug.cgi?id=103618

        Unreviewed gardening, mark more reftests flaky after r135935.

        * platform/efl-wk2/TestExpectations:

2012-11-29  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.
        Rebase 3 tests. Skip one test because it needs Qt implementation.

        * platform/qt/TestExpectations:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:

2012-11-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] remove failure expectations from passing tests
        https://bugs.webkit.org/show_bug.cgi?id=103523

        Unreviewed gardening, remove failure expectations:
        http/tests/security/isolatedWorld/world-reuse.html was fixed in
        r135871 and the rest have been passing for a long while according
        to flakiness dashboard.

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

2012-11-29  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r136111.
        http://trac.webkit.org/changeset/136111
        https://bugs.webkit.org/show_bug.cgi?id=103620

        Broke compilation on Mac (unused private field m_matchMode)
        (Requested by apavlov on #webkit).

        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:

2012-11-29  Mike West  <mkwst@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:
            Skipping 'http/tests/inspector/network/script-as-text-loading-long-url.html'
            on WinXP.

2012-11-29  Keishi Hattori  <keishi@webkit.org>

        Better type ahead for DateTimeSymbolicFieldElement
        https://bugs.webkit.org/show_bug.cgi?id=103031

        Reviewed by Kent Tamura.

        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added tests for typeahead.

2012-11-29  Kent Tamura  <tkent@chromium.org>

        Convert *-appearance-pseudo-classes.html to dumpAsText tests
        https://bugs.webkit.org/show_bug.cgi?id=103602

        Reviewed by Kentaro Hara.

        fast/forms/*/*-appearance-pseudo-classes.html doesn't need to be a pixel
        test because "how css properties are applied" is tested in
        fast/forms/*/*-appearance-basic.html. Checking querySelectorAll result
        is enough to check pseudo classes support, and we can convert the test
        to a dumpAsText test. We imporve test coverage in the new dumpAsText tests.

        Also, this patch adds missing datetimelocal-pseudo-classes.html.

        * fast/forms/date/date-pseudo-classes-expected.txt:
        * fast/forms/date/date-pseudo-classes.html: Add :in-range -> :out-of-range cases.
        * fast/forms/datetimelocal/datetimelocal-pseudo-classes-expected.txt: Added.
        * fast/forms/datetimelocal/datetimelocal-pseudo-classes.html: Added.
        * fast/forms/month/month-appearance-pseudo-classes-expected.txt: Removed.
        * fast/forms/month/month-appearance-pseudo-classes.html: Removed.
        * fast/forms/month/month-pseudo-classes-expected.txt: Added.
        * fast/forms/month/month-pseudo-classes.html: Added.
        * fast/forms/time/time-appearance-pseudo-classes-expected.txt: Removed.
        * fast/forms/time/time-appearance-pseudo-classes.html: Removed.
        * fast/forms/time/time-pseudo-classes-expected.txt: Added.
        * fast/forms/time/time-pseudo-classes.html: Added.
        * fast/forms/week/week-appearance-pseudo-classes-expected.txt: Removed.
        * fast/forms/week/week-appearance-pseudo-classes.html: Removed.
        * fast/forms/week/week-pseudo-classes-expected.txt: Added.
        * fast/forms/week/week-pseudo-classes.html: Added.
        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.

2012-11-29  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, mark fast/regions tests failing after r136045 as failing, since they are actually reftests.

        * platform/chromium-mac/fast/regions/autoheight-dynamic-update-expected.png: Removed.
        * platform/chromium-mac/fast/regions/firstletter-inside-flowthread-expected.png: Removed.
        * platform/chromium-mac/fast/regions/listmarker-inside-flowthread-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-11-29  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Fix content node renderers ordering inside the named flow thread
        https://bugs.webkit.org/show_bug.cgi?id=103501

        Reviewed by David Hyatt.

        The first two ref tests cover the issue with incorrectly computing the insertion position for a content node renderer.
        The third ref test covers the issue with nextRenderer and previousRenderer skipping valid nodes.

        * fast/regions/named-flow-content-order-1-expected.html: Added.
        * fast/regions/named-flow-content-order-1.html: Added.
        * fast/regions/named-flow-content-order-2-expected.html: Added.
        * fast/regions/named-flow-content-order-2.html: Added.
        * fast/regions/named-flow-content-order-3-expected.html: Added.
        * fast/regions/named-flow-content-order-3.html: Added.

2012-11-28  Mike West  <mkwst@chromium.org>

        Add a test to ensure that 'seamless' iframes do not inherit contenteditable.
        https://bugs.webkit.org/show_bug.cgi?id=95890

        Reviewed by Ojan Vafai.

        * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt: Added.
        * fast/frames/seamless/seamless-contenteditable-not-inherited.html: Added.

2012-11-28  Mike West  <mkwst@chromium.org>

        Web Inspector: Console message's anchor element should be trimmed for readability.
        https://bugs.webkit.org/show_bug.cgi?id=100095

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Added.
        * http/tests/inspector/network/script-as-text-loading-long-url-expected.txt: Added.
        * http/tests/inspector/network/script-as-text-loading-long-url.html: Added.
        * platform/chromium/http/tests/inspector/network/script-as-text-loading-long-url-expected.txt: Added.
            JSC vs V8.

012-11-28  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, rebaseline CSS regions test expectations for Mac 10.8 after r136045.

        * platform/chromium-mac/fast/regions/autoheight-dynamic-update-expected.png: Added.
        * platform/chromium-mac/fast/regions/firstletter-inside-flowthread-expected.png: Added.
        * platform/chromium-mac/fast/regions/listmarker-inside-flowthread-expected.png: Added.

2012-11-28  Hajime Morrita  <morrita@google.com>

        [Shadow DOM] Element.createShadowRoot() should be prefixed.
        https://bugs.webkit.org/show_bug.cgi?id=103595

        Reviewed by Kentaro Hara.

        * fast/dom/shadow/shadow-aware-create-shadow-root.html:

2012-11-28  Hayato Ito <hayato@chromium.org>

        Test the return value from Node::compareDocumentPositionMake more strictly.
        https://bugs.webkit.org/show_bug.cgi?id=103590

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/compare-document-position-expected.txt:
        * fast/dom/shadow/compare-document-position.html:

2012-11-28  Yael Aharon  <yael.aharon@intel.com>

        [EFL][WK2] input-with-validation-without-shadow.html makes following tests crash after r135935
        https://bugs.webkit.org/show_bug.cgi?id=103508

        Reviewed by Kent Tamura.

        Do not submit the form in the ref test, as it is also not submitted by the
        original test. This also fixes the timeout in EFL's tests.
        Remove the test from TestEexpectations as the test is passing now.

        * fast/dom/shadow/input-with-validation-without-shadow-expected.html:
        * platform/efl-wk2/TestExpectations:

2012-11-28  Hayato Ito  <hayato@chromium.org>

        Node::compareDocumentPosition returns wrong value for a node in the different shadow tree.
        https://bugs.webkit.org/show_bug.cgi?id=103502

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/compare-document-position-expected.txt: Added.
        * fast/dom/shadow/compare-document-position.html: Added.

2012-11-28  Noel Gordon  <noel.gordon@gmail.com>

        Unreviewed test fix: chromium/fast/storage/serialized-script-value.html

        This test produces an undefined error if the test fails.

        * platform/chromium/fast/storage/serialized-script-value.html: Use bufferView
        instead of view (view is not defined).

2012-11-28  Joshua Bell  <jsbell@chromium.org>

        [Chromium] IndexedDB: Assert/crash in indexing layout tests in content_shell
        https://bugs.webkit.org/show_bug.cgi?id=103562

        Reviewed by Tony Chang.

        Fix an expectation glitch that may arise in multi-process ports (an error on
        the open request may arrive before logging has stopped; safe to ignore it).

        * storage/indexeddb/resources/transaction-error.js:

2012-11-23  Dirk Schulze  <krit@webkit.org>

        Remove -webkit-mask-attachment
        https://bugs.webkit.org/show_bug.cgi?id=67137

        Reviewed by David Hyatt.

        Added negative tests for '-webkit-mask' shorthand property attachment keywords.

        * fast/css/getComputedStyle/computed-style-expected.txt: 
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * fast/css/remove-shorthand.html: Corrected syntax for -webkit-mask test.
        * fast/masking/parsing-mask-expected.txt:
        * fast/masking/parsing-mask.html: Added negative tests for attachment property keywords.
        * svg/css/getComputedStyle-basic-expected.txt:

2012-11-28  Kenichi Ishibashi  <bashi@chromium.org>

        StyleResolver should not set NaN to font size
        https://bugs.webkit.org/show_bug.cgi?id=99506

        Reviewed by Abhishek Arya.

        * fast/css/font-size-nan-expected.txt: Added.
        * fast/css/font-size-nan.svg: Added.

2012-11-23  Dirk Schulze  <krit@webkit.org>

        CSS parser does not support -webkit-mask-size for -webkit-mask shorthand
        https://bugs.webkit.org/show_bug.cgi?id=103020

        Reviewed by David Hyatt.

        Added new subtests to exisiting test for the changed syntax of '-webkit-mask' shorthand property.

        * fast/masking/parsing-mask-expected.txt:
        * fast/masking/parsing-mask.html:

2012-11-28  Tom Sepez  <tsepez@chromium.org>

        XSSAuditor bypass with script src=data: URL ending in <!--
        https://bugs.webkit.org/show_bug.cgi?id=103548

        Reviewed by Adam Barth.

        * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt: Added.
        * http/tests/security/xssAuditor/script-tag-with-source-data-url3.html: Added.

2012-11-28  Abhishek Arya  <inferno@chromium.org>

        Heap-use-after-free in WebCore::RenderLayerModelObject::hasSelfPaintingLayer
        https://bugs.webkit.org/show_bug.cgi?id=101970

        Reviewed by David Hyatt.

        * fast/block/float/float-not-removed-from-pre-block-expected.txt: Added.
        * fast/block/float/float-not-removed-from-pre-block.html: Added.

2012-11-28  Tony Chang  <tony@chromium.org>

        Move internals.settings.setPageScaleFactor to internals.setPageScaleFactor
        https://bugs.webkit.org/show_bug.cgi?id=103559

        Reviewed by Jochen Eisinger.

        This method doesn't alter the Settings object, so move it to internals.
        Update the tests to call the right version.

        * compositing/geometry/fixed-position-composited-page-scale-down.html:
        * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
        * compositing/geometry/fixed-position-composited-page-scale.html:
        * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
        * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
        * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
        * compositing/geometry/fixed-position-transform-composited-page-scale.html:
        * compositing/overflow/overflow-scaled-descendant-overlapping.html:
        * compositing/repaint/page-scale-repaint.html:
        * compositing/scaling/tiled-layer-recursion.html:
        * fast/dom/Element/scale-page-bounding-client-rect-in-frame.html:
        * fast/dom/Element/scale-page-bounding-client-rect.html:
        * fast/dom/Element/scale-page-client-rects-in-frame.html:
        * fast/dom/Element/scale-page-client-rects.html:
        * fast/dom/Range/scale-page-bounding-client-rect.html:
        * fast/dom/Range/scale-page-client-rects.html:
        * fast/dom/elementFromPoint-scaled-scrolled.html:
        * fast/dom/iframe-inner-size-scaling.html:
        * fast/dom/window-inner-size-scaling.html:
        * fast/dom/window-scroll-scaling.html:
        * fast/events/scale-and-scroll-body.html:
        * fast/events/scale-and-scroll-iframe-body.html:
        * fast/events/scale-and-scroll-iframe-window.html:
        * fast/events/scale-and-scroll-window.html:
        * fast/events/script-tests/page-scaled-mouse-click-iframe.js:
        (iframeLoaded):
        * fast/events/script-tests/page-scaled-mouse-click.js:
        * fast/events/scroll-in-scaled-page-with-overflow-hidden.html:
        * fast/events/touch/page-scaled-touch-gesture-click.html:
        * fast/events/touch/touch-scaled-scrolled.html:
        * fast/frames/frame-set-rotation-hit.html:
        * fast/frames/frame-set-scaling-hit.html:
        * fast/frames/iframe-double-scale-contents.html:
        * fast/repaint/background-scaling.html:
        * fast/repaint/scale-page-shrink.html:
        * fast/text/descent-clip-in-scaled-page-expected.html:
        * fast/text/descent-clip-in-scaled-page.html:
        * fast/transforms/selection-bounds-in-transformed-view.html:
        * inspector/elements/highlight-node-scaled.html:
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html:
        * svg/as-image/image-respects-pageScaleFactor-change.html:
        * svg/as-image/image-respects-pageScaleFactor.html:

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

        CSS3 Multicolumn: column-span should accept value 'none' (instead of '1')
        https://bugs.webkit.org/show_bug.cgi?id=101462

        Reviewed by David Hyatt.

        Update expected results for several test cases now that the
        default value for column-span property was renamed from 1
        to none.

        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt:

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

        Chromium TestExpectations minor changes.
        https://bugs.webkit.org/show_bug.cgi?id=103148

        Unreviewed test expectations changes.

        Making some tests flakey rather than actually failing.

        * platform/chromium/TestExpectations:

2012-11-28  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skip flaky video test media/W3C/video/readyState/readyState_during_loadedmetadata.html.
        https://bugs.webkit.org/show_bug.cgi?id=103442

        * platform/win/TestExpectations:

2012-11-28  Anton Vayvod  <avayvod@chromium.org>

        Text Autosizing: Clusters should use width of LCA of their text nodes
        https://bugs.webkit.org/show_bug.cgi?id=102562

        Reviewed by Kenneth Rohde Christiansen.

        Many pages set a max-width on their content. So especially for the
        RenderView, instead of just taking the width of |cluster| we find
        the lowest common ancestor of the first and last descendant text node of
        the cluster (i.e. the deepest wrapper block that contains all the text),
        and use its width instead.
        Had to update a couple of existing tests since the actual width for font
        size multiplier calculation has been changed by the patch.

        * fast/text-autosizing/cluster-wide-in-narrow-expected.html:
        * fast/text-autosizing/cluster-wide-in-narrow.html:
        * fast/text-autosizing/cluster-with-narrow-lca-and-cluster-expected.html: Added.
        * fast/text-autosizing/cluster-with-narrow-lca-and-cluster.html: Added.
        * fast/text-autosizing/cluster-with-narrow-lca-expected.html: Added.
        * fast/text-autosizing/cluster-with-narrow-lca.html: Added.
        * fast/text-autosizing/cluster-with-wide-lca-expected.html: Added.
        * fast/text-autosizing/cluster-with-wide-lca.html: Added.
        * fast/text-autosizing/em-margin-border-padding-expected.html:
        * fast/text-autosizing/em-margin-border-padding.html:
        * fast/text-autosizing/list-item-out-of-flow-expected.html: Added.
        * fast/text-autosizing/list-item-out-of-flow.html: Added.
        * fast/text-autosizing/wide-child-expected.html:
        * fast/text-autosizing/wide-child.html:
        * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html: Added.
        * fast/text-autosizing/wide-in-narrow-overflow-scroll.html: Added.

2012-11-28  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Regions] Crash when using hover and first-letter inside a flow-thread
        https://bugs.webkit.org/show_bug.cgi?id=102957

        Reviewed by David Hyatt.

        Added CSS Regions tests for the firstLetter and listMarker render objects that use 
        different destroy paths in the code.

        * fast/regions/firstletter-inside-flowthread-expected.html: Added.
        * fast/regions/firstletter-inside-flowthread.html: Added.
        * fast/regions/listmarker-inside-flowthread-expected.html: Added.
        * fast/regions/listmarker-inside-flowthread.html: Added.

2012-11-28  Tony Chang  <tony@chromium.org>

        Unreviewed, fix duplicate expectation.

        * platform/efl-wk1/TestExpectations:

2012-11-28  Pravin D  <pravind.2k4@gmail.com>

        LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
        https://bugs.webkit.org/show_bug.cgi?id=103453

        Reviewed by Julien Chaffraix.

        The testcase failure was due to the difference in the default line-height value
        used by Qt-linux port from other ports.

        * fast/table/css-table-max-height.html:
        * platform/qt/TestExpectations:

2012-11-28  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Regions] Auto-height regions will not calculate the height correctly when the content changes dynamically
        https://bugs.webkit.org/show_bug.cgi?id=102954

        Reviewed by David Hyatt.

        Added test to check for auto-height region size update after an element is added to the flow.
        In this case the first region will need to resize to accommodate the size of the added elements.

        * fast/regions/autoheight-dynamic-update-expected.html: Added.
        * fast/regions/autoheight-dynamic-update.html: Added.

2012-11-28  Andrew Scherkus  <scherkus@chromium.org>

        [Chromium] Unreviewed. Fixing lint errors introduced in r136030.

        * platform/chromium/TestExpectations:

2012-11-28  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Regions] InRenderFlowThread returns false in the first setStyle
        https://bugs.webkit.org/show_bug.cgi?id=102839

        Reviewed by Dave Hyatt.

        Added test to check that the composited elements added to a RenderFlowThread are painted correctly.

        * fast/repaint/region-painting-composited-element-expected.html: Added.
        * fast/repaint/region-painting-composited-element.html: Added.

2012-11-28  Tony Chang  <tony@chromium.org>

        Unreviewed, land updated Mac results after track limiter removal.

        * fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * fast/forms/range/input-appearance-range-expected.txt:
        * fast/forms/range/slider-padding-expected.txt:
        * fast/forms/range/slider-thumb-stylability-expected.txt:
        * fast/multicol/client-rects-expected.txt:
        * fast/repaint/slider-thumb-drag-release-expected.txt:
        * fast/repaint/slider-thumb-float-expected.txt:
        * platform/mac/TestExpectations:
        * platform/mac/fast/forms/box-shadow-override-expected.txt:
        * platform/mac/fast/forms/input-appearance-height-expected.txt:
        * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/mac/media/audio-controls-rendering-expected.txt:
        * platform/mac/media/controls-after-reload-expected.txt:
        * platform/mac/media/controls-strict-expected.txt:
        * platform/mac/media/controls-styling-strict-expected.txt:
        * platform/mac/media/controls-without-preload-expected.txt:
        * platform/mac/media/video-controls-rendering-expected.txt:
        * platform/mac/media/video-display-toggle-expected.txt:
        * platform/mac/media/video-no-audio-expected.txt:
        * platform/mac/media/video-playing-and-pause-expected.txt:

2012-11-28  Dan Bernstein  <mitz@apple.com>

        <rdar://problem/12645085> REGRESSION (r130851): With kerning enabled, a white-space: pre-wrap inline starting with tab+space has the wrong width
        https://bugs.webkit.org/show_bug.cgi?id=103541

        Reviewed by Anders Carlsson.

        * fast/text/tab-with-kerning-expected.html: Added.
        * fast/text/tab-with-kerning.html: Added.

2012-11-28  Nate Chapin  <japhet@chromium.org>

        Move empty loading to DocumentLoader, simplify FrameLoader::init()
        https://bugs.webkit.org/show_bug.cgi?id=101512

        Reviewed by Adam Barth.

        Don't expect resource load callbacks for empty loads.

        * http/tests/inspector/network/network-iframe-load-and-delete.html:
        * http/tests/loading/redirect-methods-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:

2012-11-28  Andrew Scherkus  <scherkus@chromium.org>

        [Chromium] Unreviewed. Mark http/tests/media/video-buffered-range-contains-currentTime.html as requiring an image rebaseline.

        * platform/chromium/TestExpectations:

2012-11-28  Tony Chang  <tony@chromium.org>

        Unreviewed, land updated Chromium results after track limiter removal.

        * fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/chromium-mac-lion/media/video-empty-source-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/slider-thumb-float-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
        * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt: Added.
        * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/range/range-thumb-height-percentage-expected.txt.
        * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Added.
        * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/chromium-mac/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/chromium-mac/fast/layers/video-layer-expected.txt:
        * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
        * platform/chromium-mac/fast/repaint/slider-thumb-float-expected.txt: Removed.
        * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
        * platform/chromium-mac/media/audio-repaint-expected.txt:
        * platform/chromium-mac/media/controls-after-reload-expected.txt:
        * platform/chromium-mac/media/controls-strict-expected.txt:
        * platform/chromium-mac/media/controls-styling-expected.txt:
        * platform/chromium-mac/media/controls-styling-strict-expected.txt:
        * platform/chromium-mac/media/controls-without-preload-expected.txt:
        * platform/chromium-mac/media/media-controls-clone-expected.txt:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-mac/media/video-controls-rendering-expected.txt:
        * platform/chromium-mac/media/video-display-toggle-expected.txt:
        * platform/chromium-mac/media/video-empty-source-expected.png:
        * platform/chromium-mac/media/video-empty-source-expected.txt:
        * platform/chromium-mac/media/video-no-audio-expected.txt:
        * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
        * platform/chromium-mac/media/video-zoom-controls-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/chromium-win-xp/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
        * platform/chromium-win-xp/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
        * platform/chromium-win-xp/fast/repaint/slider-thumb-float-expected.txt: Removed.
        * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
        * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/chromium-win/fast/multicol/client-rects-expected.txt:
        * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt:
        * platform/chromium-win/media/video-empty-source-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt.
        * platform/chromium/fast/forms/range/slider-thumb-shared-style-expected.txt: Removed.
        * platform/chromium/fast/multicol/client-rects-expected.txt: Added.
        * platform/chromium/fast/repaint/slider-thumb-float-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/slider-thumb-float-expected.txt.
        * platform/mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
        * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
        * platform/win-future/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/fast/forms/range/range-thumb-height-percentage-expected.txt.

2012-11-28  Antoine Quint  <graouts@apple.com>

        Calling .removeCue() for a cue that was never added should raise a NOT_FOUND_ERR
        https://bugs.webkit.org/show_bug.cgi?id=103412

        Reviewed by Eric Carlson.

        Updating the .removeCue() test checking on the exception to be NOT_FOUND_ERR instead
        of INVALID_STATE_ERR.

        * media/track/track-add-remove-cue-expected.txt:
        * media/track/track-add-remove-cue.html:

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

        Layout Test svg/animations/mpath-remove-from-dependents-on-delete-crash.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=103375

        Unreviewed test update.

        According to the original bug, at least 4 iterations were required to
        crash (without the fix). To make the test faster, I've reduced the max
        iteration count to 5, rather than 10. This may not fix the timeoout
        issue because it might be a real timeout, not just a slow test.

        * svg/animations/mpath-remove-from-dependents-on-delete-crash.html:

2012-11-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>

        [chromium] Allow plugins to opt-in to receive synthetic mouse events out of touch events.
        https://bugs.webkit.org/show_bug.cgi?id=103092

        Reviewed by Tony Chang.

        Add test for synthesized mouse events from touch (and update existing tests).

        * platform/chromium/plugins/touch-events-details.html:
        * platform/chromium/plugins/touch-events-synthesized-expected.txt: Added.
        * platform/chromium/plugins/touch-events-synthesized.html: Copied from LayoutTests/platform/chromium/plugins/touch-events.html.
        * platform/chromium/plugins/touch-events.html:
        * platform/chromium/plugins/transformed-events.html:

2012-11-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>

        Fix gesture scrolling when the target-element of scroll-begin is removed
        https://bugs.webkit.org/show_bug.cgi?id=103355

        Reviewed by Antonio Gomes.

        Added a test that starts a touch-scroll, removes the initial element under the
        touch-point, and scrolls some more, to test that the scrolling happens correctly
        after the element is removed.

        * fast/events/touch/gesture/touch-gesture-scroll-remove-node-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-remove-node.html: Added.

2012-11-28  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL][WK2] add flaky results after r135935
        https://bugs.webkit.org/show_bug.cgi?id=103514

        Unreviewed gardening: add flaky results after r135935 enabled
        loads of reftests. Also move the existing flaky results from efl
        to efl-wk2 since this does not concern WK1.

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

2012-11-28  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Move childrenAffectedBy bits from RenderStyle to Element
        https://bugs.webkit.org/show_bug.cgi?id=101448
        https://bugs.webkit.org/show_bug.cgi?id=98021

        Reviewed by Antti Koivisto.
        New test-case by Takashi Sakamoto

        * fast/css/nth-child-not-in-rightmost-expected.html: Added.
        * fast/css/nth-child-not-in-rightmost.html: Added.
        * touchadjustment/event-triggered-widgets.html: Fix bug exposed by patch.

2012-11-28  Kent Tamura  <tkent@chromium.org>

        Merge tests for date pseudo classes into one
        https://bugs.webkit.org/show_bug.cgi?id=103489

        Reviewed by Kentaro Hara.

        date-appearance-pseudo-classes.html doesn't need to be a pixel
        test because "how css properties are applied" is tested in
        date-appearance-basic.html. Checking querySelectorAll result is
        enough to check pseudo classes support, and we can convert the
        test to a dumpAsText test.

        Also, we should remove type=date dependencies in
        fast/css/pseudo-*.html because some platforms don't enable
        INPUT_TYPE_DATE and we had better put such tests into one place,
        fast/forms/date/.

        * fast/css/pseudo-in-range-expected.txt:
        * fast/css/pseudo-in-range-invalid-value-expected.txt:
        * fast/css/pseudo-out-of-range-expected.txt:
        * fast/css/script-tests/pseudo-in-range-invalid-value.js:
        * fast/css/script-tests/pseudo-in-range.js:
        * fast/css/script-tests/pseudo-out-of-range.js:
        * fast/forms/date/date-appearance-pseudo-classes-expected.txt: Removed.
        * fast/forms/date/date-appearance-pseudo-classes.html: Removed.
        * fast/forms/date/date-pseudo-classes-expected.txt: Added.
        * fast/forms/date/date-pseudo-classes.html: Added.
        * fast/forms/resources/common-pseudo-classes.js: Added.
        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
2012-11-28  Tommy Widenflycht  <tommyw@google.com>

        Add basic implementation for MediaStreamAudioDestinationNode
        https://bugs.webkit.org/show_bug.cgi?id=101815

        Reviewed by Chris Rogers.

        * webaudio/mediastreamaudiodestinationnode-expected.txt: Added.
        * webaudio/mediastreamaudiodestinationnode.html: Added.

2012-11-28  Jaehun Lim  <ljaehun.lim@samsung.com>

        [EFL][WK1] Gardening AC testcases in efl-wk1
        https://bugs.webkit.org/show_bug.cgi?id=103488

        Unreviewed, EFL gardening.

        efl-wk1 doesn't fully support AC.

        * platform/efl-wk1/TestExpectations:

2012-11-27  Mike West  <mkwst@chromium.org>

        Improve WebSocketChannel connection failure console messages.
        https://bugs.webkit.org/show_bug.cgi?id=103448

        Reviewed by Adam Barth.

        * http/tests/websocket/tests/hybi/bad-handshake-crash-expected.txt:
        * http/tests/websocket/tests/hybi/broken-utf8-expected.txt:
        * http/tests/websocket/tests/hybi/close-before-open-expected.txt:
        * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
        * http/tests/websocket/tests/hybi/close-expected.txt:
        * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt:
        * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt:
        * http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-error-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt:
        * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt:
        * http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt:
        * http/tests/websocket/tests/hybi/invalid-continuation-expected.txt:
        * http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt:
        * http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt:
        * http/tests/websocket/tests/hybi/long-control-frame-expected.txt:
        * http/tests/websocket/tests/hybi/long-invalid-header-expected.txt:
        * http/tests/websocket/tests/hybi/reserved-bits-expected.txt:
        * http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt:
        * http/tests/websocket/tests/hybi/send-file-blob-fail-expected.txt:
        * http/tests/websocket/tests/hybi/too-long-payload-expected.txt:
        * http/tests/websocket/tests/hybi/websocket-event-target-expected.txt:
        * http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
        * http/tests/websocket/tests/hybi/workers/close-expected.txt:
            Update test expectations with the new error messages.

2012-11-27  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, mark http/tests/inspector/indexeddb/database-data.html as flaky on Linux, too.

        * platform/chromium/TestExpectations:

2012-11-27  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, mark http/tests/canvas/canvas-slow-font-loading.html as failing on all of Mac.

        * platform/chromium/TestExpectations:

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

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=96720

        * platform/chromium/TestExpectations:
        datetimelocal-multiple-fields-preserve-value-after-history-back.html is flaky.

2012-11-27  Noel Gordon  <noel.gordon@gmail.com>

        Unreviewed gardening: http/tests/inspector/network/network-xhr-replay.html times-out on win release
        https://bugs.webkit.org/show_bug.cgi?id=96953

        * platform/chromium/TestExpectations:

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

        [Chromium] Update test results for recent forms changes

        * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Added.
        * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-27  Julien Chaffraix  <jchaffraix@webkit.org>

        Support proper <percent> / calc() resolution for grid items
        https://bugs.webkit.org/show_bug.cgi?id=102968

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/calc-resolution-grid-item-expected.txt: Added.
        * fast/css-grid-layout/calc-resolution-grid-item.html: Added.
        * fast/css-grid-layout/percent-resolution-grid-item-expected.txt: Added.
        * fast/css-grid-layout/percent-resolution-grid-item.html: Added.
        Test that checks that our override containing block's logical width / height logic
        works as expected.

        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-expected.txt: Added.
        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track.html: Added.
        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid.html: Added.
        * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid-expected.txt: Added.
        Those test cases covers the cases of percentage sized grid items with percentage sized grid tracks
        inside a fixed or percentage sized grid element. They don't pass yet as we don't support percentage
        sized grid tracks (see bug 103335).

2012-11-27  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed gardening. Add more tests that started failing after http://trac.webkit.org/changeset/135935
        to TestExpectations. Mark pailures as [ ImageOnlyFailure Pass ] because
        the failures on Release and Debug bots are not the same.

        * platform/efl/TestExpectations:

2012-11-27  Dana Jansens  <danakj@chromium.org>

        Rebaseline and remove expectations for deferred virtual test suite
        https://bugs.webkit.org/show_bug.cgi?id=102294

        Unreviewed gardening.

        These three tests are failing on mac, but other platforms are fine.
        Rebaseline windows, and mark as failing only for Mac.

        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png:
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png:
        * platform/chromium/TestExpectations:

2012-11-27  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: crashing on XP
        fast/frames/sandboxed-iframe-navigation-parent.html
        https://bugs.webkit.org/show_bug.cgi?id=103472

        * platform/chromium/TestExpectations:

2012-11-27  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening:
        Layout Test http/tests/navigation/slowmetaredirect-basic.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=103471

        * platform/chromium/TestExpectations:

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

        Unreviewed, land updated Gtk results after track limiter removal.

        * fast/dom/HTMLInputElement/input-slider-update-expected.txt: Renamed from LayoutTests/platform/chromium/fast/dom/HTMLInputElement/input-slider-update-expected.txt.
        * fast/forms/range/input-appearance-range-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt.
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * platform/gtk/fast/forms/box-shadow-override-expected.txt:
        * platform/gtk/fast/forms/input-appearance-height-expected.txt:
        * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
        * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
        * platform/gtk/fast/forms/range/slider-padding-expected.txt:
        * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/gtk/fast/layers/video-layer-expected.txt:
        * platform/gtk/fast/multicol/client-rects-expected.txt:
        * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/gtk/fast/repaint/slider-thumb-float-expected.txt:
        * platform/gtk/media/audio-controls-rendering-expected.txt:
        * platform/gtk/media/audio-repaint-expected.txt:
        * platform/gtk/media/controls-after-reload-expected.txt:
        * platform/gtk/media/controls-strict-expected.txt:
        * platform/gtk/media/controls-styling-expected.txt:
        * platform/gtk/media/controls-styling-strict-expected.txt:
        * platform/gtk/media/controls-without-preload-expected.txt:
        * platform/gtk/media/media-controls-clone-expected.txt:
        * platform/gtk/media/video-controls-rendering-expected.txt:
        * platform/gtk/media/video-display-toggle-expected.txt:
        * platform/gtk/media/video-empty-source-expected.txt:
        * platform/gtk/media/video-no-audio-expected.txt:
        * platform/gtk/media/video-volume-slider-expected.txt:
        * platform/gtk/media/video-zoom-controls-expected.txt:
        * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
        * platform/mac/fast/forms/range/input-appearance-range-expected.txt: Removed.

2012-11-27  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Add behavior tests for input[type=datetime-local] with multiple fields
        https://bugs.webkit.org/show_bug.cgi?id=103386

        Reviewed by Kent Tamura.

        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event.html: Added.
        * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
        (startTestFor): Support datetime and datetime-local.

2012-11-27  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening:
        media/video-currentTime-set.html crashes
        https://bugs.webkit.org/show_bug.cgi?id=103183

        * platform/chromium/TestExpectations:

2012-11-27  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed gardening. Add tests that started failing after http://trac.webkit.org/changeset/135935
        to TestExpectations.

        * platform/efl/TestExpectations:

2012-11-27  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening:
        http/tests/inspector/network/network-xhr-replay.html times out crashes
        https://bugs.webkit.org/show_bug.cgi?id=96953

        * platform/chromium/TestExpectations:

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

        Unreviewed, land updated Qt results after track limiter removal.

        * fast/forms/range/slider-padding-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/range/slider-padding-expected.txt.
        * fast/multicol/client-rects-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/client-rects-expected.txt.
        * fast/repaint/slider-thumb-drag-release-expected.txt: Renamed from LayoutTests/platform/chromium/fast/repaint/slider-thumb-drag-release-expected.txt.
        * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
        * platform/mac/fast/forms/range/slider-padding-expected.txt: Removed.
        * platform/mac/fast/multicol/client-rects-expected.txt: Removed.
        * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt: Removed.
        * platform/qt/TestExpectations:
        * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/qt/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * platform/qt/fast/forms/box-shadow-override-expected.txt:
        * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
        * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/qt/fast/forms/range/slider-padding-expected.txt:
        * platform/qt/fast/multicol/client-rects-expected.txt:
        * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/qt/fast/repaint/slider-thumb-float-expected.txt:

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

        Unreviewed, land updated EFL results after track limiter removal.

        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
        * platform/efl/fast/forms/box-shadow-override-expected.txt:
        * platform/efl/fast/forms/input-appearance-height-expected.txt:
        * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
        * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
        * platform/efl/fast/forms/range/slider-padding-expected.txt:
        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
        * platform/efl/fast/layers/video-layer-expected.txt:
        * platform/efl/fast/multicol/client-rects-expected.txt:
        * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Added.
        * platform/efl/media/audio-controls-rendering-expected.txt:
        * platform/efl/media/controls-strict-expected.txt:
        * platform/efl/media/controls-styling-strict-expected.txt:
        * platform/efl/media/controls-without-preload-expected.txt:
        * platform/efl/media/media-controls-clone-expected.txt:
        * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
        * platform/efl/media/video-display-toggle-expected.txt:
        * platform/efl/media/video-empty-source-expected.txt:
        * platform/efl/media/video-no-audio-expected.txt:
        * platform/efl/media/video-zoom-controls-expected.txt:

2012-11-27  Dean Jackson  <dino@apple.com>

        Make track list control active
        https://bugs.webkit.org/show_bug.cgi?id=101670

        Reviewed by Eric Carlson.

        New test that exercises the track list menu, and how it can be used
        to enable specific tracks. Since this is only enabled for Mac, it is
        skipped on all other platforms.

        Meanwhile, the existing test for a on/off captions button now
        does not work on Mac, so skip it there. I copied the functionality
        into the new test so we still have coverage.

        * media/video-controls-captions-trackmenu-expected.txt: Added.
        * media/video-controls-captions-trackmenu.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

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

        Unreviewed, updating TestExpectations after input slider change.

        * platform/chromium/TestExpectations:

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

        Unreviewed, updating TestExpectations after input slider change.

        * platform/gtk/TestExpectations:

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

        DFG SetLocal should use forwardSpeculationCheck instead of its own half-baked version of same
        https://bugs.webkit.org/show_bug.cgi?id=103353

        Reviewed by Oliver Hunt and Gavin Barraclough.

        * fast/js/dfg-intrinsic-side-effect-assignment-osr-exit-expected.txt: Added.
        * fast/js/dfg-intrinsic-side-effect-assignment-osr-exit.html: Added.
        * fast/js/dfg-side-effect-assignment-osr-exit-expected.txt: Added.
        * fast/js/dfg-side-effect-assignment-osr-exit.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-intrinsic-side-effect-assignment-osr-exit.js: Added.
        (foo):
        * fast/js/script-tests/dfg-side-effect-assignment-osr-exit.js: Added.
        (foo):
        (bar):

2012-11-27  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Regions] Elements using transforms are not repainted correctly when rendered in a region
        https://bugs.webkit.org/show_bug.cgi?id=102826

        Reviewed by David Hyatt.

        Added test file to check for repainting inside a RenderFlowThread when the page is in composited mode.

        * fast/repaint/region-painting-in-composited-view-expected.html: Added.
        * fast/repaint/region-painting-in-composited-view.html: Added.

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

        Unreviewed, updating TestExpectations after input slider change.

        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:

2012-11-27  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Qt gardening.

        * platform/qt/TestExpectations:
        Skipped fast/table/css-table-max-height.html as it is showing a 12px difference.
        The test is actually passing but the output wouldn't make it obvious that it is the case.

2012-11-27  Tom Sepez  <tsepez@chromium.org>

        Regression(r129406): Fix the scope of the WidgetHierarchyUpdateSuspensionScope in Element::Attach().
        https://bugs.webkit.org/show_bug.cgi?id=100803

        Reviewed by Abhishek Arya.

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

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

        Remove hidden limiter div in the input slider shadow DOM
        https://bugs.webkit.org/show_bug.cgi?id=102993

        Reviewed by Ojan Vafai.

        Pixel results should be the same, but the render tree for RenderSlider has one less div.

        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
        * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
        * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
        * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/chromium-win/fast/layers/video-layer-expected.txt:
        * platform/chromium-win/media/audio-controls-rendering-expected.txt:
        * platform/chromium-win/media/audio-repaint-expected.txt:
        * platform/chromium-win/media/controls-after-reload-expected.txt:
        * platform/chromium-win/media/controls-strict-expected.txt:
        * platform/chromium-win/media/controls-styling-expected.txt:
        * platform/chromium-win/media/controls-styling-strict-expected.txt:
        * platform/chromium-win/media/controls-without-preload-expected.txt:
        * platform/chromium-win/media/media-controls-clone-expected.txt:
        * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-win/media/video-controls-rendering-expected.txt:
        * platform/chromium-win/media/video-display-toggle-expected.txt:
        * platform/chromium-win/media/video-no-audio-expected.txt:
        * platform/chromium-win/media/video-playing-and-pause-expected.txt:
        * platform/chromium-win/media/video-zoom-controls-expected.txt:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt:

2012-11-27  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: fast/frames/frame-name-reset.html crashing intermittently
        https://bugs.webkit.org/show_bug.cgi?id=103451

        * platform/chromium/TestExpectations:

2012-11-27  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: platform/chromium/virtual/gpu/fast/canvas/font-update.html
        https://bugs.webkit.org/show_bug.cgi?id=103449

        * platform/chromium/TestExpectations:

2012-11-27  Aaron Colwell  <acolwell@chromium.org>

        Use-after-free in media player handling
        https://bugs.webkit.org/show_bug.cgi?id=103426

        Reviewed by Eric Carlson.

        - Added a test to verify that the MediaSource gets closed when the HTMLMediaElement is destroyed
          after it is removed from the DOM.
        - Updated video-media-source-state-changes-expected.txt to reflect a slight change in event dispatch ordering.


        * http/tests/media/media-source/video-media-source-closed-on-htmlmediaelement-destruction-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-closed-on-htmlmediaelement-destruction.html: Added.
        * http/tests/media/media-source/video-media-source-state-changes-expected.txt:

2012-11-27  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Remove IDBDatabase.setVersion API
        https://bugs.webkit.org/show_bug.cgi?id=94972

        Reviewed by Tony Chang.

        * storage/indexeddb/removed-expected.txt:
        * storage/indexeddb/resources/removed.js:
        (test):

2012-11-27  Mike West  <mkwst@chromium.org>

        Log to console when autofocus is blocked by sandbox attribute.
        https://bugs.webkit.org/show_bug.cgi?id=103255

        Reviewed by Ojan Vafai.

        * fast/forms/autofocus-in-sandbox-without-allow-scripts-expected.txt: Added.
        * fast/forms/autofocus-in-sandbox-without-allow-scripts.html: Added.

2012-11-27  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: ImageOnlyFailure in fast/canvas/font-update.html
        https://bugs.webkit.org/show_bug.cgi?id=103447

        * platform/chromium/TestExpectations:

2012-11-27  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed gardening. Add bug numbers to flaky tests.

        * platform/efl/TestExpectations:

2012-11-27  Robert Kroeger  <rjkroege@chromium.org>

        Gardening: Updated TestExpecations for failure in
        http/tests/canvas/canvas-slow-font-loading.html
        https://bugs.webkit.org/show_bug.cgi?id=103446

        * platform/chromium/TestExpectations:

2012-11-27  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skip some flaky video tests on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=103442

        * platform/win/TestExpectations:

2012-11-27  Pravin D  <pravind.2k4@gmail.com>

        max-height property not respected in case of tables
        https://bugs.webkit.org/show_bug.cgi?id=98633

        Reviewed by Julien Chaffraix.

        * fast/table/css-table-max-height-expected.txt: Added.
        * fast/table/css-table-max-height.html: Added.

2012-11-27  Roger Fong  <roger_fong@apple.com>

        Windows specific implementation of usesTileCacheLayer needed after r133056.
        https://bugs.webkit.org/show_bug.cgi?id=103321

        Reviewed by Simon Fraser.

        After r133056 it no longer suffices to use the existing usesTileCacheLayer method on Windows.
        The change resulted in 3 crashing tests:
        compositing/rotated-tiled-clamped
        compositing/rotated-tiled-preserve3d-clamped
        fast/events/tabindex-focus-blur-all

        * platform/win/TestExpectations: 
        Remove the tests below from the Windows skip list. 

        * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
        * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
        Add Windows specific results for tests added in r133056.

2012-11-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of failing tests
        https://bugs.webkit.org/show_bug.cgi?id=103434

        Unreviewed gardening.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/fast/js/global-constructors-expected.txt:

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

        Canvas does not draw any text if the font is not fully loaded yet
        https://bugs.webkit.org/show_bug.cgi?id=103392

        Reviewed by Kenneth Rohde Christiansen.

        Add canvas test to check that text is drawn using a fallback font
        if the primary font is not fully loaded yet.

        * http/tests/canvas/canvas-slow-font-loading-expected.html: Added.
        * http/tests/canvas/canvas-slow-font-loading.html: Added.

2012-11-27  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed gardening. fast/loader/submit-form-while-parsing-2.html is still flaky
        so put it back in TestExpectations.

        * platform/efl/TestExpectations:

2012-11-27  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        Layout Test transitions/transition-shorthand-delay.html should usePauseAPI
        https://bugs.webkit.org/show_bug.cgi?id=103402

        Reviewed by Simon Fraser.

        PauseAPI works when pausing during delay in transitions now, using it
        should fix the flakiness.

        * platform/efl/TestExpectations:
        * transitions/transition-shorthand-delay.html:

2012-11-27  Robert Hogan  <robert@webkit.org>

        REGRESSION (r125578): word-wrapping in absolute position with nbsp, word-spacing and custom font
        https://bugs.webkit.org/show_bug.cgi?id=101443

        Reviewed by David Hyatt.

        * fast/text/word-space-nbsp-expected.html: Added.
        * fast/text/word-space-nbsp.html: Added.

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

        Unreviewed gardening, fixing lint errors in TestExpectations.

        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-11-27  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed gardening. Remove from TestExpectations tests that are passing.

        * platform/efl/TestExpectations:

2012-11-27  Istiaque Ahmed  <lazyboy@chromium.org>

        freeV8NPObject: Skip trying to remove object from per context data's ObjectMap if the object does not exist in the map.
        https://bugs.webkit.org/show_bug.cgi?id=103356

        Reviewed by Adam Barth.

        Before introducing per context data, it used to be the case that we would ignore removing v8 object
        from context data's map if we couldn't find it. With perContextData change, this turned into an ASSERT
        instead and we had crash reports.
        Related crbug.com/154462.

        * platform/chromium/plugins/release-frame-content-window-expected.txt: Added.
        * platform/chromium/plugins/release-frame-content-window.html: Added.
        * platform/chromium/plugins/resources/empty.html: Added.
        * platform/chromium/plugins/resources/empty2.html: Added.

2012-11-27  Justin Novosad  <junov@google.com>

        Skipping fast/backgrounds/background-opaque-images-over-color.html on mac
        https://bugs.webkit.org/show_bug.cgi?id=103435

        Unreviewed

        * platform/mac/TestExpectations:

2012-11-27  Marja Hölttä  <marja@chromium.org>

        Add callbacks to the FrameLoaderClient when a resource is requested
        https://bugs.webkit.org/show_bug.cgi?id=92761

        Reviewed by Adam Barth.

        In Chromium, when an extension script cancels a network
        request (which happens out of process), we'd like to
        notify content scripts running on the current page about
        which elements failed to load because the requests were
        cancelled (as opposed to e.g. the network request just
        didn't work). Since the resource request itself does not
        carry any information what DOM element is was made for,
        currently a content script has to search the DOM tree and
        guess which requests will be cancelled by its counter
        part. By adding these callbacks, the embedder can make
        this connection explictly.

        * platform/chromium/fast/loader/resource-request-callbacks-expected.txt: Added.
        * platform/chromium/fast/loader/resource-request-callbacks.html: Added.

2012-11-27  Dan Carney  <dcarney@google.com>

        Fix world-reuse test for mac build
        https://bugs.webkit.org/show_bug.cgi?id=103385

        Reviewed by Jochen Eisinger.

        Mac and chrome builds have different expectations for where
        an isolated world is executed. 

        * http/tests/security/isolatedWorld/world-reuse.html:

2012-11-27  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: updated TestExpectations for crashes in
        media/video-duration-known-after-eos.html
        https://bugs.webkit.org/show_bug.cgi?id=103183

        * platform/chromium/TestExpectations:

2012-11-27  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Make test resilient to different event ordering
        https://bugs.webkit.org/show_bug.cgi?id=103344

        Reviewed by Tony Chang.

        This test was failing in multi-process chromium because the blocked
        event can arrive before the versionchange event.

        * storage/indexeddb/pending-version-change-on-exit.html:

2012-11-27  Min Qin  <qinmin@chromium.org>

        Don't throw an exception if user gesture is required for load
        https://bugs.webkit.org/show_bug.cgi?id=103318

        Reviewed by Eric Carlson.

        Check that exception is not thrown and metadata is not loaded if media load requires user gesture.

        * media/video-load-require-user-gesture-expected.txt:
        * media/video-load-require-user-gesture.html:

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

        [Qt] Unreviewed gardening, skip a new failing test to paint the bots green.

        * platform/qt/TestExpectations:

2012-11-27  Justin Novosad  <junov@google.com>

        Correcting baseline for fast/backgrounds/background-opaque-images-over-color.html
        https://bugs.webkit.org/show_bug.cgi?id=103275

        Unreviewed

        Fixing small error in ref test baseline.

        * fast/backgrounds/background-opaque-images-over-color-expected.html:

2012-11-27  Justin Novosad  <junov@google.com>

        Convert test fast/backgrounds/background-opaque-images-over-color.html to a ref test
        https://bugs.webkit.org/show_bug.cgi?id=103275

        Reviewed by Simon Fraser

        Removing existing baselines, and adding an -expecte.html to make
        fast/backgrounds/background-opaque-images-over-color.html a ref test

        * fast/backgrounds/background-opaque-images-over-color-expected.html: Added.
        * fast/backgrounds/background-opaque-images-over-color-expected.txt: Removed.
        * fast/backgrounds/background-opaque-images-over-color.html:
        * platform/chromium-mac/fast/backgrounds/background-opaque-images-over-color-expected.png: Removed.
        * platform/chromium-win/fast/backgrounds/background-opaque-images-over-color-expected.png: Removed.

2012-11-27  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Mark tests flaky
        https://bugs.webkit.org/show_bug.cgi?id=103403

        Unreviewed expectations update for EFL: Mark tests flaky based on
        flakiness dashboard and testing. Also rearrange efl/TestExpectations
        so all media flakes are next to each other.

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

2012-11-27  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Crash when dispatching regionlayoutupdate
        https://bugs.webkit.org/show_bug.cgi?id=102944

        Reviewed by Andreas Kling.

        The test modifies the layout, forces a regionlayoutupdate event to be scheduled and then removes the content and the regions.
        The event is dispatched on a named flow in the "NULL" state. Without this patch a crash occurs.

        * fast/regions/webkit-named-flow-event-crash-expected.txt: Added.
        * fast/regions/webkit-named-flow-event-crash.html: Added.

2012-11-27  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Reduce XHR timeout tests execution time
        https://bugs.webkit.org/show_bug.cgi?id=102184

        Reviewed by Csaba Osztrogonác.

        Reduce all timeouts by five.

        * http/tests/resources/load-and-stall.cgi:
        * http/tests/resources/load-and-stall.php:
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js:
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js:
        (RequestTracker.prototype.startXHR):
        (RequestTracker.prototype.handleEvent):
        (AbortedRequest.prototype.getMessage):
        (AbortedRequest.prototype.handleEvent):
        (SyncRequestSettingTimeoutAfterOpen.startXHR):
        (SyncRequestSettingTimeoutBeforeOpen.startXHR):
        (TestCounter.testComplete):

2012-11-27  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] Absolutely positioned regions do not expand to fill their container
        https://bugs.webkit.org/show_bug.cgi?id=102385

        Reviewed by Julien Chaffraix.

        Added new tests for the case of an absolutely positioned region inside a container. The region is anchored and it should expand to the container limits
        in the anchored direction.
        Also modified expectations for another test that has absolutely positioned auto-height regions, which now have height computed properly.

        * fast/regions/autosize-abspos-anchoredregion-expected.txt: Added.
        * fast/regions/autosize-abspos-anchoredregion-vertlr-expected.txt: Added.
        * fast/regions/autosize-abspos-anchoredregion-vertlr.html: Added.
        * fast/regions/autosize-abspos-anchoredregion.html: Added.
        * platform/chromium/fast/regions/autoheight-regions-mark-expected.txt:
        * platform/efl/fast/regions/autoheight-regions-mark-expected.txt:
        * platform/gtk/fast/regions/autoheight-regions-mark-expected.txt:
        * platform/mac/fast/regions/autoheight-regions-mark-expected.txt:
        * platform/qt/fast/regions/autoheight-regions-mark-expected.txt:

2012-11-27  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r135723, r135740 and r135789. Skipped 3 tests and added rebaseline to a test.

        Reviewed by Csaba Osztrogonác.

        r135723: Added Qt baseline to http/tests/inspector/network/script-as-text-loading-with-caret.html
        r135740: Skipped fast/frames/page-visibility-crash.html because Page Visibility API is disabled.
        r135789: Skipped fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html because gestureLongTap is not supported on Qt, and
                         fast/events/touch/gesture/context-menu-on-long-tap.html because Drag and Drop support is disabled on Qt.

        * platform/qt/TestExpectations:
        * platform/qt/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt: Added.

2012-11-27  Alexander Pavlov  <apavlov@chromium.org>

        Incorrect value of CSSStyleDeclaration#length when a shorthand property is inherit or initial
        https://bugs.webkit.org/show_bug.cgi?id=73002

        Reviewed by Alexis Menard.

        Expectations get fixed in some cases.

        * css3/flexbox/flex-property-parsing-expected.txt:
        * fast/css/inherit-initial-shorthand-values-expected.txt: Added.
        * fast/css/inherit-initial-shorthand-values.html: Added.
        * fast/css/parsing-text-emphasis-expected.txt:
        * fast/css/parsing-text-emphasis.html:

2012-09-17  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Incorrect rect-based hit-test result when hit-test region includes culled inlines
        https://bugs.webkit.org/show_bug.cgi?id=88376

        Reviewed by Dave Hyatt.

        Renames the existing nodesFromRect-culled-inlines.html test to nodesFromRect-inline-image.html,
        because it did not test any culled inlines anymore, and replace it with two new tests that does
        test culled inlines.

        * fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak-expected.txt: Copied from LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt.
        * fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html: Added.
        * fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt:
        * fast/dom/nodesFromRect/nodesFromRect-culled-inlines.html:
        * fast/dom/nodesFromRect/nodesFromRect-inline-image-expected.txt: Added.
        * fast/dom/nodesFromRect/nodesFromRect-inline-image.html: Added.
        * fast/dom/nodesFromRect/resources/nodesFromRect.js:
        (checkRect):
        (nodesFromRectAsString):

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

        Reduce the number of pixel tests for date/time input types
        https://bugs.webkit.org/show_bug.cgi?id=103373

        Reviewed by Kentaro Hara.

        Merge fast/forms/<type>/<type>-appearance-style.html and
        <type>-appearance-disabled-readonly.html into
        <type>-appearance-basic.html, and add tests for font-weight, height, and
        -webkit-appearance:none.

        * fast/forms/date/date-appearance-basic-expected.txt:
        * fast/forms/date/date-appearance-basic.html:
        * fast/forms/date/date-appearance-style-expected.txt: Removed.
        * fast/forms/date/date-appearance-style.html: Removed.
        * fast/forms/month/month-appearance-basic-expected.txt:
        * fast/forms/month/month-appearance-basic.html:
        * fast/forms/month/month-appearance-style-expected.txt: Removed.
        * fast/forms/month/month-appearance-style.html: Removed.
        * fast/forms/time/time-appearance-basic-expected.txt:
        * fast/forms/time/time-appearance-basic.html:
        * fast/forms/time/time-appearance-disabled-readonly-expected.txt: Removed.
        * fast/forms/time/time-appearance-disabled-readonly.html: Removed.
        * fast/forms/time/time-appearance-style-expected.txt: Removed.
        * fast/forms/time/time-appearance-style.html: Removed.
        * fast/forms/week/week-appearance-basic-expected.txt:
        * fast/forms/week/week-appearance-basic.html:
        * fast/forms/week/week-appearance-style-expected.txt: Removed.
        * fast/forms/week/week-appearance-style.html: Removed.
        * platform/chromium-linux/fast/forms/date/date-appearance-style-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time/time-appearance-style-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-style-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-style-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-style-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time/time-appearance-style-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png: Removed.
        * platform/chromium-win/fast/forms/date/date-appearance-style-expected.png: Removed.
        * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png: Removed.
        * platform/chromium-win/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-win/fast/forms/time/time-appearance-style-expected.png: Removed.
        * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png: Removed.
        * platform/chromium/TestExpectations:

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

        A followup of r135836
        https://bugs.webkit.org/show_bug.cgi?id=102861

        I landed an old revision of the patch in r135836.

        * fast/forms/ValidityState-001.html:
        * fast/forms/number/number-validity-badinput-expected.txt:
        * fast/forms/number/number-validity-badinput.html:
        * fast/forms/resources/multiple-fields-validity-badinput.js:
        (testBadInput):

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

        Implement ValidityState::badInput
        https://bugs.webkit.org/show_bug.cgi?id=102861

        Reviewed by Hajime Morita.

        * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput.html: Added.
        * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput-expected.txt: Added.
        * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput.html: Added.
        * fast/forms/number/number-unacceptable-style-expected.txt: Removed.
        * fast/forms/number/number-validity-badinput-expected.txt: Added.
        * fast/forms/number/number-validity-badinput.html: Renamed from LayoutTests/fast/forms/number/number-unacceptable-style.html.
        * fast/forms/resources/multiple-fields-validity-badinput.js: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput.html: Added.

2012-11-27  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, mark svg/animations/mpath-remove-from-dependents-on-delete-crash.html as flaky.

        * platform/chromium/TestExpectations:

2012-11-27  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Cleaning up expectations, removing those that cover tests
        that are now passing.

        * platform/gtk/TestExpectations:

2012-11-27  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding timeout expectations for three plugins tests timing out after r135786.

        * platform/gtk/TestExpectations:

2012-11-26  Kent Tamura  <tkent@chromium.org>

        :read-only selector should match to date/time input types
        https://bugs.webkit.org/show_bug.cgi?id=103350

        Reviewed by Kentaro Hara.

        The text color becomes yellow as specified for :read-only in
        *-appearance-pseudo-classes.html

        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
        * platform/chromium/TestExpectations:

2012-11-26  Justin Novosad  <junov@google.com>

        [Qt] new fast/backgrounds/background-opaque-images-over-color.html fails since r135629
        https://bugs.webkit.org/show_bug.cgi?id=103227

        Reviewed by Simon Hausmann.

        Unskipping test now that baseline has been fixed.

        * platform/qt/TestExpectations:

2012-11-26  Noel Gordon  <noel.gordon@gmail.com>

        [chromium mac] Layout Test touchadjustment/touch-links-longpress.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=103363

        Unreviewed test expectations update.

        * platform/chromium/TestExpectations: Add failing expection for Mac.

2012-11-26  Daniel Bates  <dbates@webkit.org>

        Update Chromium test expectation for test LayoutTests/fast/js/string-replacement-outofmemory.html
        See <https://bugs.webkit.org/show_bug.cgi?id=103348> for more details.

        * platform/chromium/TestExpectations:

2012-11-26  Istiaque Ahmed  <lazyboy@chromium.org>

        Check for empty perContextData while creating NP V8 Object.
        https://bugs.webkit.org/show_bug.cgi?id=98448

        Reviewed by Adam Barth.

        Fixes crash in npCreateV8ScriptObject(), if NP Invoke is called from a document
        that is no longer displayed in frame (isCurrentlyDisplayedInFrame() ==
        false), we have empty perContextData and this results in invalid memory access.

        * platform/chromium/plugins/empty-per-context-data-expected.txt: Added.
        * platform/chromium/plugins/empty-per-context-data.html: Added.
        * platform/chromium/plugins/resources/script-container.html: Added.

2012-11-26  Daniel Bates  <dbates@webkit.org>

        JavaScript fails to handle String.replace() with large replacement string
        https://bugs.webkit.org/show_bug.cgi?id=102956
        <rdar://problem/12738012>

        Reviewed by Oliver Hunt.

        Add test to ensure that we handle string replacement with a large replacement string.

        * fast/js/script-tests/string-replacement-outofmemory.js: Added.
        (createStringWithRepeatedChar):
        * fast/js/string-replacement-outofmemory-expected.txt: Added.
        * fast/js/string-replacement-outofmemory.html: Added.

2012-11-26  Varun Jain  <varunjain@chromium.org>

        LongPress and LongTap gestures should start drag/drop and open context menu respectively.
        https://bugs.webkit.org/show_bug.cgi?id=101545

        Reviewed by Antonio Gomes.

        For LongPress, we simulate drag by sending a mouse down and mouse drag
        events. If a drag is not started (because maybe there is no draggable
        element), then we show context menu instead (which is the current
        behavior for LongPress). For LongTap, we use the existing functions that
        LongPress uses to summon the context menu. LongPress initiated drag and
        drop can be enabled/disabled by the platform using the Setting
        touchDragDropEnabled which is disabled by default.

        * fast/events/touch/gesture/context-menu-on-long-tap.html: Added.
        * fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html: Added.
        * platform/chromium/fast/events/touch/gesture/context-menu-on-long-tap-expected.txt: Added.
        * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag-expected.txt: Added.
        * touchadjustment/touch-links-longpress-expected.txt:
        * touchadjustment/touch-links-longpress.html:

2012-11-26  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skipping some compositing/tiling tests on Windows because tiled backing is not supported.
        Tests skipped:
        compositing/tiling/rotated-tiled-preserve3d-clamped.html
        compositing/tiling/rotated-tiled-clamped.html

        * platform/win/TestExpectations:

2012-11-26  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: css3/filters/custom/custom-filter-transforms-animation.html
        times out intermittently.
        https://bugs.webkit.org/show_bug.cgi?id=103308

        * platform/chromium/TestExpectations:

2012-11-26  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: failure in fast/text/atsui-small-caps-punctuation-size.html
        https://bugs.webkit.org/show_bug.cgi?id=103148

        * platform/chromium/TestExpectations:

2012-11-26  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: failure in http/tests/media/pdf-served-as-pdf.html
        https://bugs.webkit.org/show_bug.cgi?id=103093

        * platform/chromium/TestExpectations:

2012-11-26  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: updated TextExpecations for failing
        fast/dom/shadow/shadow-dom-event-dispatching.html
        https://bugs.webkit.org/show_bug.cgi?id=103299

        * platform/chromium/TestExpectations:

2012-11-26  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skip fast/dom/Window/open-window-min-size.html on Windows.
        DRT doesn't support showModalDialog https://bugs.webkit.org/show_bug.cgi?id=53675.

        * platform/win/TestExpectations:

2012-11-26  Roger Fong  <roger_fong@apple.com>

        Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
        Add a feature flag and skip some failing tests.
        https://bugs.webkit.org/show_bug.cgi?id=103294

        Tests skipped:
        compositing/overflow/scrolling-without-painting.html
        compositing/overflow/updating-scrolling-content.html

        * platform/win/TestExpectations:

2012-11-26  Dan Carney  <dcarney@google.com>

        Refactor V8 bindings to allow content scripts to access subframes
        https://bugs.webkit.org/show_bug.cgi?id=93646

        Reviewed by Adam Barth.

        Test modified to check isolated world access across frames.

        * http/tests/security/isolatedWorld/world-reuse-expected.txt:
        * http/tests/security/isolatedWorld/world-reuse.html:

2012-11-26  Tony Chang  <tony@chromium.org>

        Move more functions from internals.settings to internals
        https://bugs.webkit.org/show_bug.cgi?id=102976

        Reviewed by Adam Barth.

        Move internals.settings.setEnableMockPagePopup to internals.setEnableMockPagePopup.

        * fast/forms/resources/picker-common.js:

2012-11-26  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Add Region info for RootLineBoxes and pack the pagination data
        https://bugs.webkit.org/show_bug.cgi?id=101332

        Reviewed by David Hyatt.

        The test checks if there is a crash when doing a line layout if:
        - the flow has no region
        - the flow has a region but the lines have no containing region
        - the flow has no region but the lines have a containing region

        * fast/regions/line-containing-region-crash-expected.txt: Added.
        * fast/regions/line-containing-region-crash.html: Added.

2012-11-26  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] Add IDL file and bindings for mix function
        https://bugs.webkit.org/show_bug.cgi?id=93011

        Reviewed by Dean Jackson.

        Test for the Custom Filter mix() function JS bindings.

        * css3/filters/custom/custom-filter-mix-bindings-expected.txt: Added.
        * css3/filters/custom/custom-filter-mix-bindings.html: Added.
        * css3/filters/script-tests/custom-filter-mix-bindings.js: Added.
        (jsWrapperClass):
        (shouldBeType):
        * platform/chromium/css3/filters/custom/custom-filter-mix-bindings-expected.txt: Added.
        * platform/efl/fast/js/global-constructors-expected.txt: Updated with the new WebKitCSSMixFunctionValueConstructor.
        * platform/gtk/fast/js/global-constructors-expected.txt: Ditto.
        * platform/mac/fast/js/global-constructors-expected.txt: Ditto.
        * platform/qt-5.0/fast/js/global-constructors-expected.txt: Ditto.
        * platform/qt/fast/js/global-constructors-expected.txt: Ditto.
        * platform/win/fast/js/global-constructors-expected.txt: Ditto.

2012-11-26  Julien Chaffraix  <jchaffraix@webkit.org>

        RenderBox::computePercentageLogicalHeight should use containingBlockLogicalWidthForContent
        https://bugs.webkit.org/show_bug.cgi?id=103075

        Reviewed by Ojan Vafai.

        * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode-expected.txt: Added.
        * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode.html: Added.
        * fast/table/caption-orthogonal-writing-mode-sizing-expected.txt: Added.
        * fast/table/caption-orthogonal-writing-mode-sizing.html: Added.

2012-11-26  Abhishek Arya  <inferno@chromium.org>

        Crash in Frame::dispatchVisibilityStateChangeEvent.
        https://bugs.webkit.org/show_bug.cgi?id=102053

        Reviewed by Adam Barth.

        * fast/frames/page-visibility-crash-expected.txt: Added.
        * fast/frames/page-visibility-crash.html: Added.

2012-11-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        Import more CSS Device Adaptation layout tests
        https://bugs.webkit.org/show_bug.cgi?id=95967

        Reviewed by Kenneth Rohde Christiansen.

        And these are the remaining test from the Opera's CSS
        Device Adaptation test suite.

        * css3/device-adapt/opera/constrain-021-expected.txt: Added.
        * css3/device-adapt/opera/constrain-021.xhtml: Added.
        * css3/device-adapt/opera/constrain-022-expected.txt: Added.
        * css3/device-adapt/opera/constrain-022.xhtml: Added.
        * css3/device-adapt/opera/orientation-001-expected.txt: Added.
        * css3/device-adapt/opera/orientation-001.xhtml: Added.
        * css3/device-adapt/opera/orientation-002-expected.txt: Added.
        * css3/device-adapt/opera/orientation-002.xhtml: Added.
        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:

2012-11-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        Viewport CSS rules should not clamp values like Viewport META
        https://bugs.webkit.org/show_bug.cgi?id=103068

        Reviewed by Kenneth Rohde Christiansen.

        Imported Opera tests that makes sure we are doing the clamping right.

        * css3/device-adapt/opera/constrain-018-expected.txt: Added.
        * css3/device-adapt/opera/constrain-018.xhtml: Added.
        * css3/device-adapt/opera/constrain-019-expected.txt: Added.
        * css3/device-adapt/opera/constrain-019.xhtml: Added.
        * css3/device-adapt/opera/constrain-023-expected.txt: Added.
        * css3/device-adapt/opera/constrain-023.xhtml: Added.
        * css3/device-adapt/opera/constrain-024-expected.txt: Added.
        * css3/device-adapt/opera/constrain-024.xhtml: Added.

2012-11-26  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: added TestExpecations failures for 
        media/remove-from-document.html
        https://bugs.webkit.org/show_bug.cgi?id=103093

        * platform/chromium/TestExpectations:

2012-11-26  Justin Novosad  <junov@google.com>

        New baselines for test fast/backgrounds/background-opaque-images-over-color.html
        https://bugs.webkit.org/show_bug.cgi?id=102557

        Unreviewed

        * fast/backgrounds/background-opaque-images-over-color-expected.txt:
        * platform/chromium-mac/fast/backgrounds/background-opaque-images-over-color-expected.png: Added.
        * platform/chromium-win/fast/backgrounds/background-opaque-images-over-color-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-11-26  Justin Novosad  <junov@google.com>

        New baselines for test fast/backgrounds/gradient-background-leakage-2.html
        https://bugs.webkit.org/show_bug.cgi?id=103089

        Unreviewed

        * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
        * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
        * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-26  Mike West  <mkwst@chromium.org>

        Web Inspector: URLs containing '^' are improperly linked in console messages.
        https://bugs.webkit.org/show_bug.cgi?id=103248

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt: Added.
        * http/tests/inspector/network/script-as-text-loading-with-caret.html: Added.
        * platform/chromium/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt:
            JSC vs V8. :(

2012-11-26  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewd Gardening: updated TestExpecations for additional failures in
        media/video-preload.html
        https://bugs.webkit.org/show_bug.cgi?id=103093

        * platform/chromium/TestExpectations:

2012-11-26  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: object preview does not render node id, className; logs too many functions for jQuery.
        https://bugs.webkit.org/show_bug.cgi?id=103222

        Reviewed by Yury Semikhatsky.

        * inspector/console/command-line-api-expected.txt:
        * inspector/console/command-line-api-inspect-expected.txt:
        * inspector/console/console-dir-expected.txt:
        * inspector/console/console-format-collections-expected.txt:
        * inspector/console/console-format-expected.txt:
        * inspector/elements/event-listener-sidebar-expected.txt:
        * inspector/elements/event-listeners-about-blank-expected.txt:
        * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Removed.
        * platform/chromium/inspector/console/command-line-api-inspect-expected.txt:
        * platform/chromium/inspector/console/console-dir-expected.txt:
        * platform/chromium/inspector/console/console-format-collections-expected.txt:

2012-11-26  Florin Malita  <fmalita@chromium.org>

        RenderSVGResourceContainer does not clear cached data on removal
        https://bugs.webkit.org/show_bug.cgi?id=102620

        Reviewed by Dirk Schulze.

        * svg/custom/stale-resource-data-crash-expected.txt: Added.
        * svg/custom/stale-resource-data-crash.svg: Added.

2012-11-26  'Pavel Feldman'  <pfeldman@chromium.org>

        Not reviewed: rolling out r135714 and r135712 for breaking debug tests.

        * inspector/console/command-line-api-expected.txt:
        * inspector/console/command-line-api-inspect-expected.txt:
        * inspector/console/console-dir-expected.txt:
        * inspector/console/console-format-collections-expected.txt:
        * inspector/console/console-format-expected.txt:
        * inspector/elements/event-listener-sidebar-expected.txt:
        * inspector/elements/event-listeners-about-blank-expected.txt:
        * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Copied from LayoutTests/platform/chromium/inspector/console/console-format-collections-expected.txt.
        * platform/chromium/inspector/console/command-line-api-inspect-expected.txt:
        * platform/chromium/inspector/console/console-dir-expected.txt:
        * platform/chromium/inspector/console/console-format-collections-expected.txt:

2012-11-26  'Pavel Feldman'  <pfeldman@chromium.org>

        Not reviewed: rolling out accidental TestExpectations change.

        * platform/chromium/TestExpectations:

2012-11-26  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: object preview does not render node id, className; logs too many functions for jQuery.
        https://bugs.webkit.org/show_bug.cgi?id=103222

        Reviewed by Yury Semikhatsky.

        * inspector/console/command-line-api-expected.txt:
        * inspector/console/console-dir-expected.txt:
        * inspector/console/console-format-expected.txt:
        * inspector/elements/event-listener-sidebar-expected.txt:
        * inspector/elements/event-listeners-about-blank-expected.txt:
        * platform/chromium/inspector/console/console-dir-expected.txt:

2012-11-26  Eugene Klyuchnikov  <eustas@chromium.org>

        Web Inspector: HeapProfiler: remove snapshotView reference from data-grids.
        https://bugs.webkit.org/show_bug.cgi?id=103240

        Reviewed by Yury Semikhatsky.

        Directly access current view instead of getting if from the data grid.

        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest):

2012-11-26  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Gardening: update test expectations
        https://bugs.webkit.org/show_bug.cgi?id=103119

        Unreviewed gardening. timeline-timer-fired-from-eval-call-site-expected.html
        is passing now, other changes are just marking tests as flaky based on
        the flakiness dashboard.

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

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

        Layout Test platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=103225

        Unreviewed.

        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Remove current month check because it was flaky.

2012-11-26  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r135629. Skipped a newly added but failing test.
        https://bugs.webkit.org/show_bug.cgi?id=103227

        Reviewed by Csaba Osztrogonác.

        * platform/qt/TestExpectations:

2012-11-26  Hajime Morrita  <morrita@google.com>

        [Shadow DOM] Implement Element::createShadowRoot()
        https://bugs.webkit.org/show_bug.cgi?id=102911

        Reviewed by Kentaro Hara.

        The coverage might not seem comprehensive at a glance. However,
        this is just an alias of ShadowRoot constructor and there are
        bunch of test cases which cover it.

        As bug 102913 will convert such callsites to use createShadowRoot(),
        the API will get be covered well then.

        * fast/dom/shadow/shadow-aware-create-shdow-root-expected.txt: Added.
        * fast/dom/shadow/shadow-aware-create-shdow-root.html: Added.
          Further ShadowAware API will come here.

2012-11-26  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, mark platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html as flaky (date-dependent).

        * platform/chromium/TestExpectations:

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

        Unreviewed GTK gardening.

        Adding timeout expectation for the new a11y test added in r135680.

        * platform/gtk/TestExpectations:

2012-11-25  Ryuan Choi <ryuan.choi@samsung.com>

        Unreviewed gardening.
        Unskip the fixed regressions from r135662

        * platform/efl-wk1/TestExpectations:

2012-11-25  Takashi Sakamoto  <tasak@google.com>

        WebCore::RenderBlock::determineStartPosition crash
        https://bugs.webkit.org/show_bug.cgi?id=98993

        Reviewed by Brent Fulgham.

        * fast/inline/inline-box-append-child-crash-expected.txt: Added.
        * fast/inline/inline-box-append-child-crash.html: Added.

2012-11-25  Chris Fleizach  <cfleizach@apple.com>

        AX: file upload input cannot be activated with VoiceOver
        https://bugs.webkit.org/show_bug.cgi?id=100343

        Reviewed by Sam Weinig.

        * accessibility/file-upload-button-with-axpress-expected.txt: Added.
        * accessibility/file-upload-button-with-axpress.html: Added.

2012-11-25  Kent Tamura  <tkent@chromium.org>

        [Chromium] Fix svn:mime-type for images

        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added property svn:mime-type.
        * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/fast/text/drawBidiText-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/fast/text/international/001-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/fast/text/international/002-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/fast/text/international/wrap-CJK-001-expected.png: Modified property svn:mime-type.
        * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png: Modified property svn:mime-type.

2012-11-25  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        [Chromium] Add tests for datetime/datetime-local suggestion picker
        https://bugs.webkit.org/show_bug.cgi?id=102888

        Reviewed by Kent Tamura.

        Adding tests for <input type=datetime> and <input type=datetime-local> with datalist.

        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-min-max-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-min-max-attribute.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute.html: Added.

2012-10-08  Robert Hogan  <robert@webkit.org>

        Changing position:relative to position:static results in mis-positioned div
        https://bugs.webkit.org/show_bug.cgi?id=26397

        Reviewed by Ojan Vafai.

        * fast/block/abspos-child-container-changes-from-relative-to-static-expected.html: Added
        * fast/block/abspos-child-container-changes-from-relative-to-static.html: Added

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

        [WK2] TiledBackingStore: page contents is scaled wrongly
        https://bugs.webkit.org/show_bug.cgi?id=103090

        Reviewed by Kenneth Rohde Christiansen.

        Added new layout test to verify that viewport 'width' descriptor does not
        affect contents width of next loaded page. 

        * css3/device-adapt/resources/check-contents-width.html: Added.
        * css3/device-adapt/viewport-width-not-affecting-next-page-expected.txt: Added.
        * css3/device-adapt/viewport-width-not-affecting-next-page.html: Added.

2012-11-24  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: updated expectations for failures in:
        * http/tests/local/drag-over-remote-content.html
        https://bugs.webkit.org/show_bug.cgi?id=103181
        * media/video-seek-past-end-playing.html
        https://bugs.webkit.org/show_bug.cgi?id=103183

        * platform/chromium/TestExpectations:

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

        Unreviewed gardening.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-11-24  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Unreviewed gardening. Too many tests come to crashe after build 7830 on
        EFL Linux 64-bit Release bot.

        * platform/efl-wk1/TestExpectations:

2012-11-23  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: updated test expectations for failure in
        * svg/batik/text/textPosition2.svg
        https://bugs.webkit.org/show_bug.cgi?id=103148

        * platform/chromium/TestExpectations:

2012-11-23  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: text failures in:
        * inspector/console/command-line-api-inspect.html
        * inspector/runtime/runtime-localStorage-getProperties.html
        https://bugs.webkit.org/show_bug.cgi?id=103161

        * platform/chromium/TestExpectations:

2012-11-23  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: update test expectations for
        svg/hixie/perf/007.xml

        * platform/chromium/TestExpectations:

2012-11-23  Alexis Menard  <alexis@webkit.org>

        [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
        https://bugs.webkit.org/show_bug.cgi?id=102104

        Reviewed by Julien Chaffraix.

        Add new tests to cover the new parsing for the background position
        property. For now the computed style checks are commented out because
        the rendering part of the feature is not yet implemented (i.e.
        FillLayer does not contain yet the feature and this is what
        CSSComputedStyleDeclaration is using).

        * fast/backgrounds/background-position-parsing-2-expected.txt:
        * fast/backgrounds/background-position-parsing-2.html:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-11-23  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening. Image rebaseline of
        fast/text/atsui-small-caps-punctuation-size.html

        * platform/chromium-linux-x86/fast/text/atsui-small-caps-punctuation-size-expected.png: Added.
        * platform/efl-wk1/fast/text/atsui-small-caps-punctuation-size-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-small-caps-punctuation-size-expected.png.

2012-11-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed gardening.

        Adding failure expectation for fast/dom/shadow/host-wrapper-reclaimed.html.

        * platform/gtk/TestExpectations:

2012-11-23  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed: updated test expecations -- additional failures in
        * fast/text/large-text-composed-char.html
        * fast/text/text-letter-spacing.html
        * http/tests/inspector/indexeddb/database-data.html
        and new failures:
        * fast/frames/frame-unload-crash2.html 

        * platform/chromium/TestExpectations:

2012-11-23  Justin Novosad  <junov@google.com>

        Adding occlusion detection to reduce overdraw in RenderBox background rendering
        https://bugs.webkit.org/show_bug.cgi?id=102557

        Reviewed by Stephen White.

        New test exercises different CSS background style use cases that
        are candidates for optimization by occlusion culling.

        * fast/backgrounds/background-opaque-images-over-color-expected.txt: Added.
        * fast/backgrounds/background-opaque-images-over-color.html: Added.
        * platform/chromium/TestExpectations:

2012-11-23  Robert Kroeger  <rjkroege@chromium.org>

        Gardening: updated expectations (pass/timeout) for
        week-multiple-fields-preserve-value-after-history-back.html
        https://bugs.webkit.org/show_bug.cgi?id=103152

        * platform/chromium/TestExpectations:

2012-11-23  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] Adapt accessibility feature to WebKitTestRunner.
        https://bugs.webkit.org/show_bug.cgi?id=100757

        Reviewed by Laszlo Gombos.

        Skipping Accessibility tests for wk1/wk2.
        Some of the implementation is still missing.

        * platform/efl/TestExpectations:

2012-11-23  Justin Novosad  <junov@google.com>

        Page background color bleeds through inner edge of div border with rounded edges
        https://bugs.webkit.org/show_bug.cgi?id=103089

        Reviewed by Stephen White.

        New layout test to verify that there is no color bleeding between
        a div element's border and background when there are rounded corners
        an a scale that reduces a thick border down to a width of less than
        two pixels.

        * fast/backgrounds/gradient-background-leakage-2-expected.txt: Added.
        * fast/backgrounds/gradient-background-leakage-2.html: Added.
        * platform/chromium/TestExpectations:

2012-11-23  Robert Kroeger  <rjkroege@chromium.org>

        Gardening: update expectations for fast/events/stopPropagation-submit.html flaky
        https://bugs.webkit.org/show_bug.cgi?id=103149

        * platform/chromium/TestExpectations:

2012-11-23  Mateusz Leszko  <m.leszko@samsung.com>

        [EFL][GTK] Adapt accessibility feature to WebKitTestRunner.
        https://bugs.webkit.org/show_bug.cgi?id=100757

        Reviewed by Laszlo Gombos.

        Unskipping EFL Accessiblity tests for wk2.

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

2012-11-23  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: test expectations failures.
        https://bugs.webkit.org/show_bug.cgi?id=103148

        * platform/chromium/TestExpectations:

2012-11-23  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: update expectations for now crashing test 
        visibility-simple-canvas2d-layer.html
        https://bugs.webkit.org/show_bug.cgi?id=98086

        * platform/chromium/TestExpectations:

2012-11-23  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: damaging last chunk does not remove its garbage from DOM
        https://bugs.webkit.org/show_bug.cgi?id=103132

        Reviewed by Vsevolod Vlasov.

        * inspector/editor/editor-test.js:
        (initialize_EditorTests.InspectorTest.createTestEditor):
        (initialize_EditorTests.InspectorTest.dumpEditorChunks):
        (initialize_EditorTests.InspectorTest.dumpEditorModel):
        (initialize_EditorTests.InspectorTest.dumpEditorDOM):
        (initialize_EditorTests):
        * inspector/editor/text-editor-remove-chunks-from-dom-expected.txt: Added.
        * inspector/editor/text-editor-remove-chunks-from-dom.html: Added.
        * inspector/editor/text-editor-selection-expected.txt:
        * inspector/editor/text-editor-selection.html:

2012-11-23  Kent Tamura  <tkent@chromium.org>

        Correct input[type=number] value sanitization for user-input
        https://bugs.webkit.org/show_bug.cgi?id=103018

        Reviewed by Kentaro Hara.

        * fast/forms/number/number-commit-valid-only-expected.txt:
        * fast/forms/number/number-commit-valid-only.html:
        Update the expected HTMLInputElement::value results.
        * fast/forms/number/number-unacceptable-style-expected.txt:
        * fast/forms/number/number-unacceptable-style.html:
        Add some checks for HTMLInputElement::value.

2012-11-23  Wojciech Bielawski  <w.bielawski@samsung.com>

        [WK2][WKTR] WebKitTestRunner needs eventSender.contextClick()
        https://bugs.webkit.org/show_bug.cgi?id=86881

        Reviewed by Kenneth Rohde Christiansen.

        Added expected results for two tests for EFL platform. Test expectations changed
        for EFL WK1/WK2 and GTK platforms

        * platform/efl/TestExpectations:
        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/gkt-wk2/TestExpectations:
        * platform/gtk/editing/selection/5354455-2-expected.txt:
        * platform/efl/editing/selection/5354455-2-expected.txt: Added.
        * platform/efl/fast/events/context-no-deselect-expected.txt: Added.

2012-11-23  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Newly added tests in r135436 and r135456 are failng
        https://bugs.webkit.org/show_bug.cgi?id=103112

        Unreviewed EFL gardening.

        Skip new failing tests introduced in r135436 and r135456.

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

2012-11-23  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, skip failing tests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/wk2/TestExpectations:

2012-11-23  Christophe Dumez  <christophe.dumez@intel.com>

        WebSocket's MessageEvent.origin attribute is an empty string
        https://bugs.webkit.org/show_bug.cgi?id=102889

        Reviewed by Kentaro Hara.

        Add layout tests to check that the message event's origin attribute
        is set to the Unicode serialization of the origin of the URL that
        was passed to the WebSocket object's constructor, as per the
        WebSocket specification.

        * http/tests/websocket/tests/hybi/send-blob-onmessage-origin-expected.txt: Added.
        * http/tests/websocket/tests/hybi/send-blob-onmessage-origin.html: Added.
        * http/tests/websocket/tests/hybi/send-onmessage-origin-expected.txt: Added.
        * http/tests/websocket/tests/hybi/send-onmessage-origin.html: Added.

2012-11-22  Eugene Klyuchnikov  <eustas.bug@gmail.com>

        Web Inspector: No "Save Heap Snapshot" option after canceling save to file dialog.
        https://bugs.webkit.org/show_bug.cgi?id=100916

        Reviewed by Yury Semikhatsky.

        Extracted "injectMockProfile" method and reused it in new test.

        * inspector/profiler/heap-snapshot-loader-expected.txt: Added test case.
        * inspector/profiler/heap-snapshot-loader.html:
        Refactored and added new test case.

2012-11-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] REGRESSION(r135507): It made 13 tests fail
        https://bugs.webkit.org/show_bug.cgi?id=103069

        Reviewed by Simon Hausmann.

        Unskip the last of test regressions now passing.

        * platform/qt/TestExpectations:

2012-11-23  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Updated test expectations.

        * platform/chromium/TestExpectations:

2012-11-23  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        fast/events/mouseover-button.html never releases a mouse button
        https://bugs.webkit.org/show_bug.cgi?id=103041

        Reviewed by Kenneth Rohde Christiansen.

        mouseover-button.html released the wrong mouse button so subsequent
        tests would fail: This includes at least svg/text/select-*.svg .

        * fast/events/mouseover-button.html:

2012-11-23  Julian Pastarmov  <pastarmovj@chromium.org>

        REGRESSION (r128633): td changes size during re-layout of table although it shouldn't
        https://bugs.webkit.org/show_bug.cgi?id=102802

        Reviewed by Ojan Vafai.

        This test checks that table layout of some nested tables in quirks mode is computed correctly.

        * fast/table/nested-tables-with-div-offset-expected.txt: Added.
        * fast/table/nested-tables-with-div-offset.html: Added.

2012-11-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] REGRESSION(r135507): It made 13 tests fail
        https://bugs.webkit.org/show_bug.cgi?id=103069

        Reviewed by Simon Hausmann.

        Unskip fixed test and update one benign change.

        * platform/qt/TestExpectations:
        * platform/qt/fast/preloader/script-expected.txt: Added.

2012-11-23  Pierre Rossi  <pierre.rossi@gmail.com>

        [Qt] REGRESSION(r135515): 3 appcache tests still failing
        https://bugs.webkit.org/show_bug.cgi?id=103073

        Rubber-stamped by Simon Hausmann.

        * platform/qt/TestExpectations: Unskipped the affected tests.

2012-11-22  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: ctrl+end in editor does not select the last symbol.
        https://bugs.webkit.org/show_bug.cgi?id=103078

        Reviewed by Vsevolod Vlasov.

        * inspector/editor/editor-test.js: Added.
        (initialize_EditorTests.InspectorTest.createTestEditor):
        (initialize_EditorTests.InspectorTest.dumpEditorChunks):
        (initialize_EditorTests):
        * inspector/editor/text-editor-selection-expected.txt: Added.
        * inspector/editor/text-editor-selection.html: Added.

2012-11-23  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Updated test expectations.

        * platform/chromium-linux/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
        * platform/chromium-linux/fast/writing-mode/text-orientation-basic-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
        * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/pdf-as-image-landscape-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl-wk1/fast/transforms/transformed-focused-text-input-expected.png: Renamed from LayoutTests/platform/efl/fast/transforms/transformed-focused-text-input-expected.png.
        * platform/efl-wk1/fast/writing-mode/text-orientation-basic-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/text-orientation-basic-expected.png.

2012-11-23  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r135532. It made 3 tests fail.
        https://bugs.webkit.org/show_bug.cgi?id=103073

        * platform/qt/TestExpectations:

2012-11-23  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Update test expectations.

        * platform/chromium-mac-lion/fast/css/input-search-padding-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/xmlSpace-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/xmlSpace-expected.png:
        * platform/chromium-mac/fast/css/input-search-padding-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
        * platform/chromium-mac/svg/batik/text/xmlSpace-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
        * platform/chromium-win/svg/batik/text/xmlSpace-expected.png:
        * platform/efl-wk1/fast/css/input-search-padding-expected.png: Renamed from LayoutTests/platform/efl/fast/css/input-search-padding-expected.png.
        * platform/efl-wk1/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Renamed from LayoutTests/platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png.
        * platform/efl-wk1/svg/batik/text/xmlSpace-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/xmlSpace-expected.png.

2012-11-23  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Update test expectations.

        * platform/chromium-mac-lion/fast/css/font-weight-1-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/font-weight-1-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.txt: Added.
        * platform/chromium-mac/fast/css/font-weight-1-expected.png: Added.
        * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/pdf-as-image-expected.png: Added.
        * platform/chromium-win/fast/css/font-weight-1-expected.png: Renamed from LayoutTests/platform/chromium/fast/css/font-weight-1-expected.png.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/pdf-as-image-expected.png: Added.
        * platform/efl-wk1/fast/css/font-weight-1-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-weight-1-expected.png.

2012-11-23  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        Expose DOM interface for CSS Device Adaptation
        https://bugs.webkit.org/show_bug.cgi?id=95966

        Reviewed by Kenneth Rohde Christiansen.

        Imported a test submitted by Opera that tests the exposed interface. 

        * css3/device-adapt/opera/cssom-001-expected.txt: Added.
        * css3/device-adapt/opera/cssom-001.xhtml: Added.
        * platform/efl/fast/js/global-constructors-expected.txt:

2012-11-22  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r135549.
        http://trac.webkit.org/changeset/135549
        https://bugs.webkit.org/show_bug.cgi?id=103102

        Multiple layout test crashes (Requested by yurys on #webkit).

        * fast/table/css-table-max-height-expected.txt: Removed.
        * fast/table/css-table-max-height.html: Removed.

2012-11-22  Rick Byers <rbyers@chromium.org>

        window is missing Touch and TouchList - touch event conformance test failure
        https://bugs.webkit.org/show_bug.cgi?id=96295

        Reviewed by Adam Barth.

        * fast/events/touch/document-create-touch-list-expected.txt:
        * fast/events/touch/script-tests/document-create-touch-list.js: Add instanceof checks
        * platform/efl/fast/js/global-constructors-expected.txt: Add new expected constructors
        * platform/qt-5.0/fast/js/global-constructors-expected.txt: Add new expected constructors
        * platform/qt/fast/js/global-constructors-expected.txt: Add new expected constructors

2012-11-22  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Test expectations update after Skia changes.

        * fast/repaint/line-flow-with-floats-in-regions-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png.
        * platform/chromium-linux-x86/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
        * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
        * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
        * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
        * platform/chromium-linux-x86/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
        * platform/chromium-linux/fast/css/color-correction-expected.png: Added.
        * platform/chromium-linux/fast/css/color-correction-on-background-image-expected.png: Added.
        * platform/chromium-linux/fast/css/color-correction-on-backgrounds-expected.png: Added.
        * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png: Added.
        * platform/chromium-linux/fast/css/color-correction-on-text-expected.png: Added.
        * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png: Added.
        * platform/chromium-linux/fast/css/color-correction-untagged-images-expected.png: Added.
        * platform/chromium-linux/fast/css/font-smoothing-expected.png: Added.
        * platform/chromium-linux/fast/history/visited-link-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/history/visited-link-background-color-expected.png.
        * platform/chromium-linux/fast/images/imagemap-circle-focus-ring-expected.png: Added.
        * platform/chromium-linux/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
        * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
        * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
        * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
        * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
        * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
        * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
        * platform/chromium-linux/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
        * platform/chromium-linux/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
        * platform/chromium-linux/fast/text/atsui-pointtooffset-calls-cg-expected.png: Added.
        * platform/chromium-linux/fast/text/atsui-rtl-override-selection-expected.png: Added.
        * platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png: Added.
        * platform/chromium-linux/fast/text/midword-break-before-surrogate-pair-2-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png.
        * platform/chromium-mac-lion/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textProperties2-expected.png:
        * platform/chromium-mac/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
        * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-mac/svg/batik/text/textProperties2-expected.png:
        * platform/chromium-win-xp/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
        * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
        * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
        * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
        * platform/chromium-win-xp/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
        * platform/chromium-win/fast/images/imagemap-circle-focus-ring-expected.png: Added.
        * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
        * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
        * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
        * platform/chromium-win/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
        * platform/chromium-win/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
        * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
        * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-win/svg/batik/text/textEffect-expected.png:
        * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-win/svg/batik/text/textLayout-expected.png:
        * platform/chromium-win/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-win/svg/batik/text/textProperties2-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/history/visited-link-background-color-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/history/visited-link-background-color-expected.png.
        * platform/chromium/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
        * platform/chromium/fast/text/midword-break-before-surrogate-pair-2-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png.
        * platform/efl-wk1/fast/css/font-smoothing-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-smoothing-expected.png.
        * platform/efl-wk1/fast/history/visited-link-background-color-expected.png: Renamed from LayoutTests/platform/efl/fast/history/visited-link-background-color-expected.png.
        * platform/efl-wk1/fast/images/imagemap-circle-focus-ring-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-circle-focus-ring-expected.png.
        * platform/efl-wk1/fast/images/imagemap-focus-ring-outline-color-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.png.
        * platform/efl-wk1/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png.
        * platform/efl-wk1/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png.
        * platform/efl-wk1/fast/images/imagemap-polygon-focus-ring-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-polygon-focus-ring-expected.png.
        * platform/efl-wk1/fast/text/atsui-pointtooffset-calls-cg-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.png.
        * platform/efl-wk1/fast/text/atsui-rtl-override-selection-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-rtl-override-selection-expected.png.
        * platform/efl-wk1/fast/text/line-initial-and-final-swashes-expected.png: Renamed from LayoutTests/platform/efl/fast/text/line-initial-and-final-swashes-expected.png.
        * platform/efl-wk1/fast/text/line-initial-and-final-swashes-expected.txt: Renamed from LayoutTests/platform/efl/fast/text/line-initial-and-final-swashes-expected.txt.
        * platform/efl-wk1/fast/text/midword-break-before-surrogate-pair-2-expected.png: Renamed from LayoutTests/platform/efl/fast/text/midword-break-before-surrogate-pair-2-expected.png.
        * platform/efl-wk1/svg/batik/filters/filterRegions-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/filters/filterRegions-expected.png.
        * platform/efl-wk1/svg/batik/text/smallFonts-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/smallFonts-expected.png.
        * platform/efl-wk1/svg/batik/text/textDecoration-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textDecoration-expected.png.
        * platform/efl-wk1/svg/batik/text/textEffect-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textEffect-expected.png.
        * platform/efl-wk1/svg/batik/text/textEffect2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textEffect2-expected.png.
        * platform/efl-wk1/svg/batik/text/textFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textFeatures-expected.png.
        * platform/efl-wk1/svg/batik/text/textLayout-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textLayout-expected.png.
        * platform/efl-wk1/svg/batik/text/textLayout2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textLayout2-expected.png.
        * platform/efl-wk1/svg/batik/text/textProperties2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textProperties2-expected.png.
        * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.

2012-11-22  Dirk Schulze  <krit@webkit.org>

        -webkit-mask shorthand switches -webkit-mask-clip and -webkit-mask-origin values
        https://bugs.webkit.org/show_bug.cgi?id=103083

        Reviewed by Antti Koivisto.

        Add parser tests for -webkit-mask property.

        * fast/masking/parsing-mask-expected.txt: Added.
        * fast/masking/parsing-mask.html: Added.

2012-11-22  John Mellor  <johnme@chromium.org>

        Text Autosizing: Improve handling of nested comments on reddit.com
        https://bugs.webkit.org/show_bug.cgi?id=102409

        Reviewed by Kenneth Rohde Christiansen.

        Added test to confirm that overflow:hidden no longer triggers a cluster.

        * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html: Added.
        * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html: Added.

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        Test expectations update after enabling Skia changes.

        Unreviewed expectations update.

        Final rebaselines. These tests did not get correctly rebased the first time through.

        * fast/replaced/border-radius-clip-expected.png: Added.
        * fast/text/line-initial-and-final-swashes-expected.txt: Added.
        * platform/chromium-linux-x86/fast/replaced/border-radius-clip-expected.txt: Added.
        * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
        * platform/chromium-linux/fast/replaced/border-radius-clip-expected.txt: Added.
        * platform/chromium-linux/transforms/3d/hit-testing/backface-hit-test-expected.png:
        * platform/chromium-linux/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png:
        * platform/chromium-mac-lion/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/color-correction-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/color-correction-on-background-image-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/color-correction-on-backgrounds-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/color-correction-on-text-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/color-correction-untagged-images-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/font-smoothing-expected.txt: Added.
        * platform/chromium-mac-lion/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
        * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
        * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
        * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
        * platform/chromium-mac-lion/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
        * platform/chromium-mac-lion/fast/images/object-image-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/body-background-image-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/body-background-image-expected.txt: Added.
        * platform/chromium-mac-lion/fast/repaint/overflow-outline-repaint-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/atsui-rtl-override-selection-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/font-initial-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/font-initial-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/line-initial-and-final-swashes-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/color-correction-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-background-image-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-backgrounds-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/color-correction-untagged-images-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/font-smoothing-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/body-background-image-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/body-background-image-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/overflow-outline-repaint-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/atsui-rtl-override-selection-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/font-initial-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/font-initial-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Added.
        * platform/chromium-mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
        * platform/chromium-mac/fast/css/color-correction-expected.txt: Added.
        * platform/chromium-mac/fast/css/color-correction-on-background-image-expected.txt: Added.
        * platform/chromium-mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
        * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
        * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
        * platform/chromium-mac/fast/css/color-correction-on-text-expected.txt: Added.
        * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
        * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
        * platform/chromium-mac/fast/css/color-correction-untagged-images-expected.txt: Added.
        * platform/chromium-mac/fast/css/font-smoothing-expected.txt: Added.
        * platform/chromium-mac/fast/history/visited-link-background-color-expected.png: Added.
        * platform/chromium-mac/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
        * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
        * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
        * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
        * platform/chromium-mac/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
        * platform/chromium-mac/fast/images/object-image-expected.png: Added.
        * platform/chromium-mac/fast/repaint/body-background-image-expected.png: Added.
        * platform/chromium-mac/fast/repaint/body-background-image-expected.txt: Added.
        * platform/chromium-mac/fast/repaint/overflow-outline-repaint-expected.txt: Added.
        * platform/chromium-mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
        * platform/chromium-mac/fast/text/atsui-rtl-override-selection-expected.txt: Added.
        * platform/chromium-mac/fast/text/font-initial-expected.png: Added.
        * platform/chromium-mac/fast/text/font-initial-expected.txt: Added.
        * platform/chromium-mac/fast/text/line-initial-and-final-swashes-expected.png: Added.
        * platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
        * platform/chromium-win-xp/fast/replaced/border-radius-clip-expected.txt: Added.
        * platform/chromium-win/fast/block/basic/fieldset-stretch-to-legend-expected.png:
        * platform/chromium-win/fast/css/color-correction-expected.png: Added.
        * platform/chromium-win/fast/css/color-correction-on-background-image-expected.png: Added.
        * platform/chromium-win/fast/css/color-correction-on-backgrounds-expected.png: Added.
        * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png: Added.
        * platform/chromium-win/fast/css/color-correction-on-text-expected.png: Added.
        * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png: Added.
        * platform/chromium-win/fast/css/color-correction-untagged-images-expected.png: Added.
        * platform/chromium-win/fast/css/font-smoothing-expected.png:
        * platform/chromium-win/fast/history/visited-link-background-color-expected.png: Added.
        * platform/chromium-win/fast/images/object-image-expected.png: Added.
        * platform/chromium-win/fast/repaint/body-background-image-expected.png: Added.
        * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
        * platform/chromium-win/fast/replaced/border-radius-clip-expected.txt:
        * platform/chromium-win/fast/text/atsui-pointtooffset-calls-cg-expected.png:
        * platform/chromium-win/fast/text/atsui-rtl-override-selection-expected.png:
        * platform/chromium-win/fast/text/font-initial-expected.png: Added.
        * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.txt: Added.
        * platform/chromium-win/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
        * platform/chromium/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
        * platform/chromium/fast/css/color-correction-expected.png: Removed.
        * platform/chromium/fast/css/color-correction-on-background-image-expected.png: Removed.
        * platform/chromium/fast/css/color-correction-on-backgrounds-expected.png: Removed.
        * platform/chromium/fast/css/color-correction-on-box-shadow-expected.png: Removed.
        * platform/chromium/fast/css/color-correction-on-text-expected.png: Removed.
        * platform/chromium/fast/css/color-correction-on-text-shadow-expected.png: Removed.
        * platform/chromium/fast/css/color-correction-untagged-images-expected.png: Removed.
        * platform/chromium/fast/history/visited-link-background-color-expected.png: Removed.
        * platform/chromium/fast/images/imagemap-circle-focus-ring-expected.png: Removed.
        * platform/chromium/fast/images/imagemap-focus-ring-outline-color-expected.png: Removed.
        * platform/chromium/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Removed.
        * platform/chromium/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Removed.
        * platform/chromium/fast/images/imagemap-polygon-focus-ring-expected.png: Removed.
        * platform/chromium/fast/images/object-image-expected.png: Removed.
        * platform/chromium/fast/repaint/body-background-image-expected.png: Removed.
        * platform/chromium/fast/replaced/border-radius-clip-expected.png: Removed.
        * platform/chromium/fast/text/font-initial-expected.png: Removed.
        * platform/chromium/fast/text/line-initial-and-final-swashes-expected.png: Removed.
        * platform/chromium/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
        * platform/chromium/fast/text/midword-break-before-surrogate-pair-2-expected.png: Removed.
        * platform/mac/fast/replaced/border-radius-clip-expected.png: Removed.
        * platform/mac/fast/text/line-initial-and-final-swashes-expected.txt: Removed.

2012-11-22  Pravin D  <pravind.2k4@gmail.com>

        max-height property not respected in case of tables
        https://bugs.webkit.org/show_bug.cgi?id=98633

        Reviewed by Julien Chaffraix.

        * fast/table/css-table-max-height-expected.txt: Added.
        * fast/table/css-table-max-height.html: Added.

2012-11-22  Robert Kroeger  <rjkroege@chromium.org>

        Unreviewed gardening: Updated test expectations for MountainLion crash in
        media/video-preload.html.
        https://bugs.webkit.org/show_bug.cgi?id=103093

        * platform/chromium/TestExpectations:

2012-11-22  Robert Kroeger  <rjkroege@chromium.org>

        [Chromium] Unreviwed gardening. Updated test expectations for failure
        in complex-joining-using-gpos.html
        https://bugs.webkit.org/show_bug.cgi?id=101377

        * platform/chromium/TestExpectations:

2012-11-22  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  Remove a now-passing test from TestExpectations.

        * platform/chromium/TestExpectations:

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        Test expectations update after enabling Skia changes.

        Unreviewed expectations update.

        All the SVG tests. We should now be done.

        * To many files to list.

2012-11-22  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  New baselines for test effect-reference-ordering-hw.

        * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
        * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png: Added.
        * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.txt: Added.

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        Test expectations update after enabling Skia changes.

        Unreviewed expectations update.

        Partial update, covering all but eh SVG tests.

        * To many files to list.

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update after enabling Skia changes.

        Unreviewed Chromium expectations update.

        Partial update, covering all fast tests. Many more to come.

        * To many files to list. Most of the pixel results in fast for Chromium.

2012-11-22  Pierre Rossi  <pierre.rossi@gmail.com>

        [Qt] REGRESSION(r135515): It made 3-3 tests fail and crash
        https://bugs.webkit.org/show_bug.cgi?id=103073

        Rubber-stamped by Simon Hausmann.

        Unskip the tests that had regressed.

        * platform/qt/TestExpectations:

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update after enabling Skia changes.

        Unreviewed Chromium expectations update.

        Partial update, covering all editing tests. Many more to come.

        * platform/chromium-mac-lion/editing/deleting/4922367-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5099303-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5126166-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5144139-2-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5206311-1-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5272440-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5369009-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5433862-2-expected.png:
        * platform/chromium-mac-lion/editing/deleting/5483370-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-3608445-fix-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-3608462-fix-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-4083333-fix-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-and-undo-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-contents-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-005-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-006-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-007-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-008-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-009-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-010-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-011-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-012-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-013-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-014-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-015-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-016-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-017-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-005-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-006-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-007-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-br-013-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-character-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-contiguous-ws-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-first-list-item-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-hr-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-image-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-image-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-image-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-leading-ws-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-line-015-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-line-016-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-line-017-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-listitem-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-listitem-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-selection-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-tab-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-tab-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-tab-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-tab-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-to-select-table-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/list-item-1-expected.png:
        * platform/chromium-mac-lion/editing/deleting/merge-different-styles-expected.png:
        * platform/chromium-mac-lion/editing/deleting/merge-endOfParagraph-expected.png:
        * platform/chromium-mac-lion/editing/deleting/merge-no-br-expected.png:
        * platform/chromium-mac-lion/editing/deleting/merge-unrendered-space-expected.png:
        * platform/chromium-mac-lion/editing/deleting/merge-whitespace-pre-expected.png:
        * platform/chromium-mac-lion/editing/deleting/non-smart-delete-expected.png:
        * platform/chromium-mac-lion/editing/deleting/pruning-after-merge-2-expected.png:
        * platform/chromium-mac-lion/editing/deleting/smart-delete-001-expected.png:
        * platform/chromium-mac-lion/editing/deleting/smart-delete-002-expected.png:
        * platform/chromium-mac-lion/editing/deleting/smart-delete-003-expected.png:
        * platform/chromium-mac-lion/editing/deleting/smart-delete-004-expected.png:
        * platform/chromium-mac-lion/editing/deleting/table-cells-expected.png:
        * platform/chromium-mac-lion/editing/deleting/type-delete-after-quote-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4580583-1-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4580583-2-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4641880-1-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4641880-2-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4747450-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4916402-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4916541-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/4924441-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5080333-1-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5080333-2-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5136770-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5138441-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5142012-1-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5142012-2-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5481523-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/5569741-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/create-list-with-hr-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/format-block-with-trailing-br-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/indent-empty-root-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/indent-list-item-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/indent-selection-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/insert-list-and-stitch-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/insertHorizontalRule-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/insertImage-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/nsresponder-indent-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/nsresponder-outdent-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/print-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/remove-list-from-range-selection-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/remove-list-item-1-expected.png:
        * platform/chromium-mac-lion/editing/execCommand/selectAll-expected.png:
        * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-mac-lion/editing/inserting/12882-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4278698-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4840662-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4875189-1-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4875189-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4959067-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
        * platform/chromium-mac-lion/editing/inserting/4960120-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5002441-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5058163-1-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5058163-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5156401-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5418891-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5510537-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5549929-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/5549929-3-expected.png:
        * platform/chromium-mac-lion/editing/inserting/6703873-expected.png:
        * platform/chromium-mac-lion/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-mac-lion/editing/inserting/break-blockquote-after-delete-expected.png:
        * platform/chromium-mac-lion/editing/inserting/editable-inline-element-expected.png:
        * platform/chromium-mac-lion/editing/inserting/edited-whitespace-1-expected.png:
        * platform/chromium-mac-lion/editing/inserting/editing-empty-divs-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-3775316-fix-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-3778059-fix-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-3800346-fix-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-after-delete-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-at-end-01-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-at-end-02-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-004-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-005-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-006-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-007-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-008-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-009-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-004-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-005-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-006-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-div-025-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-div-026-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-01-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-02-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-03-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-04-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-paragraph-05-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-space-in-empty-doc-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-tab-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-tab-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-tab-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-tab-004-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/insert-text-with-newlines-expected.png:
        * platform/chromium-mac-lion/editing/inserting/line-break-expected.png:
        * platform/chromium-mac-lion/editing/inserting/multiple-lines-selected-expected.png:
        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-01-expected.png:
        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-02-expected.png:
        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-03-expected.png:
        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-1-expected.png:
        * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-2-expected.png:
        * platform/chromium-mac-lion/editing/inserting/redo-expected.png:
        * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-002-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-003-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-around-br-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-around-image-001-expected.png:
        * platform/chromium-mac-lion/editing/inserting/typing-at-end-of-line-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/3976872-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4076267-2-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4076267-3-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4076267-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4242293-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4631972-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4806874-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/4947130-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5006779-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5032095-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5071074-2-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5071074-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5075944-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5134759-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5156401-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5387578-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5478250-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/5601583-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/8145-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/8145-2-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/8145-3-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/bad-placeholder-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/copy-standalone-image-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/cut-text-001-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/displaced-generic-placeholder-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/displaced-placeholder-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/drag-drop-modifies-page-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/innerText-inline-table-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-2-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-end-blockquote-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-end-borders-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-start-blockquote-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/merge-start-list-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-4038267-fix-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-001-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-002-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-003-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-004-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-005-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-006-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-007-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-008-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-009-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-010-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-001-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-002-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-text-019-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/pasting-object-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/quirks-mode-br-1-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/smart-drag-drop-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/smart-paste-007-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/smart-paste-008-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/styled-element-markup-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/undoable-fragment-removes-expected.png:
        * platform/chromium-mac-lion/editing/pasteboard/unrendered-br-expected.png:
        * platform/chromium-mac-lion/editing/selection/13804-expected.png:
        * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
        * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
        * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
        * platform/chromium-mac-lion/editing/selection/4402375-expected.png:
        * platform/chromium-mac-lion/editing/selection/4818145-expected.png:
        * platform/chromium-mac-lion/editing/selection/4866671-expected.png:
        * platform/chromium-mac-lion/editing/selection/4889598-expected.png:
        * platform/chromium-mac-lion/editing/selection/4895428-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/4895428-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/4932260-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/4932260-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/4932260-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/4947387-expected.png:
        * platform/chromium-mac-lion/editing/selection/5007143-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5007143-expected.png:
        * platform/chromium-mac-lion/editing/selection/5057506-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5057506-expected.png:
        * platform/chromium-mac-lion/editing/selection/5076323-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/5076323-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5076323-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/5099303-expected.png:
        * platform/chromium-mac-lion/editing/selection/5131716-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/5131716-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5131716-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/5131716-4-expected.png:
        * platform/chromium-mac-lion/editing/selection/5195166-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5234383-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/5234383-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/5240265-expected.png:
        * platform/chromium-mac-lion/editing/selection/6476-expected.png:
        * platform/chromium-mac-lion/editing/selection/after-line-wrap-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-ltr-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-ltr-2-left-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-ltr-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-ltr-right-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-rtl-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-rtl-2-left-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-rtl-expected.png:
        * platform/chromium-mac-lion/editing/selection/caret-rtl-right-expected.png:
        * platform/chromium-mac-lion/editing/selection/click-start-of-line-expected.png:
        * platform/chromium-mac-lion/editing/selection/contains-boundaries-expected.png:
        * platform/chromium-mac-lion/editing/selection/contenteditable-click-inside-expected.png:
        * platform/chromium-mac-lion/editing/selection/drag-select-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/drag-to-contenteditable-iframe-expected.png:
        * platform/chromium-mac-lion/editing/selection/editable-non-editable-crash-expected.png:
        * platform/chromium-mac-lion/editing/selection/end-of-document-expected.png:
        * platform/chromium-mac-lion/editing/selection/expanding-selections-expected.png:
        * platform/chromium-mac-lion/editing/selection/expanding-selections2-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-003-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-004-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-005-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-character-006-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-word-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-by-word-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-inside-transforms-backward-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-inside-transforms-forward-expected.png:
        * platform/chromium-mac-lion/editing/selection/extend-selection-bidi-expected.png:
        * platform/chromium-mac-lion/editing/selection/fake-doubleclick-expected.png:
        * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
        * platform/chromium-mac-lion/editing/selection/image-before-linebreak-expected.png:
        * platform/chromium-mac-lion/editing/selection/inline-table-expected.png:
        * platform/chromium-mac-lion/editing/selection/leave-requested-block-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-4-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-5-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-6-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-7-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-8-expected.png:
        * platform/chromium-mac-lion/editing/selection/mixed-editability-9-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-backwords-by-word-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-between-blocks-no-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-003-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-004-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-005-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-line-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-sentence-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-sentence-linebreak-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-by-word-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/move-past-trailing-space-expected.png:
        * platform/chromium-mac-lion/editing/selection/previous-line-position-expected.png:
        * platform/chromium-mac-lion/editing/selection/replace-selection-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/replaced-boundaries-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/replaced-boundaries-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-4-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-5-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-all-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-all-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-all-iframe-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
        * platform/chromium-mac-lion/editing/selection/selectNode-expected.png:
        * platform/chromium-mac-lion/editing/selection/selectNodeContents-expected.png:
        * platform/chromium-mac-lion/editing/selection/selection-3748164-fix-expected.png:
        * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png:
        * platform/chromium-mac-lion/editing/selection/table-caret-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/table-caret-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/table-caret-3-expected.png:
        * platform/chromium-mac-lion/editing/selection/transformed-selection-rects-expected.png:
        * platform/chromium-mac-lion/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-001-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-002-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-003-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-004-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-005-expected.png:
        * platform/chromium-mac-lion/editing/selection/unrendered-space-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
        * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
        * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-1-expected.png:
        * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-2-expected.png:
        * platform/chromium-mac-lion/editing/spelling/grammar-markers-expected.png:
        * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
        * platform/chromium-mac-lion/editing/spelling/spelling-expected.png:
        * platform/chromium-mac-lion/editing/style/4916887-expected.png:
        * platform/chromium-mac-lion/editing/style/5017613-1-expected.png:
        * platform/chromium-mac-lion/editing/style/5017613-2-expected.png:
        * platform/chromium-mac-lion/editing/style/5046875-1-expected.png:
        * platform/chromium-mac-lion/editing/style/5046875-2-expected.png:
        * platform/chromium-mac-lion/editing/style/5065910-expected.png:
        * platform/chromium-mac-lion/editing/style/5084241-expected.png:
        * platform/chromium-mac-lion/editing/style/5228141-expected.png:
        * platform/chromium-mac-lion/editing/style/5279521-expected.png:
        * platform/chromium-mac-lion/editing/style/block-styles-007-expected.png:
        * platform/chromium-mac-lion/editing/style/highlight-expected.png:
        * platform/chromium-mac-lion/editing/style/smoosh-styles-001-expected.png:
        * platform/chromium-mac-lion/editing/style/smoosh-styles-003-expected.png:
        * platform/chromium-mac-lion/editing/style/style-3681552-fix-001-expected.png:
        * platform/chromium-mac-lion/editing/style/style-3681552-fix-002-expected.png:
        * platform/chromium-mac-lion/editing/style/style-3998892-fix-expected.png:
        * platform/chromium-mac-lion/editing/style/style-boundary-001-expected.png:
        * platform/chromium-mac-lion/editing/style/style-boundary-002-expected.png:
        * platform/chromium-mac-lion/editing/style/style-boundary-003-expected.png:
        * platform/chromium-mac-lion/editing/style/style-boundary-004-expected.png:
        * platform/chromium-mac-lion/editing/style/style-boundary-005-expected.png:
        * platform/chromium-mac-lion/editing/style/typing-style-001-expected.png:
        * platform/chromium-mac-lion/editing/style/typing-style-002-expected.png:
        * platform/chromium-mac-lion/editing/style/unbold-in-bold-expected.png:
        * platform/chromium-mac-lion/editing/undo/4063751-expected.png:
        * platform/chromium-mac-lion/editing/undo/redo-typing-001-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-combined-delete-boundary-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-combined-delete-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-delete-boundary-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-delete-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-forward-delete-boundary-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-forward-delete-expected.png:
        * platform/chromium-mac-lion/editing/undo/undo-typing-001-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/list-delete-001-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/list-delete-003-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/list-type-after-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/list-type-before-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/table-delete-001-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/table-delete-002-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/table-delete-003-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/table-type-after-expected.png:
        * platform/chromium-mac-lion/editing/unsupported-content/table-type-before-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/4922367-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5144139-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5206311-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5272440-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5369009-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5433862-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-br-013-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-first-list-item-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-hr-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-015-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-016-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-017-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png:
        * platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5142012-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5481523-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png:
        * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-006-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-01-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-04-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-05-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/line-break-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/multiple-lines-selected-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/redo-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/typing-at-end-of-line-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-generic-placeholder-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-placeholder-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/drag-drop-modifies-page-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/innerText-inline-table-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-borders-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-blockquote-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-list-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-object-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/quirks-mode-br-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/smart-drag-drop-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/styled-element-markup-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/unrendered-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/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/4402375-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4932260-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4932260-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4932260-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4947387-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5007143-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5007143-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5057506-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5057506-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5076323-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5076323-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5076323-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5099303-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5131716-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5131716-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5131716-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5131716-4-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5195166-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/6476-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/after-line-wrap-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-left-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-right-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/click-start-of-line-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/contains-boundaries-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/contenteditable-click-inside-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/editable-non-editable-crash-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/end-of-document-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/expanding-selections2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/fake-doubleclick-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/image-before-linebreak-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-4-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-5-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-6-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-7-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-8-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-9-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-linebreak-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/previous-line-position-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/replace-selection-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-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-all-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-all-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-all-iframe-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/selectNode-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/selectNodeContents-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/table-caret-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/table-caret-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/transformed-selection-rects-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-004-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-005-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/unrendered-space-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/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/editing/selection/wrapped-line-caret-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png:
        * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/4916887-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5017613-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5017613-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5065910-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5084241-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5228141-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/5279521-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/highlight-expected.png:
        * platform/chromium-mac-snowleopard/editing/style/style-boundary-005-expected.png:
        * platform/chromium-mac-snowleopard/editing/undo/4063751-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-after-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-before-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png:
        * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png:
        * platform/chromium-mac/editing/deleting/4922367-expected.png:
        * platform/chromium-mac/editing/deleting/5099303-expected.png:
        * platform/chromium-mac/editing/deleting/5126166-expected.png:
        * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
        * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
        * platform/chromium-mac/editing/deleting/5272440-expected.png:
        * platform/chromium-mac/editing/deleting/5369009-expected.png:
        * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
        * platform/chromium-mac/editing/deleting/5483370-expected.png:
        * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
        * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
        * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
        * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
        * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
        * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
        * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
        * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
        * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
        * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
        * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
        * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
        * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
        * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
        * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
        * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
        * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
        * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
        * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
        * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
        * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
        * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
        * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
        * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
        * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
        * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
        * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
        * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
        * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
        * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
        * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
        * platform/chromium-mac/editing/deleting/table-cells-expected.png:
        * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
        * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
        * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
        * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
        * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
        * platform/chromium-mac/editing/execCommand/4747450-expected.png:
        * platform/chromium-mac/editing/execCommand/4916402-expected.png:
        * platform/chromium-mac/editing/execCommand/4916541-expected.png:
        * platform/chromium-mac/editing/execCommand/4924441-expected.png:
        * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
        * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
        * platform/chromium-mac/editing/execCommand/5136770-expected.png:
        * platform/chromium-mac/editing/execCommand/5138441-expected.png:
        * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
        * platform/chromium-mac/editing/execCommand/5142012-2-expected.png:
        * platform/chromium-mac/editing/execCommand/5481523-expected.png:
        * platform/chromium-mac/editing/execCommand/5569741-expected.png:
        * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
        * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
        * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
        * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
        * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
        * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
        * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
        * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
        * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
        * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
        * platform/chromium-mac/editing/execCommand/print-expected.png:
        * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
        * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
        * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
        * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
        * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-mac/editing/inserting/12882-expected.png:
        * platform/chromium-mac/editing/inserting/4278698-expected.png:
        * platform/chromium-mac/editing/inserting/4840662-expected.png:
        * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
        * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
        * platform/chromium-mac/editing/inserting/4959067-expected.png:
        * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
        * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
        * platform/chromium-mac/editing/inserting/5002441-expected.png:
        * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
        * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
        * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
        * platform/chromium-mac/editing/inserting/5418891-expected.png:
        * platform/chromium-mac/editing/inserting/5510537-expected.png:
        * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
        * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
        * platform/chromium-mac/editing/inserting/6703873-expected.png:
        * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
        * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
        * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
        * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
        * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
        * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
        * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
        * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
        * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
        * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
        * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
        * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
        * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
        * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
        * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
        * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
        * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
        * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
        * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
        * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
        * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
        * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
        * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
        * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
        * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
        * platform/chromium-mac/editing/inserting/line-break-expected.png:
        * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
        * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
        * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
        * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
        * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
        * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
        * platform/chromium-mac/editing/inserting/redo-expected.png:
        * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
        * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
        * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
        * platform/chromium-mac/editing/inserting/typing-001-expected.png:
        * platform/chromium-mac/editing/inserting/typing-002-expected.png:
        * platform/chromium-mac/editing/inserting/typing-003-expected.png:
        * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
        * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
        * platform/chromium-mac/editing/inserting/typing-at-end-of-line-expected.png:
        * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
        * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
        * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
        * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
        * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
        * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
        * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
        * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
        * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
        * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
        * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
        * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
        * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
        * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
        * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
        * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
        * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
        * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
        * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
        * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
        * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
        * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
        * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png:
        * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
        * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
        * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
        * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
        * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
        * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-mac/editing/pasteboard/innerText-inline-table-expected.png:
        * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
        * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
        * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
        * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
        * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
        * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
        * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
        * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png:
        * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
        * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
        * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
        * platform/chromium-mac/editing/selection/13804-expected.png:
        * platform/chromium-mac/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac/editing/selection/3690703-expected.png:
        * platform/chromium-mac/editing/selection/3690719-expected.png:
        * platform/chromium-mac/editing/selection/4397952-expected.png:
        * platform/chromium-mac/editing/selection/4402375-expected.png:
        * platform/chromium-mac/editing/selection/4818145-expected.png:
        * platform/chromium-mac/editing/selection/4866671-expected.png:
        * platform/chromium-mac/editing/selection/4889598-expected.png:
        * platform/chromium-mac/editing/selection/4895428-2-expected.png:
        * platform/chromium-mac/editing/selection/4895428-3-expected.png:
        * platform/chromium-mac/editing/selection/4932260-1-expected.png:
        * platform/chromium-mac/editing/selection/4932260-2-expected.png:
        * platform/chromium-mac/editing/selection/4932260-3-expected.png:
        * platform/chromium-mac/editing/selection/4947387-expected.png:
        * platform/chromium-mac/editing/selection/5007143-2-expected.png:
        * platform/chromium-mac/editing/selection/5007143-expected.png:
        * platform/chromium-mac/editing/selection/5057506-2-expected.png:
        * platform/chromium-mac/editing/selection/5057506-expected.png:
        * platform/chromium-mac/editing/selection/5076323-1-expected.png:
        * platform/chromium-mac/editing/selection/5076323-2-expected.png:
        * platform/chromium-mac/editing/selection/5076323-3-expected.png:
        * platform/chromium-mac/editing/selection/5099303-expected.png:
        * platform/chromium-mac/editing/selection/5131716-1-expected.png:
        * platform/chromium-mac/editing/selection/5131716-2-expected.png:
        * platform/chromium-mac/editing/selection/5131716-3-expected.png:
        * platform/chromium-mac/editing/selection/5131716-4-expected.png:
        * platform/chromium-mac/editing/selection/5195166-2-expected.png:
        * platform/chromium-mac/editing/selection/5234383-1-expected.png:
        * platform/chromium-mac/editing/selection/5234383-2-expected.png:
        * platform/chromium-mac/editing/selection/5240265-expected.png:
        * platform/chromium-mac/editing/selection/6476-expected.png:
        * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
        * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
        * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
        * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
        * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
        * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
        * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
        * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
        * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
        * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
        * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
        * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
        * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
        * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
        * platform/chromium-mac/editing/selection/drag-to-contenteditable-iframe-expected.png:
        * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
        * platform/chromium-mac/editing/selection/end-of-document-expected.png:
        * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
        * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
        * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
        * platform/chromium-mac/editing/selection/extend-inside-transforms-backward-expected.png:
        * platform/chromium-mac/editing/selection/extend-inside-transforms-forward-expected.png:
        * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
        * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png:
        * platform/chromium-mac/editing/selection/iframe-expected.png:
        * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
        * platform/chromium-mac/editing/selection/inline-table-expected.png:
        * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
        * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
        * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
        * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
        * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
        * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
        * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
        * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
        * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
        * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
        * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
        * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
        * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
        * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
        * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
        * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
        * platform/chromium-mac/editing/selection/select-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-all-001-expected.png:
        * platform/chromium-mac/editing/selection/select-all-002-expected.png:
        * platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
        * platform/chromium-mac/editing/selection/select-box-expected.png:
        * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
        * platform/chromium-mac/editing/selection/selectNode-expected.png:
        * platform/chromium-mac/editing/selection/selectNodeContents-expected.png:
        * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
        * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
        * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
        * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
        * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
        * platform/chromium-mac/editing/selection/transformed-selection-rects-expected.png:
        * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-002-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
        * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
        * platform/chromium-mac/editing/selection/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/editing/selection/wrapped-line-caret-1-expected.png:
        * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
        * platform/chromium-mac/editing/spelling/grammar-markers-expected.png:
        * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png:
        * platform/chromium-mac/editing/spelling/spelling-expected.png:
        * platform/chromium-mac/editing/style/4916887-expected.png:
        * platform/chromium-mac/editing/style/5017613-1-expected.png:
        * platform/chromium-mac/editing/style/5017613-2-expected.png:
        * platform/chromium-mac/editing/style/5046875-1-expected.png:
        * platform/chromium-mac/editing/style/5046875-2-expected.png:
        * platform/chromium-mac/editing/style/5065910-expected.png:
        * platform/chromium-mac/editing/style/5084241-expected.png:
        * platform/chromium-mac/editing/style/5228141-expected.png:
        * platform/chromium-mac/editing/style/5279521-expected.png:
        * platform/chromium-mac/editing/style/block-styles-007-expected.png:
        * platform/chromium-mac/editing/style/highlight-expected.png:
        * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
        * platform/chromium-mac/editing/style/smoosh-styles-003-expected.png:
        * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
        * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
        * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
        * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
        * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
        * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
        * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
        * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
        * platform/chromium-mac/editing/style/typing-style-001-expected.png:
        * platform/chromium-mac/editing/style/typing-style-002-expected.png:
        * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
        * platform/chromium-mac/editing/undo/4063751-expected.png:
        * platform/chromium-mac/editing/undo/5378473-expected.png:
        * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
        * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
        * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
        * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
        * platform/chromium-mac/editing/undo/undo-delete-expected.png:
        * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
        * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
        * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
        * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
        * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
        * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
        * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
        * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
        * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
        * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
        * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
        * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
        * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
        * platform/chromium-win/editing/deleting/delete-first-list-item-expected.png:
        * platform/chromium-win/editing/deleting/delete-listitem-002-expected.png:
        * platform/chromium-win/editing/deleting/list-item-1-expected.png:
        * platform/chromium-win/editing/execCommand/4641880-1-expected.png:
        * platform/chromium-win/editing/execCommand/4747450-expected.png:
        * platform/chromium-win/editing/execCommand/4916402-expected.png:
        * platform/chromium-win/editing/execCommand/5136770-expected.png:
        * platform/chromium-win/editing/execCommand/5142012-2-expected.png:
        * platform/chromium-win/editing/execCommand/5569741-expected.png:
        * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
        * platform/chromium-win/editing/execCommand/indent-list-item-expected.png:
        * platform/chromium-win/editing/execCommand/remove-list-item-1-expected.png:
        * platform/chromium-win/editing/inserting/4875189-1-expected.png:
        * platform/chromium-win/editing/inserting/4959067-expected.png:
        * platform/chromium-win/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
        * platform/chromium-win/editing/pasteboard/innerText-inline-table-expected.png:
        * platform/chromium-win/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-win/editing/pasteboard/merge-start-list-expected.png:
        * platform/chromium-win/editing/selection/4402375-expected.png:
        * platform/chromium-win/editing/selection/4895428-2-expected.png:
        * platform/chromium-win/editing/selection/drag-to-contenteditable-iframe-expected.png:
        * platform/chromium-win/editing/selection/extend-by-word-002-expected.png:
        * platform/chromium-win/editing/selection/extend-inside-transforms-backward-expected.png:
        * platform/chromium-win/editing/selection/extend-inside-transforms-forward-expected.png:
        * platform/chromium-win/editing/selection/image-before-linebreak-expected.png:
        * platform/chromium-win/editing/selection/replaced-boundaries-1-expected.png:
        * platform/chromium-win/editing/selection/replaced-boundaries-2-expected.png:
        * platform/chromium-win/editing/selection/replaced-boundaries-3-expected.png:
        * platform/chromium-win/editing/selection/select-all-iframe-expected.png:
        * platform/chromium-win/editing/selection/selectNode-expected.png:
        * platform/chromium-win/editing/selection/selectNodeContents-expected.png:
        * platform/chromium-win/editing/selection/transformed-selection-rects-expected.png:
        * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
        * platform/chromium-win/editing/unsupported-content/list-delete-001-expected.png:
        * platform/chromium-win/editing/unsupported-content/list-type-after-expected.png:
        * platform/chromium-win/editing/unsupported-content/list-type-before-expected.png:

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update after enabling Skia changes.

        Unreviewed Chromium expectations update.

        Partial update, covering all css tests. Many more to come.

        * platform/chromium-mac-lion/css1/box_properties/border_left-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/border_right_inline-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/border_top-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/float_elements_in_series-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/float_on_text_elements-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/margin_left-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/margin_right-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/padding_left-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/padding_right-expected.png:
        * platform/chromium-mac-lion/css1/cascade/cascade_order-expected.png:
        * platform/chromium-mac-lion/css1/classification/list_style_image-expected.png:
        * platform/chromium-mac-lion/css1/classification/list_style_position-expected.png:
        * platform/chromium-mac-lion/css1/classification/list_style_type-expected.png:
        * platform/chromium-mac-lion/css1/pseudo/anchor-expected.png:
        * platform/chromium-mac-lion/css1/text_properties/text_align-expected.png:
        * platform/chromium-mac-lion/css2.1/20110323/margin-applies-to-010-expected.png:
        * platform/chromium-mac-lion/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-mac-lion/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
        * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/chromium-mac-lion/css2.1/t050803-c14-classes-00-e-expected.png:
        * platform/chromium-mac-lion/css2.1/t0509-c15-ids-01-e-expected.png:
        * platform/chromium-mac-lion/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
        * platform/chromium-mac-lion/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
        * platform/chromium-mac-lion/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
        * platform/chromium-mac-lion/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
        * platform/chromium-mac-lion/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
        * platform/chromium-mac-lion/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
        * platform/chromium-mac-lion/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
        * platform/chromium-mac-lion/css2.1/t1202-counter-04-b-expected.png:
        * platform/chromium-mac-lion/css2.1/t1202-counters-04-b-expected.png:
        * platform/chromium-mac-lion/css2.1/t1205-c563-list-type-00-b-expected.png:
        * platform/chromium-mac-lion/css2.1/t1205-c564-list-img-00-b-g-expected.png:
        * platform/chromium-mac-lion/css2.1/t1602-c546-txt-align-00-b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-1-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-13-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-15-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-161-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-19b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-22-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-23-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-24-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-28-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-28b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-29-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-29b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-3a-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-64-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-68-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-69-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-73-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-73b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-74-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-74b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-1-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-13-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-161-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-22-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-23-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-24-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-28-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-29-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-3-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-64-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-68-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-69-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-73-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-74-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-1-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-13-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-15-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-161-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-19b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-22-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-23-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-24-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-28-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-28b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-29-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-29b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-3-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-3a-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-64-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-68-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-69-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-73-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-73b-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-74-expected.png:
        * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-74b-expected.png:
        * platform/chromium-mac-lion/css3/unicode-bidi-isolate-basic-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/border_left-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/border_right_inline-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/border_top-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/clear_float-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/float_elements_in_series-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/float_on_text_elements-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/margin_left-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/margin_right-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/padding_left-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/padding_right-expected.png:
        * platform/chromium-mac-snowleopard/css1/cascade/cascade_order-expected.png:
        * platform/chromium-mac-snowleopard/css1/classification/list_style_image-expected.png:
        * platform/chromium-mac-snowleopard/css1/classification/list_style_position-expected.png:
        * platform/chromium-mac-snowleopard/css1/classification/list_style_type-expected.png:
        * platform/chromium-mac-snowleopard/css1/pseudo/anchor-expected.png:
        * platform/chromium-mac-snowleopard/css1/text_properties/text_align-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-010-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t050803-c14-classes-00-e-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0509-c15-ids-01-e-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t1205-c563-list-type-00-b-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t1205-c564-list-img-00-b-g-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-1-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-13-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-15-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-161-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-19b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-22-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-28-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-28b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-29-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-29b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-3a-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-64-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-73-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-73b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-74-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-74b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-1-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-13-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-161-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-22-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-28-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-29-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-3-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-64-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-73-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-74-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-1-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-13-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-161-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-22-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3a-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-64-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74b-expected.png:
        * platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.png:
        * platform/chromium-mac/css1/box_properties/border_left-expected.png:
        * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_top-expected.png:
        * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
        * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png:
        * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_left-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_left-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
        * platform/chromium-mac/css1/cascade/cascade_order-expected.png:
        * platform/chromium-mac/css1/classification/list_style_image-expected.png:
        * platform/chromium-mac/css1/classification/list_style_position-expected.png:
        * platform/chromium-mac/css1/classification/list_style_type-expected.png:
        * platform/chromium-mac/css1/pseudo/anchor-expected.png:
        * platform/chromium-mac/css1/text_properties/text_align-expected.png:
        * platform/chromium-mac/css2.1/20110323/margin-applies-to-010-expected.png:
        * platform/chromium-mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
        * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/chromium-mac/css2.1/t050803-c14-classes-00-e-expected.png:
        * platform/chromium-mac/css2.1/t0509-c15-ids-01-e-expected.png:
        * platform/chromium-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
        * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
        * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
        * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
        * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
        * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
        * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
        * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png:
        * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png:
        * platform/chromium-mac/css2.1/t1205-c563-list-type-00-b-expected.png:
        * platform/chromium-mac/css2.1/t1205-c564-list-img-00-b-g-expected.png:
        * platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png:
        * platform/chromium-mac/css3/filters/filter-repaint-child-layers-expected.png:
        * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
        * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-expected.png:
        * platform/chromium-mac/css3/filters/filter-with-transform-expected.png:
        * platform/chromium-mac/css3/filters/nested-filter-expected.png:
        * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-circle-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-circle-overflow-hidden-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-polygon-evenodd-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-polygon-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-polygon-nonzero-expected.png:
        * platform/chromium-mac/css3/masking/clip-path-rectangle-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-1-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-13-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-15-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-161-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-19b-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-22-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-28-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-28b-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-29-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-29b-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-3a-expected.png:
        * 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-69-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-73-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-73b-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-74-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-74b-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-1-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-13-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-161-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-22-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-28-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-29-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-3-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
        * 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-69-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-73-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-74-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-1-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-13-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-161-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-22-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-28-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-28b-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-29-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-29b-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-3-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-3a-expected.png:
        * 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-69-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-73-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-73b-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-74-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-74b-expected.png:
        * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png:
        * platform/chromium-win-xp/css1/cascade: Removed.
        * platform/chromium-win-xp/css1/classification: Removed.
        * platform/chromium-win-xp/css1/pseudo: Removed.
        * platform/chromium-win-xp/css3/selectors3/html: Removed.
        * platform/chromium-win-xp/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
        * platform/chromium-win-xp/css3/selectors3/xhtml: Removed.
        * platform/chromium-win-xp/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
        * platform/chromium-win-xp/css3/selectors3/xml: Removed.
        * platform/chromium-win-xp/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
        * 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_image-expected.png:
        * platform/chromium-win/css1/classification/list_style_position-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/margin-applies-to-010-expected.png:
        * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-win/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
        * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/chromium-win/css2.1/t050803-c14-classes-00-e-expected.png:
        * platform/chromium-win/css2.1/t0509-c15-ids-01-e-expected.png:
        * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
        * platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
        * platform/chromium-win/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
        * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
        * platform/chromium-win/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
        * platform/chromium-win/css2.1/t1205-c563-list-type-00-b-expected.png:
        * platform/chromium-win/css2.1/t1205-c564-list-img-00-b-g-expected.png:
        * platform/chromium-win/css3/filters/filter-repaint-child-layers-expected.png:
        * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
        * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-expected.png:
        * platform/chromium-win/css3/filters/filter-with-transform-expected.png:
        * platform/chromium-win/css3/filters/nested-filter-expected.png:
        * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
        * platform/chromium-win/css3/masking/clip-path-circle-expected.png:
        * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
        * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
        * platform/chromium-win/css3/masking/clip-path-circle-overflow-hidden-expected.png:
        * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
        * platform/chromium-win/css3/masking/clip-path-polygon-evenodd-expected.png:
        * platform/chromium-win/css3/masking/clip-path-polygon-expected.png:
        * platform/chromium-win/css3/masking/clip-path-polygon-nonzero-expected.png:
        * platform/chromium-win/css3/masking/clip-path-rectangle-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-1-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-13-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-15-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-22-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-28-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-28b-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-29-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-29b-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-3a-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-73-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-73b-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-74-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-74b-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-1-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-13-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-22-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-28-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-29-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-3-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-73-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-74-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-1-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-13-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-15-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-22-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-28-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-28b-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-29-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-29b-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-3-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-3a-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-73-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-73b-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-74-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-74b-expected.png:

2012-11-22  Csaba Osztrogonác  <ossy@webkit.org>

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

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update after enabling Skia changes.

        Unreviewed Chromium expectations update.

        Partial update, many more to come.

        * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png:
        * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed-expected.png:
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed2-expected.png:
        * platform/chromium-mac-lion/compositing/reflections/reflection-in-composited-expected.png:
        * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac-lion/css1/basic/class_as_selector-expected.png:
        * platform/chromium-mac-lion/css1/basic/containment-expected.png:
        * platform/chromium-mac-lion/css1/basic/contextual_selectors-expected.png:
        * platform/chromium-mac-lion/css1/basic/id_as_selector-expected.png:
        * platform/chromium-mac-lion/css1/box_properties/border_bottom-expected.png:
        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
        * platform/chromium-mac-snowleopard/compositing/plugins/composited-plugin-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed2-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/reflection-in-composited-expected.png:
        * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac-snowleopard/css1/basic/class_as_selector-expected.png:
        * platform/chromium-mac-snowleopard/css1/basic/containment-expected.png:
        * platform/chromium-mac-snowleopard/css1/basic/contextual_selectors-expected.png:
        * platform/chromium-mac-snowleopard/css1/basic/id_as_selector-expected.png:
        * platform/chromium-mac-snowleopard/css1/box_properties/border_bottom-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/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
        * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
        * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac/css1/basic/class_as_selector-expected.png:
        * platform/chromium-mac/css1/basic/containment-expected.png:
        * platform/chromium-mac/css1/basic/contextual_selectors-expected.png:
        * platform/chromium-mac/css1/basic/id_as_selector-expected.png:
        * platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
        * platform/chromium-win-xp/compositing/reflections: Removed.
        * platform/chromium-win-xp/css1/basic: Removed.
        * platform/chromium-win/compositing/culling/filter-occlusion-alpha-large-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/compositing/reflections/nested-reflection-transformed-expected.png:
        * platform/chromium-win/compositing/reflections/nested-reflection-transformed2-expected.png:
        * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
        * platform/chromium-win/compositing/video/video-controls-layer-creation-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/contextual_selectors-expected.png:
        * platform/chromium-win/css1/basic/id_as_selector-expected.png:
        * platform/chromium-win/css1/box_properties/border_bottom-expected.png:

2012-11-22  Daniel Bates  <dbates@webkit.org>

        JavaScript fails to concatenate large strings
        <https://bugs.webkit.org/show_bug.cgi?id=102963>

        Remove Qt-specific results for test concat-large-strings-crash.html
        since they are identical to the platform-independent expected results
        as of changeset 135523, <http://trac.webkit.org/changeset/135523>.

        * platform/qt/fast/js/concat-large-strings-crash-expected.txt: Removed.

2012-11-22  Daniel Bates  <dbates@webkit.org>

        JavaScript fails to concatenate large strings
        <https://bugs.webkit.org/show_bug.cgi?id=102963>

        Update test result.

        * fast/js/concat-large-strings-crash-expected.txt:

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        Chromium expectations fix.

        Unreviewed removal of bad expectations.

        * platform/chromium/svg/animations/animate-text-nested-transforms-expected.txt: Removed.
        * platform/chromium/svg/custom/getscreenctm-in-mixed-content2-expected.txt: Removed.
        * platform/chromium/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update after enabling Skia changes.

        Unreviewed Chromium expectations update.

        Update of remaining platform-specific expectations for linux. Other platforms to come.

        Too many files to list.

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update after enabling Skia changes.

        Unreviewed Chromium expectations update.

        Update of svg results.

        Too many files to list. All Chromium platform results for svg tests.

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations update.

        Unreviewed changes due to Skia changes.

        Too many files to list (over 1000). All Chromium platform expectations.

2012-11-22  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Mark LayoutTests/fast/canvas/canvas-stroke*-gradient-shadow.html as crashing after latest Skia roll.
        https://bugs.webkit.org/show_bug.cgi?id=103062 

        * platform/chromium/TestExpectations:

2012-11-22  Kent Tamura  <tkent@chromium.org>

        INPUT_MULTIPLE_FIELDS_UI: Refactoring: Do not call updateInnerTextValue if only read-only sub-fields have values
        https://bugs.webkit.org/show_bug.cgi?id=103033

        Reviewed by Kentaro Hara.

        * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html:

2012-11-22  Keishi Hattori  <keishi@webkit.org>

        Add week-multiple-fields tests
        https://bugs.webkit.org/show_bug.cgi?id=102045

        Reviewed by Kent Tamura.

        Adding test cases for multiple field week input.

        * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
        (startTestFor.beginTestCase):
        (startTestFor):
        * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event.html: Added.

2012-11-22  Christophe Dumez  <christophe.dumez@intel.com>

        WebKitTestRunner needs layoutTestController.setCacheModel
        https://bugs.webkit.org/show_bug.cgi?id=42684

        Reviewed by Kenneth Rohde Christiansen.

        Unskip fast/dom/HTMLScriptElement/nested-execution.html for
        WK2 now that WebKitTestRunner implements
        testRunner.setCacheModel.

        * platform/wk2/TestExpectations:

2012-11-22  Stephen Chenney  <schenney@chromium.org>

        Fixing some Chromium test expectations.

        Unreviewed expectations update

        * platform/chromium-mac/fast/css/font-smoothing-expected.png:
        * platform/chromium-mac/fast/css/text-rendering-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
        * platform/chromium-mac/svg/text/scaling-font-with-geometric-precision-expected.png:
        * platform/chromium-win/fast/css/font-smoothing-expected.png: Added.
        * platform/chromium/fast/css/font-smoothing-expected.png: Removed.
        * platform/chromium/fast/css/text-rendering-expected.png: Removed.

2012-11-22  Yury Semikhatsky  <yurys@chromium.org>

        Chromium gardening. Rebaseline compositing tests
        https://bugs.webkit.org/show_bug.cgi?id=103039

        Reviewed by Pavel Feldman.

        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:

2012-11-22  Harald Alvestrand  <hta@google.com>

        Name enumerator function for GetStats RTCStatsElement
        https://bugs.webkit.org/show_bug.cgi?id=102933

        Reviewed by Adam Barth.

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

2012-11-22  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening

        Add platform specific exception.

        * platform/qt/fast/js/concat-large-strings-crash-expected.txt: Added.

2012-11-22  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Rebaselined new tests added in r135454.

        * platform/chromium/fast/js/concat-large-strings-crash-expected.txt: Added.
        * platform/chromium/fast/js/concat-large-strings-crash2-expected.txt: Added.

2012-11-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r135464.
        http://trac.webkit.org/changeset/135464
        https://bugs.webkit.org/show_bug.cgi?id=103026

        breaks gtk bot (Requested by morrita on #webkit).

        * fast/dom/shadow/shadow-aware-create-shadow-root-expected.txt: Removed.
        * fast/dom/shadow/shadow-aware-create-shadow-root.html: Removed.

2012-11-21  Cosmin Truta  <ctruta@rim.com>

        Numeric identifiers of events should not be globally sequential
        https://bugs.webkit.org/show_bug.cgi?id=102244

        Reviewed by Alexey Proskuryakov.

        Ensured that the results of setTimeout(), setInterval() and
        navigator.geolocation.watchPosition() are strictly positive
        and unique within their script execution context.

        * fast/dom/Geolocation/watchPosition-unique-expected.txt: Added.
        * fast/dom/Geolocation/watchPosition-unique.html: Added.
        * fast/dom/Window/setTimeout-setInterval-unique-expected.txt: Added.
        * fast/dom/Window/setTimeout-setInterval-unique.html: Added.

2012-11-21  Kent Tamura  <tkent@chromium.org>

        [Chromium] Correct svn:mime-type for platform/chromium*/**/*.png

        * <Omit the file list>

2012-11-21  Kent Tamura  <tkent@chromium.org>

        [Chromium] Correct svn:mime-type for platform/chromium-linux/**/*.png

        * <Omit the file list>

2012-11-21  Kent Tamura  <tkent@chromium.org>

        [Chromium] Correct svn:mime-type for platform/chromium-win/**/*.png

        * <Omit the file list>

2012-11-21  Kent Tamura  <tkent@chromium.org>

        [Chromium] Correct svn:mime-type for platform/chromium-mac/**/*.png

        * <Omit the file list>

2012-11-21  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaselin for recent forms changes.

        * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-linux/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-win/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-21  Hajime Morrita  <morrita@google.com>

        [Shadow DOM] Implement Element::createShadowRoot()
        https://bugs.webkit.org/show_bug.cgi?id=102911

        Reviewed by Kentaro Hara.

        The coverage might not seem comprehensive at a glance. However,
        this is just an alias of ShadowRoot constructor and there are
        bunch of test cases which cover it.

        As bug 102913 will convert such callsites to use createShadowRoot(),
        the API will get be covered well then.

        * fast/dom/shadow/shadow-aware-create-shdow-root-expected.txt: Added.
        * fast/dom/shadow/shadow-aware-create-shdow-root.html: Added.
          Further ShadowAware API will come here.

2012-11-21  Dana Jansens  <danakj@chromium.org>

        Remove crashing expectation for css3/filters/effect-reference-ordering-hw.html
        https://bugs.webkit.org/show_bug.cgi?id=102898

        Unreviewed test expectations.

        * platform/chromium/TestExpectations:

2012-11-21  Hajime Morrita  <morrita@google.com>

        [Shadow DOM][V8] Assertion failure when shadow host is reclaimed before ShadowRoot
        https://bugs.webkit.org/show_bug.cgi?id=102893

        Reviewed by Kentaro Hara.

        * fast/dom/shadow/host-wrapper-reclaimed-expected.txt: Added.
        * fast/dom/shadow/host-wrapper-reclaimed.html: Added.

2012-11-21  Daniel Bates  <dbates@webkit.org>

        JavaScript fails to concatenate large strings
        <https://bugs.webkit.org/show_bug.cgi?id=102963>

        Reviewed by Michael Saboff.

        Add tests to ensure that we handle concatenating large strings.

        * fast/js/concat-large-strings-crash-expected.txt: Added.
        * fast/js/concat-large-strings-crash.html: Added.
        * fast/js/concat-large-strings-crash2-expected.txt: Added.
        * fast/js/concat-large-strings-crash2.html: Added.

2012-11-21  Fady Samuel  <fsamuel@chromium.org>

        Add fast/events/context-nodrag.html to Chromium Mac TestExpectations

        No review.

        * platform/chromium/TestExpectations:

2012-11-21  James Simonsen  <simonjam@chromium.org>

        [Resource Timing] Create W3C-style test suite
        https://bugs.webkit.org/show_bug.cgi?id=84883

        Reviewed by Tony Gentilcore.

        The tests are designed to be upstreamed. Eventually, the local ones will be replaced by the official upstream versions.

        * http/tests/w3c/webperf/resources/Ahem.ttf: Added.
        * http/tests/w3c/webperf/resources/all_resource_types.htm: Added.
        * http/tests/w3c/webperf/resources/blank_image.png: Added.
        * http/tests/w3c/webperf/resources/empty_script.js: Added.
        * http/tests/w3c/webperf/resources/generate_resource.php: Added.
        * http/tests/w3c/webperf/resources/gray_bg.css: Added.
        (body):
        * http/tests/w3c/webperf/resources/green_frame.htm: Added.
        * http/tests/w3c/webperf/resources/inject_resource_test.html: Added.
        * http/tests/w3c/webperf/resources/nested.css: Added.
        (@font-face):
        (ol):
        * http/tests/w3c/webperf/resources/webperftestharness.js:
        (test_greater_or_equals):
        (test_fail):
        (test_resource_entries):
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order.html: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion.html: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type.html: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects.html: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting.html: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types-expected.txt: Added.
        * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types.html: Added.
        * platform/chromium/TestExpectations: Skip these new tests until the flag is flipped.

2012-11-21  Fady Samuel  <fsamuel@chromium.org>

        Add fast/events/context-nodrag.html to Mac TestExpectations

        No review.

        * platform/mac/TestExpectations:

2012-11-21  Rick Byers  <rbyers@chromium.org>

        Multi-frame CUR file test hangs on mac port 
        https://bugs.webkit.org/show_bug.cgi?id=101811

        Reviewed by Alexey Proskuryakov.

        Fix tests to not hang on unexpected image load failure.
        Expect multi-frame CUR files to fail to load on Mac.

        * fast/events/mouse-cursor.html:
        * fast/events/mouse-cursor-multiframecur.html:
        * platform/mac/TestExpectations:
        * platform/mac/fast/events/mouse-cursor-multiframecur-expected.txt: Added.

2012-11-21  Tien-Ren Chen  <trchen@chromium.org>

        Invalidate non-composited content host when page scale factor changes
        https://bugs.webkit.org/show_bug.cgi?id=100718

        Reviewed by Adam Barth.

        During a scale change, non-composited content layer doesn't get invalidated
        automatically by the transformation change on RenderView. Need to force
        update non-composited contents ourself.

        * compositing/repaint/page-scale-repaint-expected.png: Added.
        * compositing/repaint/page-scale-repaint-expected.txt: Added.
        * compositing/repaint/page-scale-repaint.html: Added.
        * compositing/repaint/resources/grid.png: Added.

2012-11-21  Fady Samuel  <fsamuel@chromium.org>

        Clear MousePressed state on context menu to avoid initiating a drag
        https://bugs.webkit.org/show_bug.cgi?id=101786

        Reviewed by Ojan Vafai.

        If a user initiates a drag via left mouse down, brings up the context menu,
        and then cancels the context menu while keeping the left mouse button down,
        then the drag operation will continue. This does not match the platform
        conventions on Windows, Linux or Mac .

        This change cancels the drag if the context menu is about to be displayed.

        * fast/events/context-nodrag.html: Added.
        * fast/events/context-nodrag-expected.txt: Added.

2012-11-21  Huang Dongsung  <luxtella@company100.net>

        REGRESSION(r135212): Fix crash due to an infinite rect.
        https://bugs.webkit.org/show_bug.cgi?id=102891

        Reviewed by Noam Rosenthal.

        fast/multicol/span/positioned-child-not-removed-crash.html now passes on
        EFL.

        * platform/efl-wk2/TestExpectations:

2012-11-21  Jian Li  <jianli@chromium.org>

        Unreviewed. Updated chromium test expectations to resolve lint failures.

        * platform/chromium/TestExpectations:

2012-11-21  Joshua Bell  <jsbell@chromium.org>

        Remove IDBDatabaseException
        https://bugs.webkit.org/show_bug.cgi?id=102514

        Reviewed by Adam Barth.

        Remove references to IDBDatabaseException - DOMExceptions should be thrown with code 0 and
        a name. Remove references to IDBRequest.errorCode - IDBRequest.error is the new hawtness,
        and already tested for. Ensure those objects/properties are gone in removed.html

        * storage/indexeddb/basics-expected.txt:
        * storage/indexeddb/basics-workers-expected.txt:
        * storage/indexeddb/constants.html: Removed.
        * storage/indexeddb/constants-expected.txt: Removed.
        * storage/indexeddb/create-and-remove-object-store-expected.txt:
        * storage/indexeddb/cursor-continue-dir-expected.txt:
        * storage/indexeddb/cursor-continue-expected.txt:
        * storage/indexeddb/cursor-update-expected.txt:
        * storage/indexeddb/deleteIndex-expected.txt:
        * storage/indexeddb/exceptions-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/intversion-close-in-upgradeneeded-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/mozilla/add-twice-failure-expected.txt:
        * storage/indexeddb/mozilla/bad-keypath-expected.txt:
        * storage/indexeddb/mozilla/clear-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-delete-null-key-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/readonly-transactions-expected.txt:
        * storage/indexeddb/mozilla/resources/add-twice-failure.js:
        * storage/indexeddb/mozilla/resources/bad-keypath.js:
        * storage/indexeddb/mozilla/resources/clear.js:
        * storage/indexeddb/mozilla/resources/indexes.js: Elide obsolete comment.
        * storage/indexeddb/mozilla/resources/key-requirements-delete-null-key.js:
        * storage/indexeddb/mozilla/resources/key-requirements-inline-and-passed.js:
        * storage/indexeddb/mozilla/resources/key-requirements-put-no-key.js:
        * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
        * storage/indexeddb/mozilla/resources/readonly-transactions.js:
        * 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/removed-expected.txt:
        * storage/indexeddb/resources/basics.js:
        * storage/indexeddb/resources/constants.js: Removed.
        * storage/indexeddb/resources/create-and-remove-object-store.js:
        * storage/indexeddb/resources/cursor-continue-dir.js:
        * storage/indexeddb/resources/cursor-continue.js:
        * storage/indexeddb/resources/cursor-update.js:
        * storage/indexeddb/resources/deleteIndex.js:
        * storage/indexeddb/resources/exceptions.js:
        * storage/indexeddb/resources/factory-cmp.js:
        * storage/indexeddb/resources/get-keyrange.js:
        * storage/indexeddb/resources/index-basics.js:
        * storage/indexeddb/resources/index-count.js:
        * storage/indexeddb/resources/index-unique.js:
        * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js:
        * storage/indexeddb/resources/invalid-keys.js:
        * storage/indexeddb/resources/key-generator.js:
        * storage/indexeddb/resources/key-type-array.js:
        * storage/indexeddb/resources/keypath-edges.js:
        * storage/indexeddb/resources/keyrange.js:
        * storage/indexeddb/resources/objectstore-autoincrement.js:
        * storage/indexeddb/resources/objectstore-basics.js:
        * storage/indexeddb/resources/objectstore-count.js:
        * storage/indexeddb/resources/open-cursor.js:
        * storage/indexeddb/resources/readonly.js:
        * storage/indexeddb/resources/removed.js:
        * storage/indexeddb/resources/shared.js:
        * storage/indexeddb/resources/transaction-abort.js:
        * storage/indexeddb/resources/transaction-active-flag.js:
        * storage/indexeddb/resources/transaction-basics.js:
        * storage/indexeddb/resources/transaction-complete-workers.js:
        * storage/indexeddb/resources/transaction-error.js:
        * storage/indexeddb/resources/transaction-read-only.js:
        * storage/indexeddb/transaction-abort-expected.txt:
        * storage/indexeddb/transaction-active-flag-expected.txt:
        * storage/indexeddb/transaction-basics-expected.txt:
        * storage/indexeddb/transaction-complete-workers-expected.txt:
        * storage/indexeddb/transaction-error-expected.txt:
        * storage/indexeddb/transaction-read-only-expected.txt:

2012-11-21  Mike Reed  <reed@google.com>

        update expectations in advance of skia deps roll
        https://bugs.webkit.org/show_bug.cgi?id=102964

        Reviewed by NOBODY. expectations change only.

        * platform/chromium/TestExpectations:

2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL][WK2] gardening: fast/writing-mode/japanese-ruby-* are flaky
        https://bugs.webkit.org/show_bug.cgi?id=102921

        Unreviewed gardening: several tests fail if run after any test that
        changes font family mappings. Mark them flaky.

        * platform/efl-wk2/TestExpectations:

2012-11-21  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Reverted expectation changes from r135380 and marked css3/filters/effect-reference-ordering-hw.html as crashing
        https://bugs.webkit.org/show_bug.cgi?id=102898

        * platform/chromium/TestExpectations:

2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Gardening: svg/foreignObject/viewport-foreignobject-crash.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=102931

        Unreviewed gardening.

        * platform/efl/TestExpectations:

2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL][WK2] Gardening: css3/device-adapt/opera/constrain-006 and -007 fail
        https://bugs.webkit.org/show_bug.cgi?id=102923

        Unreviewed gardening: these two still fail after using fixed layout in WTR.

        * platform/efl-wk2/TestExpectations:

2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, unskip a now passing test.

        * platform/mac-wk2/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:

2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip a now passing test.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

2012-11-21  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: reparenting view does not detach from the previous parent.
        https://bugs.webkit.org/show_bug.cgi?id=102902

        Reviewed by Vsevolod Vlasov.

        * inspector/view-events.html:

2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip now passing tests.

        * platform/qt-5.0/TestExpectations:

2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip a now passing test, update an expected file.

        * platform/qt-5.0/TestExpectations:
        * platform/qt-5.0/editing/selection/click-left-of-rtl-wrapping-text-expected.txt:

2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip now passing tests.

        * platform/qt/TestExpectations:

2012-11-21  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Mark css3/filters/effect-reference-ordering-hw.html as crashing after crrev.com/168998

        * platform/chromium/TestExpectations:

2012-11-21  Alexander Pavlov  <apavlov@chromium.org>

        Turn -webkit-text-emphasis into a shorthand property
        https://bugs.webkit.org/show_bug.cgi?id=102879

        Reviewed by Antti Koivisto.

        Update expected results.

        * fast/css/parsing-text-emphasis-expected.txt:
        * fast/css/parsing-text-emphasis.html:

2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip a now passing test.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>


        * platform/qt-5.0-wk2/TestExpectations:

2012-11-21  David Grogan  <dgrogan@chromium.org>

        IndexedDB: remove setVersion from inspector tests
        https://bugs.webkit.org/show_bug.cgi?id=102850

        Reviewed by Vsevolod Vlasov.

        setVersion was contained so the conversion to upgradeneeded was
        straightforward.

        * http/tests/inspector/indexeddb/database-data-expected.txt:
        * http/tests/inspector/indexeddb/database-structure-expected.txt:
        * http/tests/inspector/indexeddb/indexeddb-test.js:
        (.request.onsuccess.onSuccess.request.onupgradeneeded):
        (.request.onsuccess.onSuccess.request.onsuccess):
        (.request.onsuccess):
        (doWithVersionTransaction):
        * http/tests/inspector/indexeddb/resources-panel-expected.txt:

2012-11-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r135307.
        http://trac.webkit.org/changeset/135307
        https://bugs.webkit.org/show_bug.cgi?id=102905

        Jussi said this doesn't definitively fix things, so revert for
        now. (Requested by rakuco on #webkit).

        * animations/resources/stop-animation-on-suspend-subframe.html:
        * animations/stop-animation-on-suspend.html:
        * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-arm/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-11-21  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Updated test expectations.

        * platform/chromium/TestExpectations:

2012-11-21  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Enable datalist UI for input types datetime and datetime-local
        https://bugs.webkit.org/show_bug.cgi?id=102882

        Reviewed by Kent Tamura.

        Removed expectation of failure.

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

2012-11-20  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Fixed webkit_lint complaints about overlapping entries in Chromium TestExpectations.

        * platform/chromium/TestExpectations:

2012-11-20  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed morning gardening, skip a new security
        timeouting test to paint the bots green.

        * platform/qt/TestExpectations:

2012-11-20  Kangil Han  <kangil.han@samsung.com>

        [EFL][WK2][WTR] Unskip passed cases under css3/device-adapt/opera/
        https://bugs.webkit.org/show_bug.cgi?id=102868

        Unreviewed, EFL gardening.

        As BUG 102517 has been resolved, we can move those from EFL common to WK1 only.

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

2012-11-20  Kentaro Hara  <haraken@chromium.org>

        [V8] Introduce constructorCallbackCustom()
        https://bugs.webkit.org/show_bug.cgi?id=102763

        Reviewed by Adam Barth.

        Updated a test result.

        * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:

2012-11-20  Adam Klein  <adamk@chromium.org>

        [JSC] MutationObserver wrapper should not be collected while still observing
        https://bugs.webkit.org/show_bug.cgi?id=102744

        Reviewed by Adam Barth.

        Remove suppressions for wrapper dropoff tests.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-11-20  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r131106): magnitude-perf.js calls bind on undefined
        https://bugs.webkit.org/show_bug.cgi?id=102848

        Reviewed by Tony Gentilcore.

        Check the existence of performance.now before calling bind on it.

        * resources/magnitude-perf.js:
        (Magnitude._runIteration):

2012-11-20  David Grogan  <dgrogan@chromium.org>

        IndexedDB: remove setVersion from pending-version-change-on-exit.html
        https://bugs.webkit.org/show_bug.cgi?id=102457

        Reviewed by Tony Chang.

        This test doesn't work in single-process mode because of
        http://wkb.ug/82776. We run it in content_shell in chromium.

        * platform/chromium/TestExpectations:
        * storage/indexeddb/pending-version-change-on-exit-expected.txt:
        * storage/indexeddb/pending-version-change-on-exit.html:
        * storage/indexeddb/resources/pending-version-change-on-exit.js:
        (request.onblocked):

2012-11-20  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Support outside-shape value on shape-inside
        https://bugs.webkit.org/show_bug.cgi?id=101108

        Reviewed by Dirk Schulze.

        Adding tests to make sure the 'outside-shape' value properly applies only to the
        shape-inside property.

        * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
        * fast/exclusions/parsing-wrap-shape-outside-expected.txt:
        * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
        * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:

2012-11-20  Jian Li  <jianli@chromium.org>

        Unreviewed. Updated chromium test expectations.

        * platform/chromium/TestExpectations:

2012-11-20  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Remove legacy enum-based constants from IDL
        https://bugs.webkit.org/show_bug.cgi?id=85315

        Reviewed by Adam Barth.

        * storage/indexeddb/constants-expected.txt:
        * storage/indexeddb/cursor-overloads-expected.txt:
        * storage/indexeddb/cursor-overloads.html:
        * storage/indexeddb/legacy-constants-expected.txt:
        * storage/indexeddb/resources/constants.js:
        (test):
        * storage/indexeddb/resources/legacy-constants.js:
        (testObsoleteConstants):

2012-11-20  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        animations/stop-animation-on-suspend.html sometimes fails on all platforms
        https://bugs.webkit.org/show_bug.cgi?id=49182

        Reviewed by Antti Koivisto.

        stop-animation-on-suspend incorrectly assumed that animation in a subframe would start
        roughly at document load. Keep both animations (one in main frame, one in iframe) paused
        until the iframe is loaded: this way they should run synchronised enough.

        Also increase the tolerance of the test slightly: measuring timing like this is inherently flaky.

        Remove failure expectation from all TestExpectations and remove the clearly wrong expected
        result for chromium-mac.

        * animations/resources/stop-animation-on-suspend-subframe.html:
        * animations/stop-animation-on-suspend.html:
        * platform/chromium/TestExpectations:
        * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-arm/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-11-20  Mike Reed  <reed@google.com>

        update TestExpectations before a skia change
        https://bugs.webkit.org/show_bug.cgi?id=102829

        Reviewed by NOBODY. expectations change only.

        optimization for rectangular blurs (with holes) changes some images in the low bit. mark for rebaselining.

        * platform/chromium/TestExpectations:

2012-11-20  Abhishek Arya  <inferno@chromium.org>

        Crash in FrameLoader::stopLoading.
        https://bugs.webkit.org/show_bug.cgi?id=99504

        Reviewed by Nate Chapin.

        * fast/frames/frame-unload-crash2-expected.txt: Added.
        * fast/frames/frame-unload-crash2.html: Added.

2012-11-20  Tom Sepez  <tsepez@chromium.org>

        XSSAuditor::decodedSnippetForJavaScript stopping when comma encountered.
        https://bugs.webkit.org/show_bug.cgi?id=102587

        Reviewed by Adam Barth.

        * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt: Added.
        * http/tests/security/xssAuditor/script-tag-with-actual-comma.html: Added.

2012-11-20  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] writing-mode:vertical-rl shape-inside tests are incorrectly configured
        https://bugs.webkit.org/show_bug.cgi?id=102729

        Reviewed by Dirk Schulze.

        Corrected the dimensions of the border elements in two exclusions tests.  They
        define a rectangle that's five pixels larger than the tests' rectangular
        shape-inside exclusions shapes.  They now enclose the shape-inside element's
        text contents.

        * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html:
        * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html:
        * fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html:
        * fast/exclusions/shape-inside/shape-inside-vertical-text.html:

2012-11-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>

        [GTK] fast/hidpi/video-controls-in-hidpi.html and fast/layers/video-layer.html need new baseline
        https://bugs.webkit.org/show_bug.cgi?id=102815

        Reviewed by Philippe Normand.

        Added new GTK baseline for those tests.

        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
        New GTK baseline
        * platform/gtk/fast/layers/video-layer-expected.txt: New GTK
        baseline

2012-11-20  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening.

        Temporarily mark fast/multicol/span/positioned-child-not-removed-crash.html
        as crashing while the regression is addressed.

        * platform/efl-wk2/TestExpectations:

2012-11-20  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed gardening.
        Update results for compositing/geometry/vertical-scroll-composited.html after 133898.
        Mark animations/negative-delay.html as flaky.
        Remove a few passing tests from TextExpectations.

        * platform/efl/TestExpectations:
        * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png: Added.
        * platform/efl/compositing/geometry/vertical-scroll-composited-expected.txt:

2012-11-20  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Expectations update

        Unreviewed test expectations update.

        Some results for calendar and month picker may not be up-to-date for the slow bots.

        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Removed.
        * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png:
        * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:

2012-11-20  Keishi Hattori  <keishi@webkit.org>

        Week picker width is too small
        https://bugs.webkit.org/show_bug.cgi?id=102766

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium/TestExpectations:

2012-11-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>

        [GTK] no volume slider in HTML5 media element controls
        https://bugs.webkit.org/show_bug.cgi?id=97192

        Reviewed by Philippe Normand.

        r115829 was causing this regression so it was partially
        reverted. The revert causes some small regressions, in the tests
        but it is better to have the volume slider shown.

        * platform/gtk-wk2/TestExpectations: Updated because it causes
        some new regressions
        * platform/gtk/TestExpectations: Updated because it causes some
        new regressions
        * platform/gtk/media/audio-controls-rendering-expected.txt: Updated
        * platform/gtk/media/controls-after-reload-expected.txt: Updated
        * platform/gtk/media/controls-strict-expected.txt: Updated
        * platform/gtk/media/controls-styling-expected.txt: Updated
        * platform/gtk/media/controls-styling-strict-expected.txt: Updated
        * platform/gtk/media/controls-without-preload-expected.txt: Updated
        * platform/gtk/media/media-controls-clone-expected.txt: Updated
        * platform/gtk/media/video-controls-rendering-expected.txt: Updated
        * platform/gtk/media/video-display-toggle-expected.txt: Updated
        * platform/gtk/media/video-empty-source-expected.txt: Updated
        * platform/gtk/media/video-no-audio-expected.txt: Updated
        * platform/gtk/media/video-volume-slider-expected.txt: Updated
        * platform/gtk/media/video-zoom-controls-expected.txt: Updated

2012-11-20  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Mark inspector/profiler/cpu-profiler-profiling-without-inspector.html
        as crashing.

        * platform/chromium/TestExpectations:

2012-11-20  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Use localized date-time format in datetime input
        https://bugs.webkit.org/show_bug.cgi?id=102769

        Reviewed by Kent Tamura.

        * fast/forms/datetime/datetime-appearance-l10n-expected.txt: Added.
        * fast/forms/datetime/datetime-appearance-l10n.html: Added. We can confirm vi-vn have time-date ordering.
        * platform/chromium-mac/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>

        [Refactoring] Remove shadowPseudoId() and use setPseudo() in <progress> ElementShadow.
        https://bugs.webkit.org/show_bug.cgi?id=101703

        Reviewed by Hajime Morita.

        * editing/style/apply-style-atomic-expected.txt:
        * fast/dom/HTMLProgressElement/progress-element-markup-expected.txt:

2012-11-19  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Reenable webaudio/biquad-getFrequencyResponse.html test as it should pass after r129418
        https://bugs.webkit.org/show_bug.cgi?id=97439

        * platform/chromium/TestExpectations:

2012-11-19  Matt Falkenhagen  <falken@chromium.org>

        Implement the new stacking layer needed by the Fullscreen API and the new <dialog> element
        https://bugs.webkit.org/show_bug.cgi?id=84796

        Reviewed by Julien Chaffraix.

        Add tests for top layer stacking and rendering.

        * fast/dom/HTMLDialogElement/top-layer-containing-block-expected.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-containing-block.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-display-none-expected.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-display-none.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-nesting-expected.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-nesting.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-stacking-dynamic-expected.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-stacking-dynamic.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-stacking-expected.html: Added.
        * fast/dom/HTMLDialogElement/top-layer-stacking.html: Added.

2012-11-19  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Fix lint errors on chromium TextExpectations after r135205.

        * platform/chromium/TestExpectations:

2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] attribute pseudo should return empty string instead of null when nothing is specified.
        https://bugs.webkit.org/show_bug.cgi?id=102753

        Reviewed by Hajime Morita.

        * fast/dom/shadow/pseudo-attribute-expected.txt:
        * fast/dom/shadow/pseudo-attribute.html:

2012-11-19  Adam Klein  <adamk@chromium.org>

        MutationObserver wrapper should not be collected while still observing
        https://bugs.webkit.org/show_bug.cgi?id=102328

        Reviewed by Adam Barth.

        Tests showing that observers are kept alive, both in the simple case
        and in the transient registered observer case (where the original
        registration node is GCed but the transient observation node is still
        alive).

        * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
        * fast/mutation/observer-wrapper-dropoff-transient-expected.txt: Added.
        * fast/mutation/observer-wrapper-dropoff-transient.html: Added.
        * fast/mutation/observer-wrapper-dropoff.html: Added.

2012-11-19  Tony Chang  <tony@chromium.org>

        Move more non-settings out of InternalSettings
        https://bugs.webkit.org/show_bug.cgi?id=102711

        Reviewed by Adam Barth.

        Move static values out of InternalSettings.

        * fast/scrolling/scrollbar-tickmarks-hittest.html: Move setUsesOverlayScrollbars to internals.

2012-11-19  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Complex series of opens/deleteDatabase fails an ASSERT
        https://bugs.webkit.org/show_bug.cgi?id=101810

        Reviewed by Tony Chang.

        Removed use of setVersion. Surprisingly straightforward conversion
        given how gnarly this test is.

        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
        * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
        (h1OpenSuccess.h1.onversionchange):
        (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
        (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onsuccess):
        (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onblocked.h3Blocked.request.onsuccess):
        (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onblocked):
        (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onupgradeneeded.h3OnUpgradeneeded.transaction.oncomplete):
        (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onupgradeneeded):
        (h1OpenSuccess.request.onsuccess):
        (h1OpenSuccess):

2012-11-19  David Grogan  <dgrogan@chromium.org>

        IndexedDB: last setVersion excision batch
        https://bugs.webkit.org/show_bug.cgi?id=102713

        Reviewed by Tony Chang.

        * storage/indexeddb/resources/setversion-blocked-by-versionchange-close-in-blocked.js: Removed.
          The crucial part of this test was a connection closing itself in its
          blocked callback. This is no longer possible as there's now only a
          handle to the connection after the blocked event is dealt with.

        * storage/indexeddb/resources/setversion-blocked-by-versionchange-close.js:
          This test exposes a cascade of errors. h2's should receive 0 blocked
          errors. Instead it receives 2.

        * storage/indexeddb/resources/setversion-blocked.js: Removed.
          Tests the same thing as set_version_blocked.

        * storage/indexeddb/resources/setversion-not-blocked.js:
          Now h2 is the version change connection and h1 is the blocker.

        * storage/indexeddb/setversion-blocked-by-versionchange-close-in-blocked.html: Removed.
        * storage/indexeddb/setversion-blocked.html: Removed.

2012-11-19  David Grogan  <dgrogan@chromium.org>

        IndexedDB: convert delete-closed-database-object to upgradeneeded
        https://bugs.webkit.org/show_bug.cgi?id=102458

        Reviewed by Tony Chang.

        This test relies on gc behavior and seems flaky in content_shell.

        * storage/indexeddb/delete-closed-database-object-expected.txt:
        * storage/indexeddb/resources/delete-closed-database-object.js:
        (prepareDatabase):
        (openSuccess.openRequest.onsuccess):
        (openSuccess):
        (setVersion):

2012-11-19  Chris Rogers  <crogers@google.com>

        Implement .detune attribute for BiquadFilterNode
        https://bugs.webkit.org/show_bug.cgi?id=102737

        Reviewed by Kenneth Russell.

        * webaudio/biquad-lowpass.html:
        * webaudio/resources/biquad-testing.js:
        (createTestAndRun):
        (generateReference):

2012-11-19  Huang Dongsung  <luxtella@company100.net>

        Coordinated Graphics: Remove tiles of a layer when they are off the viewport.
        https://bugs.webkit.org/show_bug.cgi?id=102313

        Reviewed by Noam Rosenthal.

        This test checks that a compositing layer is rendered if the layer is
        originally transformed off the viewport.

        * animations/animation-offscreen-to-onscreen-expected.png: Added.
        * animations/animation-offscreen-to-onscreen-expected.txt: Added.
        * animations/animation-offscreen-to-onscreen.html: Added.

2012-11-19  Jian Li  <jianli@chromium.org>

        Unreviewed. Mark 2 tests as failed on chromium.

        * platform/chromium/TestExpectations:

2012-11-19  Eric Carlson  <eric.carlson@apple.com>

        HTMLMediaElement::configureTextTracks should configure all text tracks
        https://bugs.webkit.org/show_bug.cgi?id=102561

        Reviewed by Philippe Normand.

        Update test and results to check that dynamically added tracks are configured correctly.

        * media/track/track-mode-not-changed-by-new-track-expected.txt:
        * media/track/track-mode-not-changed-by-new-track.html:

2012-11-19  Abhishek Arya  <inferno@chromium.org>

        Crash in ApplyStyleCommand::cleanupUnstyledAppleStyleSpans.
        https://bugs.webkit.org/show_bug.cgi?id=100150

        Reviewed by Ryosuke Niwa.

        * editing/style/apply-style-crash-expected.txt: Added.
        * editing/style/apply-style-crash.html: Added.

2012-11-19  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r135172.
        http://trac.webkit.org/changeset/135172
        https://bugs.webkit.org/show_bug.cgi?id=102710

        Broke some WebKit2 api tests :( (Requested by japhet on
        #webkit).

        * http/tests/inspector/network/network-iframe-load-and-delete.html:
        * http/tests/loading/redirect-methods-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:

2012-11-19  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r134830.
        http://trac.webkit.org/changeset/134830
        https://bugs.webkit.org/show_bug.cgi?id=102701

        ActiveDOMObject is not applicable to MutationObservers due to
        being tied to a Document (Requested by aklein on #webkit).

        * fast/mutation/observer-wrapper-dropoff-expected.txt: Removed.
        * fast/mutation/observer-wrapper-dropoff.html: Removed.

2012-11-19  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed gardening after r133898.
        Cleanup the list of compositing tests failures.

        * platform/efl/TestExpectations:

2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>

        Changing id, className, or attribute should invalidate distribution
        https://bugs.webkit.org/show_bug.cgi?id=100738

        Reviewed by Dimitri Glazkov.

        We have test cases that id/class/attribute is changed, and thier reprojection cases.

        * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
        * fast/dom/shadow/distribution-attribute-modified.html: Added.
        * fast/dom/shadow/distribution-className-modified-expected.html: Added.
        * fast/dom/shadow/distribution-className-modified.html: Added.
        * fast/dom/shadow/distribution-id-modified-expected.html: Added.
        * fast/dom/shadow/distribution-id-modified.html: Added.
        * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
        * fast/dom/shadow/reprojection-attribute-modified.html: Added.
        * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
        * fast/dom/shadow/reprojection-className-modified.html: Added.
        * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
        * fast/dom/shadow/reprojection-id-modified.html: Added.

2012-11-19  Nate Chapin  <japhet@chromium.org>

        Move empty loading to DocumentLoader, simplify FrameLoader::init()
        https://bugs.webkit.org/show_bug.cgi?id=101512

        Reviewed by Adam Barth.

        Don't expect resource load callbacks for empty loads.

        * http/tests/inspector/network/network-iframe-load-and-delete.html:
        * http/tests/loading/redirect-methods-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:

2012-11-19  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt][WK2] REGRESSION(r132907): It made animations/negative-delay.html flaky
        https://bugs.webkit.org/show_bug.cgi?id=100769

        Unreviewed gardening (Qt).

        These tests are rather flaky, mark them as so.

        * platform/qt-5.0-wk2/TestExpectations:

2012-11-19  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: DataCloneError
        https://bugs.webkit.org/show_bug.cgi?id=102521

        Reviewed by Kentaro Hara.

        Updated tests and expectations.

        * fast/dom/Window/anonymous-slot-with-changes-expected.txt:
        * fast/dom/Window/window-postmessage-clone-expected.txt:
        * fast/dom/shadow/shadowroot-clonenode-expected.txt:
        * fast/dom/shadow/shadowroot-clonenode.html:
        * fast/events/message-port-multi-expected.txt:
        * fast/filesystem/filesystem-unserializable-expected.txt:
        * platform/chromium/fast/dom/Window/window-postmessage-clone-expected.txt:
        * platform/chromium/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt:
        * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
        * webintents/web-intents-obj-constructor-expected.txt:
        * webintents/web-intents-obj-constructor.html:

2012-11-19  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        Apply the resolved viewport rules
        https://bugs.webkit.org/show_bug.cgi?id=95964

        Reviewed by Kenneth Rohde Christiansen.

        Imported some of the CSS Device Adaptation tests submitted by
        Opera to W3C CSS Test Suite. These tests are not yet approved but
        they have a pretty good coverage of the specification.

        Tests using Math.floor() where modified from the original version
        using Math.round(), the reason being the round() version fails by
        1px when the pixel ratio is different from 1.

        Despite the fact they are all passing on the EFL MiniBrowser, I could
        not enable them yet. WebKitTestRunner does not support fixed layout,
        but that is the next goal.

        * css3/device-adapt/opera/cascading-001-expected.txt: Added.
        * css3/device-adapt/opera/cascading-001.xhtml: Added.
        * css3/device-adapt/opera/cascading-002-expected.txt: Added.
        * css3/device-adapt/opera/cascading-002.xhtml: Added.
        * css3/device-adapt/opera/cascading-003-expected.txt: Added.
        * css3/device-adapt/opera/cascading-003.xhtml: Added.
        * css3/device-adapt/opera/cascading-004-expected.txt: Added.
        * css3/device-adapt/opera/cascading-004.xhtml: Added.
        * css3/device-adapt/opera/constrain-001-expected.txt: Added.
        * css3/device-adapt/opera/constrain-001.xhtml: Added.
        * css3/device-adapt/opera/constrain-002-expected.txt: Added.
        * css3/device-adapt/opera/constrain-002.xhtml: Added.
        * css3/device-adapt/opera/constrain-003-expected.txt: Added.
        * css3/device-adapt/opera/constrain-003.xhtml: Added.
        * css3/device-adapt/opera/constrain-004-expected.txt: Added.
        * css3/device-adapt/opera/constrain-004.xhtml: Added.
        * css3/device-adapt/opera/constrain-005-expected.txt: Added.
        * css3/device-adapt/opera/constrain-005.xhtml: Added.
        * css3/device-adapt/opera/constrain-006-expected.txt: Added.
        * css3/device-adapt/opera/constrain-006.xhtml: Added.
        * css3/device-adapt/opera/constrain-007-expected.txt: Added.
        * css3/device-adapt/opera/constrain-007.xhtml: Added.
        * css3/device-adapt/opera/constrain-008-expected.txt: Added.
        * css3/device-adapt/opera/constrain-008.xhtml: Added.
        * css3/device-adapt/opera/constrain-009-expected.txt: Added.
        * css3/device-adapt/opera/constrain-009.xhtml: Added.
        * css3/device-adapt/opera/constrain-010-expected.txt: Added.
        * css3/device-adapt/opera/constrain-010.xhtml: Added.
        * css3/device-adapt/opera/constrain-011-expected.txt: Added.
        * css3/device-adapt/opera/constrain-011.xhtml: Added.
        * css3/device-adapt/opera/constrain-012-expected.txt: Added.
        * css3/device-adapt/opera/constrain-012.xhtml: Added.
        * css3/device-adapt/opera/constrain-013-expected.txt: Added.
        * css3/device-adapt/opera/constrain-013.xhtml: Added.
        * css3/device-adapt/opera/constrain-014-expected.txt: Added.
        * css3/device-adapt/opera/constrain-014.xhtml: Added.
        * css3/device-adapt/opera/constrain-015-expected.txt: Added.
        * css3/device-adapt/opera/constrain-015.xhtml: Added.
        * css3/device-adapt/opera/constrain-016-expected.txt: Added.
        * css3/device-adapt/opera/constrain-016.xhtml: Added.
        * css3/device-adapt/opera/constrain-017-expected.txt: Added.
        * css3/device-adapt/opera/constrain-017.xhtml: Added.
        * css3/device-adapt/opera/constrain-020-expected.txt: Added.
        * css3/device-adapt/opera/constrain-020.xhtml: Added.
        * css3/device-adapt/opera/syntax-001-expected.txt: Added.
        * css3/device-adapt/opera/syntax-001.xhtml: Added.
        * css3/device-adapt/opera/syntax-002-expected.txt: Added.
        * css3/device-adapt/opera/syntax-002.xhtml: Added.
        * css3/device-adapt/opera/syntax-003-expected.txt: Added.
        * css3/device-adapt/opera/syntax-003.xhtml: Added.
        * platform/efl/TestExpectations:

2012-11-19  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: SecurityError
        https://bugs.webkit.org/show_bug.cgi?id=102437

        Reviewed by Kentaro Hara.

        Updated tests and expectations.

        * fast/canvas/svg-taint-expected.txt:
        * fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
        * fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js:
        * fast/dom/register-protocol-handler.html:
        * fast/frames/resources/sandboxed-iframe-storage-disallowed.html:
        * fast/frames/sandboxed-iframe-storage-expected.txt:
        * http/tests/loading/state-object-security-exception-expected.txt:
        * http/tests/notifications/legacy/show-expected.txt:
        * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
        * http/tests/security/canvas-remote-read-remote-image-expected.txt:
        * http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
        * http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt:
        * http/tests/security/cross-origin-local-storage-expected.txt:
        * http/tests/security/cross-origin-session-storage-expected.txt:
        * http/tests/security/cross-origin-websql-expected.txt:
        * http/tests/security/cross-origin-worker-websql-expected.txt:
        * http/tests/security/resources/sandboxed-iframe-document-cookie-read-denied.html:
        * http/tests/security/same-origin-storage-blocked-expected.txt:
        * http/tests/security/same-origin-websql-blocked-expected.txt:
        * http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt:
        * http/tests/security/storage-blocking-loosened-local-storage-expected.txt:
        * http/tests/security/storage-blocking-loosened-websql-expected.txt:
        * http/tests/security/storage-blocking-strengthened-local-storage-expected.txt:
        * http/tests/security/storage-blocking-strengthened-websql-expected.txt:
        * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
        * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
        * http/tests/workers/shared-worker-redirect-expected.txt:
        * http/tests/workers/worker-redirect-expected.txt:
        * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
        * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
        * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
        * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
        * platform/chromium/permissionclient/storage-permission-expected.txt:
        * platform/win-wk2/http/tests/inspector-enabled/database-open-expected.txt:

2012-11-19  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed gardening after r133898.
        Added expected results for animation tests that are now passing.

        * platform/efl/TestExpectations:
        * platform/efl/animations/3d: Added.
        * platform/efl/animations/3d/change-transform-in-end-event-expected.png: Added.
        * platform/efl/animations/3d/change-transform-in-end-event-expected.txt: Added.
        * platform/efl/animations/3d/matrix-transform-type-animation-expected.png: Added.
        * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt: Added.
        * platform/efl/animations/3d/state-at-end-event-transform-expected.png: Added.
        * platform/efl/animations/3d/state-at-end-event-transform-expected.txt: Added.

2012-11-19  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: URLMismatchError
        https://bugs.webkit.org/show_bug.cgi?id=102511

        Reviewed by Kentaro Hara.

        Updated tests and expectations.

        * fast/workers/shared-worker-shared-expected.txt:

2012-11-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening, unskip a now passing test.

        * platform/qt-5.0-wk2/TestExpectations:

2012-11-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed, because it is unnecessary.
        * platform/qt/TestExpectations:

2012-11-19  Ilya Tikhonovsky  <loislo@chromium.org>

        webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data.
        https://bugs.webkit.org/show_bug.cgi?id=102356

        Reviewed by Adam Barth.

        A clean-up code was moved from uninitialize to clear method.
        AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear.
        m_isStopScheduled filters out second ActiveDOMObject::stop call.
        markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread.
        adoptRef was added in createOfflineContext method.
        A guard was added into deleteMarkedNodes.

        * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added.
        * inspector-protocol/nmi-webaudio-leak-test.html: Added.
        * platform/chromium-android/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-11-19  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: QuotaExceededError
        https://bugs.webkit.org/show_bug.cgi?id=102512

        Reviewed by Kentaro Hara.

        Updated tests and expectations.

        * security/crypto-random-values-limits-expected.txt:
        * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt:
        * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt:

2012-11-19  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening.

        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.

2012-11-19  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-19  Kentaro Hara  <haraken@chromium.org>

        Unreviewed, rolling out r135111.
        http://trac.webkit.org/changeset/135111
        https://bugs.webkit.org/show_bug.cgi?id=102356

        The patch caused crashes in several layout tests

        * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Removed.
        * inspector-protocol/nmi-webaudio-leak-test.html: Removed.
        * platform/chromium-android/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-11-19  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-19  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-19  Kentaro Hara  <haraken@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-19  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined a text dump.

        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.

2012-11-19  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Update test expectation and skip a new failing test.

        * platform/qt-5.0/fast/js/global-constructors-expected.txt:
        * platform/qt/TestExpectations:

2012-11-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL][WK2] Enable media tests that pass after r135063
        https://bugs.webkit.org/show_bug.cgi?id=102657

        Unreviewed gardening, these test no longer crash after
        https://bugs.webkit.org/show_bug.cgi?id=101428.

        * platform/efl-wk2/TestExpectations:

2012-11-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, rebaselining after r135093.

        * platform/gtk/fast/js/global-constructors-expected.txt:

2012-11-19  Kent Tamura  <tkent@chromium.org>

        input.value="" should clear date/time input elements with partial values
        https://bugs.webkit.org/show_bug.cgi?id=102645

        Reviewed by Kentaro Hara.

        - Add tests for each of date/time input types.
        - Add them to TextExpectations for platforms without ENABLE_INPUT_MULTIPLE_FIELDS_UI.

        * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty.html: Added.
        * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty-expected.txt: Added.
        * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty.html: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty-expected.txt: Added.
        * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty.html: Added.
        * fast/forms/resources/multiple-fields-value-set-empty.js: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty.html: Added.
        * platform/chromium-android/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-11-19  Alexei Filippov  <alph@chromium.org>

        Web Inspector: refine time and bytes output formatting
        https://bugs.webkit.org/show_bug.cgi?id=102265

        Reviewed by Yury Semikhatsky.

        Add a space between number and unit, otherwise it's hard to read things like 88B.
        Reduce a number of decimal digits in KB and MB formats. 1023.45KB seems to be too detailed.

        * inspector/audits/audits-panel-functional-expected.txt:
        * inspector/audits/audits-panel-noimages-functional-expected.txt:

2012-11-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Update expectation for fast/js/global-constructors.html after r135093
        https://bugs.webkit.org/show_bug.cgi?id=102653

        Unreviewed EFL gardening.

        Update EFL baseline for fast/js/global-constructors.html after r135093.

        * platform/efl/fast/js/global-constructors-expected.txt: Added.

2012-11-18  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Add tests for week suggestion picker
        https://bugs.webkit.org/show_bug.cgi?id=102039

        Reviewed by Kent Tamura.

        Adding tests for datalist UI for <input type=week>.

        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html: Added.

2012-11-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Skip networkinformation tests wrongly unskipped in r135096
        https://bugs.webkit.org/show_bug.cgi?id=102650

        Unreviewed EFL gardening.

        Skip again for EFL Debug bots several networkinformation tests
        that were wrongly unskipped in r135096 as they still hit an
        assertion.

        * platform/efl-wk2/TestExpectations:

2012-11-18  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed: add missed test files for r135111.

        * inspector-protocol/resources/audio-context.html: Added.
        * inspector-protocol/resources/blank.html: Added.

2012-11-16  Ilya Tikhonovsky  <loislo@chromium.org>

        webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data.
        https://bugs.webkit.org/show_bug.cgi?id=102356

        Reviewed by Adam Barth.

        A clean-up code was moved from uninitialize to clear method.
        AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear.
        m_isStopScheduled filters out second ActiveDOMObject::stop call.
        markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread.
        adoptRef was added in createOfflineContext method.

        * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added.
        * inspector-protocol/nmi-webaudio-leak-test.html: Added.

2012-11-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        min/max/step support for calendar picker on datetime/datetime-local
        https://bugs.webkit.org/show_bug.cgi?id=102628

        Reviewed by Kent Tamura.

        Verify that calendar picker has correct available dates when
        min/max/step attributes are set in datetime input.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html: Added.

2012-11-18  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined images.

        * platform/chromium-linux-x86/fast/block/float/overhanging-tall-block-expected.txt: Added.
        * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Added.
        * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Added.
        * platform/chromium-mac-lion/fast/block/float/overhanging-tall-block-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/block/float/overhanging-tall-block-expected.txt: Added.
        * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Added.
        * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.txt: Added.
        * platform/efl-wk1/fast/block/float/overhanging-tall-block-expected.png: Renamed from LayoutTests/platform/efl/fast/block/float/overhanging-tall-block-expected.png.

2012-11-18  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaseline after r135093.

        * platform/chromium-linux/inspector: Added.
        * platform/chromium-linux/inspector/console: Added.
        * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Added.

2012-11-18  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Gardening, unskip passing tests
        https://bugs.webkit.org/show_bug.cgi?id=102460

        Unreviewed EFL gardening.

        The tests marked Crash by r132469 are passing now.

        fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html,
        networkinformation/basic-all-types-of-events.html, networkinformation/updates.html,
        networkinformation/add-listener-from-callback.html, networkinformation/basic-operation.html

        * platform/efl-wk2/TestExpectations:

2012-11-18  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Removed a duplicated entry.

        * platform/chromium/TestExpectations:

2012-11-18  Ryosuke Niwa  <rniwa@webkit.org>

        Make namedItem return a node list only in HTMLFormControlsCollection and HTMLOptionsCollection
        https://bugs.webkit.org/show_bug.cgi?id=101311

        Reviewed by Darin Adler.

        Added a regression test to ensure form.elements and select.options use correct interfaces,
        and named getter for those two properties return a NodeList when there are multiple matches.

        Also added appropriate IDL options to HTMLOptionsCollection.idl.

        * fast/dom/collection-nameditem-move-between-documents-expected.txt: Rebaselined since namedItem
        now correctly returns null when there is no match. This test result demonstrates a bug that
        HTMLAllCollection doesn't inherit from HTMLCollection.
        * fast/dom/collection-nameditem-move-between-documents.html: Ditto.
        * fast/dom/dom-constructors-expected.txt: Rebaselined.
        * fast/dom/html-collections-named-getter-expected.txt: Added.
        * fast/dom/html-collections-named-getter.html: Added.
        * fast/dom/wrapper-classes-expected.txt: Rebaselined. Since we're exposing HTMLOptionsCollection
        on the window object, the constructor property of an instance of HTMLOptionsCollection object
        shows up as a function. We should update the test to support this behavior in the future.
        * inspector/console/console-format-collections-expected.txt: Rebaselined.
        * platform/chromium/fast/dom/gc-9-expected.txt: Rebaselined since a test case for
        HTMLOptionsCollection now passes.

2012-11-18  Kentaro Hara  <haraken@chromium.org>

        Unreviewed.
        r135025 marked a couple of tests as SKIP in Mac.
        This patch marks the tests as SKIP in Chormium.

        * platform/chromium/TestExpectations:

2012-11-18  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Marked platform/chromium/virtual/deferred/fast/images/webgl-teximage2d.html as TIMEOUT.

        * platform/chromium/TestExpectations:

2012-11-18  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Marked fast/images/webgl-teximage2d.html as TIMEOUT.

        * platform/chromium/TestExpectations:

2012-11-18  Simon Fraser  <simon.fraser@apple.com>

        Rebaselines.

        * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
        * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
        * platform/mac/svg/custom/baseval-animval-equality-expected.txt:

2012-11-18  Antti Koivisto  <antti@apple.com>

        REGRESSION(r129644): User StyleSheet not applying
        https://bugs.webkit.org/show_bug.cgi?id=102110

        Reviewed by Andreas Kling.

        * inspector/timeline/timeline-script-tag-1-expected.txt:
        
            Update the test result. The style invalidation log is slightly different.

        * userscripts/user-stylesheet-invalidate-expected.txt: Added.
        * userscripts/user-stylesheet-invalidate.html: Added.

2012-11-17  Adam Barth  <abarth@webkit.org>

        REGRESSION (r133633): ASSERTION FAILED: m_wrapper || !m_jsFunction
        https://bugs.webkit.org/show_bug.cgi?id=101428

        Reviewed by Geoffrey Garen.

        Add two calls to gc() to make an ASSERT trigger on every run. One call
        to gc() does not appear to be sufficient for reasons I don't fully
        understand.

        * media/media-continues-playing-after-replace-source.html:

2012-11-17  Simon Fraser  <simon.fraser@apple.com>

        Simplify bounds computation for the RenderView's layer
        https://bugs.webkit.org/show_bug.cgi?id=102597

        Reviewed by Anders Carlsson.

        Progressions as a result of this change:

        * compositing/layer-creation/fixed-position-out-of-view-expected.txt: The height
        is now the page height, since the page is scrollable.
        * compositing/tiling/tile-cache-zoomed-expected.txt: The main layer now is not
        affected by the page scale transform.
        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Ditto.

2012-11-17  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline three tests affected by the dumping of tile grid extent.

        * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
        * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:

2012-11-17  Simon Fraser  <simon.fraser@apple.com>

        Dump the tile cache extent in layout tests
        https://bugs.webkit.org/show_bug.cgi?id=102600

        Reviewed by Anders Carlsson.

        New results which contain tile cache extents.

        * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
        * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
        * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:

2012-11-17  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening. Fixing a test that's failing due to changes
        made in r134949 and wasn't updated yet.

        * http/tests/websocket/tests/hybi/workers/close-expected.txt:
        * http/tests/websocket/tests/hybi/workers/resources/close.js:

2012-11-17  Li Yin  <li.yin@intel.com>

        biquadfilternode-basic.html test should cover default value of frequency, Q and gain.
        https://bugs.webkit.org/show_bug.cgi?id=102305

        Reviewed by Chris Rogers.

        Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#BiquadFilterNode
        The default values of frequency, Q and gain are clearly specified, we should
        have related sub test to over them.

        * webaudio/biquadfilternode-basic-expected.txt:
        * webaudio/biquadfilternode-basic.html:

2012-11-17  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations:

2012-11-17  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed gardening. Fixing a test that's failing since r134859.

        * http/tests/websocket/tests/hybi/workers/close-expected.txt:
        * http/tests/websocket/tests/hybi/workers/resources/close.js:
        (runInvalidStringTest):

2012-11-17  Mike West  <mkwst@chromium.org>

        Web Inspector: http/tests/inspector/stacktraces/* are flakey in JSC
        https://bugs.webkit.org/show_bug.cgi?id=102380

        Reviewed by Yury Semikhatsky.

        The inspector stacktrace tests are quite flakey at the moment under JSC.
        This patch drops detail out of the test that a) isn't relevent to what's
        being tested, and b) varies under JSC for no discernable reason. A side
        benifit of this change is that we can drop most platform-specific test
        results, as we're now only looking at data that JSC and V8 agree upon.

        * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt:
        * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
        * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt:
        * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt:
            Reset tests based on the new level of detail.
        * http/tests/inspector/stacktraces/resources/stacktrace-test.js:
        (test.addMessage):
        (test):
            Limit the detail of the output to the top frame of the stack, and
            drop the column number (which was always 0 in JSC).
        * platform/chromium/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Removed.
        * platform/chromium/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Removed.
        * platform/chromium/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Removed.
            Dropping these platform-specific tests, as this patch limits the test
            output detail to a subset that V8 and JSC agree upon.
        * platform/chromium/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
            Can't drop this one, sadly.

2012-11-16  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline.

        * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
        * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:

2012-11-16  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline some editing tests.

        * platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt: Removed.
        * platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt: Removed.
        * platform/mac/TestExpectations:
        * platform/mac/editing/pasteboard/innerText-inline-table-expected.txt:
        * platform/mac/editing/selection/iframe-expected.txt:
        * platform/mac/editing/selection/inline-table-expected.txt:
        * platform/mac/editing/selection/table-caret-3-expected.txt:

2012-11-16  David Grogan  <dgrogan@chromium.org>

        IndexedDB: setVersion excision batch 10
        https://bugs.webkit.org/show_bug.cgi?id=102565

        Reviewed by Tony Chang.

        * storage/indexeddb/mozilla/resources/versionchange.js: Removed.
          Very similar to a lot of our other tests.

        * storage/indexeddb/resources/set_version_queue.js: Removed.
          Tests 4 already-open connections calling setVersion, no longer
          applicable. Though something similar will be set up when we
          implement 4.1.3#Note2:
          if two databases with the same name and origin, but with different
          versions, are being opened at the same time, the one with the highest
          version will attempt to be opened first.

        * storage/indexeddb/resources/setversion-blocks-open.js: Removed.
          Tests the same thing as version-change-exclusive, even though
          version-change-exclusive's description had been inaccurate.

        * storage/indexeddb/resources/setversion-blocks-setversion.js: Removed.
          Behavior under test is no longer possible. (multiple setVersion
          calls from same connection.)

        * storage/indexeddb/resources/shared.js:
        (indexedDBTest):
        Added another optional parameter for version-change-exclusive.

        * storage/indexeddb/resources/three-setversion-calls.js: Removed.
          Behavior under test is no longer possible. (multiple setVersion
          calls from same connection.)

        * storage/indexeddb/resources/two-version-changes.js: Removed.
          Behavior under test is no longer possible. (multiple setVersion
          calls from same connection.)

        * storage/indexeddb/resources/version-change-abort.js:
          Straightforward conversion.

        * storage/indexeddb/resources/version-change-exclusive.js:
          The previous description didn't accurately describe the test.

        --Corresponding .html and -expected files also removed.

2012-11-16  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Assert hit when getting non-existent object store in version change transaction
        https://bugs.webkit.org/show_bug.cgi?id=102547

        Reviewed by Tony Chang.

        Regression test - make sure that .objectStore() and .index() fail on unknown names
        in "versionchange" transactions.

        * storage/indexeddb/object-lookups-in-versionchange-expected.txt: Added.
        * storage/indexeddb/object-lookups-in-versionchange.html: Added.

2012-11-16  Simon Fraser  <simon.fraser@apple.com>

        Eliminate ancestor tree walk computing outlineBoundsForRepaint() when updating layer positions
        https://bugs.webkit.org/show_bug.cgi?id=101874

        Reviewed by Dave Hyatt.

        In debug, skip tests that assert because of LayoutUnit truncation.

        * platform/mac/TestExpectations:

2012-11-16  Alec Flett  <alecflett@chromium.org>

        Add tests for explicit serialization values
        https://bugs.webkit.org/show_bug.cgi?id=96818

        Reviewed by Adam Barth.

        Make sure SerializedScriptValues are backward compatible with future changes.

        * platform/chromium/fast/storage/serialized-script-value.html: Added.
        * platform/chromium/fast/storage/serialized-script-value.txt: Added.

2012-11-16  David Grogan  <dgrogan@chromium.org>

        IndexedDB: setVersion excision batch 9
        https://bugs.webkit.org/show_bug.cgi?id=102455

        Reviewed by Tony Chang.

        * storage/indexeddb/persistence-expected.txt:
        * storage/indexeddb/resources/persistence.js:
        (prepareDatabase):
        Little awkwardness to get the initial version number to be 0 (actually,
        because of a bug it's "") so that first() will trigger a
        versionchange.
        (first):

        * storage/indexeddb/resources/set_version_blocked.js:
          Small "blocked" test. It's probably redundant due to our crazier
          tests, but it is nice to have a succinct test that checks one thing.

        * storage/indexeddb/resources/shared.js:
        (unexpectedBlockedCallback):
        * storage/indexeddb/resources/transaction-basics.js:
          This test is a mess, obviously written near the dawn of IDB when no
          one knew how to write an effective test for it. In the interests of
          preventing the diff from exploding I didn't take all the
          clarification opportunities that were there.

        * storage/indexeddb/resources/transaction-error.js:
        * storage/indexeddb/set_version_blocked-expected.txt:
        * storage/indexeddb/transaction-basics-expected.txt:
        * storage/indexeddb/transaction-error-expected.txt:

2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Removed unnecessary expectation.

        * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Removed.

2012-11-16  Pablo Flouret  <pablof@motorola.com>

        [JSC] Don't sanitize window.onerror information on crossorigin-enabled scripts
        https://bugs.webkit.org/show_bug.cgi?id=70574

        Reviewed by Geoffrey Garen.

        * http/tests/security/resources/cors-script.php:
        * http/tests/security/script-crossorigin-onerror-information-expected.txt: Added.
        * http/tests/security/script-crossorigin-onerror-information.html: Added.
        * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized-expected.txt: Added.
        * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized.html: Added.

        * platform/chromium/TestExpectations:
            This patch only deals with JSC right now, skip the new tests.

2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Remaining bits of Win7 rebaselines.

2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Massive rebaseline after Win7 came back up.

2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>

        Unreviewed, rolling out r134986.
        http://trac.webkit.org/changeset/134986
        https://bugs.webkit.org/show_bug.cgi?id=102110

        Triggered ASSERT in fast/frames/seamless/seamless-inherited-
        origin.html.

        * userscripts/user-stylesheet-invalidate-expected.txt: Removed.
        * userscripts/user-stylesheet-invalidate.html: Removed.

2012-11-16  Antti Koivisto  <antti@apple.com>

        REGRESSION(r129644): User StyleSheet not applying
        https://bugs.webkit.org/show_bug.cgi?id=102110

        Reviewed by Andreas Kling.

        * userscripts/user-stylesheet-invalidate-expected.txt: Added.
        * userscripts/user-stylesheet-invalidate.html: Added.

2012-11-15  Brent Fulgham  <bfulgham@webkit.org>

        [WinCairo] Sync with Windows test expectations.

        * platform/wincairo/TestExpectations: Update to match Windows.

2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] adjusting expectations for checkerboard.html

2012-11-16  Li Yin  <li.yin@intel.com>

        audiopannernode-basic.html should cover default value of attribute.
        https://bugs.webkit.org/show_bug.cgi?id=102332

        Reviewed by Chris Rogers.

        Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#PannerNode
        Currently almost all attributes of PannerNode are specified default value clearly,
        the test should cover them.

        * webaudio/audiopannernode-basic-expected.txt:
        * webaudio/audiopannernode-basic.html:

2012-11-16  Tommy Widenflycht  <tommyw@google.com>

        [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
        https://bugs.webkit.org/show_bug.cgi?id=102386

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-datachannel.html:
        * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:

2012-11-16  Robert Flack  <flackr@chromium.org>

        Handle gesture events on scrollbars.
        https://bugs.webkit.org/show_bug.cgi?id=101516

        Reviewed by Antonio Gomes.

        Adds a gesture event handler to scrollbars and sends gestures beginning
        over a scrollbar to this handler to allow touch scrolling scrollbars.

        * fast/events/touch/gesture/gesture-scrollbar-expected.txt: Added.
        * fast/events/touch/gesture/gesture-scrollbar.html: Added.

2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Removed incorrect baseline.

        * platform/chromium-mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Removed.

2012-11-16  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: TypeMismatchError
        https://bugs.webkit.org/show_bug.cgi?id=102418

        Reviewed by Kentaro Hara.

        Updated tests and expectations.

        * editing/selection/extend-expected.txt:
        * fast/dom/Element/attr-param-typechecking-expected.txt:
        * fast/dom/Geolocation/argument-types-expected.txt:
        * fast/dom/Geolocation/not-enough-arguments-expected.txt:
        * fast/dom/Geolocation/script-tests/argument-types.js:
        (test):
        * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
        * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
        * fast/js/select-options-add-expected.txt:
        * fast/mediastream/RTCIceCandidate-expected.txt:
        * fast/mediastream/RTCPeerConnection-expected.txt:
        * fast/mediastream/RTCSessionDescription-expected.txt:
        * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
        * security/crypto-random-values-types-expected.txt:
        * svg/dom/SVGTransformList-expected.txt:

2012-11-16  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: InvalidAccessError
        https://bugs.webkit.org/show_bug.cgi?id=102400

        Reviewed by Kentaro Hara.

        Updated tests and expectations.

        * editing/undomanager/undomanager-reenter-expected.txt:
        * editing/undomanager/undomanager-reenter.html:
        * editing/undomanager/undoscopehost-use-after-free-expected.txt:
        * editing/undomanager/undoscopehost-use-after-free.html:
        * fast/css/CSSPrimitiveValue-exceptions-expected.txt:
        * fast/css/getFloatValueForUnit-expected.txt:
        * fast/css/getFloatValueForUnit.html:
        * fast/css/resources/CSSPrimitiveValue-exceptions.js:
        * fast/dom/XMLSerializer-doctype2-expected.txt:
        * fast/dom/XMLSerializer-doctype2.html:
        * fast/dom/setPrimitiveValue-exceptions-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:
        * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
        * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
        * http/tests/websocket/tests/hybi/close-expected.txt:
        * http/tests/websocket/tests/hybi/close.html:
        * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
        * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
        * webintents/web-intents-api-expected.txt:
        * webintents/web-intents-api.html:

2012-11-16  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Gardening failure cases on EFL build bots
        https://bugs.webkit.org/show_bug.cgi?id=102496

        Unreviewed EFL gardening.

        * platform/efl-wk1/fast/media/mq-js-media-except-02-expected.png: Removed.
        * platform/efl-wk1/fast/media/mq-js-media-except-03-expected.png: Removed.
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/fast/media/mq-js-media-except-02-expected.png: Added.
        * platform/efl/fast/media/mq-js-media-except-02-expected.txt: Added.
        * platform/efl/fast/media/mq-js-media-except-03-expected.png: Added.
        * platform/efl/fast/media/mq-js-media-except-03-expected.txt: Added.

2012-11-16  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, rebaselining after r134859.

        * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Added.
        * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Added.

2012-11-16  Shinya Kawanaka  <shinyak@chromium.org>

        Changing pseudoClass (:indeterminate) should cause distribution
        https://bugs.webkit.org/show_bug.cgi?id=101903

        Reviewed by Dimitri Glazkov.

        I've used "-webkit-appearance: none" for progress element because of Bug 102459.
        It prevents from testing progress element on Windows.

        * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
        * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.

2012-11-16  Mike West  <mkwst@chromium.org>

        [chromium] Unreviewed gardening.

        http/tests/security/sandboxed-iframe-form-top.html is leaking state into
        the next test, and should have been skipped for Chromium as well as mac
        in r134789. This patch remedies that oversight.

        * platform/chromium/TestExpectations:

2012-11-16  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: don't show an Error when evaluating a watch expression results in an exception
        https://bugs.webkit.org/show_bug.cgi?id=102470

        Reviewed by Vsevolod Vlasov.

        Check that watch expression has value "<not available>" in case of exception
        during its evaluation instead of a special style class tha has been removed.

        * inspector/debugger/error-in-watch-expressions.html:

2012-11-16  Elliott Sprehn  <esprehn@chromium.org>

        REGRESSION (r134774-r134779): fast/frames/detached-shadow-frame.html failing on Apple Win 7 Release (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=102433

        Reviewed by Dimitri Glazkov.

        Need to include the Shadow DOM polyfill.js since not all ports
        web expose the WebkitShadowRoot constructor.

        * fast/frames/detached-shadow-frame.html:

2012-11-16  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: Updated after r134859.
        * platform/qt/TestExpectations: Skip fast/frames/detached-shadow-frame.html, because ENABLE(SHADOW_DOM) is disabled.
        * platform/qt/fast/media/mq-js-media-except-02-expected.txt: Updated after r134859.
        * platform/qt/fast/media/mq-js-media-except-03-expected.txt: Updated after r134859.
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Revert r134754, because r134649 was reverted.
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Revert r134754, because r134649 was reverted.
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Revert r134754, because r134649 was reverted.

2012-11-16  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined pixel results.

        * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Removed.

2012-11-16  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt][WK1] Gardening after r134816. Skipped a newly added failing test.
        https://bugs.webkit.org/show_bug.cgi?id=102471

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0-wk1/TestExpectations:

2012-11-16  Peter Rybin  <prybin@chromium.org>

        Web Inspector: show internal properties in inspector frontend
        https://bugs.webkit.org/show_bug.cgi?id=100021

        Reviewed by Yury Semikhatsky.

        A new test is added. InspectorTest.dumpObjectPropertySectionDeep function is added.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep):
        (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep.dumpTreeElement):
        * inspector/debugger/properties-special-expected.txt: Added.
        * inspector/debugger/properties-special.html: Added.
        * platform/chromium/inspector/debugger/properties-special-expected.txt: Added.

2012-11-16  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r134865.
        http://trac.webkit.org/changeset/134865
        https://bugs.webkit.org/show_bug.cgi?id=102466

        Broke the Apple Windows Debug build. (Requested by dydx on
        #webkit).

        * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
        * platform/chromium/fast/storage/serialized-script-value.html: Removed.

2012-11-16  Takashi Sakamoto  <tasak@google.com>

        ASSERT_NOT_REACHED() when building a CSSOM wrapper for StyleRuleHost
        https://bugs.webkit.org/show_bug.cgi?id=102116

        Reviewed by Alexander Pavlov.

        * fast/css/at-host-cssom-crash-expected.txt: Added.
        * fast/css/at-host-cssom-crash.html: Added.
        * inspector/styles/styles-include-host-rules-crash-expected.txt: Added.
        * inspector/styles/styles-include-host-rules-crash.html: Added.

2012-11-15  Kenichi Ishibashi  <bashi@chromium.org>

        Unreviewed test update.

        * fast/text/international/combining-marks-position.html:
        Ignore a slight diff of widths between the reference and target.

2012-11-15  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined pixel results.

        * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Added.

2012-11-15  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Marked fast/images/webgl-teximage2d.html as Slow.

        * platform/chromium/TestExpectations:

2012-11-15  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined images.

        * platform/chromium-linux/compositing/checkerboard-expected.png:
        * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Added.
        * platform/chromium-win/compositing/checkerboard-expected.png:

2012-11-15  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Marked fast/forms/validation-message-appearance.html as flaky.

        * platform/chromium/TestExpectations:

2012-11-15  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined images.

        * fast/media/mq-js-media-except-02-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-02-expected.txt.
        * fast/media/mq-js-media-except-03-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-03-expected.txt.
        * platform/chromium-mac-lion/fast/media/mq-js-media-except-02-expected.png:
        * platform/chromium-mac-lion/fast/media/mq-js-media-except-03-expected.png:
        * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-02-expected.png:
        * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-03-expected.png:
        * platform/chromium-mac/fast/media/mq-js-media-except-02-expected.png:
        * platform/chromium-mac/fast/media/mq-js-media-except-02-expected.txt: Renamed from LayoutTests/platform/chromium/fast/media/mq-js-media-except-02-expected.txt.
        * platform/chromium-mac/fast/media/mq-js-media-except-03-expected.png:
        * platform/chromium-mac/fast/media/mq-js-media-except-03-expected.txt: Renamed from LayoutTests/platform/chromium/fast/media/mq-js-media-except-03-expected.txt.
        * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.png:
        * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Added.
        * platform/chromium-win-xp/fast/media/mq-js-media-except-02-expected.png: Added.
        * platform/chromium-win-xp/fast/media/mq-js-media-except-03-expected.png: Added.
        * platform/efl-wk1/fast/media/mq-js-media-except-02-expected.png: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-02-expected.png.
        * platform/efl-wk1/fast/media/mq-js-media-except-03-expected.png: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-03-expected.png.
        * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Removed.
        * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Removed.

2012-11-15  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined images.

        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.

2012-11-15  Kent Tamura  <tkent@chromium.org>

        fast/forms/select/select-state-restore.html is flaky.
        https://bugs.webkit.org/show_bug.cgi?id=90207

        Reviewed by Hajime Morita.

        * fast/forms/select/select-state-restore.html:
        It was possible that we started the test before loading
        js-test-post.js. It means we might miss calling waitUntilDone.
        * platform/chromium/TestExpectations:

2012-11-15  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline for recent calendar picker and suggestion picker changes

        * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-15  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Update TestExpectations for fast/forms/zoomed-controls.html
        https://bugs.webkit.org/show_bug.cgi?id=102369

        Unreviewed. Pixel test of fast/forms/zoomed-controls.html is failing
        introduced by r134698. Mark this test Missing and remove wrong expectation.

        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/zoomed-controls-expected.png: Removed.

2012-11-15  Shinya Kawanaka  <shinyak@chromium.org>

        Chaging pseudoClass (:enabled) should cause distribution
        https://bugs.webkit.org/show_bug.cgi?id=101900

        Reviewed by Dimitri Glazkov.

        Currently :enabled matches an anchor/area/link element yet. I marked these tests as Failure.

        * fast/dom/shadow/pseudoclass-update-enabled-anchor-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-anchor.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-area-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-area.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-button-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-button.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-fieldset-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-input-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-input.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-optgroup-expected.txt: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-option-expected.txt: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-option.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-select-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-select.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-textarea-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-enabled-textarea.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:

2012-11-15  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: NamespaceError
        https://bugs.webkit.org/show_bug.cgi?id=102395

        Reviewed by Kentaro Hara.

        Updated tests and expectations.

        * fast/dom/EntityReference/readonly-exceptions-expected.txt:
        * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt:
        * fast/dom/node-prefix-setter-namespace-exception-expected.txt:
        * fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js:
        * fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt:
        * fast/xpath/attr-namespace-expected.txt:
        * fast/xpath/py-dom-xpath/nodetests-expected.txt:

2012-11-15  Rick Byers  <rbyers@chromium.org>

        custom CSS cursors ignore hotspot values embedded in CUR files
        https://bugs.webkit.org/show_bug.cgi?id=100059

        Reviewed by Kenneth Russell.

        Add mouse cursor test cases that use CUR files that have embedded hotspot values.

        * fast/events/mouse-cursor-expected.txt:
        * fast/events/mouse-cursor-multiframecur-expected.txt: Added.
        * fast/events/mouse-cursor-multiframecur.html: Copied from LayoutTests/fast/events/mouse-cursor.html.
        * fast/events/mouse-cursor.html:
        * fast/events/resources/greenbox-3frames.cur: Added.
        * fast/events/resources/greenbox-hotspot35-4.cur: Added.
        * fast/events/resources/greenbox-hotspot5-4.cur: Added.
        * platform/mac/TestExpectations: Skip the multi-frame case on mac because it causes a hang

2012-11-15  Kenichi Ishibashi  <bashi@chromium.org>

        Use complex path for the reference text in fast/text/international/combining-marks-position.html
        https://bugs.webkit.org/show_bug.cgi?id=101009

        Reviewed by Kent Tamura.

        Arial has a kerning pair for U+043A U+0430 so the width of the text can be
        different between simple path and complex path. Use text-rendering: optimizeLegibility
        to force using complex text for reference text.

        * fast/text/international/combining-marks-position.html:

2012-11-15  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skipped media/video-src-blob.html on Windows.
        Blob not enabled on Windows.

        * platform/win/TestExpectations:

2012-11-15  David Grogan  <dgrogan@chromium.org>

        IndexedDB: setVersion batch 8
        https://bugs.webkit.org/show_bug.cgi?id=102434

        Reviewed by Tony Chang.

        2 lines were added to intversion-bad-parameters to capture the tests
        that were in the now-deleted setVersion-{null,undefined}.

        * storage/indexeddb/intversion-bad-parameters-expected.txt:
        * storage/indexeddb/key-generator-expected.txt:
        * storage/indexeddb/open-during-transaction-expected.txt:
        * storage/indexeddb/readonly-properties-expected.txt:
        * storage/indexeddb/resources/intversion-bad-parameters.js:
        (deleteSuccess):
        * storage/indexeddb/resources/key-generator.js:
          Again awkward to call indexedDBTest all over the place. The prefix
          line's gotta go, and we could also pull a resetDatabase method out of
          indexedDBTest that would just do a delete and open.

        (runTests.nextTest.prepareDatabase):
        (runTests.nextTest.onSuccess.finishTest):
        (runTests.nextTest.onSuccess):
        (runTests.nextTest):
        (testAcrossConnections.prepareDatabase):
        * storage/indexeddb/resources/open-during-transaction.js:
        (prepareDatabase.event.target.transaction.oncomplete):
        (prepareDatabase):
        (tryOpens):
        * storage/indexeddb/resources/readonly-properties.js:
        (prepareDatabase):
        * storage/indexeddb/resources/setVersion-null.js: Removed.
        * storage/indexeddb/resources/setVersion-undefined.js: Removed.
        * storage/indexeddb/resources/transaction-after-close.js:
        (prepareDatabase):
        (firstTransactionComplete):
        (onFinalPutSuccess):
        * storage/indexeddb/resources/versionchangerequest-activedomobject.js:
        (testSetVersion):
        (upgradeNeededCallback):
        (successCallback):
        * storage/indexeddb/setVersion-null-expected.txt: Removed.
        * storage/indexeddb/setVersion-null.html: Removed.
        * storage/indexeddb/setVersion-undefined-expected.txt: Removed.
        * storage/indexeddb/setVersion-undefined.html: Removed.
        * storage/indexeddb/transaction-after-close-expected.txt:
        * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:

2012-11-15  Alec Flett  <alecflett@chromium.org>

        Add tests for explicit serialization values
        https://bugs.webkit.org/show_bug.cgi?id=96818

        Reviewed by Adam Barth.

        Make sure SerializedScriptValues are backward compatible with future changes.

        * platform/chromium/fast/storage/serialized-script-value.html: Added.
        * platform/chromium/fast/storage/serialized-script-value.txt: Added.

2012-11-15  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Add missing text test expectations for Mac and Windows ports.

        * platform/mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
        * platform/mac/fast/css/text-overflow-input-expected.txt: Added.
        * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
        * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.

2012-11-15  Jian Li  <jianli@chromium.org>

        Unreviewed. Updated chromium test expectations to clean up some passed
        tests.

        * platform/chromium/TestExpectations:

2012-11-15  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: SyntaxError
        https://bugs.webkit.org/show_bug.cgi?id=102279

        Reviewed by Kentaro Hara.

        Updated tests and expectations.

        * fast/canvas/canvas-gradient-addStop-error-expected.txt:
        * fast/canvas/canvas-pattern-behaviour-expected.txt:
        * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
        * fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js:
        * fast/css/css3-nth-tokens-script-expected.txt:
        * fast/css/css3-nth-tokens-script.html:
        * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
        * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
        * fast/dom/HTMLElement/set-invalid-value-expected.txt:
        * fast/dom/HTMLElement/set-invalid-value.html:
        * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
        * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
        * fast/dom/Window/custom-constructors-expected.txt:
        * fast/dom/Window/invalid-protocol-expected.txt:
        * fast/dom/css-mediarule-functions-expected.txt:
        * fast/dom/css-mediarule-functions.html:
        * fast/dom/dataset-expected.txt:
        * fast/dom/dataset-xhtml-expected.txt:
        * fast/dom/element-attribute-js-null-expected.txt:
        * fast/dom/register-protocol-handler.html:
        * fast/dom/script-tests/dataset-xhtml.js:
        * fast/dom/script-tests/dataset.js:
        * fast/dom/xhtml-fragment-parsing-exceptions-expected.txt:
        * fast/dynamic/insertAdjacentHTML-expected.txt:
        * fast/eventsource/eventsource-constructor-expected.txt:
        * fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
        * fast/mutation/observe-exceptions-expected.txt:
        * fast/workers/worker-constructor-expected.txt:
        * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
        * http/tests/security/postMessage/target-origin-expected.txt:
        * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
        * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
        * http/tests/websocket/tests/hybi/close-expected.txt:
        * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt:
        * http/tests/websocket/tests/hybi/close-reason-too-long.html:
        * http/tests/websocket/tests/hybi/close.html:
        * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
        * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
        * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
        * http/tests/websocket/tests/hybi/invalid-subprotocols.html:
        * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
        * http/tests/xmlhttprequest/inject-header-expected.txt:
        * http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt:
        * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt:
        * platform/chromium-linux/fast/media/mq-js-media-except-02-expected.png:
        * platform/chromium-linux/fast/media/mq-js-media-except-03-expected.png:
        * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
        * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
        * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
        * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
        * platform/chromium-win/fast/media/mq-js-media-except-02-expected.txt:
        * platform/chromium-win/fast/media/mq-js-media-except-03-expected.txt:
        * platform/chromium-win/fast/workers/worker-constructor-expected.txt:
        * platform/chromium-win/websocket/tests/bad-sub-protocol-non-ascii-expected.txt:
        * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
        * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
        * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
        * platform/chromium/fast/media/mq-js-media-except-02-expected.txt:
        * platform/chromium/fast/media/mq-js-media-except-03-expected.txt:
        * platform/chromium/fast/workers/worker-constructor-expected.txt:
        * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
        * platform/chromium/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
        * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
        * platform/efl/fast/media/mq-js-media-except-02-expected.txt:
        * platform/efl/fast/media/mq-js-media-except-03-expected.txt:
        * platform/gtk/fast/media/mq-js-media-except-02-expected.txt:
        * platform/gtk/fast/media/mq-js-media-except-03-expected.txt:
        * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
        * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
        * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
        * platform/qt-5.0-wk2/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
        * platform/qt/fast/media/mq-js-media-except-02-expected.txt:
        * platform/qt/fast/media/mq-js-media-except-03-expected.txt:
        * platform/qt/http/tests/websocket/tests/hixie76/bad-sub-protocol-non-ascii-expected.txt:
        * platform/qt/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
        * svg/dom/SVGAngle-expected.txt:
        * transforms/cssmatrix-2d-interface-expected.txt:
        * transforms/cssmatrix-3d-interface-expected.txt:
        * webintents/web-intents-api-expected.txt:
        * webintents/web-intents-api.html:
        * webintents/web-intents-obj-constructor-expected.txt:
        * webintents/web-intents-obj-constructor.html:

2012-11-15  James Robinson  <jamesr@chromium.org>

        Clean up some TestExpectations for tests that pass now.

        * platform/chromium/TestExpectations:

2012-11-15  David Grogan  <dgrogan@chromium.org>

        IndexedDB setVersion-removal batch 7
        https://bugs.webkit.org/show_bug.cgi?id=102415

        Reviewed by Tony Chang.

        * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
        * storage/indexeddb/mozilla/readyState-expected.txt:
        * storage/indexeddb/mozilla/resources/object-store-remove-values.js:
        * storage/indexeddb/mozilla/resources/readyState.js:
          Moved one check into shared.js, a few others around, and the check
          for setVersion's request.readyState==pending is deleted.

        * storage/indexeddb/mozilla/resources/versionchange-abort.js:
          First test I've converted that makes the initial open fail, but
          request.onsuccess is unhooked to not cause the whole test to fail.

        (prepareDatabase):
        (postAbort):
        * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
        * storage/indexeddb/objectstore-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-workers-expected.txt:
        * storage/indexeddb/odd-strings-expected.txt:
        * storage/indexeddb/readonly-expected.txt:
        * storage/indexeddb/resources/objectstore-basics.js:
        * storage/indexeddb/resources/odd-strings.js:
        * storage/indexeddb/resources/readonly.js:
          Moved the checks at the beginning to the end of the test, but
          everything was preserved.

        * storage/indexeddb/resources/shared.js:
          Moved a check from readyState to here as the readyState layout test
          doesn't have access to the open request before any events are fired.

2012-11-15  Stephen Chenney  <schenney@chromium.org>

        mpath elements do not clear resource lists before destruction
        https://bugs.webkit.org/show_bug.cgi?id=101505

        Reviewed by Abhishek Arya.

        Test that causes a mpath element to be deleted before the path that it
        references.

        * svg/animations/mpath-remove-from-dependents-on-delete-crash-expected.html: Added.
        * svg/animations/mpath-remove-from-dependents-on-delete-crash.html: Added.

2012-11-15  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Test expectations - we're passing!

        Unreviewed expectations for canvas-shadow.html

        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.

2012-11-15  David Grogan  <dgrogan@chromium.org>

        IndexedDB: remove setVersion from intversion-long-queue
        https://bugs.webkit.org/show_bug.cgi?id=102322

        Reviewed by Tony Chang.

        This test probably doesn't provide as much value as it used to but
        tests like this, where there's a long sequence of interdependent
        events, have caught stuff for us in the past. There are endless
        variants that will all exercise our code differently.

        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/resources/intversion-long-queue.js:
        (prepareDatabase):
        (connection1Success):
        (connection1VersionChangeCallback):
        (connection2Blocked):
        (deleteDatabaseBlockedCallback):
        (deleteDatabaseSuccessCallback):
        (connection2UpgradeNeeded):
        (connection2Success):
        (connection2TransactionComplete):
        (connection2VersionChangeEvent):
        (connection3UpgradeNeeded):
        (connection3Success):

2012-11-15  Roger Fong  <roger_fong@apple.com>

        Unreviewed. CSS3_TEXT is not enabled on Windows. 
        Skipping tests:
        fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html
        fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html
        fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html

        * platform/win/TestExpectations:

2012-11-15  Roger Fong  <roger_fong@apple.com>

        Unreviewed. More subpixel layout test rebaselines for Windows.

        * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
        * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
        * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:

2012-11-15  Erik Arvidsson  <arv@chromium.org>

        Unreviewed gardening.

        Rebaselining pixel tests after r102427

        * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.png:
        * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
        * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
        * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
        * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
        * platform/chromium-win-xp/svg/custom/baseval-animval-equality-expected.png: Added.
        * platform/chromium-win-xp/svg/dom/SVGLengthList-basics-expected.png: Added.
        * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
        * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
        * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
        * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
        * platform/qt/svg/custom/baseval-animval-equality-expected.txt:

2012-11-15  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Indexing tests are flaky-crashing
        https://bugs.webkit.org/show_bug.cgi?id=102283

        Reviewed by Tony Chang.

        Reduced repro case, although the behavior is still flaky.

        * storage/indexeddb/transaction-crash-in-tasks-expected.txt: Added.
        * storage/indexeddb/transaction-crash-in-tasks.html: Added.

2012-11-15  Roger Fong  <roger_fong@apple.com>

        Unreviewed. HiDPI is not enabled on Windows (as indicated by test result). Adding failing expected result.

        * platform/win/fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.

2012-11-15  Roger Fong  <roger_fong@apple.com>

        Unreviewed. WebGL not supported on Windows. Skipping fast/images/webgl-teximage2d.html.

        * platform/win/TestExpectations:

2012-11-15  Jian Li  <jianli@chromium.org>

        Unreviewed. Update chromium test expectations.

        * platform/chromium/TestExpectations:

2012-11-15  Elliott Sprehn  <esprehn@chromium.org>

        MutationObserver wrapper should not be collected while still observing
        https://bugs.webkit.org/show_bug.cgi?id=102328

        Reviewed by Adam Barth.

        Test that a MutationObserver wrapper is not collected while the observer
        is still observing since the wrapper must be passed into the callback
        later.

        * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
        * fast/mutation/observer-wrapper-dropoff.html: Added.

2012-11-15  David Grogan  <dgrogan@chromium.org>

        IndexedDB: setVersion test conversion batch 6
        https://bugs.webkit.org/show_bug.cgi?id=102318

        Reviewed by Tony Chang.

        Salvaged the useful parts of intversion-and-setversion as
        intversion-upgrades.

        * storage/indexeddb/intversion-and-setversion-expected.txt: Removed.
        * storage/indexeddb/intversion-upgrades-expected.txt: Added.
        * storage/indexeddb/intversion-upgrades.html: Renamed from LayoutTests/storage/indexeddb/intversion-and-setversion.html.
        * storage/indexeddb/resources/intversion-and-setversion.js: Removed.
        * storage/indexeddb/resources/intversion-upgrades.js: Added.
        (test):
        (deleteSuccess):
        (initialUpgradeNeeded):
        (openSuccess):
        (connection1VersionChangeCallback):
        (connection2BlockedCallback):
        (connection2UpgradeNeeded):
        (transactionCompleted):
        (connection2Success):
        (connection3Success):
        (errorWhenTryingLowVersion):
        (connection4UpgradeNeeded):
        (connection4Success):
        (connection5Success):
        * storage/indexeddb/resources/shared.js:
        (unexpectedVersionChangeCallback):

2012-11-15  David Grogan  <dgrogan@chromium.org>

        IndexedDB test conversions batch 5
        https://bugs.webkit.org/show_bug.cgi?id=102308

        Reviewed by Tony Chang.

        * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
        * storage/indexeddb/mozilla/event-source-expected.txt:
        * storage/indexeddb/mozilla/global-data-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
        * storage/indexeddb/mozilla/odd-result-order-expected.txt:
        * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
        * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js:
          Calls indexedDBTest a bunch of times, which seems awkward, but is
          really convenient.

        * storage/indexeddb/mozilla/resources/event-source.js:
          Now that setVersion is gone, it appears that no request should have
          a database as a source so the dropped test is ok.

        * storage/indexeddb/mozilla/resources/global-data.js:
        (prepareDatabase):
        (open2Success):
        * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
        (prepareDatabase):
        * storage/indexeddb/mozilla/resources/odd-result-order.js:
          The tests had to be run in slightly different order but they are all
          preserved.

        (prepareDatabase):
        (openSuccess):
        (deleteSuccess):
        * storage/indexeddb/mozilla/resources/remove-objectstore.js:
        (prepareDatabase):
        (checkObjectStore):
        (inSetVersion2.request.onsuccess):
        (inSetVersion2):
        (setVersion3):
        (inSetVersion3):
        (deleteThirdObjectStore):
        * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
        * storage/indexeddb/resources/objectstore-removeobjectstore.js:
        (getValue):
        (checkResult):
        (addIndex):
        (deleteObjectStore):
        (createObjectStoreAgain):

2012-11-15  Alpha Lam  <hclam@chromium.org>

        [chromium] WebGL texImage2D fails with deferred image decoding
        https://bugs.webkit.org/show_bug.cgi?id=102310

        Reviewed by Kenneth Russell.

        Added a test to exercise texImage2D with an Image object.

        * fast/images/webgl-teximage2d-expected.txt: Added.
        * fast/images/webgl-teximage2d.html: Added.

2012-11-15  Stephen Chenney  <schenney@chromium.org>

        Test rebaselines after SK_IGNORE_FAST_BLURRECT has been removed

        Unreviewed test expectations update.

        * fast/box-shadow/single-pixel-shadow-expected.png: Added.
        * platform/chromium-linux-x86/fast/box-shadow: Removed.
        * platform/chromium-linux-x86/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
        * platform/chromium-linux-x86/fast/repaint/transform-replaced-shadows-expected.png: Added.
        * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
        * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.png: Added.
        * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac-lion/fast/repaint/transform-replaced-shadows-expected.png: Added.
        * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
        * platform/chromium-mac-lion/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
        * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/transform-replaced-shadows-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
        * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
        * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-shadow-expected.txt: Removed.
        * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
        * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
        * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
        * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png: Added.
        * platform/chromium-mac/fast/transforms/shadows-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
        * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win-xp/fast/box-shadow: Removed.
        * platform/chromium-win-xp/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
        * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/transform-replaced-shadows-expected.png: Added.
        * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
        * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
        * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
        * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Added.
        * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
        * platform/chromium/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
        * platform/chromium/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
        * platform/efl-wk1/compositing/shadows: Added.
        * platform/efl-wk1/compositing/shadows/shadow-drawing-expected.png: Added.
        * platform/efl-wk1/fast/box-shadow: Added.
        * platform/efl-wk1/fast/box-shadow/basic-shadows-expected.png: Added.
        * platform/efl-wk1/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
        * platform/efl-wk1/fast/box-shadow/box-shadow-transformed-expected.png: Added.
        * platform/efl-wk1/fast/box-shadow/scaled-box-shadow-expected.png: Added.
        * platform/efl-wk1/fast/canvas: Added.
        * platform/efl-wk1/fast/canvas/canvas-incremental-repaint-expected.png: Added.
        * platform/efl-wk1/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
        * platform/efl-wk1/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
        * platform/efl-wk1/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
        * platform/efl-wk1/fast/repaint/shadow-multiple-vertical-expected.png: Added.
        * platform/efl-wk1/fast/transforms: Added.
        * platform/efl-wk1/fast/transforms/shadows-expected.png: Added.
        * platform/efl-wk1/svg/css: Added.
        * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Added.
        * platform/efl/compositing/shadows/shadow-drawing-expected.png: Removed.
        * platform/efl/fast/box-shadow/basic-shadows-expected.png: Removed.
        * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
        * platform/efl/fast/box-shadow/box-shadow-transformed-expected.png: Removed.
        * platform/efl/fast/box-shadow/scaled-box-shadow-expected.png: Removed.
        * platform/efl/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
        * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
        * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
        * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
        * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
        * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
        * platform/efl/fast/transforms/shadows-expected.png: Removed.
        * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
        * platform/gtk/fast/box-shadow/single-pixel-shadow-expected.png: Removed.

2012-11-15  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r134800 and r134805.
        http://trac.webkit.org/changeset/134800
        http://trac.webkit.org/changeset/134805
        https://bugs.webkit.org/show_bug.cgi?id=102417

        This patch broke chromium port (Requested by jianli on
        #webkit).

        * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
        * fast/mediastream/RTCPeerConnection-datachannel.html:

2012-11-15  Tommy Widenflycht  <tommyw@google.com>

        [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
        https://bugs.webkit.org/show_bug.cgi?id=102386

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-datachannel.html:
        * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:

2012-11-15  Rick Byers  <rbyers@chromium.org>

        No tests for changing mouse cursors
        https://bugs.webkit.org/show_bug.cgi?id=100550

        Reviewed by Brent Fulgham.

        Add a simple test covering the basic scenarios of changing a mouse
        cursor with CSS.  This includes most of the cases currently covered
        by ManualTests/*cursor*.

        * fast/events/mouse-cursor-expected.txt: Added.
        * fast/events/mouse-cursor.html: Added.

2012-11-13  Jer Noble  <jer.noble@apple.com>

        Support loading of blob URLs in AVFoundation.
        https://bugs.webkit.org/show_bug.cgi?id=102182

        Reviewed by Eric Carlson.

        Add a new test which verifies blob url support in video elements.

        * media/video-src-blob-expected.txt: Added.
        * media/video-src-blob.html: Added.
        * platform/mac/TestExpectations: Add expected failure results for OSX releases where 
            custom media loading is not supported.

2012-11-15  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r134649 and r134665.
        http://trac.webkit.org/changeset/134649
        http://trac.webkit.org/changeset/134665
        https://bugs.webkit.org/show_bug.cgi?id=102413

        Broke a ton of downstream chromium tests (Requested by japhet
        on #webkit).

        * http/tests/inspector/network/network-iframe-load-and-delete.html:
        * http/tests/loading/redirect-methods-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:

2012-11-15  Mike West  <mkwst@chromium.org>

        Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
        https://bugs.webkit.org/show_bug.cgi?id=102391

        This test is leaking state into the following test. Skipping it here,
        and will look for a fix in 85522 (oooooold!).

        * platform/mac/TestExpectations:
            Skip sandboxed-iframe-form-top.html
        * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
            We're no longer leaking into this test; remove the platform specific
            results.

2012-11-15  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: NotSupportedError
        https://bugs.webkit.org/show_bug.cgi?id=102139

        Reviewed by Ojan Vafai.

        Updated tests and expectations.

        * editing/pasteboard/data-transfer-items-expected.txt:
        * fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt:
        * fast/canvas/canvas-createImageData-expected.txt:
        * fast/canvas/canvas-getImageData-invalid-expected.txt:
        * fast/canvas/canvas-putImageData-expected.txt:
        * fast/canvas/canvas-putImageData.js:
        * fast/canvas/linearGradient-infinite-values-expected.txt:
        * fast/canvas/radialGradient-infinite-values-expected.txt:
        * fast/canvas/resources/canvas-2d-imageData-create-nonfinite.js:
        * fast/canvas/script-tests/canvas-createImageData.js:
        * fast/canvas/script-tests/canvas-getImageData-invalid.js:
        * fast/canvas/script-tests/linearGradient-infinite-values.js:
        * fast/canvas/script-tests/radialGradient-infinite-values.js:
        * fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js:
        * fast/dom/HTMLMeterElement/set-meter-properties-expected.txt:
        * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js:
        * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt:
        * fast/dom/Node/initial-values-expected.txt:
        * fast/dom/importNode-null-expected.txt:
        * fast/dynamic/insertAdjacentText-expected.txt:
        * fast/forms/date/input-valueasnumber-date-expected.txt:
        * fast/forms/date/input-valueasnumber-date.html:
        * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
        * fast/forms/datetime/input-valueasnumber-datetime.html:
        * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt:
        * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html:
        * fast/forms/month/input-valueasnumber-month-expected.txt:
        * fast/forms/month/input-valueasnumber-month.html:
        * fast/forms/number/number-valueasnumber-expected.txt:
        * fast/forms/number/number-valueasnumber.html:
        * fast/forms/range/input-valueasnumber-range-expected.txt:
        * fast/forms/range/input-valueasnumber-range.html:
        * fast/forms/time/time-valueasnumber-expected.txt:
        * fast/forms/time/time-valueasnumber.html:
        * fast/forms/week/input-valueasnumber-week-expected.txt:
        * fast/forms/week/input-valueasnumber-week.html:
        * fast/mediastream/RTCPeerConnection-expected.txt:
        * fast/mediastream/argument-types-expected.txt:
        * fast/mediastream/getusermedia-expected.txt:
        * fast/mediastream/script-tests/argument-types.js:
        * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
        * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
        * platform/chromium/dom/xhtml/level3/core/documentsetxmlversion03-expected.txt:
        * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
        * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
        * svg/dom/SVGAngle-expected.txt:
        * svg/dom/SVGLength-expected.txt:
        * svg/dom/SVGLength-px-expected.txt:
        * svg/dom/SVGPreserveAspectRatio-expected.txt:
        * transforms/cssmatrix-2d-interface-expected.txt:
        * transforms/cssmatrix-3d-interface-expected.txt:

2012-11-15  Mike West  <mkwst@chromium.org>

        Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
        https://bugs.webkit.org/show_bug.cgi?id=102391

        This test is leaking state into the following test. Skipping it here,
        and will look for a fix in 85522 (oooooold!).

        * platform/mac/TestExpectations:
            Skip sandboxed-iframe-form-top.html
        * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
            We're no longer leaking into this test; remove the platform specific
            results.

2012-11-15  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: NoModificationAllowedError
        https://bugs.webkit.org/show_bug.cgi?id=102134

        Reviewed by Ojan Vafai.

        Updated tests and expectations.

        * dom/xhtml/level1/core/hc_nodevalue03-expected.txt:
        * fast/dom/EntityReference/readonly-exceptions-expected.txt:
        * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
        * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
        * fast/dom/computed-style-set-property-expected.txt:
        * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
        * fast/dom/outerText-no-element-expected.txt:
        * fast/dom/setPrimitiveValue-exceptions-expected.txt:
        * fast/dom/setPrimitiveValue-expected.txt:
        * fast/dynamic/outerHTML-no-element-expected.txt:
        * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
        * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
        * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
        * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt:
        * platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
        * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
        * platform/chromium/svg/custom/baseval-animval-equality-expected.txt:
        * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
        * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
        * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
        * platform/qt/svg/dom/altGlyph-dom-expected.txt:
        * svg/animations/animate-gradient-transform-expected.txt:
        * svg/dom/SVGColor-expected.txt:
        * svg/dom/SVGLengthList-basics-expected.txt:
        * svg/dom/SVGNumberList-basics-expected.txt:
        * svg/dom/SVGPaint-expected.txt:
        * svg/dom/SVGTransformList-basics-expected.txt:
        * svg/dom/SVGViewSpec-defaults-expected.txt:
        * svg/dom/altGlyph-dom-expected.txt:

2012-11-15  Eric Carlson  <eric.carlson@apple.com>

        Update computed line position algorithm
        https://bugs.webkit.org/show_bug.cgi?id=93779

        Reviewed by Philippe Normand.

        Compute the position of a text track relative to rendered tracks. This is needed to position
        cues correctly when there is more than one text track.

        * media/track/track-cue-container-rendering-position-expected.txt: Added.
        * media/track/track-cue-container-rendering-position.html: Added.

2012-11-15  Andreas Kling  <kling@webkit.org>

        REGRESSION(r134408): Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement().
        <http://webkit.org/b/102304>

        Reviewed by Anders Carlsson.

        * fast/dom/cloneNode-below-body-attribute-merging-expected.txt: Added.
        * fast/dom/cloneNode-below-body-attribute-merging.html: Added.

2012-11-15  Justin Novosad  <junov@google.com>

        Cleanup test expectations after rebaseline r134668
        https://bugs.webkit.org/show_bug.cgi?id=101974

        Unreviewed

        * platform/chromium/TestExpectations:

2012-11-15  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening.

        Move some expectations from efl-wk1/ to efl/ since they should
        work for both ports (and were originally there).

        Skip an additional HiDPI test.

        * platform/efl-wk1/fast/borders: Removed.
        * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Removed.
        * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Removed.
        * platform/efl-wk1/fast/css: Removed.
        * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
        * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Removed.
        * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
        * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
        * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Removed.
        * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Removed.
        * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
        * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Removed.
        * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Removed.
        * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Removed.
        * platform/efl-wk1/fast/media: Removed.
        * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png: Removed.
        * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Removed.
        * platform/efl-wk1/fast/repaint/control-clip-expected.png: Removed.
        * platform/efl-wk1/svg/dom: Removed.
        * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Removed.
        * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Removed.
        * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Removed.
        * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Removed.
        * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Removed.
        * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Removed.
        * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
        * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Removed.
        * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Removed.
        * platform/efl/TestExpectations:
        * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png.
        * platform/efl/fast/borders/border-radius-wide-border-05-expected.png: Added.
        * platform/efl/fast/borders/borderRadiusInset01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png.
        * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png.
        * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png.
        * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png.
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png.
        * platform/efl/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.png.
        * platform/efl/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.txt.
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png.
        * platform/efl/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-clip-expected.png.
        * platform/efl/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png.
        * platform/efl/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/select-empty-option-height-expected.png.
        * platform/efl/fast/forms/zoomed-controls-expected.png: Added.
        * platform/efl/fast/media/mq-js-media-except-01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png.
        * platform/efl/fast/media/mq-js-media-except-01-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt.
        * platform/efl/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/repaint/control-clip-expected.png.
        * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png.
        * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png.
        * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png.
        * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png.
        * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png.
        * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png.
        * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png.
        * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png.
        * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png.

2012-11-15  Elliott Sprehn  <esprehn@chromium.org>

        Prevent creation of detached frames in ShadowRoot
        https://bugs.webkit.org/show_bug.cgi?id=102333

        Reviewed by Dimitri Glazkov.

        Test that you cannot create a detached frame using a ShadowRoot
        and iframe unload handlers.

        * fast/frames/detached-shadow-frame-expected.txt: Added.
        * fast/frames/detached-shadow-frame.html: Added.

2012-11-15  Shinya Kawanaka  <shinyak@chromium.org>

        Changing pseudoClass (:visited) should cause distribution.
        https://bugs.webkit.org/show_bug.cgi?id=101700

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/pseudoclass-update-visited-anchor-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-visited-anchor.html: Added.
        * fast/dom/shadow/pseudoclass-update-visited-area-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-visited-area.html: Added.

2012-11-15  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Disable SK_IGNORE_FAST_BLURRECT

        Unreviewed test expectations update

        * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png:
        * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-linux/fast/transforms/shadows-expected.png:
        * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
        * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
        * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
        * platform/chromium/TestExpectations:

2012-11-15  Stephen Chenney  <schenney@chromium.org>

        Rebaseline after r134736

        Unreviewed expectations update.

        Very minor changes, not entirely clear why but not a problem at all.
        Probably due to animation cauising an initial valeue to differ
        slightly.

        * platform/chromium-linux/compositing/checkerboard-expected.png:
        * platform/chromium-mac/compositing/checkerboard-expected.png:
        * platform/chromium-win/compositing/checkerboard-expected.png:

2012-11-15  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Update pixel test expectation for datalist tests
        https://bugs.webkit.org/show_bug.cgi?id=102365

        Unreviewed EFL gardening.

        * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:

2012-11-15  Csaba Osztrogonác  <ossy@webkit.org>

        REGRESSION(r134495): It made svg/custom/use-instanceRoot-event-listeners.xhtml fail and fast/events/attribute-listener-deletion-crash.html timeout
        https://bugs.webkit.org/show_bug.cgi?id=102183

        Unreviewed gardening, unskip now passing tests after r134666.

        * platform/qt/TestExpectations:

2012-11-15  Mike West  <mkwst@chromium.org>

        We should trigger a console warning when we encounter invalid sandbox flags.
        https://bugs.webkit.org/show_bug.cgi?id=101956

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html: Added.
        * http/tests/security/sandboxed-iframe-invalid-expected.txt: Added.
        * http/tests/security/sandboxed-iframe-invalid.html: Added.

2012-11-15  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Add tests for month suggestion picker
        https://bugs.webkit.org/show_bug.cgi?id=102040

        Reviewed by Kent Tamura.

        Adding tests for <input type=date> with datalist.

        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html: Added.
        * platform/chromium/TestExpectations:

2012-11-15  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r134628
        https://bugs.webkit.org/show_bug.cgi?id=102368

        Unreviewed gardening.

        Skip test compositing/overflow/scrolling-without-painting.html added at r134628
        and which does not pass on EFL.

        * platform/efl/TestExpectations:

2012-11-15  Ryosuke Niwa  <rniwa@webkit.org>

        Fix tests after r134637.

        * fast/harness/perftests/runs-per-second-iterations.html:
        * fast/harness/perftests/runs-per-second-log.html:
        * platform/qt/TestExpectations:

2012-11-15  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][WK2] Rebase fast/media/mq-js-media-except-01.html after r134618
        https://bugs.webkit.org/show_bug.cgi?id=102362

        Unreviewed rebaseline.

        Rebased fast/media/mq-js-media-except-01.html after r134618.

        * platform/efl-wk2/fast/media/mq-js-media-except-01-expected.txt: Added.

2012-11-15  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2012-11-15  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaseline after r134649.

        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:

2012-11-15  Kent Tamura  <tkent@chromium.org>

        Support stand-alone month names in calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=102196

        Reviewed by Kentaro Hara.

        Update a pixel result for Russian calendar picker. Now it contains
        a stand-alone month name.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:

2012-11-15  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined images.

        * platform/chromium-win/fast/forms/zoomed-controls-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-14  Shinya Kawanaka  <shinyak@chromium.org> 

        Changing pseudoClass (:disabled) should cause distribution.
        https://bugs.webkit.org/show_bug.cgi?id=101901

        Reviewed by Hajime Morita.

        * fast/dom/shadow/pseudoclass-update-disabled-button-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-button.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-fieldset-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-input-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-input.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-optgroup-expected.txt: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-option-expected.txt: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-option.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-select-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-select.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-textarea-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-disabled-textarea.html: Added.

2012-11-14  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r134691, r134703, r134715, r134716,
        and r134733.
        http://trac.webkit.org/changeset/134691
        http://trac.webkit.org/changeset/134703
        http://trac.webkit.org/changeset/134715
        http://trac.webkit.org/changeset/134716
        http://trac.webkit.org/changeset/134733
        https://bugs.webkit.org/show_bug.cgi?id=102342

        "Broke the Apple Windows Debug and GTK builds." (Requested by
        dydx on #webkit).

        * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
        * platform/chromium/fast/storage/serialized-script-value.html: Removed.

2012-11-14  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined images.

        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.

2012-11-14  Dirk Schulze  <krit@webkit.org>

        Support animation of basic shape 'polygon'
        https://bugs.webkit.org/show_bug.cgi?id=102080

        Reviewed by Daniel Bates.

        Added animation test for basic shape 'polygon' to existing test
        css3/masking/clip-path-animation.html and
        fast/exclusions/shape-inside/shape-inside-animation.html.

        * animations/resources/animation-test-helpers.js:
        (parseBasicShape):
        * css3/masking/clip-path-animation-expected.txt:
        * css3/masking/clip-path-animation.html:
        * fast/exclusions/shape-inside/shape-inside-animation-expected.txt:
        * fast/exclusions/shape-inside/shape-inside-animation.html:

2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>

        Changing pseudoClass (:checked) should cause distribution.
        https://bugs.webkit.org/show_bug.cgi?id=101902

        Reviewed by Dimitri Glazkov.

        Since an option element does not create a renderer, we cannot make its test a reftest.

        * fast/dom/shadow/pseudoclass-update-checked-input-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-checked-input.html: Added.
        * fast/dom/shadow/pseudoclass-update-checked-option-expected.txt: Added.
        * fast/dom/shadow/pseudoclass-update-checked-option.html: Added.

2012-11-14  Keishi Hattori  <keishi@webkit.org>

        Add tests for week picker
        https://bugs.webkit.org/show_bug.cgi?id=101555

        Reviewed by Kent Tamura.

        Adding tests for month picker.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
        * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
        (selectedWeek): Returns value of selected week.
        * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step.html: Added.
        * platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html: Added.
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Added.
        * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html: Added.
        * platform/chromium/TestExpectations:

2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>

        Changing pseudoClass (:link) should cause distribution
        https://bugs.webkit.org/show_bug.cgi?id=101698

        Reviewed by Hajime Morita.

        * fast/dom/shadow/pseudoclass-update-link-anchor-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-link-anchor.html: Added.
        * fast/dom/shadow/pseudoclass-update-link-area-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-link-area.html: Added.

2012-11-14  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined images.

        * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
        * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
        * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
        * platform/chromium-mac/fast/repaint/control-clip-expected.png:
        * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-clip-expected.png.
        * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-option-wrap-expected.png.
        * platform/efl-wk1/fast/repaint/control-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/control-clip-expected.png.

2012-11-14  Kentaro Hara  <haraken@chromium.org>

        Unreviwed. Rebaselined images.

        * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
        * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/select-empty-option-height-expected.png.

2012-11-14  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined images.

        * platform/chromium-linux/fast/forms/zoomed-controls-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/zoomed-controls-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/zoomed-controls-expected.png: Added.
        * platform/chromium-mac/fast/forms/zoomed-controls-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-14  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Test conversions batch 4
        https://bugs.webkit.org/show_bug.cgi?id=102267

        Reviewed by Tony Chang.

        These are tests that don't have the js file in resources. The only
        interesting bit is that lazy-index-population uncovered a potential bug.

        I think tutorial.html has outlived its usefulness now that there are
        more tutorials on the web. It was very outdated. It is deleted in
        this patch.

        * storage/indexeddb/deletedatabase-transaction-expected.txt:
        * storage/indexeddb/deletedatabase-transaction.html:
        * storage/indexeddb/dont-commit-on-blocked-expected.txt:
        * storage/indexeddb/dont-commit-on-blocked.html:
        * storage/indexeddb/lazy-index-population-expected.txt:
        * storage/indexeddb/lazy-index-population.html:
        * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
        * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
        * storage/indexeddb/mozilla/resources/object-identity.js:
          Test added here to replace test covered in tutorial.html

        * storage/indexeddb/noblobs-expected.txt:
        * storage/indexeddb/noblobs.html:
        * storage/indexeddb/resources/dont-commit-on-blocked-worker.js:
        (onSetVersionSuccess):
        * storage/indexeddb/structured-clone-expected.txt:
        * storage/indexeddb/structured-clone.html:
        * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
        * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html:
        * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
        * storage/indexeddb/transaction-complete-with-js-recursion.html:
        * storage/indexeddb/tutorial-expected.txt: Removed.
        * storage/indexeddb/tutorial.html: Removed.

2012-11-14  Filip Pizlo  <fpizlo@apple.com>

        Read-only properties created with putDirect() should tell the structure that there are read-only properties
        https://bugs.webkit.org/show_bug.cgi?id=102292

        Reviewed by Gavin Barraclough.

        * fast/js/function-dot-length-read-only-expected.txt: Added.
        * fast/js/function-dot-length-read-only.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/function-dot-length-read-only.js: Added.
        (foo):
        (Bar):

2012-11-14  Alec Flett  <alecflett@chromium.org>

        Add tests for explicit serialization values
        https://bugs.webkit.org/show_bug.cgi?id=96818

        Reviewed by Adam Barth.

        Make sure SerializedScriptValues are backward compatible with future changes.

        * platform/chromium/fast/storage/serialized-script-value.html: Added.

2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Marked more virtual/deferred/fast/images as failing.
        https://bugs.webkit.org/show_bug.cgi?id=102294

2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Marked platform/chromium/virtual/deferred/fast/images/exif-orientation.html as failing.
        https://bugs.webkit.org/show_bug.cgi?id=102294

2012-11-14  Tony Chang  <tony@chromium.org>

        Crash in flexbox when removing absolutely positioned children
        https://bugs.webkit.org/show_bug.cgi?id=100465

        Reviewed by Ojan Vafai.

        Test case for the crash.

        * css3/flexbox/crash-removing-out-of-flow-child-expected.txt: Added.
        * css3/flexbox/crash-removing-out-of-flow-child.html: Added.

2012-11-14  Dirk Schulze  <krit@webkit.org>

        [CSS Exclusions] Basic shapes on 'shape-inside' should be animatable
        https://bugs.webkit.org/show_bug.cgi?id=102123

        Reviewed by Antti Koivisto.

        Add new animation test for 'shape-inside', similar to 'clip-path' test.

        * animations/resources/animation-test-helpers.js:
        (getPropertyValue):
        (comparePropertyValue):
        * fast/exclusions/shape-inside/shape-inside-animation-expected.txt: Added.
        * fast/exclusions/shape-inside/shape-inside-animation.html: Added.

2012-11-14  Justin Novosad  <junov@google.com>

        Updating baselines after r134631
        https://bugs.webkit.org/show_bug.cgi?id=101974

        Unreviewed

        * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png: Removed.
        * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
        * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-wide-border-01-expected.png:
        * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
        * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
        * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
        * platform/efl-wk1/fast/borders: Added.
        * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Added.
        * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Added.
        * platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Added.
        * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Removed.
        * platform/efl/fast/borders/borderRadiusInset01-expected.png: Removed.
        * platform/efl/fast/forms/validation-message-appearance-expected.png: Removed.

2012-11-14  David Grogan  <dgrogan@chromium.org>

        IndexedDB: test conversion batch 3
        https://bugs.webkit.org/show_bug.cgi?id=102168

        Reviewed by Tony Chang.

        These were all pretty straightforward. metadata.html could include
        some additional tests that check the metadata after a versionchange
        transaction aborts, but I think that's tested in one of the intversion
        tests.

        * storage/indexeddb/exceptions-expected.txt:
        * storage/indexeddb/factory-deletedatabase-expected.txt:
        * storage/indexeddb/index-duplicate-keypaths-expected.txt:
        * storage/indexeddb/index-multientry-expected.txt:
        * storage/indexeddb/index-population-expected.txt:
        * storage/indexeddb/metadata-expected.txt:
        * storage/indexeddb/resources/database-basics.js:
          Fix failure when run as a chromium browser test.

        * storage/indexeddb/resources/exceptions.js:
          Moved some asserts from running before the database is opened to
          afterward but they appear to be testing the same thing.
        (transactionComplete):
          close can't proceed until the transactions are complete, something
          setVersion didn't have to deal with.

        * storage/indexeddb/resources/factory-deletedatabase.js:
          The conditions under which deleteDatabase is called in this test is
          _slightly_ different. Previously, deleteDatabase was called from
          inside a versionchange transaction, causing the original connection
          to receive a versionchange event. With upgradeneeded we have to close
          the original connection before entering a versionchange transaction,
          so the second connection is now what closes in response to the
          deleteDatabase's versionchange event.

        * storage/indexeddb/resources/index-duplicate-keypaths.js:
        (testCollideAutoIncrementSetup):
        (testCollideAutoIncrement):
        * storage/indexeddb/resources/index-multientry.js:
        (prepareDatabase):
        (createIndexOnStoreWithData):
        * storage/indexeddb/resources/index-population.js:
        (prepareDatabase.request.onsuccess):
        (prepareDatabase):
        (doSetVersion2):
        (setVersion2):
        (setVersion2Abort):
        * storage/indexeddb/resources/metadata.js:
        (prepareDatabase):
        (snapshotConnection1):
        (secondOpen.request.onupgradeneeded):
        (secondOpen.request.onsuccess):
        (secondOpen):
        (thirdOpen.request.onupgradeneeded):
        (thirdOpen.request.onerror):
        (thirdOpen):
        (fourthOpen.request.onupgradeneeded):
        (fourthOpen.request.onsuccess):
        (fourthOpen):
        (checkState):

2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Updating baselines after r134631.

2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>

        Marked fake-mouse-move tests as failing.
        https://bugs.webkit.org/show_bug.cgi?id=102277

2012-11-14  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: WrongDocumentError
        https://bugs.webkit.org/show_bug.cgi?id=102096

        Reviewed by Ojan Vafai.

        Updated tests and expectations.

        * fast/dom/Range/compareBoundaryPoints-1-expected.txt:
        * fast/dom/Range/compareBoundaryPoints-1.html:
        * fast/dom/move-nodes-across-documents.html:

2012-11-14  Nate Chapin  <japhet@chromium.org>

        Move empty loading to DocumentLoader, simplify FrameLoader::init()
        https://bugs.webkit.org/show_bug.cgi?id=101512

        Reviewed by Adam Barth.

        Don't expect resource load callbacks for empty loads.

        * http/tests/inspector/network/network-iframe-load-and-delete.html:
        * http/tests/loading/redirect-methods-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:

2012-11-14  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: InvalidStateError
        https://bugs.webkit.org/show_bug.cgi?id=102241

        Reviewed by Ojan Vafai.

        Updated tests and expectations.

        * fast/dom/HTMLDialogElement/dialog-open-expected.txt:
        * fast/dom/HTMLDialogElement/dialog-open.html:
        * fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt:
        * fast/dom/HTMLDialogElement/dialog-show-modal.html:
        * fast/dom/Range/range-intersectsNode-exception-expected.txt:
        * fast/dom/Range/range-intersectsNode-exception.html:
        * fast/dom/Range/range-intersectsNode-expected.txt:
        * fast/dom/Range/resources/intersectsNode.js:
        * fast/dom/Selection/collapseToX-empty-selection-expected.txt:
        * fast/dom/Selection/script-tests/collapseToX-empty-selection.js:
        * fast/events/message-port-clone-expected.txt:
        * fast/events/message-port-multi-expected.txt:
        * fast/files/read-file-async-expected.txt:
        * fast/files/workers/worker-read-file-async-expected.txt:
        * fast/forms/color/color-setrangetext-expected.txt:
        * fast/forms/date/date-setrangetext-expected.txt:
        * fast/forms/date/date-stepup-stepdown-expected.txt:
        * fast/forms/date/date-stepup-stepdown.html:
        * fast/forms/datetime/datetime-setrangetext-expected.txt:
        * fast/forms/datetime/datetime-stepup-stepdown-expected.txt:
        * fast/forms/datetime/datetime-stepup-stepdown.html:
        * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt:
        * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt:
        * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html:
        * fast/forms/file/file-setrangetext-expected.txt:
        * fast/forms/file/input-file-value-expected.txt:
        * fast/forms/hidden/hidden-setrangetext-expected.txt:
        * fast/forms/image/image-setrangetext-expected.txt:
        * fast/forms/input-stepup-stepdown-expected.txt:
        * fast/forms/input-stepup-stepdown.html:
        * fast/forms/input-valueasnumber-unsupported-expected.txt:
        * fast/forms/input-valueasnumber-unsupported.html:
        * fast/forms/month/input-valueasdate-expected.txt:
        * fast/forms/month/input-valueasdate.html:
        * fast/forms/month/month-setrangetext-expected.txt:
        * fast/forms/month/month-stepup-stepdown-expected.txt:
        * fast/forms/month/month-stepup-stepdown.html:
        * fast/forms/number/number-setrangetext-expected.txt:
        * fast/forms/number/number-stepup-stepdown-expected.txt:
        * fast/forms/number/number-stepup-stepdown-from-renderer.html:
        * fast/forms/number/number-stepup-stepdown.html:
        * fast/forms/number/number-valueasnumber-expected.txt:
        * fast/forms/number/number-valueasnumber.html:
        * fast/forms/range/range-setrangetext-expected.txt:
        * fast/forms/range/range-stepup-stepdown-expected.txt:
        * fast/forms/range/range-stepup-stepdown-from-renderer.html:
        * fast/forms/range/range-stepup-stepdown.html:
        * fast/forms/setrangetext-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
        * fast/forms/time/time-setrangetext-expected.txt:
        * fast/forms/time/time-stepup-stepdown-expected.txt:
        * fast/forms/time/time-stepup-stepdown.html:
        * fast/forms/week/week-setrangetext-expected.txt:
        * fast/forms/week/week-stepup-stepdown-expected.txt:
        * fast/forms/week/week-stepup-stepdown.html:
        * fast/js/dfg-custom-getter-throw-expected.txt:
        * fast/js/dfg-custom-getter-throw-inlined-expected.txt:
        * fast/js/script-tests/dfg-custom-getter-throw-inlined.js:
        * fast/js/script-tests/dfg-custom-getter-throw.js:
        * fast/mediastream/MediaStreamTrackList-expected.txt:
        * fast/notifications/notifications-document-close-crash-expected.txt:
        * fast/speech/scripted/start-exception-expected.txt:
        * fast/speech/scripted/start-exception.html:
        * fast/workers/worker-context-multi-port-expected.txt:
        * fast/workers/worker-multi-port-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt:
        * fast/xpath/detached-subtree-invalidate-iterator-expected.txt:
        * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
        * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
        * http/tests/media/media-source/video-media-source-objects-expected.txt:
        * http/tests/xmlhttprequest/exceptions-expected.txt:
        * http/tests/xmlhttprequest/zero-length-response-expected.txt:
        * platform/chromium-mac/fast/notifications/notifications-document-close-crash-expected.txt:
        * platform/qt/editing/pasteboard/data-transfer-items-expected.txt:
        * platform/qt/fast/notifications/notifications-document-close-crash-expected.txt:
        * storage/websql/open-database-set-empty-version-expected.txt:

2012-11-14  Li Yin  <li.yin@intel.com>

        createDelay should raise exception when the maxDelayTime parameter is incorrect.
        https://bugs.webkit.org/show_bug.cgi?id=102173

        Reviewed by Chris Rogers.

        Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
        The specified value must be greater than zero and less than three minutes or a
        NOT_SUPPORTED_ERR exception will be thrown.

        * webaudio/delaynode-maxdelaylimit-expected.txt:
        * webaudio/delaynode-maxdelaylimit.html:

2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] css3/filters/custom/custom-filter-property-computed-style.html is a flaky timeout in debug.
        https://bugs.webkit.org/show_bug.cgi?id=90207

2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Updated the type of flakiness for fast/forms/select/select-state-restore.html.
        https://bugs.webkit.org/show_bug.cgi?id=90207

        * platform/chromium/TestExpectations: Updated.

2012-11-14  Erik Arvidsson  <arv@chromium.org>

        Unreviewed. Rebaselined test results.

        * fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/mac/fast/media/mq-js-media-except-01-expected.txt.
        * platform/chromium-linux-x86/svg/dom/SVGTransformList-basics-expected.png: Removed.
        * platform/chromium-mac-lion/svg/dom/SVGLengthList-appendItem-expected.png:
        * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
        * platform/chromium-mac-lion/svg/dom/SVGLengthList-getItem-expected.png:
        * platform/chromium-mac-lion/svg/dom/SVGLengthList-initialize-expected.png:
        * platform/chromium-mac-lion/svg/dom/SVGLengthList-insertItemBefore-expected.png:
        * platform/chromium-mac-lion/svg/dom/SVGLengthList-removeItem-expected.png:
        * platform/chromium-mac-lion/svg/dom/SVGLengthList-replaceItem-expected.png:
        * platform/chromium-mac-lion/svg/dom/SVGNumberList-basics-expected.png:
        * platform/chromium-mac-lion/svg/dom/SVGTransformList-basics-expected.png:
        * platform/chromium-win/fast/media/mq-js-media-except-01-expected.png:
        * platform/chromium-win/svg/dom/SVGLengthList-appendItem-expected.png:
        * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.png:
        * platform/chromium-win/svg/dom/SVGLengthList-getItem-expected.png:
        * platform/chromium-win/svg/dom/SVGLengthList-initialize-expected.png:
        * platform/chromium-win/svg/dom/SVGLengthList-insertItemBefore-expected.png:
        * platform/chromium-win/svg/dom/SVGLengthList-removeItem-expected.png:
        * platform/chromium-win/svg/dom/SVGLengthList-replaceItem-expected.png:
        * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png:
        * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png:
        * platform/chromium/fast/media/mq-js-media-except-01-expected.txt: Removed.
        * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-01-expected.txt.
        * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-appendItem-expected.png.
        * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
        * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-initialize-expected.png.
        * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png.
        * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png.
        * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGNumberList-basics-expected.png.
        * platform/qt/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
        * platform/qt/fast/media/mq-js-media-except-01-expected.txt:

2012-11-14  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding back and updating baselines that were removed by accident in r133908.

        * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
        * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Added.

2012-11-14  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding or updating baselines for changes in r134618.
        Adding timeout expectations for
        - fast/dom/Window/open-window-min-size.html, added in r134586 and
        - inspector-protocol/nmi-webaudio.html, added in r134593.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
        * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:

2012-11-12  Slavomir Kaslev  <skaslev@google.com>

        [Chromium] Rebaselined video LayoutTests for software compositor
        https://bugs.webkit.org/show_bug.cgi?id=101973

        Reviewed by Adrienne Walker.

        Rebaselined failing video LayouTests caused by different filtering
        result between Skia and Mesa for the software compositor.

        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-14  Justin Novosad  <junov@google.com>

        Boxes with rounded corners and thin borders are too slow to draw
        https://bugs.webkit.org/show_bug.cgi?id=101974

        Reviewed by Simon Fraser.

        New test that purposely triggers the BackgroundOverBorder painting path
        in WebCore::RenderBox, to test it with thick borders, off-diagonal
        mitring, an anti-aliased rounded border wedge, and a border of width 0.

        * fast/borders/border-radius-wide-border-05.html: Added.
        * fast/borders/border-radius-wide-border-05-expected.txt: Added.
        * LayoutTests/platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png: Added.
        * LayoutTests/platform/chromium/TestExpectations: Added Expectations.
        Added expectations for tests pixels results that require rebaselining

2012-11-14  Sami Kyostila  <skyostil@chromium.org>

        Optimize painting of composited scrolling layers
        https://bugs.webkit.org/show_bug.cgi?id=96087

        Reviewed by Simon Fraser.

        Test that accelerated scrolling layers can be scrolled without repainting
        their contents. Note that this test will not pass unless
        ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.

        * compositing/overflow/scrolling-without-painting-expected.txt: Added.
        * compositing/overflow/scrolling-without-painting.html: Added.
        * platform/chromium/TestExpectations: Mark test as expected to fail
          by default.
        * platform/mac/TestExpectations: Skip the test.

2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>

        Rebaseline fast/media/mq-js-media-except-01.html after r134618.

2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Mark webgl-background-color.html as failing.
        http://webkit.org/b/102247

        * platform/chromium/TestExpectations: Marked as failing.

2012-11-14  Erik Arvidsson  <arv@chromium.org>

        Unreviewed gardening.

        Updating pixel tests expectations after r134613

        * LayoutTests/platform/chromium/TestExpectations:
        * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png:
        * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
        * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png:
        * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png:
        * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png:
        * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png:
        * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png:
        * platform/chromium-mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png:
        * platform/chromium-mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png:
        * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.png:
        * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
        * platform/chromium-mac/svg/dom/SVGLengthList-getItem-expected.png:
        * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.png:
        * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.png:
        * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.png:
        * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.png:
        * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png:
        * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png:
        * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-getItem-expected.png.
        * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-removeItem-expected.png.
        * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGTransformList-basics-expected.png.

2012-11-14  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: NotFoundError
        https://bugs.webkit.org/show_bug.cgi?id=102137

        Reviewed by Ojan Vafai.

        Updated tests and expectations.

        * fast/dom/Document/replaceChild-null-oldChild-expected.txt:
        * fast/dom/Document/script-tests/replaceChild-null-oldChild.js:
        * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
        * fast/dom/Range/range-intersectsNode-expected.txt:
        * fast/dom/incompatible-operations-expected.txt:
        * fast/dom/incompatible-operations.html:
        * fast/dom/setter-type-enforcement-expected.txt:
        * fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
        * fast/events/remove-target-with-shadow-in-drag-expected.txt:
        * fast/files/workers/worker-read-blob-sync-expected.txt:
        * fast/files/workers/worker-read-file-sync-expected.txt:
        * fast/inspector-support/uncaught-dom8-exception-expected.txt:
        * fast/js/dot-node-base-exception-expected.txt:
        * fast/js/script-tests/dot-node-base-exception.js:
        * fast/mutation/observe-exceptions-expected.txt:
        * platform/chromium-linux/fast/media/mq-js-media-except-01-expected.png:
        * platform/chromium-win/fast/media/mq-js-media-except-01-expected.txt:
        * platform/chromium/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
        * platform/chromium/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
        * platform/chromium/fast/events/remove-target-with-shadow-in-drag-expected.txt:
        * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt:
        * platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt:
        * platform/chromium/fast/media/mq-js-media-except-01-expected.txt:
        * platform/efl/fast/media/mq-js-media-except-01-expected.txt:
        * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt:
        * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
        * platform/mac/fast/media/mq-js-media-except-01-expected.txt:
        * platform/qt/fast/media/mq-js-media-except-01-expected.txt:

2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>

        Mark files that need rebaselines as failing.
        https://bugs.webkit.org/show_bug.cgi?id=102087

        * platform/chromium/TestExpectations: Added expectations.

2012-11-14  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: IndexSizeError
        https://bugs.webkit.org/show_bug.cgi?id=102087

        Reviewed by Ojan Vafai.

        Updated tests and expectations.

        * editing/selection/extend-expected.txt:
        * fast/canvas/canvas-getImageData-invalid-expected.txt:
        * fast/canvas/canvas-overloads-drawImage-expected.txt:
        * fast/canvas/script-tests/canvas-getImageData-invalid.js:
        * fast/canvas/script-tests/canvas-overloads-drawImage.js:
        * fast/canvas/webgl/data-view-test-expected.txt:
        * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
        * fast/dom/HTMLInputElement/input-size-attribute.html:
        * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
        * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
        * fast/dom/css-mediarule-functions-expected.txt:
        * fast/dom/css-mediarule-functions.html:
        * fast/forms/input-maxlength-expected.txt:
        * fast/forms/input-maxlength.html:
        * fast/forms/number/number-size-expected.txt:
        * fast/forms/number/number-size.html:
        * fast/forms/search/search-setrangetext-expected.txt:
        * fast/forms/setrangetext-expected.txt:
        * fast/forms/textarea-maxlength-expected.txt:
        * fast/forms/textarea-maxlength.html:
        * fast/forms/textarea/textarea-setrangetext-expected.txt:
        * fast/html/marquee-element-expected.txt:
        * fast/inspector-support/uncaught-dom1-exception-expected.txt:
        * fast/js/select-options-add-expected.txt:
        * fast/speech/scripted/speechgrammar-basics-expected.txt:
        * inspector/styles/set-property-boundaries-expected.txt:
        * platform/chromium-mac/fast/dynamic/015-expected.txt:
        * platform/chromium-win/fast/dynamic/015-expected.txt:
        * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
        * platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt:
        * platform/efl/fast/dynamic/015-expected.txt:
        * platform/gtk/fast/dynamic/015-expected.txt:
        * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
        * platform/mac/fast/dynamic/015-expected.txt:
        * platform/qt/fast/dynamic/015-expected.txt:
        * svg/custom/acid3-test-77-expected.txt:
        * svg/custom/getSubStringLength-expected.txt:
        * svg/custom/selectSubString-expected.txt:
        * svg/dom/SVGLengthList-appendItem-expected.txt:
        * svg/dom/SVGLengthList-basics-expected.txt:
        * svg/dom/SVGLengthList-getItem-expected.txt:
        * svg/dom/SVGLengthList-initialize-expected.txt:
        * svg/dom/SVGLengthList-insertItemBefore-expected.txt:
        * svg/dom/SVGLengthList-removeItem-expected.txt:
        * svg/dom/SVGLengthList-replaceItem-expected.txt:
        * svg/dom/SVGNumberList-basics-expected.txt:
        * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt:
        * svg/dom/SVGPointList-basics-expected.txt:
        * svg/dom/SVGStringList-basics-expected.txt:
        * svg/dom/SVGTransformList-basics-expected.txt:
        * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:

2012-11-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Add some missing pixel expectations.

        * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
        * platform/efl/fast/replaced/width100percent-textarea-expected.png: Added.

2012-11-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] WK1 gardening.

        Skip fast/dom/Window/open-window-min-size.html and add some
        WK1-specific pixel results which do not look wrong per se.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk1/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
        * platform/efl-wk1/fast/repaint/selection-after-delete-expected.png: Added.
        * platform/efl-wk1/fast/repaint/selection-after-remove-expected.png: Added.
        * platform/efl-wk1/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.

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

        [Qt] Unreviewed gardening. Skip failing tests.

        * platform/qt/TestExpectations:

2012-11-14  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed test fix for r134593.

        * inspector-protocol/nmi-webaudio.html:

2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        anchor-*download.html wander between crashing and failing.
        Marking winsize test as failure and added to bug.

        * platform/efl-wk2/TestExpectations:

2012-11-09  Ilya Tikhonovsky  <loislo@chromium.org>

        Web Inspector: NMI add instrumentation for WebAudo related stuff.
        They use about 16Mb for shared data on pages with webaudio.
        As example Angry Birds app.
        https://bugs.webkit.org/show_bug.cgi?id=101729

        Reviewed by Yury Semikhatsky.

        Plain vanilla instrumentation for audio and webaudio classes.
        AudioContext is a kind of ActiveDOMObject. I found that these objects
        are accessible through ScriptExecutuionContext and ScriptExecutionContext
        is an ancestor of Document. Document class was instrumented earler.
        I instrumented ActiveDOMObject, ScriptExecutionContext and other ancestors
        and now AudioContext and other ActiveDOMObjects are reacheable from Document.

        * inspector-protocol/nmi-webaudio-expected.txt: Added.
        * inspector-protocol/nmi-webaudio.html: Added.

2012-11-14  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: proper baselines for inspector's timeline-timer-fired-from-eval-call-site.

        * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt:

2012-11-14  Kenneth Rohde Christiansen  <kenneth@webkit.org>

        Clean up use of adjustWindowRect
        https://bugs.webkit.org/show_bug.cgi?id=102072

        Reviewed by Gyuyoung Kim.

        Test that minimum sizes are honored.

        * fast/dom/Window/open-window-min-size.html: Added.
        * fast/dom/Window/open-window-min-size-expected.txt: Added.
        * fast/dom/Window/resources/report-size-and-close.html: Added.
        * platform/mac/TestExpectations: Skipped as it times out.

2012-11-14  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Fixed lint error.

        * platform/chromium/TestExpectations:

2012-11-14  Takashi Sakamoto  <tasak@google.com>

        Crash when replacing parts of text inputs with content: url(...)
        https://bugs.webkit.org/show_bug.cgi?id=101133

        Reviewed by Kent Tamura.

        * fast/forms/number/number-content-url-crash-expected.txt: Added.
        * fast/forms/number/number-content-url-crash.html: Added.
        * fast/forms/search/search-content-url-crash-expected.txt: Added.
        * fast/forms/search/search-content-url-crash.html: Added.

2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        The bots don't have mercy today.

        * platform/efl-wk2/TestExpectations:

2012-11-14  Kent Tamura  <tkent@chromium.org>

        Support for localization tests of calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=102181

        Reviewed by Kentaro Hara.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.

2012-11-14  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r134566.
        http://trac.webkit.org/changeset/134566
        https://bugs.webkit.org/show_bug.cgi?id=102197

        "it broke Chromium Android Release build" (Requested by
        haraken on #webkit).

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Removed.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Removed.

2012-11-14  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Updating the platform-specific baseline for fast/js/global-constructors.html
        and removing the failure expectation for said test.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/js/global-constructors-expected.txt:

2012-11-14  Eugene Klyuchnikov  <eustas.bug@gmail.com>

        Web Inspector: Timeline: 'undefined' javascript filenames.
        https://bugs.webkit.org/show_bug.cgi?id=101334

        Reviewed by Yury Semikhatsky.

        Test that callSite for TimerFired is resolved even for evaled scripts.

        * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt: Added.
        * inspector/timeline/timeline-timer-fired-from-eval-call-site.html: Added.

2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>

        Changing pseudoClass (:target) should cause distribution
        https://bugs.webkit.org/show_bug.cgi?id=101699

        Reviewed by Hajime Morita.

        * fast/dom/shadow/pseudoclass-update-target-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-target.html: Added.

2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Mark two failures after r134456.

        * platform/efl/TestExpectations:

2012-11-14  Kent Tamura  <tkent@chromium.org>

        Support for localization tests of calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=102181

        Reviewed by Kentaro Hara.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.

2012-11-14  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Moving some expectations into a more proper section while
        merging the others.

        * platform/gtk/TestExpectations:

2012-11-14  Mihnea Ovidenie  <mihnea@adobe.com>

        After r134205 was rolled out in http://trac.webkit.org/changeset/134425,
        we have to re-enable the skipped tests that were failing because of r134205.
        https://bugs.webkit.org/show_bug.cgi?id=102090

        Reviewed by Adam Barth.

        The initial rollout for r134205 and the related r134226, r134419 failed.

        * platform/chromium/TestExpectations:
        * platform/qt/TestExpectations:

2012-11-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Expanding failure expectations for the inspector/debugger/live-edit.html test.
        Adding failure and timeout expectations for two tests that regressed after r134495.
        Adding failure expectation for a test added in r134099.

        * platform/gtk/TestExpectations:

2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2012-11-13  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Marked platform/chromium/virtual/gpu/fast/hidpi/image-set-without-specified-width.html
        as Slow.

        * platform/chromium/TestExpectations:

2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, update expected files after r134435.

        * dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
        * fast/dom/DOMException/prototype-object-expected.txt:
        * fast/dom/DOMException/stack-trace-expected.txt:

2012-11-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Enable calendar picker for input types datetime/datetime-local
        https://bugs.webkit.org/show_bug.cgi?id=101889

        Reviewed by Kent Tamura.

        Added tests for calendar picker for inpt type=datetime/datetime-local.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html: Added.

2012-11-13  Keishi Hattori  <keishi@webkit.org>

        Enable datalist UI for input types week and month
        https://bugs.webkit.org/show_bug.cgi?id=102041

        Reviewed by Kent Tamura.

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

2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>

        Collect necessary features for SelectRuleFeatureSet
        https://bugs.webkit.org/show_bug.cgi?id=102160

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt:
        * fast/dom/shadow/shadow-select-attribute-featureset.html:

2012-11-13  Kentaro Hara  <haraken@chromium.org>

        Unreviewed. Rebaselined test results.

        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.

2012-11-13  David Grogan  <dgrogan@chromium.org>

        IndexedDB: non-trivial test conversion batch 2
        https://bugs.webkit.org/show_bug.cgi?id=101998

        Reviewed by Tony Chang.

        * storage/indexeddb/cursor-overloads-expected.txt:
        * storage/indexeddb/cursor-overloads.html:
          Trivial conversion that I missed last time around.

        * storage/indexeddb/database-basics-expected.txt:
        * storage/indexeddb/database-close-expected.txt:
        * storage/indexeddb/database-closepending-flag-expected.txt:
        * storage/indexeddb/delete-closed-database-object-expected.txt:
        * storage/indexeddb/resources/database-basics.js:
          Removed test that shows calling setVersion inside a version change
          transaction is an error. Replaced with test showing same error for a
          generic transaction.

        * storage/indexeddb/resources/database-close.js:
          Formerly used both unblocked setVersion and deleteDatabase to signal
          that a connection was closed, now just used deleteDatabase.

        * storage/indexeddb/resources/database-closepending-flag.js:
          Straightforward, it just has multiple opens.

2012-11-13  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: InvalidCharacterError
        https://bugs.webkit.org/show_bug.cgi?id=102128

        Reviewed by Darin Adler.

        Updated tests and expectations.

        * fast/dom/Document/createElement-invalid-names-expected.txt:
        * fast/dom/Document/createElement-invalid-names.html:
        * fast/dom/Element/prefix-setter-exception-expected.txt:
        * fast/dom/Window/atob-btoa-expected.txt:
        * fast/dom/dataset-expected.txt:
        * fast/dom/dataset-xhtml-expected.txt:
        * fast/dom/script-tests/dataset-xhtml.js:
        * fast/dom/script-tests/dataset.js:

2012-11-13  Elliott Sprehn  <esprehn@chromium.org>

        Disable frame loading instead of throwing exceptions on subtree modifications in ChildFrameDisconnector
        https://bugs.webkit.org/show_bug.cgi?id=102012

        Reviewed by Ojan Vafai.

        Remove console log output from the exception we no longer throw. Since we no
        longer throw an exception we don't need a platform specific output file either.

        Also add a test that we don't throw an exception during modifications to subtrees
        during unload.

        * fast/frames/modifications-in-subtree-unload-expected.html: Added.
        * fast/frames/modifications-in-subtree-unload.html: Added.
        * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
        * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt: Removed.

2012-11-13  Dirk Pranke  <dpranke@chromium.org>

        Revert r134474; turns out these tests were failing.

        I need to figure out what's going on here ...

        * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-11-13  Dirk Pranke  <dpranke@chromium.org>

        Update chromium-mac-lion baselines after r134516. Unreviewed.

        * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png: Added.

2012-11-13  Tab Atkins  <jackalmage@gmail.com>

        CSS @charset parsing is too loose, doesn't match other browsers
        https://bugs.webkit.org/show_bug.cgi?id=101527

        Reviewed by Alexey Proskuryakov.

        Removed the old css-charset-evil.html test,
        which tested for our loose parsing of @charset.
        Now that we're tightening our parsing to match the spec and IE's and FF's new behavior,
        I added a more comprehensive test of incorrect @charset rules,
        to ensure that we correctly reject them.

        * fast/encoding/css-charset-evil-expected.txt: Removed.
        * fast/encoding/css-charset-evil.css: Removed.
        * fast/encoding/css-charset-evil.html: Removed.
        * fast/encoding/css-charset-evil/css-charset-evil-a1.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-a2.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-a3.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-a4.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-b1.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-b2.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-b3.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-b4.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-b5.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-b6.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-b7.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-b8.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-c1.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-c2.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-c3.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-d1.css: Added.
        * fast/encoding/css-charset-evil/css-charset-evil-expected.txt: Added.
        * fast/encoding/css-charset-evil/css-charset-evil.html: Added.

2012-11-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Add new baselines after r134435
        https://bugs.webkit.org/show_bug.cgi?id=102125

        Unreviewed gardening.

        * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
        * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Added.
        * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Added.
        * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
        * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Added.
        * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Added.

2012-11-13  Dirk Pranke  <dpranke@chromium.org>

        More chromium-mac-mountainlion rebaselining and bug triaging.
        https://bugs.webkit.org/show_bug.cgi?id=99749

        Unreviewed.

        * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png: Added.
        * platform/chromium-mac-lion/compositing/direct-image-compositing-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/direct-image-compositing-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png.
        * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/dynamic/text-combine-expected.png.
        * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.txt: Added.
        * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png.
        * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt.
        * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-combined-text-expected.png.
        * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/emphasis-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-expected.png.
        * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png.
        * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt.
        * platform/chromium-mac-lion/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png.
        * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png.
        * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.txt: Added.
        * platform/chromium-mac-lion/fast/writing-mode/box-shadow-horizontal-bt-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png.
        * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png.
        * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-rl-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png.
        * platform/chromium-mac-lion/fast/writing-mode/broken-ideographic-font-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png.
        * platform/chromium-mac-lion/fast/writing-mode/broken-ideographic-font-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png.
        * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png.
        * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/foreign-object-skew-expected.png.
        * platform/chromium-mac-lion/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png.
        * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/007-expected.png.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug11026-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png.
        * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-mac/compositing/direct-image-compositing-expected.png:
        * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
        * platform/chromium-mac/fast/dynamic/text-combine-expected.png:
        * platform/chromium-mac/fast/dynamic/text-combine-expected.txt: Added.
        * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
        * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
        * platform/chromium-mac/fast/text/emphasis-combined-text-expected.png:
        * platform/chromium-mac/fast/text/emphasis-combined-text-expected.txt: Added.
        * platform/chromium-mac/fast/text/emphasis-expected.png:
        * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
        * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt:
        * platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
        * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png:
        * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.txt: Added.
        * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
        * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png:
        * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
        * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
        * platform/chromium-mac/svg/hixie/perf/007-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png:
        * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
        * platform/chromium/TestExpectations:

2012-11-13  Kenichi Ishibashi  <bashi@chromium.org>

        [WebSocket] send() and close() should not throw an exception for an unpaired surrogate but use the replacement character
        https://bugs.webkit.org/show_bug.cgi?id=101569

        Reviewed by Alexey Proskuryakov.

        - Updated tests which try to send unpaired surrogates.
          These tests should not throw SYNTAX_ERR.
        - Add a test that checks whether WebKit throws SYNTAX_ERR when a close
          reason is too long.

        * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt: Added.
        * http/tests/websocket/tests/hybi/close-reason-too-long.html: Ditto.
        * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Updated.
        * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Ditto.
        * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Ditto.
        * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Ditto.

2012-11-13  Christophe Dumez  <christophe.dumez@intel.com>

        Make HTMLLegendElement.form behave according to specification
        https://bugs.webkit.org/show_bug.cgi?id=101044

        Reviewed by Kent Tamura.

        A new fast/forms/legend/legend-form.html test to check that
        the legend element's form attribute behaves according to
        specification.

        * fast/forms/legend/legend-form-expected.txt: Added.
        * fast/forms/legend/legend-form.html: Added.

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        Unreviewed, rolling out r134377.
        http://trac.webkit.org/changeset/134377
        https://bugs.webkit.org/show_bug.cgi?id=101133

        Caused a mysterious Android Clang build failure, needs
        investigation before landing again.

        * fast/forms/number/number-content-url-crash-expected.txt: Removed.
        * fast/forms/number/number-content-url-crash.html: Removed.
        * fast/forms/search/search-content-url-crash-expected.txt: Removed.
        * fast/forms/search/search-content-url-crash.html: Removed.

2012-11-13  James Robinson  <jamesr@chromium.org>

        Rebaselines for filtering changes due to chromium r167479

        * platform/chromium-linux/compositing/checkerboard-expected.png: Added.
        * platform/chromium-mac/compositing/checkerboard-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Added.
        * platform/chromium-win/compositing/checkerboard-expected.png: Added.
        * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png:

2012-11-13  Chris Fleizach  <cfleizach@apple.com>

        AX: MathML types need to be semantically identified in AX tree
        https://bugs.webkit.org/show_bug.cgi?id=101263

        Reviewed by Beth Dakin.

        * platform/mac/accessibility/mathml-elements-expected.txt: Added.
        * platform/mac/accessibility/mathml-elements.html: Added.

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Fix media/video-empty-source.html lint error.

        * platform/chromium/TestExpectations: Fixed.

2012-11-13  Silvia Pfeiffer  <silviapf@chromium.org>

        Clean up the inheritance tree under the MediaControls Class.
        https://bugs.webkit.org/show_bug.cgi?id=88871

        Reviewed by Eric Carlson.

        * platform/chromium-mac-mountainlion/TestExpectations: Added.
        * platform/chromium/TestExpectations:

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        Unreviewed, rolling out r134446.
        http://trac.webkit.org/changeset/134446
        https://bugs.webkit.org/show_bug.cgi?id=101968

        Need to try a different strategy for landing a two-sided patch
        (3/3).

        * platform/chromium/TestExpectations:

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        Unreviewed, rolling out r134458.
        http://trac.webkit.org/changeset/134458

        Need to try a different strategy for landing a two-sided patch
        (2/3).

        * platform/chromium/TestExpectations:

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        Unreviewed, rolling out r134461.
        http://trac.webkit.org/changeset/134461

        Need to try a different strategy for landing a two-sided patch
        (1/3).

        * platform/chromium/TestExpectations:

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Marked fast/workers/worker-exception-during-navigation.html as a flaky crash.
        https://bugs.webkit.org/show_bug.cgi?id=102131

        * platform/chromium/TestExpectations: Added a flaky crash expectation.

2012-11-13  Chris Fleizach  <cfleizach@apple.com>

        WebKit exposes ARIA rowheader role as AXUnknown when not contained in table/grid
        https://bugs.webkit.org/show_bug.cgi?id=101616

        Reviewed by Beth Dakin.

        * platform/mac/accessibility/rowheader-outside-table-role-expected.txt: Added.
        * platform/mac/accessibility/rowheader-outside-table-role.html: Added.

2012-11-13  Dirk Pranke  <dpranke@chromium.org>

        Remove a few old no-longer-failing tests and update one baseline.

        Unreviewed, gardening.

        * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        Skip a few tests, update expectations when some colors varied
        slightly from the existing expectation and add a few new ones.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/efl/fast/forms/menulist-no-overflow-expected.png:
        * platform/efl/fast/forms/menulist-separator-painting-expected.png:
        * platform/efl/fast/forms/select-background-none-expected.png:
        * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
        * platform/efl/fast/forms/select-selected-expected.png:
        * platform/efl/fast/forms/select-visual-hebrew-expected.png:
        * platform/efl/fast/forms/selectlist-minsize-expected.png:
        * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
        * platform/efl/fast/html/keygen-expected.png:
        * platform/efl/fast/images/png-suite/test-expected.png:
        * platform/efl/fast/replaced/image-sizing-expected.png:
        * platform/efl/fast/replaced/three-selects-break-expected.png:
        * platform/efl/fast/replaced/width100percent-menulist-expected.png:
        * platform/efl/fast/ruby/overhang-horizontal-expected.png: Added.
        * platform/efl/fast/runin/runin-generated-before-content-expected.png: Added.
        * platform/efl/fast/text/updateNewFont-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/english-lr-text-expected.png:
        * platform/efl/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
        * platform/efl/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
        * platform/efl/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
        * platform/efl/svg/filters/feColorMatrix-offset-expected.png: Added.
        * platform/efl/svg/filters/feDropShadow-subregion-expected.png: Added.
        * platform/efl/svg/filters/feGaussianBlur-subregion-expected.png: Added.
        * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
        * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
        * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/efl/svg/filters/feImage-preserveAspectratio-expected.png:
        * platform/efl/svg/filters/feImage-subregions-expected.png:
        * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/efl/svg/filters/feLighting-crash-expected.png:
        * platform/efl/svg/filters/feOffset-expected.png:
        * platform/efl/svg/filters/feTile-expected.png:
        * platform/efl/svg/filters/filter-on-tspan-expected.png:
        * platform/efl/svg/filters/filter-placement-issue-expected.png:
        * platform/efl/svg/filters/filter-rounding-issues-expected.png:
        * platform/efl/svg/filters/filter-source-position-expected.png: Added.
        * platform/efl/svg/filters/filteredImage-expected.png: Added.
        * platform/efl/svg/filters/parent-children-with-same-filter-expected.png:
        * platform/efl/svg/filters/shadow-on-filter-expected.png:
        * platform/efl/svg/filters/subRegion-one-effect-expected.png:
        * platform/efl/svg/filters/subRegion-two-effects-expected.png:
        * platform/efl/svg/foreignObject/filter-expected.png: Added.
        * platform/efl/svg/text/selection-doubleclick-expected.png:

2012-11-13  Chris Fleizach  <cfleizach@apple.com>

        AX: file upload input text value is not exposed through accessibility
        https://bugs.webkit.org/show_bug.cgi?id=100583

        Reviewed by Beth Dakin.

        * platform/mac/accessibility/file-upload-button-subrole-expected.txt: Added.
        * platform/mac/accessibility/file-upload-button-subrole.html: Added.

2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r133944.
        http://trac.webkit.org/changeset/133944
        https://bugs.webkit.org/show_bug.cgi?id=102118

        Only JS bindings support NATIVE_TYPE_ERR (Requested by arv on
        #webkit).

        * fast/dom/Element/attr-param-typechecking-expected.txt:
        * fast/dom/Element/script-tests/attr-param-typechecking.js:

2012-11-13  Dana Jansens  <danakj@chromium.org>

        Unreviewed test expectations for animation tests.

        * platform/chromium/TestExpectations:

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Pacify linter and tweak expectations to avoid conflicts.

        * platform/chromium/TestExpectations: Tweaked.

2012-11-13  Sami Kyostila  <skyostil@chromium.org>

        Allow painting outside overflow clip in accelerated scrolling layers
        https://bugs.webkit.org/show_bug.cgi?id=100524

        Reviewed by Simon Fraser.

        Added a test to check painting outside the overflow clip. Note that this will
        not pass unless ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.

        * compositing/overflow/updating-scrolling-content-expected.txt: Added.
        * compositing/overflow/updating-scrolling-content.html: Added.
        * platform/chromium/TestExpectations: Mark test as expected to fail
          by default.
        * platform/mac/TestExpectations: Skip the test.

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Remove the test that is now passing.

        * platform/chromium/TestExpectations: Removed expectation of failure.

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        Unreviewed, rolling out r134434.
        http://trac.webkit.org/changeset/134434
        https://bugs.webkit.org/show_bug.cgi?id=102072

        The test that was added asserts in loader.

        * fast/dom/Window/open-window-min-size-expected.txt: Removed.
        * fast/dom/Window/open-window-min-size.html: Removed.
        * fast/dom/Window/resources/print-close.html: Removed.

2012-11-13  Slavomir Kaslev  <skaslev@google.com>

        [Chromium] Rebaselined platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas.html
        https://bugs.webkit.org/show_bug.cgi?id=101997

        Reviewed by James Robinson.

        Since we disabled hardware accelerated canvas when in software compositing mode,
        this layout test doesn't create any layers which is the correct behaviour.

        * platform/chromium/TestExpectations:
        * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.

2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        Revert the changes from r134388 and r134426 as r134345 was rolled out.

        * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        Unreviewed, rolling out r134367.
        http://trac.webkit.org/changeset/134367
        https://bugs.webkit.org/show_bug.cgi?id=100738

        Speculative rollout, could have cause Dromaeo setAttribute
        perf regression.

        * fast/dom/shadow/distribution-attribute-modified-expected.html: Removed.
        * fast/dom/shadow/distribution-attribute-modified.html: Removed.
        * fast/dom/shadow/distribution-className-modified-expected.html: Removed.
        * fast/dom/shadow/distribution-className-modified.html: Removed.
        * fast/dom/shadow/distribution-id-modified-expected.html: Removed.
        * fast/dom/shadow/distribution-id-modified.html: Removed.
        * fast/dom/shadow/reprojection-attribute-modified-expected.html: Removed.
        * fast/dom/shadow/reprojection-attribute-modified.html: Removed.
        * fast/dom/shadow/reprojection-className-modified-expected.html: Removed.
        * fast/dom/shadow/reprojection-className-modified.html: Removed.
        * fast/dom/shadow/reprojection-id-modified-expected.html: Removed.
        * fast/dom/shadow/reprojection-id-modified.html: Removed.

2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] More unreviewed gardening.

        Update some pixel expectations and skip one test.

        * platform/efl/TestExpectations:
        * platform/efl/fast/media/view-mode-media-feature-expected.png: Added property svn:mime-type.
        * platform/efl/fast/overflow/overflow_hidden-expected.png: Modified property svn:mime-type.
        * platform/efl/svg/text/text-rescale-expected.png: Added.

2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r134345.
        http://trac.webkit.org/changeset/134345
        https://bugs.webkit.org/show_bug.cgi?id=102106

        Incomplete support for NATIVE_TYPE_ERR in objc and other
        bindings (Requested by jsbell on #webkit).

        * canvas/philip/tests/2d.drawImage.null.html:
        * canvas/philip/tests/2d.imageData.put.null.html:
        * canvas/philip/tests/2d.pattern.image.null.html:
        * editing/selection/extend-expected.txt:
        * fast/dom/Geolocation/argument-types-expected.txt:
        * fast/dom/Geolocation/not-enough-arguments-expected.txt:
        * fast/dom/Geolocation/script-tests/argument-types.js:
        (test):
        * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
        * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
        * fast/js/select-options-add-expected.txt:
        * fast/mediastream/RTCIceCandidate-expected.txt:
        * fast/mediastream/RTCPeerConnection-expected.txt:
        * fast/mediastream/RTCSessionDescription-expected.txt:
        * media/encrypted-media/encrypted-media-syntax-expected.txt:
        * media/encrypted-media/encrypted-media-syntax.html:
        * media/video-test.js:
        * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
        * security/crypto-random-values-types-expected.txt:
        * svg/dom/SVGTransformList-expected.txt:

2012-11-13  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: storage/indexeddb/mozilla/add-twice-failure.html is flaky following r134252
        https://bugs.webkit.org/show_bug.cgi?id=101996

        Reviewed by Dimitri Glazkov.

        Error being tested may cause transaction to abort, which could happen before or after
        test output is captured. Prevent default behavior of the error so this doesn't happen.

        * storage/indexeddb/mozilla/resources/add-twice-failure.js:
        (addSecondExpectedError):

2012-11-13  Erik Arvidsson  <arv@chromium.org>

        Update DOMException name: HierarchyRequestError
        https://bugs.webkit.org/show_bug.cgi?id=102092

        Reviewed by Ojan Vafai.

        Updated tests and expectations.

        * fast/dom/DOMException/prototype-object-expected.txt:
        * fast/dom/DOMException/prototype-object.html:
        * fast/dom/DOMException/stack-trace-expected.txt:
        * fast/dom/DOMException/stack-trace.html:
        * fast/dom/Document/replace-child-expected.txt:
        * fast/dom/Range/31684-expected.txt:
        * fast/dom/Range/range-exceptions-expected.txt:
        * fast/dom/Range/script-tests/31684.js:
        * fast/dom/Range/script-tests/range-exceptions.js:
        * fast/dom/Range/surroundContents-1.html:
        * fast/dom/css-mediarule-functions-expected.txt:
        * fast/dom/css-mediarule-functions.html:
        * fast/dom/document-set-body-expected.txt:
        * fast/dom/document-set-body.html:
        * fast/dom/move-nodes-across-documents.html:
        * fast/dom/processing-instruction-appendChild-exceptions-expected.txt:
        * fast/dom/processing-instruction-appendChild-exceptions.xhtml:
        * fast/dom/setter-type-enforcement-expected.txt:
        * fast/dom/shadow/adopt-node-with-shadow-root-expected.txt:
        * fast/dom/shadow/shadow-disable-expected.txt:
        * fast/dom/shadow/shadow-root-js-api-expected.txt:
        * fast/events/mutation-during-replace-child-2-expected.txt:
        * fast/events/mutation-during-replace-child-2.html:
        * fast/events/mutation-during-replace-child-expected.txt:
        * fast/events/mutation-during-replace-child.html:
        * fast/frames/adopt-iframe-into-itself-expected.txt:
        * fast/frames/adopt-object-into-itself-expected.txt:
        * fast/html/adopt-parent-frame.html:
        * fast/inspector-support/uncaught-dom3-exception-expected.txt:
        * platform/chromium/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
        * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt:
        * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt:
        * platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt:

2012-11-13  Kenneth Rohde Christiansen  <kenneth@webkit.org>

        Clean up use of adjustWindowRect
        https://bugs.webkit.org/show_bug.cgi?id=102072

        Reviewed by Alexis Menard.

        Test that minimum sizes are honored.

        * fast/dom/Window/open-window-min-size.html: Added.
        * fast/dom/Window/open-window-min-size-expected.txt: Added.
        * fast/dom/Window/resources/print-close.html: Added.

2012-11-13  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] Update wrap-margin/padding to shape-margin/padding
        https://bugs.webkit.org/show_bug.cgi?id=97736

        Reviewed by Andreas Kling.

        Rename properties to match updated spec.

        * fast/exclusions/css-exclusions-disabled-expected.txt:
        * fast/exclusions/css-exclusions-disabled.html:
        * fast/exclusions/script-tests/shape-margin-parsing.js: Added.
        (test):
        (testComputedStyle):
        (testNotInherited):
        * fast/exclusions/script-tests/shape-padding-parsing.js: Added.
        (test):
        (testComputedStyle):
        (testNotInherited):
        * fast/exclusions/script-tests/wrap-margin-parsing.js: Removed.
        * fast/exclusions/script-tests/wrap-padding-parsing.js: Removed.
        * fast/exclusions/script-tests/wrap-parsing.js:
        (testComputedStyle):
        * fast/exclusions/shape-margin-parsing-expected.txt: Added.
        * fast/exclusions/shape-margin-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-padding-parsing.html.
        * fast/exclusions/shape-padding-parsing-expected.txt: Added.
        * fast/exclusions/shape-padding-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-margin-parsing.html.
        * fast/exclusions/wrap-margin-parsing-expected.txt: Removed.
        * fast/exclusions/wrap-padding-parsing-expected.txt: Removed.

2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>

        Unreviewed, rolling out r134418.
        http://trac.webkit.org/changeset/134418
        https://bugs.webkit.org/show_bug.cgi?id=101903

        The newly added test is crashing on cr-win.

        * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Removed.
        * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Removed.
        * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Removed.
        * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Removed.

2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Properly skip all HiDPI tests which are currently failing.

        Skip an additional test and add a bug to each entry.

        * platform/efl/TestExpectations:
        * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Removed.
        * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Removed.

2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Update pixel expectation for fast/repaint/table-hover-on-link.html

        * platform/efl/fast/repaint/table-hover-on-link-expected.png:

2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] More video-colorspace-yuv* gardening.

        These tests are also failing on WK2, so skip them in both ports.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Removed.
        * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Removed.
        * platform/efl/TestExpectations:
        * platform/efl/media/video-colorspace-yuv420-expected.txt: Removed.
        * platform/efl/media/video-colorspace-yuv422-expected.txt: Removed.

2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        Unreviewed, update expectations after r134345.

        * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
        * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:

2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r134205.
        http://trac.webkit.org/changeset/134205
        https://bugs.webkit.org/show_bug.cgi?id=102093

        Broke webkit-flow-inlines-dynamic.html on several ports
        (Requested by mihnea on #webkit).

        * fast/regions/region-style-text-shadow-expected.html: Removed.
        * fast/regions/region-style-text-shadow.html: Removed.

2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] WK1 gardening.

        Mark media/video-colorspace-yuv420.html and
        media/video-colorspace-yuv422.html as producing bad image results.

        * platform/efl-wk1/TestExpectations:

2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>

        [Refactoring] Remove shadowPseudoId() and use setPseudo() in <meter> ElementShadow.
        https://bugs.webkit.org/show_bug.cgi?id=101906

        Reviewed by Dimitri Glazkov.

        * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt:

2012-11-13  Stephen Chenney  <schenney@chromium.org>

        Expectations update for fast/regions/webkit-flow-inlines-dynamic.html
        https://bugs.webkit.org/show_bug.cgi?id=102086

        Unreviewed expectations update.

        * platform/chromium/TestExpectations:

2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>

        Changing pseudoClass (:indeterminate) should cause distribution
        https://bugs.webkit.org/show_bug.cgi?id=101903

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
        * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
        * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.

2012-11-13  Stephen Chenney  <schenney@chromium.org>

        Reverting expectations update because it breaks lint
        https://bugs.webkit.org/show_bug.cgi?id=101982

        Unreviewed expectations fix.

        With the new-ish wekbit_skia.gyp file we do not need to change expections like this.

        * platform/chromium/TestExpectations:

2012-11-13  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Rebaseline after bug 98666 (input[type=range] thumb rendering)
        https://bugs.webkit.org/show_bug.cgi?id=102059

        Unreviewed rebaseline. There were a few actual bugs (see bug 102068 and
        bug 102067).These changes seem correct and the image changes are tiny.
        The non-platform results were still wrong because they are not used
        by most platforms, even if the results actually match the platform results.

        * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * fast/forms/range/slider-thumb-stylability-expected.txt:
        * fast/forms/range/range-thumb-height-percentage-expected.txt:
        * fast/repaint/slider-thumb-float-expected.txt:
        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/efl/fast/forms/box-shadow-override-expected.txt:
        * platform/efl/fast/forms/input-appearance-height-expected.txt:
        * platform/efl/fast/forms/range/input-appearance-range-expected.png:
        * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
        * platform/efl/fast/forms/range/slider-padding-expected.txt:
        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/efl/fast/layers/video-layer-expected.txt:
        * platform/efl/fast/multicol/client-rects-expected.txt:
        * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
        * platform/efl/fast/repaint/slider-thumb-drag-release-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-styling-strict-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/track/track-cue-rendering-horizontal-expected.txt:
        * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
        * platform/efl/media/video-display-toggle-expected.txt:
        * platform/efl/media/video-empty-source-expected.txt:
        * platform/efl/media/video-no-audio-expected.txt:
        * platform/efl/media/video-zoom-controls-expected.txt:

2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Enable Mutation observer
        https://bugs.webkit.org/show_bug.cgi?id=102066

        Reviewed by Pavel Feldman.

        * platform/qt/TestExpectations: Unskip now passing tests.

2012-11-12  Mike Reed  <reed@google.com>

        update expectations in advance of skia change for blurred rects
        https://bugs.webkit.org/show_bug.cgi?id=101982

        Reviewed by NOBODY.

        Unreviewed. Expectations change only

        * platform/chromium/TestExpectations:

2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip failing tests.

        * platform/qt/TestExpectations:

2012-11-13  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions] Incorrect computed height for content with region-break-before
        https://bugs.webkit.org/show_bug.cgi?id=101862

        Reviewed by Julien Chaffraix.

        Add a test showing that when content having -webkit-region-break-before:always is flowed
        into a region chain with the first region being an auto-height region, the auto-height region
        has a computed height of 0 and the content is flowed into the second region in the chain.

        * fast/regions/autoheight-breakbefore-wrongheight-expected.txt: Added.
        * fast/regions/autoheight-breakbefore-wrongheight.html: Added.

2012-11-12  Kent Tamura  <tkent@chromium.org>

        Unable to set valid time value to input[type=time] with user interaction in some cases
        https://bugs.webkit.org/show_bug.cgi?id=102048

        Reviewed by Kentaro Hara.

        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html: Added.

2012-11-13  Yury Semikhatsky  <yurys@chromium.org>

        Memory instrumentation: MemoryBlock name should not include full path to the block
        https://bugs.webkit.org/show_bug.cgi?id=102055

        Reviewed by Pavel Feldman.

        Use Image instead of Page.Image as block identifier.

        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
        * inspector/profiler/memory-instrumentation-cached-images.html:
        * inspector/profiler/memory-instrumentation-canvas-expected.txt:
        * inspector/profiler/memory-instrumentation-canvas.html:

2012-11-13  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Unreviewed Qt gardening.

        Update TestExpectations after r134345.

        * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:

2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>

        Unreviewed Qt gardening.

        Skip and rebase some tests, remove png's for reftests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-composite-source-atop-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/custom/missing-custom-filter-shader-expected.png: Added.
        * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
        * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Removed.

2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>

        Unreviewed Qt gardening.

        Amend my last commit, Ossy suggested we should not forget about
        past failures because of needed rebaseline.

        * platform/qt/TestExpectations:

2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>

        Unreviewed Qt gardening.

        Cleanup TestExpectations to pass --lint-test-files.
        Removed some duplicated entries.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

2012-11-13  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: move indentation logic into TextEditorModel
        https://bugs.webkit.org/show_bug.cgi?id=101842

        Reviewed by Vsevolod Vlasov.

        * inspector/editor/indentation.html:

2012-11-13  Takashi Sakamoto  <tasak@google.com>

        Crash when replacing parts of text inputs with content: url(...)
        https://bugs.webkit.org/show_bug.cgi?id=101133

        Reviewed by Kent Tamura.

        * fast/forms/number/number-content-url-crash-expected.txt: Added.
        * fast/forms/number/number-content-url-crash.html: Added.
        * fast/forms/search/search-content-url-crash-expected.txt: Added.
        * fast/forms/search/search-content-url-crash.html: Added.

2012-11-12  Shinya Kawanaka  <shinyak@chromium.org>

        Changing id, className, or attribute should invalidate distribution
        https://bugs.webkit.org/show_bug.cgi?id=100738

        Reviewed by Dimitri Glazkov.

        We have test cases that id/class/attribute is changed, and thier reprojection cases.

        * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
        * fast/dom/shadow/distribution-attribute-modified.html: Added.
        * fast/dom/shadow/distribution-className-modified-expected.html: Added.
        * fast/dom/shadow/distribution-className-modified.html: Added.
        * fast/dom/shadow/distribution-id-modified-expected.html: Added.
        * fast/dom/shadow/distribution-id-modified.html: Added.
        * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
        * fast/dom/shadow/reprojection-attribute-modified.html: Added.
        * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
        * fast/dom/shadow/reprojection-className-modified.html: Added.
        * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
        * fast/dom/shadow/reprojection-id-modified.html: Added.

2012-11-10  Dirk Schulze  <krit@webkit.org>

        BasicShapes 'circle', 'rectangle', 'ellipse' should be animatable with themselves
        https://bugs.webkit.org/show_bug.cgi?id=101854

        Reviewed by Andreas Kling.

        Added an animtation test for -webkit-clip-path and tested the basic shapes.

        * animations/resources/animation-test-helpers.js:
        (parseBasicShape):
        (basicShapeParametersMatch):
        (getPropertyValue):
        (comparePropertyValue):
        * css3/masking/clip-path-animation-expected.txt: Added.
        * css3/masking/clip-path-animation.html: Added.

2012-11-12  Erik Arvidsson  <arv@chromium.org>

        Replace DOMException TYPE_MISMATCH_ERR with TypeError
        https://bugs.webkit.org/show_bug.cgi?id=101604

        Reviewed by Adam Barth.

        Update the tests to test for TypeError instead of DOMException with the TYPE_MISMATCH_ERR code.

        * canvas/philip/tests/2d.drawImage.null.html:
        * canvas/philip/tests/2d.imageData.put.null.html:
        * canvas/philip/tests/2d.pattern.image.null.html:
        * editing/selection/extend-expected.txt:
        * fast/dom/Geolocation/argument-types-expected.txt:
        * fast/dom/Geolocation/not-enough-arguments-expected.txt:
        * fast/dom/Geolocation/script-tests/argument-types.js:
        * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
        * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
        * fast/js/select-options-add-expected.txt:
        * fast/mediastream/RTCIceCandidate-expected.txt:
        * fast/mediastream/RTCPeerConnection-expected.txt:
        * fast/mediastream/RTCSessionDescription-expected.txt:
        * fast/mediastream/SessionDescription-expected.txt:
        * fast/mediastream/peerconnection-addstream-expected.txt:
        * fast/mediastream/peerconnection-iceoptions-expected.txt:
        * fast/mediastream/peerconnection-iceoptions.html:
        * fast/mediastream/peerconnection-removestream-expected.txt:
        * media/encrypted-media/encrypted-media-syntax.html:
        * media/video-test.js:
        * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
        * security/crypto-random-values-types-expected.txt:
        * svg/dom/SVGTransformList-expected.txt:

2012-11-12  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: storage/indexeddb/cursor-prev-no-duplicate.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=101990

        Reviewed by Tony Chang.

        Race condition in test leads to flaky behavior. Refactor test to remove flake
        and clean up output.

        * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
        * storage/indexeddb/resources/cursor-prev-no-duplicate.js:
        (testFarRangeCursor_closed):
        (.trans.oncomplete):
        (.storeReq.onsuccess):
        (runTest):

2012-11-12  Hayato Ito  <hayato@chromium.org>

        Unreviewed, gardening.

        Rebase after r134287.

        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:

2012-11-12  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Convert some non-simple tests from setVersion to upgradeneeded
        https://bugs.webkit.org/show_bug.cgi?id=101959

        Reviewed by Tony Chang.

        Ongoing work to remove calls to setVersion from our tests before
        removing it from the IndexedDB API.

        * storage/indexeddb/create-and-remove-object-store-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
        * storage/indexeddb/duplicates-expected.txt:
        * storage/indexeddb/resources/create-and-remove-object-store.js:
          Create and delete were running between open and setVersion, which no
          longer makes sense.

        * storage/indexeddb/resources/database-deletepending-flag.js:
          Use optional object parameter instead of optional version parameter.

        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
          This used to call delete just after issuing setVersion but before
          receiving the corresponding success event.  Now it calls delete while
          in the upgradeneeded transaction, still causing the delete to be
          delayed by an in flight versionchange transaction.

        * storage/indexeddb/resources/duplicates.js:
          Call indexedDBTest twice to rerun the tests with a different
          database.

        * storage/indexeddb/resources/shared.js:
          Added a suffix option to support duplicates.js, switched to an
          optional object parameter.

2012-11-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] WebKit1 gardening.

        Mark fast/repaint/block-selection-gap-stale-cache.html and
        fast/repaint/block-selection-gap-stale-cache-2.html as image failures.

        * platform/efl-wk1/TestExpectations:

2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Added more Hi-DPI wont-fixes.

        * platform/chromium/TestExpectations: Added wont-fixes.

2012-11-11  Filip Pizlo  <fpizlo@apple.com>

        DFG ArithMul overflow check elimination is too aggressive
        https://bugs.webkit.org/show_bug.cgi?id=101871

        Reviewed by Oliver Hunt.

        * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor-expected.txt: Added.
        * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor.html: Added.
        * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow-expected.txt: Added.
        * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow.html: Added.
        * fast/js/dfg-mul-big-integer-with-small-integer-expected.txt: Added.
        * fast/js/dfg-mul-big-integer-with-small-integer.html: Added.
        * fast/js/dfg-mul-big-integers-expected.txt: Added.
        * fast/js/dfg-mul-big-integers.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-bitor.js: Added.
        (foo):
        * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-detect-overflow.js: Added.
        (foo):
        * fast/js/script-tests/dfg-mul-big-integer-with-small-integer.js: Added.
        (foo):
        * fast/js/script-tests/dfg-mul-big-integers.js: Added.
        (foo):

2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Updated expectations for calendar-picker.

        * platform/chromium/TestExpectations: Updated expectations.

2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>

        Marked transforms/3d/point-mapping tests as flakey.
        https://bugs.webkit.org/show_bug.cgi?id=101988

        * platform/chromium/TestExpectations: Added Expectations.

2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Added expectations for platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html
        https://bugs.webkit.org/show_bug.cgi?id=101986

        * platform/chromium/TestExpectations: Added expectations.

2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] WonFixed hi-DPI related tests.
        https://bugs.webkit.org/show_bug.cgi?id=90022

        * platform/chromium/TestExpectations: Added expectations.

2012-11-12  Ian Vollick  <vollick@chromium.org>

        Unreviewed, update chromium-mac baselines.

        * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
        * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:

2012-11-12  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update chromium-mac-lion baselines after r134279.

        * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/inline-outline-repaint-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/selection-after-delete-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/hit-test-with-br-expected.png: Added.

2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>

        [Chromium] Update expectations for calendar-picker tests..
        https://bugs.webkit.org/show_bug.cgi?id=101561

        * platform/chromium/TestExpectations: Updated expectations.

2012-11-12  Dirk Pranke  <dpranke@chromium.org>

        Unreviewd, update chromium-mac-mountainlion expectations for a few tests.

        * platform/chromium/TestExpectations:

2012-11-12  Ian Vollick  <vollick@chromium.org>

        Layout Test compositing/repaint/invalidations-on-composited-layers.html is failing/flaky
        https://bugs.webkit.org/show_bug.cgi?id=101219

        Reviewed by James Robinson.

        Force a style recalc before starting repaint tracking.

        * compositing/repaint/invalidations-on-composited-layers-expected.txt:
        * compositing/repaint/invalidations-on-composited-layers.html:
        * platform/chromium/TestExpectations:
        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:

2012-11-12  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update chromium-mac-mountainlion baselines.

        * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
        * platform/chromium-mac/fast/repaint/inline-outline-repaint-expected.png:
        * platform/chromium-mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
        * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png:
        * platform/chromium-mac/svg/custom/foreignObject-crash-on-hover-expected.png:
        * platform/chromium-mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
        * platform/chromium-mac/svg/custom/hit-test-with-br-expected.png:

2012-11-12  Dirk Pranke  <dpranke@chromium.org>

        remove the chromium-mac-mountainlion TestExpectations file
        https://bugs.webkit.org/show_bug.cgi?id=101789

        Reviewed by Ojan Vafai.

        Nearly all of the tests have been updated for 10.8 and the remaining
        failures have been merged into the main TestExpectations file. We
        don't need this hook any more.

        * platform/chromium-mac-mountainlion/TestExpectations: Removed.

2012-11-12  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        Specified width CSS tables should not include border and padding as part of that width. 
        https://bugs.webkit.org/show_bug.cgi?id=77028

        Reviewed by Julien Chaffraix.

        * fast/table/css-table-width-with-border-padding-expected.html: Added.
        * fast/table/css-table-width-with-border-padding.html: Added.
        Test added for verifying that for specified width css tables, border
        and padding are not considered as part of the specified table width.

        The test also verifies the width values for the different box-sizing
        properties viz, content-box, border-box and padding-box.

        Out of these padding-box is currently not supported even though
        the test verifies against this property as well. 
        The expected width values added for padding-box are thus incorrect
        and should be lesser by 100px (padding value).

        * fast/table/min-width-css-block-table-expected.txt:
        * fast/table/min-width-css-inline-table-expected.txt:
        * fast/table/script-tests/min-width-helpers.js:
        Existing test values changed for CSS tables that have percent width
        specified since for both these tests, border and padding has been
        specified for all the tables.

        As a result of this fix, the specified table width shall no longer
        include the border and padding values thereby increasing our table
        width size by exactly 30px (the value of border and padding in these
        tests).
        The new values for percent width css tables now match those for FF
        and Opera.

2012-11-12  David Grogan  <dgrogan@chromium.org>

        IndexedDB: convert tests from setVersion to upgradeneeded
        https://bugs.webkit.org/show_bug.cgi?id=101676

        Reviewed by Tony Chang.

        A la bug 92037, add a function to shared.js that sets up the database
        for tests where opening and versioning isn't the focus.

        * storage/indexeddb/create-object-store-options-expected.txt:
        * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
        * storage/indexeddb/createObjectStore-null-name-expected.txt:
          ...many tests and expected files...

        * storage/indexeddb/resources/shared.js:
          The new utility function indexedDBTest lives here.

        * storage/indexeddb/values-odd-types-expected.txt:

2012-11-12  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Make sure that MediaConstraints only has optional and mandatory at the top level
        https://bugs.webkit.org/show_bug.cgi?id=101733

        Reviewed by Jochen Eisinger.

        This patch adds more tests for MediaConstraints.

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

2012-11-12  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Support ResourceRequest's setTimeoutInterval
        https://bugs.webkit.org/show_bug.cgi?id=101731

        Reviewed by Simon Hausmann.

        Unskip now passing XHR timeout tests.

        * platform/qt/TestExpectations:

2012-11-12  Vsevolod Vlasov  <vsevik@chromium.org>

        Layout Test inspector/debugger/dynamic-scripts.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=99338

        Unreviewed inspector tests flakiness fix.

        * http/tests/inspector-enabled/dynamic-scripts.html:
        * inspector/debugger/dynamic-scripts.html:
        * platform/chromium/TestExpectations:

2012-11-12  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] REGRESSION(r134205): gardening. Skipped 2 failing reftests.
        https://bugs.webkit.org/show_bug.cgi?id=101933

        Reviewed by Csaba Osztrogonác.

        * platform/qt/TestExpectations:

2012-11-12  Tommy Widenflycht  <tommyw@google.com>

        Remove the V8 custom code for WebSockets constructor
        https://bugs.webkit.org/show_bug.cgi?id=100801

        Reviewed by Kentaro Hara.

        Added test for null argument to WebSocket(url).

        * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
        * http/tests/websocket/tests/hybi/url-parsing.html:
        * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
        * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
        * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:

2012-11-12  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed gardening.

        Fix my previous gardening commit: s/-actual.png/-expected.png

        * platform/qt/css3/filters/effect-reference-ordering-hw-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/effect-reference-ordering-hw-actual.png.
        * platform/qt/fast/images/png-suite/test-expected.png: Renamed from LayoutTests/platform/qt/fast/images/png-suite/test-actual.png.
        * platform/qt/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Renamed from LayoutTests/platform/qt/svg/as-image/image-respects-pageScaleFactor-change-actual.png.
        * platform/qt/svg/as-object/embedded-svg-size-changes-expected.png: Renamed from LayoutTests/platform/qt/svg/as-object/embedded-svg-size-changes-actual.png.
        * platform/qt/svg/as-object/nested-embedded-svg-size-changes-expected.png: Renamed from LayoutTests/platform/qt/svg/as-object/nested-embedded-svg-size-changes-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-actual.png.
        * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png.
        * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-actual.png.
        * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png.
        * platform/qt/svg/filters/subRegion-one-effect-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-one-effect-actual.png.
        * platform/qt/svg/filters/subRegion-two-effects-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-two-effects-actual.png.

2012-11-12  Csaba Osztrogonác  <ossy@webkit.org>

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

        * platform/qt/TestExpectations:

2012-11-12  Eugene Klyuchnikov  <eustas.bug@gmail.com>

        Web Inspector: Timeline: fix test expectations
        https://bugs.webkit.org/show_bug.cgi?id=101737

        Reviewed by Yury Semikhatsky.

        The expected order of timeline records of specific types
        have been changed: https://bugs.webkit.org/show_bug.cgi?id=101544

        This change fixes test expectations.
        Also removed expectation that test can fail.

        * inspector/timeline/timeline-receive-response-event-expected.txt:
        * platform/chromium/TestExpectations: Removed "fail" expectation.

2012-11-12  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after 134099 and 134100. Skipped two tests because layoutTestController
        needs implementation of setBackingScaleFactor().

        Reviewed by Csaba Osztrogonác.

        * platform/qt/TestExpectations:

2012-11-12  Keishi Hattori  <keishi@webkit.org>

        Add tests for month picker
        https://bugs.webkit.org/show_bug.cgi?id=101556

        Reviewed by Kent Tamura.

        Adding tests for month picker.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
        * platform/chromium/TestExpectations: Marking appearance tests as needs rebaseline.
        * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step.html: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-appearance.html: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html: Added.
        * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
        (selectedMonth): Returns ISO string for selected month.

2012-11-12  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Schedule the RTCDataChannel events to be triggered at idle state
        https://bugs.webkit.org/show_bug.cgi?id=101751

        Reviewed by Adam Barth.

        Adding shouldNotTrow to the send() calls.

        * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
        * fast/mediastream/RTCPeerConnection-datachannel.html:

2012-11-12  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions]Add support for text-shadow in region styling
        https://bugs.webkit.org/show_bug.cgi?id=94472

        Reviewed by David Hyatt.

        Original patch by Andrei Onea.
        Added tests for region styling using the text-shadow property.

        * fast/regions/region-style-text-shadow-expected.html: Added.
        * fast/regions/region-style-text-shadow.html: Added.

2012-11-12  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: wasShown is called twice when show() is called from within wasShown
        https://bugs.webkit.org/show_bug.cgi?id=101858

        Reviewed by Vsevolod Vlasov.

        * inspector/view-events-expected.txt:
        * inspector/view-events.html:

2012-11-12  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions] region-style-inline-background-color.html failing on MountainLion/Chromium
        https://bugs.webkit.org/show_bug.cgi?id=101897

        Unreviewed, disable the test on Mac/Chromium until we figure out the cause of failure.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-11-12  Shinya Kawanaka  <shinyak@chromium.org>

        Don't update style when attaching in HTMLMeterElement
        https://bugs.webkit.org/show_bug.cgi?id=101714

        Reviewed by Hajime Morita.

        * fast/dom/HTMLMeterElement/meter-bar-set-value-expected.html: Added.
        * fast/dom/HTMLMeterElement/meter-bar-set-value.html: Added.

2012-11-11  Michael Pruett  <michael@68k.org>

        Fix assertion failure in JSObject::tryGetIndexQuickly()
        https://bugs.webkit.org/show_bug.cgi?id=101869

        Reviewed by Filip Pizlo.

        Add test case for an assertion failure triggered when constructing
        a Blob with a sparse array.

        * fast/constructors/blob-sparse-array-assertion-failure.html: Added.

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

        Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
        https://bugs.webkit.org/show_bug.cgi?id=101547

        Reviewed by Simon Fraser.

        Remove Chromium test expectations as these tests now pass.

        * platform/chromium/TestExpectations:

2012-11-11  Dongwoo Joshua Im  <dw.im@samsung.com>

        [CSS3] Parsing the property, text-align-last.
        https://bugs.webkit.org/show_bug.cgi?id=99439

        Reviewed by Julien Chaffraix.

        This patch implements the parsing side of the "text-align-last" property specified
        in CSS3 working draft, with "-webkit-" prefix, under ENABLE_CSS3_TEXT flag.
        Specification link : http://www.w3.org/TR/css3-text/#text-align-last

        * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html: Added.
        * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html: Added.
        * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last-inherited.js: Added.
        (testComputedStyle):
        * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last.js: Added.
        (testElementStyle):
        (testComputedStyle):
        * platform/chromium/TestExpectations:
        * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt: Added.
        * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt: Added.
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-11-11  Keishi Hattori  <keishi@webkit.org>

        Rebaseline month/week appearance tests
        https://bugs.webkit.org/show_bug.cgi?id=101561

        Unreviewed.

        Rebaselining month/week appearance tests.

        * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png:
        * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png:
        * platform/chromium/TestExpectations:

2012-11-11  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors.
        https://bugs.webkit.org/show_bug.cgi?id=101180

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt: Added.
        * fast/dom/shadow/shadow-select-attribute-featureset.html: Added.

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

        Unreviewed, rolling out r134144.
        http://trac.webkit.org/changeset/134144
        https://bugs.webkit.org/show_bug.cgi?id=101876

        seems to break win 7 chromium browser test (Requested by
        hayato on #webkit).

        * fast/events/mouse-cursor-expected.txt: Removed.
        * fast/events/mouse-cursor.html: Removed.

2012-11-11  Kent Tamura  <tkent@chromium.org>

        Internals: MockPagePopup should not update DOM structure during detach()
        https://bugs.webkit.org/show_bug.cgi?id=101710

        Reviewed by Hajime Morita.

        Update tests because page popup closing becomes asynchronous.

        * fast/forms/resources/picker-common.js:
        (waitUntilClosing): Added. Helper to wait until a page popup closing.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:

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

        [WK2] Mark fast/repaint/body-background-image.html as flaky.

        * platform/wk2/TestExpectations:

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

        [EFL] Unreviewed gardening.

        Replace the pixel expectation for
        fast/repaint/body-background-image.html with the one generated by the
        WK1 port, since WK2 fails to render it properly at times (see bug
        101773).

        * platform/efl/fast/repaint/body-background-image-expected.png:

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

        Web Inspector: Multiple '%c' formatting options should all have effect.
        https://bugs.webkit.org/show_bug.cgi?id=101495

        Reviewed by Pavel Feldman.

        * http/tests/inspector/console-test.js:
        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
            We're no longer putting the style directly on the message's
            parent, but instead on each section of the message in order to
            support multiple styles.
        * inspector/console/console-format-style-expected.txt:
        * inspector/console/console-format-style-whitelist-expected.txt:
        * inspector/console/console-format-style.html:

2012-11-10  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [css] text-decoration:none no longer valid
        https://bugs.webkit.org/show_bug.cgi?id=101529

        Reviewed by Ojan Vafai.

        The getComputedStyle layout tests for 'text-decoration' and
        '-webkit-text-decoration-line' CSS properties are updated with the correct
        results for the 'none' value.

        * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
        * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:
        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt:
        * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js:
        * inspector/console/console-format-style-whitelist-expected.txt:

2012-11-10  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed. Rebaseline fast/images/color-jpeg-with-color-profile.html on Win.

        * platform/chromium-win/fast/images/color-jpeg-with-color-profile-expected.png: Rebaseline.
        * platform/chromium/TestExpectations:

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

        Should only fire a single set of mouse events and update hover state once when scrolling is done
        https://bugs.webkit.org/show_bug.cgi?id=99940

        Reviewed by Levi Weintraub.

        Tests basic throttling. I couldn't think of a good way to test changing
        the delay that wouldn't make for a test that takes minutes to run.

        * fast/scrolling/fake-mouse-event-throttling-expected.txt: Added.
        * fast/scrolling/fake-mouse-event-throttling.html: Added.

2012-11-09  Rick Byers  <rbyers@chromium.org>

        [chromium] Move to USE(LAZY_NATIVE_CURSOR)
        https://bugs.webkit.org/show_bug.cgi?id=101501

        Reviewed by Adam Barth.

        Remove failure expectation for fast/events/mouse-cursor.html now that
        chromium uses the same cursor architecture as other ports.

        * platform/chromium/TestExpectations:

2012-11-09  Rick Byers  <rbyers@chromium.org>

        No tests for changing mouse cursors
        https://bugs.webkit.org/show_bug.cgi?id=100550

        Reviewed by Adam Barth.

        Add a simple test covering the basic scenarios of changing a mouse
        cursor with CSS.  This includes most of the cases currently covered
        by ManualTests/*cursor*.

        * fast/events/mouse-cursor-expected.txt: Added.
        * fast/events/mouse-cursor.html: Added.
        * platform/chromium/TestExpectations: Add failure expectation.

2012-11-09  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Should pass fast/images/paletted-png-with-color-profile.html
        https://bugs.webkit.org/show_bug.cgi?id=101551

        Reviewed by Adam Barth.

        Update fast/images/paletted-png-with-color-profile.html image results for
        Mac and Win (Chromium Android and Linux don't support color profiles).

        * platform/chromium-mac/fast/images/paletted-png-with-color-profile-expected.png: Added.
        * platform/chromium-win/fast/images/paletted-png-with-color-profile-expected.png: Added.
        * platform/chromium/TestExpectations:

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

        [Chromium] Unreviewed gardening. One more baseline following 134112.

        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.

2012-11-09  Tien-Ren Chen  <trchen@chromium.org>

        Correct hit-test point scaling for document.elementFromPoint
        https://bugs.webkit.org/show_bug.cgi?id=101798

        Reviewed by Adam Barth.

        The hit-test point come from user JavaScript is in the document coordinate.
        Convert to the frame coordinate with correct scale factor for hit test.

        * fast/dom/elementFromPoint-scaled-scrolled-expected.txt: Added.
        * fast/dom/elementFromPoint-scaled-scrolled.html: Added.

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

        [EFL] More gardening.

        media/video-seek-past-end-playing.html is still flaky on WK2, skip
        it on both WK1 and WK2.

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

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

        [EFL] Unreviewed gardening.

        Skip fast/canvas/canvas-resize-reset-pixelRatio.html since
        HIGH_DPI_CANVAS is disabled by default.

        * platform/efl/TestExpectations:

2012-11-09  Tien-Ren Chen  <trchen@chromium.org>

        Correct scroll adjustment for touchEvent.clientX/clientY
        https://bugs.webkit.org/show_bug.cgi?id=101800

        Reviewed by Adam Barth.

        FrameView::scrollX/scrollY returns scroll offset in (scaled) frame coordinate.
        Convert to document coordinate before passing to JavaScript.

        * fast/events/touch/touch-scaled-scrolled-expected.txt: Added.
        * fast/events/touch/touch-scaled-scrolled.html: Added.

2012-11-09  Alexandru Chiculita  <achicu@adobe.com>

        [Texmap][CSS Shaders] Enable CSS Shaders in TextureMapperGL
        https://bugs.webkit.org/show_bug.cgi?id=98990

        Reviewed by Noam Rosenthal.

        Copied the custom-filter-blend-modes.html test file and forced the filtered elements to have 
        composited layers using 3d transforms.

        * css3/filters/custom/composited/custom-filter-blend-modes-expected.html: Added.
        * css3/filters/custom/composited/custom-filter-blend-modes.html: Added.
        * platform/qt-4.8/TestExpectations: Only Qt-Wk2 can currently run the shaders.
        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt/TestExpectations: Added a couple of tests that are not passing currently. 
        I've added 101531 to track those.

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

        [Chromium] Unreviewed gardening. A few more baselines following 134112.

        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/clip-content-under-overflow-controls-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/newly-composited-on-scroll-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/absolute-position-changed-with-composited-parent-layer-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.

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

        [Chromium] Unreviewed gardening. Widen cross-fade-invalidation expectation to include all platforms.

        * platform/chromium/TestExpectations:

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

        [EFL] Unreviewed gardening.

        Unskip fast/dom/navigator-vibration.html after r133828.

        * platform/efl-wk2/TestExpectations:

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

        [Chromium] Unreviewed gardening. Updated expectations following 134112.

        * platform/chromium/TestExpectations:

2012-11-09  Slavomir Kaslev  <skaslev@google.com>

        [chromium] Rebaselining software compositor tests.

        Patch by Slavomir Kaslev <skaslev@google.com> on 2012-11-09
        Reviewed by Adrienne Walker.

        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/chromium-android/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scrollbar-painting-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
        * platform/chromium/TestExpectations:

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

        [Chromium] Unreviewed gardening, failing new hidpi tests in r134099/r134100

        * platform/chromium/TestExpectations:

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

        Unreviewed, last few chromium-mac-mountainlion expectations cleaned up.

        * platform/chromium/TestExpectations:

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

        Unreviewed, baselines change - remove stray baselines for reftests.

        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Removed.

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

        REGRESSION (r125239): classList contains() doesn't work after element was moved from strict mode document to quirks mode document
        https://bugs.webkit.org/show_bug.cgi?id=101627

        Reviewed by Alexey Proskuryakov.

        We used to only create m_classNamesForQuirksMode in the constructor or when the class attribute
        was changed. If an element is moved from a standards document to a quirks mode document the
        m_classNamesForQuirksMode would not be up to date which lead to wrong results.

        Now we alway check if m_classNamesForQuirksMode is up to date (in quirks mode only).

        * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode-expected.txt: Added.
        * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode.html: Added.

2012-10-28  Timothy Hatcher  <timothy@apple.com>

        Test if -webkit-canvas in CSS uses the full backing store instead
        of always 1x when rendering.

        https://bugs.webkit.org/show_bug.cgi?id=100611

        Reviewed by Dean Jackson.

        * fast/canvas/canvas-as-image-hidpi-expected.png: Added.
        * fast/canvas/canvas-as-image-hidpi-expected.txt: Added.
        * fast/canvas/canvas-as-image-hidpi.html: Added.

2012-10-28  Timothy Hatcher  <timothy@apple.com>

        Test the canvas backing store pixel ratio when the buffer resizes.

        https://bugs.webkit.org/show_bug.cgi?id=100608

        Reviewed by Darin Adler.

        * fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.
        * fast/canvas/canvas-resize-reset-pixelRatio.html: Added.

2012-11-08  Ryosuke Niwa  <rniwa@webkit.org>

        RemoveFormat command doesn't remove background color
        https://bugs.webkit.org/show_bug.cgi?id=101682

        Reviewed by Tony Chang.

        Added a regression test.

        * editing/execCommand/remove-format-background-color-expected.txt: Added.
        * editing/execCommand/remove-format-background-color.html: Added.

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

        Unreviewed GTK gardening.

        Rebaselining and removing stale expectations after the Cairo
        version used in Jhbuild modules was bumped to 1.12.8 in r134073.

        * platform/gtk/TestExpectations:
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
        * platform/gtk/svg/batik/text/smallFonts-expected.png:
        * platform/gtk/svg/batik/text/smallFonts-expected.txt:
        * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
        * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
        * platform/gtk/svg/batik/text/textOnPath-expected.png:
        * platform/gtk/svg/batik/text/textOnPath-expected.txt:
        * platform/gtk/svg/batik/text/textOnPath2-expected.png:
        * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
        * platform/gtk/svg/batik/text/textOnPath3-expected.png:
        * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
        * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png:
        * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
        * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
        * platform/gtk/svg/custom/js-update-path-changes-expected.png:
        * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
        * platform/gtk/svg/custom/js-update-path-removal-expected.png:
        * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
        * platform/gtk/svg/custom/path-textPath-simulation-expected.png:
        * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:

2012-11-09  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions] Region styling properties are not filtered correctly
        https://bugs.webkit.org/show_bug.cgi?id=101768

        Reviewed by Andreas Kling.

        Visibility is not a supported region style property, therefore using it inside @-webkit-region
        should not be possible.

        * fast/regions/region-style-not-supported-properties-expected.html: Added.
        * fast/regions/region-style-not-supported-properties.html: Added.

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

        MediaStream API: Deleting all files relating to the deprecated PeerConnection00
        https://bugs.webkit.org/show_bug.cgi?id=101730

        Reviewed by Adam Barth.

        Since RTCPeerConenction has superseeded PeerConnection00 this patch removes all
        files relating to the old API.

        * fast/mediastream/SessionDescription-expected.txt: Removed.
        * fast/mediastream/SessionDescription.html: Removed.
        * fast/mediastream/constructors-expected.txt:
        * fast/mediastream/constructors.html:
        * fast/mediastream/peerconnection-Attributes-expected.txt: Removed.
        * fast/mediastream/peerconnection-Attributes.html: Removed.
        * fast/mediastream/peerconnection-addstream-expected.txt: Removed.
        * fast/mediastream/peerconnection-addstream.html: Removed.
        * fast/mediastream/peerconnection-argument-types-expected.txt: Removed.
        * fast/mediastream/peerconnection-argument-types.html: Removed.
        * fast/mediastream/peerconnection-eventlistener-optional-argument-expected.txt: Removed.
        * fast/mediastream/peerconnection-eventlistener-optional-argument.html: Removed.
        * fast/mediastream/peerconnection-iceoptions-expected.txt: Removed.
        * fast/mediastream/peerconnection-iceoptions.html: Removed.
        * fast/mediastream/peerconnection-mediastreamlist-expected.txt: Removed.
        * fast/mediastream/peerconnection-mediastreamlist.html: Removed.
        * fast/mediastream/peerconnection-removestream-expected.txt: Removed.
        * fast/mediastream/peerconnection-removestream.html: Removed.
        * fast/mediastream/script-tests/peerconnection-Attributes.js: Removed.
        * fast/mediastream/script-tests/peerconnection-addstream.js: Removed.
        * fast/mediastream/script-tests/peerconnection-argument-types.js: Removed.
        * fast/mediastream/script-tests/peerconnection-removestream.js: Removed.

2012-11-09  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [css] Text decoration's "blink" not valid when CSS3_TEXT is enabled
        https://bugs.webkit.org/show_bug.cgi?id=101750

        Reviewed by Ojan Vafai.

        This patch updates the "text-decoration" computed style layout tests to
        handle a larger variety of value combinations.

        * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
        * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:

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

        [Chromium] Unreviewed gardening - rebaseline a handful of image tests for chromium-mac-lion.

        * platform/chromium-mac-lion/platform/chromium/compositing/layout-width-change-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/compositing/video-frame-size-change-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/backgrounds-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.

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

        [EFL] Rebaseline svg tests after 99870
        https://bugs.webkit.org/show_bug.cgi?id=101756

        Unreviewed svg baseline after https://bugs.webkit.org/show_bug.cgi?id=99870.

        * platform/efl/TestExpectations:
        * platform/efl/svg/custom/pattern-scaling-expected.png: Added.
        * platform/efl/svg/custom/pattern-scaling-expected.txt: Added.
        * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:

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

        [EFL] Rebaseline fast/table/025-expected
        https://bugs.webkit.org/show_bug.cgi?id=101752

        Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=11645.

        * platform/efl/TestExpectations:
        * platform/efl/fast/table/025-expected.png:
        * platform/efl/fast/table/025-expected.txt:

2012-11-09  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel rebaseline.

        Rebaseline some tests, add missing expectations.

        * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/before-with-first-letter-expected.png: Added.
        * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Added.
        * platform/qt-5.0-wk2/svg/text/text-rescale-expected.png: Added.
        * platform/qt/css3/filters/effect-reference-ordering-hw-actual.png: Added.
        * platform/qt/fast/images/png-suite/test-actual.png: Added.
        * platform/qt/svg/as-image/image-respects-pageScaleFactor-change-actual.png: Added.
        * platform/qt/svg/as-object/embedded-svg-size-changes-actual.png: Added.
        * platform/qt/svg/as-object/nested-embedded-svg-size-changes-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-actual.png: Added.
        * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png: Added.
        * platform/qt/svg/filters/subRegion-one-effect-actual.png: Added.
        * platform/qt/svg/filters/subRegion-two-effects-actual.png: Added.

2012-11-07  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: wrong output for empty object {}
        https://bugs.webkit.org/show_bug.cgi?id=101356

        Reviewed by Vsevolod Vlasov.

        Changed preview formatting to iterate over enumerable properties only + visit the prototypes.

        * inspector/console/command-line-api-expected.txt:
        * inspector/console/command-line-api-inspect-expected.txt:
        * inspector/console/console-format-collections-expected.txt:
        * inspector/console/console-format-expected.txt:
        * platform/chromium/inspector/console/console-format-collections-expected.txt:

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

        [EFL] Refactor TestExpectations file
        https://bugs.webkit.org/show_bug.cgi?id=101738

        Unreviewed, EFL gardening. 

        Remove duplicated definitions.

        * platform/efl/TestExpectations:

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

        [EFL] Skip failing test perf/accessibility-title-ui-element.html
        https://bugs.webkit.org/show_bug.cgi?id=101728

        Unreviewed EFL gardening.

        * platform/efl/TestExpectations:

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

        [EFL] Update baselines for failing svg tests
        https://bugs.webkit.org/show_bug.cgi?id=101726

        Unreviewed EFL gardening.

        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/efl/svg/text/bidi-tspans-expected.png:
        * platform/efl/svg/text/bidi-tspans-expected.txt:

2012-11-09  Jaehun Lim  <ljaehun.lim@samsung.com>

        [EFL] css3/flexbox/multiline-justify-content.html doesn't crash
        https://bugs.webkit.org/show_bug.cgi?id=101717

        Unreviewed, EFL gardening. 

        css3/flexbox/multiline-justify-content.html doesn't crash and can be passed.

        * platform/efl/TestExpectations:

2012-11-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed, update chromium-mac baselines.

        * platform/chromium-mac/platform/chromium/compositing/layout-width-change-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/video-frame-size-change-expected.png:
        * platform/chromium-mac/platform/chromium/media/video-frame-size-change-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Added.

2012-11-08  Ryosuke Niwa  <rniwa@webkit.org>

        Remove Chromium test expectations after r133939.

        * platform/chromium/TestExpectations:

2012-11-08  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        table not aligned in center column and seems shrunk because of float:right (table-layout: fixed and width: 100%)
        https://bugs.webkit.org/show_bug.cgi?id=18153

        Reviewed by Beth Dakin.

        * fast/table/fixed-table-layout/table-with-percent-width-expected.txt: Added.
        * fast/table/fixed-table-layout/table-with-percent-width.html: Added.
        Test added to verify the width of the fixed layout tables with 100%
        width, in standards mode.

2012-11-08  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Unreviewed test expectations update.

        Unskip and start generating results for fast/images/color-jpeg-with-color-profile.html
        on Win to prepare for an upcoming rebaseline.

        * platform/chromium/TestExpectations:

2012-11-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed, Unreviewed gardening following r133972.

        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added.

2012-11-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed, update chromium expectations for svg/repaint/image-with-clip-path.svg.

        * platform/chromium/TestExpectations:

2012-11-08  Kangil Han  <kangil.han@samsung.com>

        [EFL][WK2] Make jquery/manipulation.html into one in TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=101686

        Unreviewed, EFL gardening.

        Currently there are three definitions on jquery/manipulation.html case.
        As BUG 100636 fixed, we don't need Crash definition anymore.
        Therefore, this patch makes this case into one definition without Crash in TestExpectations.

        * platform/efl/TestExpectations:

2012-11-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed, update chromium expectations for tables/.

        * platform/chromium-mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/core/captions3-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:

2012-11-08  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update chromium-mac-mountainlion baselines for fast/

        Also roll remaining mountainlion-specific failures into the main
        TestExpectations file.

        * platform/chromium/TestExpectations:
        * platform/chromium-mac-mountainlion/TestExpectations:

2012-11-08  Keishi Hattori  <keishi@webkit.org>

        Enable calendar picker for input types week/month
        https://bugs.webkit.org/show_bug.cgi?id=101553

        Reviewed by Kent Tamura.

        * platform/chromium/TestExpectations: Mark week/month appearance tests as needs rebaseline.

2012-11-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed, update chromium expectations to remove a duplication.

        * platform/chromium/TestExpectations:

2012-11-08  Dongwoo Joshua Im  <dw.im@samsung.com>

        [QT] css3/line-break should be removed from TestExpectations.
        https://bugs.webkit.org/show_bug.cgi?id=101562

        Unreviewed gardening.

        css3/line-break is removed by http://trac.webkit.org/changeset/133644.

        * platform/qt/TestExpectations:

2012-11-08  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update chromium expectations for chromium-mac-mountainlion svg failure.

        * platform/chromium/TestExpectations:

2012-11-08  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, chromium-mac-mountainlion baselines for tables/.

        * platform/chromium/TestExpectations:
        * platform/chromium-mac-mountainlion/TestExpectations:

2012-11-08  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening following r133972.

        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added.

2012-11-08  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Arabic digits should appear left-to-right
        https://bugs.webkit.org/show_bug.cgi?id=101440

        Reviewed by Tony Chang.

        Add a test that checks Arabic digits appear in increasing order from left to right.

        * fast/text/international/arabic-digits-expected.html: Added.
        * fast/text/international/arabic-digits.html: Added.

2012-11-08  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed. Some more gardening after r133898.

        * platform/efl/TestExpectations:

2012-11-08  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=101644
        Fixed header on Facebook news feed becomes detached from top of 
        viewport after rubber band scrolling
        -and corresponding-
        <rdar://problem/12651944>

        Reviewed by Simon Fraser.

        New test ensures that negative offsets will not make their way into 
        the FixedPositionViewportConstraints.
        * platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed/negative-scroll-offset.html: Added.

2012-11-08  Alpha Lam  <hclam@chromium.org>

        [chromium] Deferred image decoding fails with image orientation
        https://bugs.webkit.org/show_bug.cgi?id=101648

        Reviewed by Stephen White.

        Update test expectations and baselines accordingly since these two
        tests are now passing with deferred image decoding.

        fast/images/exif-orientation-image-document.html
        fast/images/exif-orientation.html

        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-11-08  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Polygon with horizontal bottom edges returns incorrect segments
        https://bugs.webkit.org/show_bug.cgi?id=100874

        Reviewed by Dirk Schulze.

        Added two additional tests for rectilinear polygons, where the tops and bottoms
        of lines intersect the polygons' horizontal edges. More tests of this kind will
        be needed when exclusion layout supports polygons that break horizontal lines up
        into more than one segment.

        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004.html: Added.

2012-11-08  Christophe Dumez  <christophe.dumez@intel.com>

        [JSC] HTML extensions to String.prototype should escape " as &quot; in argument values
        https://bugs.webkit.org/show_bug.cgi?id=90667

        Reviewed by Benjamin Poulain.

        Add layout test coverage for the following String.prototype methods:
        - String.prototype.anchor(name)
        - String.prototype.fontcolor(color)
        - String.prototype.fontsize(size)
        - String.prototype.link(href)

        Those tests also check that the quotation mark is correctly escaped
        in argument values to prevent potential exploits.

        * fast/js/string-anchor-expected.txt: Added.
        * fast/js/string-anchor.html: Added.
        * fast/js/string-fontcolor-expected.txt: Added.
        * fast/js/string-fontcolor.html: Added.
        * fast/js/string-fontsize-expected.txt: Added.
        * fast/js/string-fontsize.html: Added.
        * fast/js/string-link-expected.txt: Added.
        * fast/js/string-link.html: Added.
        * platform/chromium/TestExpectations: Skip new tests for chromium port due
        to http://code.google.com/p/v8/issues/detail?id=2218

2012-11-08  Joshua Bell  <jsbell@chromium.org>

       [Chromium] Unreviewed gardening. Added missing *-expected.txt following rebaselines.

        * platform/chromium-mac/fast/css/text-overflow-input-expected.txt: Added.
        * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
        * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.

2012-11-08  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed. Some more gardening after r133898.

        * platform/efl/TestExpectations:

2012-11-08  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening - rebaseline a couple of tests for lion.

        * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png: Added.

2012-11-08  Huang Dongsung  <luxtella@company100.net>

        Coordinated Graphics: Remove an invisible TiledBackingStore of CoordinatedGraphicsLayer.
        https://bugs.webkit.org/show_bug.cgi?id=101424

        Reviewed by Noam Rosenthal.

        Coordinated Graphics had a bug when a compositing div has a compositing
        img with an absolute position property. This test is added to prevent from
        a regression.

        * compositing/nested-direct-image-compositing-expected.png: Added.
        * compositing/nested-direct-image-compositing-expected.txt: Added.
        * compositing/nested-direct-image-compositing.html: Added.

2012-11-08  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed. Some more gardening after r133898.

        * platform/efl/TestExpectations:

2012-11-08  Erik Arvidsson  <arv@chromium.org>

        setAttributeNode and friends should not have optional argument
        https://bugs.webkit.org/show_bug.cgi?id=101631

        Reviewed by Ojan Vafai.

        Fix getAttributeNode, getAttributeNodeNS and removeAttributeNode to make the Attr
        argument mandatory.

        These used to throw DOMExceptions when an invalid type was passed instead of
        TypeError which is also a spec violation.

        * fast/dom/Element/attr-param-typechecking-expected.txt:
        * fast/dom/Element/script-tests/attr-param-typechecking.js:

2012-11-08  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-08  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaselines.

        * platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/text-overflow-input-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/input-disabled-color-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/input-readonly-dimmed-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/search-rtl-expected.png: Added.
        * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
        * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
        * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
        * platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/efl-wk1/fast/css: Added.
        * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
        * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Added.
        * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
        * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Added.
        * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Added.
        * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
        * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Removed.
        * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
        * platform/efl/fast/css/text-overflow-input-expected.png: Removed.
        * platform/efl/fast/css/text-overflow-input-expected.txt: Removed.
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
        * platform/efl/fast/forms/basic-textareas-quirks-expected.png: Removed.
        * platform/efl/fast/forms/basic-textareas-quirks-expected.txt: Removed.
        * platform/efl/fast/forms/input-disabled-color-expected.png: Removed.
        * platform/efl/fast/forms/input-disabled-color-expected.txt: Removed.
        * platform/efl/fast/forms/input-readonly-dimmed-expected.png: Removed.
        * platform/efl/fast/forms/input-readonly-dimmed-expected.txt: Removed.
        * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.png: Removed.
        * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
        * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Removed.
        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Removed.
        * platform/efl/fast/replaced/width100percent-textarea-expected.png: Removed.

2012-11-08  Tony Chang  <tony@chromium.org>

        Layout test editing/pasteboard/file-drag-to-editable.html flaky
        https://bugs.webkit.org/show_bug.cgi?id=101092

        Reviewed by Ryosuke Niwa.

        Fix a flaky test.  The problem was that we were confusing the test harness by
        trying to do a navigation before the initial load finished (the notifyDone()
        call did nothing because waitUntilDone() was missing).  Depending on the state
        of the frame loader when the test run, there was a race in whether or not we
        would dump the results before or after completing the script execution.

        Fix this by restructuring the test to run during onload and by calling notifyDone()
        after the file load attempt failed.

        * editing/pasteboard/file-drag-to-editable-expected.txt:
        * editing/pasteboard/script-tests/file-drag-to-editable.js:
        (runTest.window.onbeforeunload): Simplify and don't run nofityDone yet.
        (runTest): Run test during onload event.
        * platform/chromium/TestExpectations: Remove flaky marker.

2012-11-08  Erik Arvidsson  <arv@chromium.org>

        Wrong error type is thrown for type errors in callbacks
        https://bugs.webkit.org/show_bug.cgi?id=101502

        Reviewed by Adam Barth.

        We should be throwing a TypeError and not a DOMException with code TYPE_MISMATCH_ERR.

        http://www.w3.org/TR/WebIDL/#es-callback-function

        * fast/mediastream/argument-types-expected.txt:
        * fast/mediastream/peerconnection-argument-types-expected.txt:
        * fast/mediastream/script-tests/argument-types.js:
        * fast/mediastream/script-tests/peerconnection-argument-types.js:
        * fast/workers/storage/open-database-inputs-sync-expected.txt:

2012-11-08  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed. Even more gardening after r133898.

        * platform/efl/TestExpectations:

2012-11-08  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening - widen flaky expectation to include crash

        * platform/chromium/TestExpectations:

2012-11-08  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed. More gardening after r133898.

        * platform/efl/TestExpectations:

2012-11-08  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening - fix lint failures in expectations file.

        * platform/chromium/TestExpectations:

2012-11-08  Joshua Bell  <jsbell@chromium.org>

        Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
        https://bugs.webkit.org/show_bug.cgi?id=101547

        [Chromium] Unreviewed gardening - test expectations update.

        * platform/chromium/TestExpectations:

2012-11-08  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Test expectations for failing image tests following Chromium r166632.

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-08  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Widen flaky crash expectation fast/workers/worker-multi-startup.html to include linux.

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-08  Joshua Bell  <jsbell@chromium.org>

        [Chromium] http/tests/inspector/indexeddb/database-data.html ASSERT on Win7 following r133855
        https://bugs.webkit.org/show_bug.cgi?id=101618

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-08  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline for r101497.

        * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt: Added.
        * platform/chromium-mac-lion/fast/multicol/span: Added.
        * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
        * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
        * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.txt: Added.
        * platform/chromium-mac-lion/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.png:
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.txt: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png:
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
        * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
        * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
        * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/chromium-mac/fast/forms/basic-textareas-expected.png:
        * platform/chromium-mac/fast/forms/basic-textareas-expected.txt:
        * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
        * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.txt:
        * platform/chromium-mac/fast/forms/input-disabled-color-expected.png:
        * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt:
        * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png:
        * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt: Added.
        * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png:
        * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
        * platform/chromium-mac/fast/forms/search-rtl-expected.png:
        * platform/chromium-mac/fast/forms/search-rtl-expected.txt: Added.
        * 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/replaced/width100percent-textarea-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.txt: Added.
        * platform/chromium-mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/css/text-overflow-input-expected.txt: Removed.
        * platform/chromium/fast/forms/input-readonly-dimmed-expected.txt: Removed.
        * platform/chromium/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
        * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Removed.
        * platform/mac/fast/css/text-overflow-input-expected.txt: Removed.
        * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Removed.
        * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.

2012-11-08  Wei Fanzhe  <whyer1@gmail.com>

        While absolute positioning is put before the first flexitem, flexitems will move to a new line.
        https://bugs.webkit.org/show_bug.cgi?id=101294

        Reviewed by Ojan Vafai.

        Add a case to test flexible layout while absolute positioning is put before the first flexitem.

        * css3/flexbox/flex-algorithm-expected.txt:
        * css3/flexbox/flex-algorithm.html:

2012-11-08  Yael Aharon  <yael.aharon@intel.com>

        Unreviewed. Gardening after r133898.

        * platform/efl/TestExpectations:

2012-11-07  Emil A Eklund  <eae@chromium.org>

        Fix enclosingLayoutRect calls in InlineFlowBox.h
        https://bugs.webkit.org/show_bug.cgi?id=101497

        Reviewed by Levi Weintraub.

        Update tests expectations to reflect change form
        enclosingIntRect to enclosingLayoutRect.

        * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
        * 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.txt:
        * platform/chromium-win/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
        * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
        * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
        * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
        * platform/mac/fast/css/text-overflow-input-expected.txt:
        * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/mac/fast/forms/basic-textareas-expected.txt:
        * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
        * platform/mac/fast/forms/input-disabled-color-expected.txt:
        * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
        * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
        * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
        * platform/mac/fast/forms/search-rtl-expected.txt:
        * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
        * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
        * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
        * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:

2012-11-08  Alexander Shalamov  <alexander.shalamov@intel.com>

        Rebaseline fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html after r133884
        https://bugs.webkit.org/show_bug.cgi?id=101597

        Unreviewed, WebKit gardening.

        Layout tests fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html
        need new test expectations after r133884.

        * fast/media/mq-resolution-expected.txt:
        * fast/media/w3c/test_media_queries-expected.txt:

2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Rebaseline fast/canvas/fillText-shadow.html
        https://bugs.webkit.org/show_bug.cgi?id=101587

        Unreviewed gardening.

        Test fast/canvas/fillText-shadow.html has to be rebased after r133834.

        * platform/efl/fast/canvas/fillText-shadow-expected.txt:

2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r133807 and r133820
        https://bugs.webkit.org/show_bug.cgi?id=101585

        Unreviewed gardening.

        Skipping of compositing/absolute-inside-out-of-view-fixed.html and
        editing/execCommand/switch-list-type-with-orphaned-li.html for EFL.

        * platform/efl/TestExpectations:

2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Rebaseline svg/css/group-with-shadow.svg
        https://bugs.webkit.org/show_bug.cgi?id=101592

        Unreviewed gardening.

        Test svg/css/group-with-shadow.svg has to be rebaselined after r133834.

        * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Removed.
        * platform/efl/svg/css/group-with-shadow-expected.png: Added.
        * platform/efl/svg/css/group-with-shadow-expected.txt:

2012-11-08  Alexander Shalamov  <alexander.shalamov@intel.com>

        Warn in the inspector console when using dpi and dpcm units outside of media="print"
        https://bugs.webkit.org/show_bug.cgi?id=100865

        Reviewed by Kenneth Rohde Christiansen.

        Added layout test that checks if warning is printed to console when dpi or dpcm CSS
        units are used for resolution media feature.

        * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
        * fast/media/mq-resolution-dpi-dpcm-warning.html: Added.

        Skip tests for platforms that doesn't support resolution media feature.

        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:

2012-11-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a platform-specific baseline for the test added in r133868.

        * platform/gtk/http/tests/security/XFrameOptions: Added.
        * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.

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

        [Qt] Unreviewed Gardening.

        Skip a failing after r133820. Added new baseline after 133834. Update expectation after 133638.

        * platform/qt/TestExpectations:
        * platform/qt/css3/filters/effect-reference-expected.png:
        * platform/qt/css3/filters/effect-reference-expected.txt:
        * platform/qt/svg/css/group-with-shadow-expected.txt:

2012-11-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a failure expectation for editing/execCommand/switch-list-type-with-orphaned-li.html,
        the test regressed in r133820
        Further rebaselining after r133834.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/canvas/fillText-shadow-expected.txt:
        * platform/gtk/svg/css/group-with-shadow-expected.png:
        * platform/gtk/svg/css/group-with-shadow-expected.txt:

2012-11-08  Mike West  <mkwst@chromium.org>

        Warn when parsing an invalid X-Frame-Options header.
        https://bugs.webkit.org/show_bug.cgi?id=101447

        Reviewed by Adam Barth.

        * http/tests/security/XFrameOptions/resources/x-frame-options-invalid.cgi: Added.
        * http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
        * http/tests/security/XFrameOptions/x-frame-options-invalid.html: Added.
            New test with an invalid frame option value.

2012-11-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Moving some expectations to proper sections, unskiping a couple of tests
        and merging expectations for tests in printing/.

        * platform/gtk/TestExpectations:

2012-11-08  Eugene Klyuchnikov  <eustas.bug@gmail.com>

        Web Inspector: Timeline: Improve time/timeEnd appearance.
        https://bugs.webkit.org/show_bug.cgi?id=100936

        Reviewed by Yury Semikhatsky.

        Tested gluing of time/timeEnd records.

        * inspector/timeline/timeline-time-expected.txt: Added.
        * inspector/timeline/timeline-time.html: Added.

2012-11-08  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: move front-end methods called from native part to InspectorFrontendAPI
        https://bugs.webkit.org/show_bug.cgi?id=101463

        Reviewed by Vsevolod Vlasov.

        Moved Web Inspector methods called from native code to InspectorFrontendAPI.

        * http/tests/inspector-protocol/resources/InspectorTest.js:
        (InspectorFrontendAPI.dispatchMessageAsync):

2012-11-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining after r131974, r133037 and r133834.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/gtk/fast/table/025-expected.png:
        * platform/gtk/fast/table/025-expected.txt:
        * platform/gtk/svg/css/arrow-with-shadow-expected.png:
        * platform/gtk/svg/css/arrow-with-shadow-expected.txt:
        * platform/gtk/svg/css/clippath-with-shadow-expected.txt:
        * platform/gtk/svg/css/composite-shadow-example-expected.png:
        * platform/gtk/svg/css/composite-shadow-example-expected.txt:
        * platform/gtk/svg/css/composite-shadow-text-expected.png:
        * platform/gtk/svg/css/composite-shadow-with-opacity-expected.png: Added.
        * platform/gtk/svg/css/composite-shadow-with-opacity-expected.txt:
        * platform/gtk/svg/css/shadow-changes-expected.png:
        * platform/gtk/svg/css/shadow-changes-expected.txt:
        * platform/gtk/svg/custom/pattern-scaling-expected.png: Added.
        * platform/gtk/svg/custom/pattern-scaling-expected.txt: Added.
        * platform/gtk/svg/custom/pattern-skew-transformed-expected.png:
        * platform/gtk/svg/custom/pattern-skew-transformed-expected.txt: Added.
        * platform/gtk/svg/custom/pattern-with-transformation-expected.png:
        * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt:
        * platform/gtk/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
        * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:

2012-11-08  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        User can change a disabled select (drop down box)
        https://bugs.webkit.org/show_bug.cgi?id=100932

        Reviewed by Kent Tamura.

        Verify that keyboard events do not change value of disabled select.

        * fast/forms/select/select-disabled-expected.txt: Added.
        * fast/forms/select/select-disabled.html: Added.

2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>

        [Chromium] Web Inspector: some tests failing with "Cannot call method 'hasTextContent' of undefined"
        https://bugs.webkit.org/show_bug.cgi?id=94501

        Unreviewed unskipped test.

        * platform/chromium/TestExpectations:

2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Migrate inspector IndexedDB support to frontend API.
        https://bugs.webkit.org/show_bug.cgi?id=101457

        Reviewed by Pavel Feldman.

        * http/tests/inspector/indexeddb/database-data.html:

2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Infinite loop in DataGrid::autoSizeColumn
        https://bugs.webkit.org/show_bug.cgi?id=101363

        Reviewed by Pavel Feldman.

        * inspector/datagrid-autosize-expected.txt: Added.
        * inspector/datagrid-autosize.html: Added.

2012-11-07  Keishi Hattori  <keishi@webkit.org>

        Implement week picking to calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=101449

        Reviewed by Kent Tamura.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Needs to be changed because we changed DaysTable DOM.

2012-11-07  Hayato Ito  <hayato@chromium.org>

        Unreviewed, WebKit gardening.

        Put the deleted line back in r133849 and delete the other one.

        * platform/chromium/TestExpectations:

2012-11-07  Hayato Ito  <hayato@chromium.org>

        Unreviewed, WebKit gardening.

        Remove a duplication which caused a webkit-lint error.

        * platform/chromium/TestExpectations:

2012-11-07  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r133841.
        http://trac.webkit.org/changeset/133841
        https://bugs.webkit.org/show_bug.cgi?id=101542

        Reverted patches were innocent (Requested by shinyak on
        #webkit).

        * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added.
        * fast/dom/shadow/styling-pseudo-attribute.html: Added.
        * platform/chromium/TestExpectations:

2012-11-07  Hayato Ito  <hayato@chromium.org>

        Unreviewed, WebKit gardening.

        Rebaseline after r133384.
        
        * fast/repaint/moving-shadow-on-container-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/repaint/moving-shadow-on-container-expected.txt.
        * platform/chromium-linux-x86/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
        * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
        * platform/chromium-linux/svg/css/group-with-shadow-expected.png: Added.
        * platform/chromium-linux/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
        * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.png.
        * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
        * platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
        * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.txt:
        * platform/chromium-mac/svg/css/group-with-shadow-expected.png: Added.
        * platform/chromium-mac/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
        * platform/chromium-win-xp/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
        * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added.
        * platform/chromium-win-xp/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
        * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
        * platform/chromium-win/svg/css/group-with-shadow-expected.png: Added.
        * platform/chromium-win/svg/css/group-with-shadow-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
        * platform/chromium/svg/css/group-with-shadow-expected.png: Removed.
        * platform/efl-wk1/fast/repaint/moving-shadow-on-container-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-container-expected.png.
        * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/group-with-shadow-expected.png.
        * platform/efl/fast/repaint/moving-shadow-on-container-expected.txt: Removed.

2012-11-07  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, new chromium-mac-mountainlion svg baselines.

2012-11-07  Shinya Kawanaka  <shinyak@chromium.org>

        Unreviewed, rolling out r133428 and r133749
        https://bugs.webkit.org/show_bug.cgi?id=101533

        These patches might cause memory regression.

        * fast/dom/shadow/styling-pseudo-attribute-expected.html: Removed.
        * fast/dom/shadow/styling-pseudo-attribute.html: Removed.
        * platform/chromium/TestExpectations:

2012-11-07  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        Marking new test editing/execCommand/switch-list-type-with-orphaned-li.html per webkit.org/b/101539.

        * platform/chromium/TestExpectations:

2012-11-07  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, new chromium-mac-mountainlion baselines for remaining dirs outside of fast, svg, and tables.

2012-11-07  Tim Horton  <timothy_horton@apple.com>

        Repaint issues with -webkit-svg-shadow used on a container
        https://bugs.webkit.org/show_bug.cgi?id=65643
        <rdar://problem/7600532>

        Reviewed by Simon Fraser.

        * platform/chromium/TestExpectations: Mark tests as needing rebaseline.
        * platform/efl/TestExpectations: Mark tests as needing rebaseline.
        * platform/gtk/TestExpectations: Mark tests as needing rebaseline.
        * platform/qt/TestExpectations: Mark tests as needing rebaseline.

        * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt:
        * platform/mac/svg/css/arrow-with-shadow-expected.txt:
        * platform/mac/svg/css/clippath-with-shadow-expected.txt:
        * platform/mac/svg/css/composite-shadow-example-expected.txt:
        * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt:
        * platform/mac/svg/css/group-with-shadow-expected.txt:
        * platform/mac/svg/css/shadow-changes-expected.txt:
        * platform/mac/svg/custom/simple-text-double-shadow-expected.txt:
        Rebaseline Mac results due to this change.

        * svg/css/parent-shadow-offscreen-expected.svg: Added.
        * svg/css/parent-shadow-offscreen.svg: Added.
        Add a new test that ensures that <g> with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not.

        * svg/css/root-shadow-offscreen-expected.svg: Added.
        * svg/css/root-shadow-offscreen.svg: Added.
        Add a new test that ensures that <svg> with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not.

        * platform/mac/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
        * svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
        * svg/repaint/repaint-webkit-svg-shadow.svg: Added.
        Add a new test that ensures that SVG elements with -webkit-svg-shadow are correctly invalidated.

2012-11-07  Roger Fong  <roger_fong@apple.com>

        Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
        https://bugs.webkit.org/show_bug.cgi?id=101538

        Rubberstamped by Tim Horton.

        * platform/win/css1/font_properties/font-expected.txt:
        * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
        * 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/mixed-editability-10-expected.txt:
        * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
        * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
        * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
        * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
        * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
        * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
        * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
        * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
        * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
        * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
        * platform/win/fast/borders/bidi-012-expected.txt:
        * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
        * platform/win/fast/forms/file/file-input-disabled-expected.txt:
        * platform/win/fast/inline/inline-box-background-expected.txt:
        * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
        * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
        * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
        * platform/win/fast/lists/003-vertical-expected.txt:
        * platform/win/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/win/transforms/2d/hindi-rotated-expected.txt:

2012-11-07  Keishi Hattori  <keishi@webkit.org>

        [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=101408

        Reviewed by Kent Tamura.

        Mistake with timezone was making this test flaky.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:

2012-11-07  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, new chromium-mac-mountainlion baselines for css3/selectors3.

2012-11-07  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, chromium expectations cleanup

        Remove entries for a couple of passing tests and one stale pixel
        result for a reftest.

        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-11-07  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update chromium-mac-ml expectations after r133811 and r133814.

        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium-mac/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
        * platform/chromium-mac/css2.1/20110323/overflow-applies-to-007-expected.png: Removed.
        * platform/chromium-mac/css2.1/20110323/overflow-applies-to-010-expected.png: Removed.
        * platform/chromium-mac/css2.1/20110323/overflow-applies-to-012-expected.png: Removed.
        * platform/chromium-mac/css2.1/20110323/overflow-applies-to-013-expected.png: Removed.
        * platform/chromium-mac/css2.1/20110323/overflow-applies-to-014-expected.png: Removed.
        * platform/chromium-mac/css2.1/20110323/overflow-applies-to-015-expected.png: Removed.
        * platform/chromium-mac/css2.1/20110323/text-indent-014-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-11-07  KyungTae Kim  <ktf.kim@samsung.com>

        [EFL] Remove exif-orientation-image-document.html from failure list
        https://bugs.webkit.org/show_bug.cgi?id=101518

        Unreviewed gardening.

        fast/images/exif-orientation-image-document.html passes after r133728

        * platform/efl-wk1/TestExpectations:

2012-11-07  Philip Rogers  <pdr@google.com>

        Rebaselinene after external SVG unblocked in WK100485
        https://bugs.webkit.org/show_bug.cgi?id=101248

        Unreviewed update of test expectations.

        * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added.
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type.
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
        * platform/chromium/TestExpectations:

2012-11-07  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update chromium-mac-mountainlion baselines for css2.1

2012-11-07  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update chromium-mac-mountainlion baselines for css2.1/20110323

2012-11-07  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-07  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=101303
        Fixed position elements that are out of view still end up forcing 
        non-threaded scrolling
        -and corresponding-
        <rdar://problem/12642222>

        Reviewed by Simon Fraser.

        New tests for an invisible fixed object that has visible children.
        * compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
        * compositing/absolute-inside-out-of-view-fixed.html: Added.
        * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html: Added.

        Updated results because these tests can now scroll on the scrolling 
        thread, yay!
        * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt:
        * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt:

2012-11-07  Philip Rogers  <pdr@google.com>

        Update expectations for svg/text/text-rescale.svg

        Unreviewed update of test expectations.

        This test needed a rebaseline after r133786.

        * platform/chromium-win/svg/text/text-rescale-expected.png:
        * platform/efl/svg/text/text-rescale-expected.png: Removed.

2012-11-07  Philip Rogers  <pdr@google.com>

        Skip SVG repaint tracking when parent container transforms
        https://bugs.webkit.org/show_bug.cgi?id=101177

        Reviewed by Eric Seidel.

        The repaint area in svg/repaint/inner-svg-change-viewBox.svg has
        been tightened as a result of this patch.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-11-07  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Text on scaled layer is blurry
        https://bugs.webkit.org/show_bug.cgi?id=101491

        Unreviewed gardening.

        Mark tests as ImageOnlyFailure.

        * platform/qt-5.0-wk2/TestExpectations:

2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        Enable text dump in fast/forms/file/get-file-upload.html earlier.
        https://bugs.webkit.org/show_bug.cgi?id=101468

        Reviewed by Kentaro Hara.

        Do not call testRunner.dumpAsText() only when processing the form
        submission, since that will not be triggered if a port does not
        support, say, beginDragWithFiles(), and a useless pixel result
        will be generated in that case.

        Instead, call dumpAsText() as early as possible.

        * fast/forms/file/get-file-upload.html:

2012-11-07  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Assertion failure with open() within upgradeneeded
        https://bugs.webkit.org/show_bug.cgi?id=96947

        Reviewed by Dimitri Glazkov.

        Exercise the code path leading to the assert by having a second version change transaction
        unblocked by the first's connection closing. Includes a known failure due to metadata
        snapshot timing.

        * storage/indexeddb/resources/unblocked-version-changes.js: Added.
        (test):
        (openConnection):
        (onUpgradeNeeded):
        (onError):
        (onUpgradeNeeded2):
        (onSuccess):
        * storage/indexeddb/unblocked-version-changes-expected.txt: Added.
        * storage/indexeddb/unblocked-version-changes.html: Added.

2012-11-06  Simon Fraser  <simon.fraser@apple.com>

        Fix failing platform/mac/tiled-drawing on Lion.
        
        It's not possible to use TestExpectations to skip tests on all but current mac-wk2,
        so just land results for Lion.

        * platform/mac-lion/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
        * platform/mac-lion/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.

2012-11-07  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] Style should update when 'pseudo' attribute is dynamically updated
        https://bugs.webkit.org/show_bug.cgi?id=100918

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/pseudo-attribute-dynamic-expected.html: Added.
        * fast/dom/shadow/pseudo-attribute-dynamic.html: Added.

2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed test expectations update.

        * platform/chromium/TestExpectations:

2012-11-07  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening. Rebaseline the tests added
        in http://trac.webkit.org/changeset/133686 - part deux.

        * platform/chromium-win/fast/backgrounds/transformed-body-background-expected.png: Added.
        * platform/chromium-win/fast/backgrounds/transformed-body-html-background-expected.png: Added.
        * platform/chromium-win/fast/backgrounds/transformed-html-body-background-expected.png: Added.

2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>

        Layout Test inspector/debugger/script-formatter-breakpoints.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=101361

        Unreviewed test fix.

        * inspector/debugger/script-formatter-breakpoints.html:
        * platform/chromium/TestExpectations:

2012-11-07  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Unreviewed gardening

        Some image expectetions was accidentally added for reference tests and it consused nrwt.
        Deleted them.

        * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Removed.
        * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Removed.
        * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Removed.

2012-11-07  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a timeout expectation for the test introduced in r133660.
        Adding timeout expectations for two media tests that started timing
        out probably after r133633.

        * platform/gtk/TestExpectations:

2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Rebaselining a few ruby tests.

        * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
        * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
        * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
        * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
        * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
        * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:

2012-11-07  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening after r133688, remove unnecessary platform specific expected files.

        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed.

2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        navigator-vibration.html is still crashing occasionally.

        * platform/efl-wk2/TestExpectations:

2012-11-07  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] Save CanvasGradient objects state for a replay
        https://bugs.webkit.org/show_bug.cgi?id=101432

        Reviewed by Pavel Feldman.

        Alerts about API changes to CanvasGradient and CanvasPattern classes.
        Checks capturing for CanvasGradient objects' state.

        * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt:
        * inspector/profiler/canvas2d/canvas2d-api-changes.html:
        * inspector/profiler/canvas2d/canvas2d-gradient-capturing-expected.txt: Added.
        * inspector/profiler/canvas2d/canvas2d-gradient-capturing.html: Added.

2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        fast/repaint/block-selection-gap-in-table-cell.html is not
        rendering correctly, so skip it when running pixel tests. Need a

        * platform/efl/TestExpectations:

2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed inspector test polish.
        Made http/tests/indexeddb/database-data.html test faster, added more verbose errors for test debugging.

        * http/tests/inspector/indexeddb/database-data-expected.txt:
        * http/tests/inspector/indexeddb/database-data.html:
        * http/tests/inspector/indexeddb/indexeddb-test.js:
        (onIndexedDBError):
        (onIndexedDBBlocked):
        (doWithDatabase):

2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening. Add or fix a few pixel expectations.

        * platform/efl/compositing/plugins/composited-plugin-expected.png:
        * platform/efl/compositing/repaint/composited-document-element-expected.png: Added.
        * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
        * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
        * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
        * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
        * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
        * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
        * platform/efl/plugins/iframe-plugin-bgcolor-expected.png: Added.
        * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
        * platform/efl/plugins/netscape-dom-access-expected.png: Added.

2012-11-07  Stephen White  <senorblanco@chromium.org>

        Now that it no longer produces image results, remove unnecessary
        PNGs for crash-hw-sw-switch.html.  Unreviewed.

        * platform/chromium-android/css3/filters/crash-hw-sw-switch-expected.png: Removed.
        * platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed.
        * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png: Removed.
        * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed.
        * platform/qt/css3/filters/crash-hw-sw-switch-expected.png: Removed.

2012-11-07  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
        https://bugs.webkit.org/show_bug.cgi?id=93611

        Reviewed by Gyuyoung Kim.

        Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
        Add new missing baselines for two spelling tests for EFL platform.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
        * platform/efl/editing/spelling/spelling-expected.txt: Added.

2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Marking new test media/progress-events-generated-correctly.html as failing on EFL.

        * platform/efl/TestExpectations:

2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Fix execution of exif-orientation-image-document.html on EFL Wk2 bot
        https://bugs.webkit.org/show_bug.cgi?id=101343

        Reviewed by Kenneth Rohde Christiansen.

        Unskipping exif-orientation-image-document.html now that respecting
        orientation is default enabled for image documents.

        * platform/efl-wk2/TestExpectations:

2012-11-06  Yury Semikhatsky  <yurys@chromium.org>

        Console not displaying all properties of an Object once native Constructor overwritten
        https://bugs.webkit.org/show_bug.cgi?id=101320

        Reviewed by Pavel Feldman.

        Check that Web Inspector's console works fine if Object is overwritten in the inspected
        page.

        * inspector/console/console-Object-overwritten-expected.txt: Added.
        * inspector/console/console-Object-overwritten.html: Added.

2012-11-06  Kangil Han  <kangil.han@samsung.com>

        [EFL][WK2] media/media-continues-playing-after-replace-source.html fails
        https://bugs.webkit.org/show_bug.cgi?id=101429

        Unreviewed, EFL gardening.

        media-continues-playing-after-replace-source.html test case crashes in WK2 only.

        * platform/efl-wk2/TestExpectations:

2012-11-06  Dan Beam  <dbeam@chromium.org>                                                                                          

        Enable REQUEST_AUTOCOMPLETE for chromium port
        https://bugs.webkit.org/show_bug.cgi?id=101376

        Reviewed by Adam Barth.

        This patch enables the feature flag REQUEST_AUTOCOMPLETE in WebKit/chromium only to allow web authors to start to use
        HTMLFormElement#requestAutocomplete as the chrome-side work progresses further.

        * fast/forms/form-request-autocomplete-expected.txt:

        Updated to match form-request-autocomplete.html changes.

        * fast/forms/form-request-autocomplete.html:

        Remove bug number as per Adam Barth <abarth@webkit.org>'s advice.

        * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Added.

        Adding expected successful layout test for form-request-autocomplete.html tests to chromium specific directory
        (as chromium is currently the only place the feature is enabled).

2012-11-06  Ken Buchanan  <kenrb@chromium.org>

        Crash due to column span under button element
        https://bugs.webkit.org/show_bug.cgi?id=101402

        Reviewed by Abhishek Arya.

        Test creates crashing condition for bug 101402.

        * fast/block/colspan-under-button-crash.html: Added.
        * fast/block/colspan-under-button-crash-expected.txt: Added.

2012-11-06  Jaehun Lim  <ljaehun.lim@samsung.com>

        [EFL][WK2] fast/dom/shadow/shadowdom-for-object-only-shadow.html fails
        https://bugs.webkit.org/show_bug.cgi?id=101417

        Unreviewed, EFL gardening.

        shadowdom-for-object-only-shadow.html test is flaky in WK2 only.

        * platform/efl-wk2/TestExpectations:

2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] Pseudo custom-elements should start with 'x-'.
        https://bugs.webkit.org/show_bug.cgi?id=100919

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/pseudo-attribute-rendering-expected.html: Added.
        * fast/dom/shadow/pseudo-attribute-rendering.html: Added.

2012-11-06  Alice Boxhall  <aboxhall@chromium.org>

        Unreviewed gardening. Rebaseline the tests added in http://trac.webkit.org/changeset/133686 for different platforms.

        * platform/chromium-linux/fast/backgrounds/transformed-body-background-expected.png: Added.
        * platform/chromium-linux/fast/backgrounds/transformed-body-html-background-expected.png: Added.
        * platform/chromium-linux/fast/backgrounds/transformed-html-body-background-expected.png: Added.
        * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
        * platform/chromium-mac-snowleopard/compositing/repaint/composited-document-element-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
        * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png:
        * platform/chromium-mac/fast/backgrounds/transformed-body-background-expected.png: Added.
        * platform/chromium-mac/fast/backgrounds/transformed-body-html-background-expected.png: Added.
        * platform/chromium-mac/fast/backgrounds/transformed-html-body-background-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
        * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Renamed from LayoutTests/platform/efl/compositing/repaint/composited-document-element-expected.png.

2012-11-06  Joshua Bell  <jsbell@chromium.org>

        fast/forms/select-set-length-with-mutation-remove is slow on chromium debug builds
        https://bugs.webkit.org/show_bug.cgi?id=60092

        [Chromium] Unreviewed gardening - so slow it's timing out at 60s rather often.

        * platform/chromium/TestExpectations:

2012-11-06  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Changeset r133384 defeated the rectilinear polygon tests
        https://bugs.webkit.org/show_bug.cgi?id=101405

        Reviewed by Dirk Schulze.

        When the exclusions/shape-inside subpixel layout JS code was refactored,
        (see https://bugs.webkit.org/show_bug.cgi?id=100704) these two tests were not
        properly updated. They now include subpixel-utils.js, which simple-polygon.js depends on.

        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html:
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html:
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html:
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html:

2012-11-06  Stephen White  <senorblanco@chromium.org>

        Don't write pixels for crash-hw-sw-switch test; if it doesn't crash, it
        passes.  Unreviewed.

        * css3/filters/crash-hw-sw-switch.html:

2012-11-06  Noel Gordon  <noel.gordon@gmail.com>

        (r125185) http/tests/images/jpg-img-partial-load.html timeout on Lion
        https://bugs.webkit.org/show_bug.cgi?id=93636

        Reviewed by Simon Fraser.

        Remove this test: fast/images/jpeg-partial-load.html is now used to test
        partial jpeg image loads.

        * http/tests/images/jpg-img-partial-load-expected.png: Removed.
        * http/tests/images/jpg-img-partial-load-expected.txt: Removed.
        * http/tests/images/jpg-img-partial-load.html: Removed.
        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-11-06  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening. A couple of expectation updates c/o dbarton@mathscribe.com
        and marking calendar-picker-key-operations.html flaky per webkit.org/b/101408

        * platform/chromium/TestExpectations:

2012-11-06  Stephen White  <senorblanco@chromium.org>

        Removed useless image baselines for filter-empty-element-crash.
        Unreviewed.

        * platform/chromium-linux/css3/filters/filter-empty-element-crash-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed.
        * platform/chromium-mac/css3/filters/filter-empty-element-crash-expected.png: Removed.
        * platform/chromium-win/css3/filters/filter-empty-element-crash-expected.png: Removed.
        * platform/mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.

2012-11-06  Stephen White  <senorblanco@chromium.org>

        [Chromium] New baselines for some CSS3 filter tests.  Unreviewed.

        * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-expected.txt:
        * platform/chromium-win/css3/filters/effect-reference-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-expected.txt:

2012-11-06  Simon Fraser  <simon.fraser@apple.com>

        -webkit-background-clip:text produces artifacts when applied to the body and the browser is resized
        https://bugs.webkit.org/show_bug.cgi?id=89287

        Reviewed by Beth Dakin.

        Test with -webkit-background-clip: text on the body, which scrolls.
        
        Some additional tests that exercise different combinations of html and
        body transform and background.

        * compositing/repaint/composited-document-element.html:
        * fast/backgrounds/background-clip-text-on-body-expected.png: Added.
        * fast/backgrounds/background-clip-text-on-body-expected.txt: Added.
        * fast/backgrounds/background-clip-text-on-body.html: Added.
        * fast/backgrounds/transformed-body-background-expected.png: Added.
        * fast/backgrounds/transformed-body-background-expected.txt: Added.
        * fast/backgrounds/transformed-body-background.html: Added.
        * fast/backgrounds/transformed-body-html-background-expected.png: Added.
        * fast/backgrounds/transformed-body-html-background-expected.txt: Added.
        * fast/backgrounds/transformed-body-html-background.html: Added.
        * fast/backgrounds/transformed-html-body-background-expected.png: Added.
        * fast/backgrounds/transformed-html-body-background-expected.txt: Added.
        * fast/backgrounds/transformed-html-body-background.html: Added.

2012-11-06  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Store ExclusionPolygonEdge vertices in clockwise order
        https://bugs.webkit.org/show_bug.cgi?id=100763

        Reviewed by Darin Adler.

        Verify that a shape-inside polygon whose vertices are specified in counterclockwise
        order is handled correctly.

        * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon.html: Added.

2012-11-06  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, remove a couple of passing tests from chromium expectations.

        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium/TestExpectations:

2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening after r133676.

        * platform/efl-wk2/TestExpectations: Unskip a few passing tests.

2012-11-06  Joshua Bell  <jsbell@chromium.org>

        http/tests/inspector-enabled/dynamic-scripts.html is flakey
        https://bugs.webkit.org/show_bug.cgi?id=100926

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-06  Joshua Bell  <jsbell@chromium.org>

        [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug
        https://bugs.webkit.org/show_bug.cgi?id=101377

        Unreviewed gardening. Add ImageOnlyFailure expectation, for extra fun.

        * platform/chromium/TestExpectations:

2012-11-06  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed chromium, chromium-mac-mountainlion gardening

        Remove a bunch of passing tests, and clean up a couple of ML issues.

        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Removed.
        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/chromium/TestExpectations:

2012-11-06  John Griggs  <jgriggs@rim.com>

        Implement MediaPlayerPrivate::didLoadingProgress for BlackBerry platform
        https://bugs.webkit.org/show_bug.cgi?id=100378

        Reviewed by Eric Carlson.

        Implement this method for BlackBerry platform.

        New test: LayoutTests/media/progress-events-generated-correctly.html

        * media/progress-events-generated-correctly-expected.txt: Added.
        * media/progress-events-generated-correctly.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-11-06  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-06  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Fix failing tests on Mac after sub-pixel layout was enabled
        https://bugs.webkit.org/show_bug.cgi?id=101364

        Reviewed by Simon Fraser.

        There are no changes in the code. Only the tests had to be fixed.

        * fast/regions/float-pushed-width-change-expected.html: Remove the unnecessary 0.5px margin.
        * fast/regions/floats-basic-in-variable-width-regions-expected.html: Because of how regions are implemented, the left offset for lines is 50px (the float width) - X.5px (margin: auto gives a different value in the two regions). This translated into 37.5px which triggered a sub-pixel layout issue. The new width values changes the X.5px into a rounded value.
        * fast/regions/floats-basic-in-variable-width-regions.html: See above
        * fast/regions/render-region-renderer-expected.html: Remove unnecessary 0.5px height.

2012-11-06  Joshua Bell  <jsbell@chromium.org>

        [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug
        https://bugs.webkit.org/show_bug.cgi?id=101377

        Unreviewed gardening. Add new expectation, remove expectation for reverted change.

        * platform/chromium/TestExpectations:

2012-11-06  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r133529 and r133562.
        http://trac.webkit.org/changeset/133529
        http://trac.webkit.org/changeset/133562
        https://bugs.webkit.org/show_bug.cgi?id=101371

        Caused 15% memory regression on Chromium page cyclers
        (Requested by jsbell|gardener on #webkit).

        * css3/line-break/line-break-auto-centered-expected.html: Removed.
        * css3/line-break/line-break-auto-centered.html: Removed.
        * css3/line-break/line-break-auto-half-kana-expected.html: Removed.
        * css3/line-break/line-break-auto-half-kana.html: Removed.
        * css3/line-break/line-break-auto-hyphens-expected.html: Removed.
        * css3/line-break/line-break-auto-hyphens.html: Removed.
        * css3/line-break/line-break-auto-inseparables-expected.html: Removed.
        * css3/line-break/line-break-auto-inseparables.html: Removed.
        * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed.
        * css3/line-break/line-break-auto-iteration-marks.html: Removed.
        * css3/line-break/line-break-auto-postfixes-expected.html: Removed.
        * css3/line-break/line-break-auto-postfixes.html: Removed.
        * css3/line-break/line-break-auto-prefixes-expected.html: Removed.
        * css3/line-break/line-break-auto-prefixes.html: Removed.
        * css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
        * css3/line-break/line-break-auto-sound-marks.html: Removed.
        * css3/line-break/line-break-loose-centered-expected.html: Removed.
        * css3/line-break/line-break-loose-centered.html: Removed.
        * css3/line-break/line-break-loose-half-kana-expected.html: Removed.
        * css3/line-break/line-break-loose-half-kana.html: Removed.
        * css3/line-break/line-break-loose-hyphens-expected.html: Removed.
        * css3/line-break/line-break-loose-hyphens.html: Removed.
        * css3/line-break/line-break-loose-inseparables-expected.html: Removed.
        * css3/line-break/line-break-loose-inseparables.html: Removed.
        * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed.
        * css3/line-break/line-break-loose-iteration-marks.html: Removed.
        * css3/line-break/line-break-loose-postfixes-expected.html: Removed.
        * css3/line-break/line-break-loose-postfixes.html: Removed.
        * css3/line-break/line-break-loose-prefixes-expected.html: Removed.
        * css3/line-break/line-break-loose-prefixes.html: Removed.
        * css3/line-break/line-break-loose-sound-marks-expected.html: Removed.
        * css3/line-break/line-break-loose-sound-marks.html: Removed.
        * css3/line-break/line-break-normal-centered-expected.html: Removed.
        * css3/line-break/line-break-normal-centered.html: Removed.
        * css3/line-break/line-break-normal-half-kana-expected.html: Removed.
        * css3/line-break/line-break-normal-half-kana.html: Removed.
        * css3/line-break/line-break-normal-hyphens-expected.html: Removed.
        * css3/line-break/line-break-normal-hyphens.html: Removed.
        * css3/line-break/line-break-normal-inseparables-expected.html: Removed.
        * css3/line-break/line-break-normal-inseparables.html: Removed.
        * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed.
        * css3/line-break/line-break-normal-iteration-marks.html: Removed.
        * css3/line-break/line-break-normal-postfixes-expected.html: Removed.
        * css3/line-break/line-break-normal-postfixes.html: Removed.
        * css3/line-break/line-break-normal-prefixes-expected.html: Removed.
        * css3/line-break/line-break-normal-prefixes.html: Removed.
        * css3/line-break/line-break-normal-sound-marks-expected.html: Removed.
        * css3/line-break/line-break-normal-sound-marks.html: Removed.
        * css3/line-break/line-break-strict-centered-expected.html: Removed.
        * css3/line-break/line-break-strict-centered.html: Removed.
        * css3/line-break/line-break-strict-half-kana-expected.html: Removed.
        * css3/line-break/line-break-strict-half-kana.html: Removed.
        * css3/line-break/line-break-strict-hyphens-expected.html: Removed.
        * css3/line-break/line-break-strict-hyphens.html: Removed.
        * css3/line-break/line-break-strict-inseparables-expected.html: Removed.
        * css3/line-break/line-break-strict-inseparables.html: Removed.
        * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed.
        * css3/line-break/line-break-strict-iteration-marks.html: Removed.
        * css3/line-break/line-break-strict-postfixes-expected.html: Removed.
        * css3/line-break/line-break-strict-postfixes.html: Removed.
        * css3/line-break/line-break-strict-prefixes-expected.html: Removed.
        * css3/line-break/line-break-strict-prefixes.html: Removed.
        * css3/line-break/line-break-strict-sound-marks-expected.html: Removed.
        * css3/line-break/line-break-strict-sound-marks.html: Removed.
        * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
        * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
        * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
        * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.

2012-11-06  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update chromium-mac-mountainlion expectations to remove passing tests.

        * platform/chromium-mac-mountainlion/TestExpectations:

2012-11-06  Stephen White  <senorblanco@chromium.org>

        Don't dump pixels for filter-empty-element-crash.
        https://bugs.webkit.org/show_bug.cgi?id=101359

        Reviewed by Adrienne Walker.

        * css3/filters/filter-empty-element-crash.html:

2012-11-06  Simon Fraser  <simon.fraser@apple.com>

        (r133351): Number of test failures from enabling SUBPIXEL_LAYOUT on Mac
        https://bugs.webkit.org/show_bug.cgi?id=101220

        New baselines for two more tests whose output was affected by enabling subpixel layout.

        * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt:
        * platform/mac/fast/images/repaint-subrect-grid-expected.txt:

2012-11-06  Stephen White  <senorblanco@chromium.org>

        Add new test cases to layout test effect-reference and effect-reference-hw.
        https://bugs.webkit.org/show_bug.cgi?id=101366

        Reviewed by Dean Jackson.

        * css3/filters/effect-reference-hw.html:
        * css3/filters/effect-reference.html:
        Add some test cases for feBlend and feSpecularLighting.

2012-11-06  Rick Byers  <rbyers@chromium.org>

        [chromium] Two touchadjustment tests are failing on mac
        https://bugs.webkit.org/show_bug.cgi?id=100833

        Reviewed by Antonio Gomes.

        Re-enable these two tests with appropriate tweaks.  Also avoid the platform dependant
        behavior by switching to the Ahem font.

        * platform/chromium/TestExpectations: Remove the failure expectations.
        * touchadjustment/html-label.html: Tweak one very borderline case to be closer to pass
        reliably.  Previously this passed only due to a bug in the test infrastructure fixed in r132929.
        * touchadjustment/nested-touch.html: Tweak borderline case to compensate for inclusion of
        the border in the measurement of the size of the div.

2012-11-06  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-06  Joshua Bell  <jsbell@chromium.org>

        [Chromium] css3/line-break/line-break-strict-sound-marks.html image flaky on Mac 10.7
        https://bugs.webkit.org/show_bug.cgi?id=101368

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-05  Simon Fraser  <simon.fraser@apple.com>

        Fix RenderGeometryMap assertion when layers are scrolled during layout
        https://bugs.webkit.org/show_bug.cgi?id=101292

        Reviewed by Beth Dakin.

        Test that hit the assertion before the fix.

        * compositing/geometry/geometry-map-scroll-during-layout-assertion-expected.txt: Added.
        * compositing/geometry/geometry-map-scroll-during-layout-assertion.html: Added.

2012-11-06  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening - more rebaselines following bug 101115.

        * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-expected.png: Added.
        * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
        * platform/chromium-mac-lion/fast/block/lineboxcontain/glyphs-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/stacked-diacritics-expected.png: Added.

2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening, add pixel expectation for test.

        * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.

2012-11-06  Joshua Bell  <jsbell@chromium.org>

        [Chromium] fast/dom/Window/customized-property-survives-gc.html slow on debug
        https://bugs.webkit.org/show_bug.cgi?id=101362

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-06  Mike West  <mkwst@chromium.org>

        CSP 1.1: Tweak the script interface to match the spec.
        https://bugs.webkit.org/show_bug.cgi?id=101321

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowformaction.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-allowplugintype.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-isactive-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html:
        * http/tests/security/contentSecurityPolicy/resources/securitypolicy-tests-base.js:
            s/document.SecurityPolicy/document.securityPolicy/g
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle.html: Added.
            For whatever reason, we never wrote tests for these methods. Now we
            have, which is good.

2012-11-06  David Barton  <dbarton@mathscribe.com>

        Unreviewed gardening after bug 101115 fixed.

        * platform/chromium-linux-x86/fast/block/lineboxcontain: Added.
        * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
        * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
        * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
        * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.png: Added.
        * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.txt: Added.
        * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.png:
        * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
        * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
        * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
        * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.png: Added.
        * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.txt: Added.
        * platform/chromium-linux/fast/repaint/stacked-diacritics-expected.png:
        * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.png:
        * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
        * platform/chromium-mac/fast/block/lineboxcontain/glyphs-expected.png:
        * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png:
        * platform/chromium-win-xp/fast/block/lineboxcontain: Added.
        * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
        * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
        * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.png: Added.
        * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.txt: Added.
        * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
        * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
        * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.png: Added.
        * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-11-06  Stephen White  <senorblanco@chromium.org>

        [Chromium] Make webkit_lint happy.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        Mark fast/dom/shadow/shadowdom-for-output-only-shadow.html as flaky.

        * platform/efl/TestExpectations:

2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening. Unskip test that's been passing for a while.

        * platform/efl-wk2/TestExpectations:

2012-11-06  Andrey Lushnikov  <lushnikov@google.com>

        Added console.clear() method

        Web Inspector: add console.clear()
        https://bugs.webkit.org/show_bug.cgi?id=101021

        Reviewed by Vsevolod Vlasov.

        * inspector/console/console-clear-function-expected.txt: Added.
        * inspector/console/console-clear-function.html: Added.

2012-11-06  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] fast/images/exif-orientation-image-document.html failing on WK2 bots
        https://bugs.webkit.org/show_bug.cgi?id=101344

        Unreviewed gardening.

        * platform/efl-wk2/TestExpectations:

2012-11-06  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-06  Aaron Colwell  <acolwell@chromium.org>

        Heap-buffer-overflow in WebCore::TextTrackCueList::add
        https://bugs.webkit.org/show_bug.cgi?id=101018

        Reviewed by Eric Carlson.

        Added a test case to verify that adding a cue to the beginning of a non-empty list doesn't crash.

        * media/track/track-add-remove-cue-expected.txt:
        * media/track/track-add-remove-cue.html:

2012-11-06  Aaron Colwell  <acolwell@chromium.org>

        Regression(r132681): Heap-use-after-free in WebCore::RenderTextTrackCue::layout
        https://bugs.webkit.org/show_bug.cgi?id=100981

        Reviewed by Eric Carlson.

        Added a test that removes track elements by setting innerHTML on the track's parent.

        * media/track/track-remove-by-setting-innerHTML-expected.txt: Added.
        * media/track/track-remove-by-setting-innerHTML.html: Added.

2012-11-06  Max Feil  <mfeil@rim.com>

        [BlackBerry] Automatically go fullscreen on video play
        https://bugs.webkit.org/show_bug.cgi?id=101100

        Reviewed by Eric Carlson.

        Test that fullscreen is entered automatically when play is
        pressed (PR131774). This test applies to handheld (small screen)
        devices only, not tablets. The html code for this test was based
        on video-controls-fullscreen-volume.html and modified.

        * platform/blackberry/media/video-automatic-fullscreen-expected.txt: Added.
        * platform/blackberry/media/video-automatic-fullscreen.html: Added.

2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed unskip passing tests.

        * platform/qt-arm/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Flakyness in http/tests/inspector/network/network-initiator-from-console.html
        https://bugs.webkit.org/show_bug.cgi?id=101195

        Unreviewed test flakiness fix.

        * http/tests/inspector/network/network-initiator-from-console-expected.txt:
        * http/tests/inspector/network/network-initiator-from-console.html:
        * http/tests/inspector/network/resources/silent_script.js: Added.
        (foo):

2012-11-06  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
        * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.

2012-11-06  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Breakpoint is not removed when it was set in non-formatted mode and then removed while in formatted mode.
        https://bugs.webkit.org/show_bug.cgi?id=100595

        Reviewed by Yury Semikhatsky.

        * inspector/debugger/script-formatter-breakpoints-expected.txt:
        * inspector/debugger/script-formatter-breakpoints.html:

2012-11-06  Alexis Menard  <alexis@webkit.org>

        Add an extra test for background-position parsing.
        https://bugs.webkit.org/show_bug.cgi?id=101245

        Reviewed by Eric Seidel.

        This test may overlap some existing tests but they are usually
        old tests where the parsing is tested but mixed with the rendering
        verification, therefore it is not ideal to add new parsing tests.
        This will be useful for the upcoming support of background-position with 4
        values as this test will be extended to verify the parsing and later another
        test/patch will be added to check/support the rendering.

        * fast/backgrounds/background-position-parsing-2-expected.txt: Added.
        * fast/backgrounds/background-position-parsing-2.html: Added.

2012-11-06  Keishi Hattori  <keishi@webkit.org>

        The "Rect" class in WebCore/Resources/pagepopups/pickerCommon.js should be renamed
        https://bugs.webkit.org/show_bug.cgi?id=101304

        Reviewed by Kent Tamura.

        * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Replace Rect with Rectangle.
        * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Ditto.

2012-11-06  Kangil Han  <kangil.han@samsung.com>

        [EFL] Exclude fast/css/style-scoped cases from layout test running
        https://bugs.webkit.org/show_bug.cgi?id=101326

        Unreviewed, EFL gardening.

        According to BUG 49142, html5 style scoped attribute implementation is on progress.
        Therefore, we can skip its test cases from regular layout test running.

        * platform/efl/TestExpectations:

2012-11-06  Peter Beverloo  <peter@chromium.org>

        [Chromium] There shouldn't be linting errors about our TestExpectation files

        Unreviewed test expectation update.

        A number of linting errors were being displayed, partially because of my
        recent additions. Fix them.

        * platform/chromium-android/TestExpectations:
        * platform/chromium/TestExpectations:

2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>

        [Qt] Disable all tests fast/dom/shadow
        https://bugs.webkit.org/show_bug.cgi?id=101324

        Reviewed by Csaba Osztrogonác.

        Since Qt does not have SHADOW_DOM flag enabled, a lot of tests are failing.
        Let's skip all tests.

        * platform/qt/TestExpectations:

2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Displayed name/path of urls in network tab of dev tools is inconsistent
        https://bugs.webkit.org/show_bug.cgi?id=101064

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/network/request-name-path-expected.txt: Added.
        * http/tests/inspector/network/request-name-path.html: Added.

2012-11-06  Takashi Sakamoto  <tasak@google.com>

        removeAttribute('style') not working in certain circumstances
        https://bugs.webkit.org/show_bug.cgi?id=99295

        Reviewed by Ryosuke Niwa.

        * fast/css/remove-attribute-style-expected.txt: Added.
        * fast/css/remove-attribute-style.html: Added.

2012-11-06  Peter Beverloo  <peter@chromium.org>

        [Chromium-Android] Skip a number of crashing tests.

        Unreviewed rebaselining.

        * platform/chromium/TestExpectations:

2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] Using isUnknownPseudoElement() for shadow pseudo id seems confusing
        https://bugs.webkit.org/show_bug.cgi?id=100826

        Reviewed by Hajime Morita.

        * fast/dom/shadow/shadow-nested-pseudo-id.html: Fixed a testcase so that shadowPseudoId starts with 'x-'.
        * fast/dom/shadow/shadow-pseudo-id-expected.html: Added.
        * fast/dom/shadow/shadow-pseudo-id.html: Added.

2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] ShadowRoot should know the existence of elements having ElementShadow.
        https://bugs.webkit.org/show_bug.cgi?id=100922

        Reviewed by Hajime Morita.

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

2012-11-06  Dongwoo Joshua Im  <dw.im@samsung.com>

        [QT] [GTK] Remove fast/forms/week-multiple-fields from TestExpectations of gtk and qt.
        https://bugs.webkit.org/show_bug.cgi?id=101317

        Unreviewed gardening.

        fast/forms/week-multiple-fields is removed by http://trac.webkit.org/changeset/133440.

        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-11-05  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: JavaScript web workers debugging crashes
        https://bugs.webkit.org/show_bug.cgi?id=101065

        Reviewed by Alexander Pavlov.

        Test that inspected page won't crash if inspected worker is terminated when it is paused
        on a breakpoint.

        * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt: Added.
        * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed morning gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2012-11-05  David Barton  <dbarton@mathscribe.com>

        Unreviewed gardening. Updating MathML chromium baselines.

        * platform/chromium-linux-x86/mathml/presentation: Added.
        * platform/chromium-linux-x86/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/attributes-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/fenced-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/fenced-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/fractions-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/mo-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/over-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/over-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/roots-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/row-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/row-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/style-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/style-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/sup-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/tables-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/under-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/under-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-linux-x86/mathml/presentation/underover-expected.txt: Added.
        * platform/chromium-linux-x86/mathml/xHeight-expected.txt:
        * platform/chromium-linux/mathml/presentation: Added.
        * platform/chromium-linux/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/attributes-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/fenced-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/fenced-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/fractions-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/mo-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/over-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/over-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/roots-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/row-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/row-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/style-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/style-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/sub-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/sup-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/tables-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/tokenElements-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/under-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/under-expected.txt: Added.
        * platform/chromium-linux/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-linux/mathml/presentation/underover-expected.txt: Added.
        * platform/chromium-linux/mathml/xHeight-expected.txt:
        * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png:
        * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png:
        * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt:
        * platform/chromium-mac-lion/mathml/presentation/tables-expected.png:
        * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt:
        * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png:
        * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png:
        * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt:
        * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png:
        * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt:
        * platform/chromium-mac/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/chromium-mac/mathml/presentation/row-alignment-expected.png:
        * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/chromium-mac/mathml/presentation/subsup-expected.png:
        * platform/chromium-mac/mathml/presentation/subsup-expected.txt:
        * platform/chromium-mac/mathml/presentation/tables-expected.png:
        * platform/chromium-mac/mathml/presentation/tables-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation: Added.
        * platform/chromium-win-xp/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/attributes-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/fenced-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/fenced-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/fractions-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/mo-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/over-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/over-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/roots-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/row-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/row-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/style-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/style-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/sub-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/sup-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/tables-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/under-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/under-expected.txt: Added.
        * platform/chromium-win-xp/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-win-xp/mathml/presentation/underover-expected.txt: Added.
        * platform/chromium-win/mathml/presentation: Added.
        * platform/chromium-win/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-win/mathml/presentation/attributes-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/fenced-expected.png: Added.
        * platform/chromium-win/mathml/presentation/fenced-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-win/mathml/presentation/fenced-mi-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-win/mathml/presentation/fractions-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-win/mathml/presentation/mo-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-win/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/over-expected.png: Added.
        * platform/chromium-win/mathml/presentation/over-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-win/mathml/presentation/roots-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-win/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/row-expected.png: Added.
        * platform/chromium-win/mathml/presentation/row-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/style-expected.png: Added.
        * platform/chromium-win/mathml/presentation/style-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-win/mathml/presentation/sub-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-win/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-win/mathml/presentation/sup-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-win/mathml/presentation/tables-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-win/mathml/presentation/tokenElements-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/under-expected.png: Added.
        * platform/chromium-win/mathml/presentation/under-expected.txt: Added.
        * platform/chromium-win/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-win/mathml/presentation/underover-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/mathml/presentation/attributes-expected.png: Removed.
        * platform/chromium/mathml/presentation/fractions-expected.png: Removed.
        * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Removed.
        * platform/chromium/mathml/presentation/mo-expected.png: Removed.
        * platform/chromium/mathml/presentation/mo-stretch-expected.png: Removed.
        * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Removed.
        * platform/chromium/mathml/presentation/over-expected.png: Removed.
        * platform/chromium/mathml/presentation/roots-expected.png: Removed.
        * platform/chromium/mathml/presentation/row-alignment-expected.png: Removed.
        * platform/chromium/mathml/presentation/row-expected.png: Removed.
        * platform/chromium/mathml/presentation/style-expected.png: Removed.
        * platform/chromium/mathml/presentation/subsup-expected.png: Removed.

2012-11-05  Kangil Han  <kangil.han@samsung.com>

        [EFL][WK2][PixelTests] Add missing expectations
        https://bugs.webkit.org/show_bug.cgi?id=101289

        Unreviewed, EFL gardening.

        Add 16 missing pixel test expectations.

        * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
        * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
        * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
        * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png: Added.
        * platform/efl/fast/forms/basic-inputs-expected.png: Added.
        * platform/efl/fast/media/view-mode-media-feature-expected.png: Added.
        * platform/efl/media/video-aspect-ratio-expected.png: Added.
        * platform/efl/media/video-layer-crash-expected.png: Added.
        * platform/efl/media/video-transformed-expected.png: Added.
        * platform/efl/media/video-zoom-controls-expected.png: Added.
        * platform/efl/media/video-zoom-expected.png: Added.
        * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.

2012-11-05  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update chromium-mac-mountainlion baselines for svg failures after r133538

        * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png.
        * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png.
        * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/filters/filterRegions-expected.png.
        * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/masking/maskRegions-expected.png.
        * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png.
        * platform/chromium-mac-lion/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png.
        * platform/chromium-mac-lion/svg/batik/paints/patternRegionA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png.
        * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegions-expected.png.
        * platform/chromium-mac-lion/svg/batik/paints/patternRegions-positioned-objects-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/longTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/smallFonts-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textAnchor-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textAnchor-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textDecoration-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect2-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect3-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textFeatures-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout2-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textLength-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLength-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPath-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textOnPathSpaces-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textPosition-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textPosition2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition2-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties2-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textStyles-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/verticalText-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalText-expected.png.
        * platform/chromium-mac-lion/svg/batik/text/verticalTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png.
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png.
        * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png.
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
        * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
        * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
        * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png:
        * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
        * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
        * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png:
        * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
        * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
        * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
        * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
        * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
        * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
        * platform/chromium-mac/svg/batik/text/textLength-expected.png:
        * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
        * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
        * platform/chromium-mac/svg/batik/text/textPosition-expected.png:
        * platform/chromium-mac/svg/batik/text/textPosition2-expected.png:
        * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
        * platform/chromium-mac/svg/batik/text/textProperties2-expected.png:
        * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
        * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
        * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:

2012-11-05  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Unicode combining diacritical aren't always combined on Linux
        https://bugs.webkit.org/show_bug.cgi?id=101009

        Reviewed by Kent Tamura.

        Add a test that checks whether combining marks are combined with base characters.

        * fast/text/international/combining-marks-position-expected.txt: Added.
        * fast/text/international/combining-marks-position.html: Added.

2012-11-05  Filip Pizlo  <fpizlo@apple.com>

        Prototype chain caching should check that the path from the base object to the slot base involves prototype hops only
        https://bugs.webkit.org/show_bug.cgi?id=101276

        Reviewed by Gavin Barraclough.

        This test already covered this case, but only for method_check. Modified it to
        also cover the get_by_id case.

        * fast/js/toString-and-valueOf-override-expected.txt:
        * fast/js/toString-and-valueOf-override.html:

2012-11-05  Mark Lam  <mark.lam@apple.com>

        Fixed flaky fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
        https://bugs.webkit.org/show_bug.cgi?id=101268.

        Reviewed by Geoffrey Garen.

        * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html:

2012-11-05  Philip Rogers  <pdr@google.com>

        Unblock SVG external references
        https://bugs.webkit.org/show_bug.cgi?id=100635

        Reviewed by Adam Barth.

        This patch reverts r132849 and r132869 because the potential XSS issue
        turned out to not be an issue after all.

        Covered by existing tests, many of which are re-whitelisted with this patch.

        * platform/chromium/TestExpectations:

2012-11-05  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=101001
        Pages with position:fixed elements should still be able to scroll on 
        the scrolling thread
        -and corresponding-
        <rdar://problem/10857315>

        Reviewed by Simon Fraser.

        New tests.
        * platform/mac/tiled-drawing/fixed: Added.
        * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html: Added.
        * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html: Added.
        * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html: Added.
        * platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed/four-bars.html: Added.
        * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed/nested-fixed.html: Added.
        * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added.
        * platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html: Added.

        These two tests are supposed to be in "slow scrolling" mode. Now that 
        fixed elements can scroll "fast," we need something else to force 
        slow scrolling. We should probably just add something to 
        window.internals to do that, but in the meantime, 
        background-attachment:fixed will work.
        * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt:
        * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html:
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html:

2012-11-05  Alice Boxhall  <aboxhall@chromium.org>

        Unreviewed gardening. Mark fonts/cursive.html as flaky on MountainLion as well as Lion.
        https://bugs.webkit.org/show_bug.cgi?id=83219

        * platform/chromium/TestExpectations:

2012-11-05  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.

        * platform/chromium-mac-mountainlion/TestExpectations:

2012-11-05  Glenn Adams  <glenn@skynav.com>

        Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
        https://bugs.webkit.org/show_bug.cgi?id=89235

        Reviewed by Eric Seidel.

        See also wiki documentation at:
        [1] http://trac.webkit.org/wiki/LineBreaking
        [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping

        * css3/line-break/line-break-auto-centered-expected.html: Added.
        * css3/line-break/line-break-auto-centered.html: Added.
        * css3/line-break/line-break-auto-half-kana-expected.html: Added.
        * css3/line-break/line-break-auto-half-kana.html: Added.
        * css3/line-break/line-break-auto-hyphens-expected.html: Added.
        * css3/line-break/line-break-auto-hyphens.html: Added.
        * css3/line-break/line-break-auto-inseparables-expected.html: Added.
        * css3/line-break/line-break-auto-inseparables.html: Added.
        * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-auto-iteration-marks.html: Added.
        * css3/line-break/line-break-auto-postfixes-expected.html: Added.
        * css3/line-break/line-break-auto-postfixes.html: Added.
        * css3/line-break/line-break-auto-prefixes-expected.html: Added.
        * css3/line-break/line-break-auto-prefixes.html: Added.
        * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
        * css3/line-break/line-break-auto-sound-marks.html: Added.
        * css3/line-break/line-break-loose-centered-expected.html: Added.
        * css3/line-break/line-break-loose-centered.html: Added.
        * css3/line-break/line-break-loose-half-kana-expected.html: Added.
        * css3/line-break/line-break-loose-half-kana.html: Added.
        * css3/line-break/line-break-loose-hyphens-expected.html: Added.
        * css3/line-break/line-break-loose-hyphens.html: Added.
        * css3/line-break/line-break-loose-inseparables-expected.html: Added.
        * css3/line-break/line-break-loose-inseparables.html: Added.
        * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-loose-iteration-marks.html: Added.
        * css3/line-break/line-break-loose-postfixes-expected.html: Added.
        * css3/line-break/line-break-loose-postfixes.html: Added.
        * css3/line-break/line-break-loose-prefixes-expected.html: Added.
        * css3/line-break/line-break-loose-prefixes.html: Added.
        * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
        * css3/line-break/line-break-loose-sound-marks.html: Added.
        * css3/line-break/line-break-normal-centered-expected.html: Added.
        * css3/line-break/line-break-normal-centered.html: Added.
        * css3/line-break/line-break-normal-half-kana-expected.html: Added.
        * css3/line-break/line-break-normal-half-kana.html: Added.
        * css3/line-break/line-break-normal-hyphens-expected.html: Added.
        * css3/line-break/line-break-normal-hyphens.html: Added.
        * css3/line-break/line-break-normal-inseparables-expected.html: Added.
        * css3/line-break/line-break-normal-inseparables.html: Added.
        * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-normal-iteration-marks.html: Added.
        * css3/line-break/line-break-normal-postfixes-expected.html: Added.
        * css3/line-break/line-break-normal-postfixes.html: Added.
        * css3/line-break/line-break-normal-prefixes-expected.html: Added.
        * css3/line-break/line-break-normal-prefixes.html: Added.
        * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
        * css3/line-break/line-break-normal-sound-marks.html: Added.
        * css3/line-break/line-break-strict-centered-expected.html: Added.
        * css3/line-break/line-break-strict-centered.html: Added.
        * css3/line-break/line-break-strict-half-kana-expected.html: Added.
        * css3/line-break/line-break-strict-half-kana.html: Added.
        * css3/line-break/line-break-strict-hyphens-expected.html: Added.
        * css3/line-break/line-break-strict-hyphens.html: Added.
        * css3/line-break/line-break-strict-inseparables-expected.html: Added.
        * css3/line-break/line-break-strict-inseparables.html: Added.
        * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-strict-iteration-marks.html: Added.
        * css3/line-break/line-break-strict-postfixes-expected.html: Added.
        * css3/line-break/line-break-strict-postfixes.html: Added.
        * css3/line-break/line-break-strict-prefixes-expected.html: Added.
        * css3/line-break/line-break-strict-prefixes.html: Added.
        * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
        * css3/line-break/line-break-strict-sound-marks.html: Added.

        * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Added.
        * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
        Override reftest expectations on chromium due to different ICU auto behavior.

        * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Added.
        * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
        Override override of reftest expectations on chromium due to different ICU auto behavior;
        that is, chromium-android seems to follow the generic expectations.

2012-11-05  Adam Barth  <abarth@webkit.org>

        webkitRegionLayoutUpdate is incorrectly named
        https://bugs.webkit.org/show_bug.cgi?id=100335

        Reviewed by Ojan Vafai.

        Update tests to use the proper name.

        * 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:

2012-11-05  Stephen White  <senorblanco@chromium.org>

        Remove fast/forms/week-multiple-fields from
        platform/mac/TestExpectations, since it no longer exists and makes the
        style script complain.  Unreviewed.

        * platform/mac/TestExpectations:

2012-11-05  Stephen White  <senorblanco@chromium.org>

        [chromium] Give actual bug IDs to some past gardening.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-05  Florin Malita  <fmalita@chromium.org>

        Crash when mixing layers, foreignObjects and SVG hidden containers
        https://bugs.webkit.org/show_bug.cgi?id=87297

        Reviewed by Dirk Schulze.

        * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
        * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
        * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
        * platform/chromium-win/svg/foreignObject/fO-parent-display-none-expected.txt:
        * platform/chromium-win/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
        * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/chromium/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
        * platform/chromium/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
        * platform/chromium/svg/foreignObject/fO-parent-display-none-expected.txt:
        * platform/chromium/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
        * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/efl/svg/foreignObject/fO-parent-display-none-expected.txt:
        * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
        * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
        * platform/gtk/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
        * platform/gtk/svg/foreignObject/fO-parent-display-none-expected.txt:
        * platform/gtk/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
        * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
        * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
        * platform/mac/svg/foreignObject/fO-parent-display-none-expected.txt:
        * platform/mac/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
        * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-6-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:
        * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
        * svg/foreignObject/foreign-object-defs-crash-expected.txt: Added.
        * svg/foreignObject/foreign-object-defs-crash.svg: Added.
        * svg/foreignObject/text-tref-02-b-expected.txt:

2012-11-05  Stephen White  <senorblanco@chromium.org>

        [chromium] Mark several compositing tests as only failing Image
        and not Text, after r133513.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] New compositing/tiling tests fail
        https://bugs.webkit.org/show_bug.cgi?id=101166

        Unskip now passing tests after r133513.

        * platform/qt-5.0-wk2/TestExpectations:

2012-11-05  Simon Fraser  <simon.fraser@apple.com>

        [Qt][WK2] New compositing/tiling tests fail
        https://bugs.webkit.org/show_bug.cgi?id=101166

        The platform-independent results should not contain visibleRect, since this is
        only dumped on Mac.

        * compositing/tiling/rotated-tiled-clamped-expected.txt:
        * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:

2012-11-05  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline some Lion results that were affected by enabling subpixel layout.

        * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
        * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
        * platform/mac-lion/fast/text/international/hindi-spacing-expected.txt:
        * platform/mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
        * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
        * platform/mac-lion/fast/writing-mode/vertical-font-fallback-expected.txt:

2012-11-05  Stephen White  <senorblanco@chromium.org>

        [chromium] Mark css3/filters/custom/custom-filter-animation.html
        as timing out intermittently.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-05  David Barton  <dbarton@mathscribe.com>

        Implement SimpleFontData::platformBoundsForGlyph on skia
        https://bugs.webkit.org/show_bug.cgi?id=101115

        Reviewed by Eric Seidel.

        Some lineboxcontain/etc. tests will need rebaselining.

        * platform/chromium/TestExpectations:

2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip a now passing test.

        * platform/qt-5.0-wk1/TestExpectations:

2012-11-05  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Polygon edges should span colinear vertices
        https://bugs.webkit.org/show_bug.cgi?id=99343

        Reviewed by Dirk Schulze.

        Verify that exclusion polygonal shape-inside layout is unaffected by coincident
        or collinear vertices.

        * fast/exclusions/shape-inside/shape-inside-coincident-vertices-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-coincident-vertices.html: Added.
        * fast/exclusions/shape-inside/shape-inside-collinear-vertices-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-collinear-vertices.html: Added.

2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip now passing tests.

        * platform/qt/TestExpectations:

2012-11-05  Stephen White  <senorblanco@chromium.org>

        [chromium] Mark inspector-protocol/debugger-pause-dedicated-worker.html
        as also crashy, and give it a bug ID.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-05  Dominik Röttsches  <dominik.rottsches@intel.com>

        [Cairo] Make Cairo honor image orientation
        https://bugs.webkit.org/show_bug.cgi?id=101207

        Reviewed by Kenneth Rohde Christiansen.

        Unskip and rebaseline exif orientation tests for EFL.

        * platform/efl-wk1/TestExpectations: Tests not passing here yet, since DRT needs a setShouldRespectImageOrientation setting.
        * platform/efl/TestExpectations: Unskipping three exif orientation tests.
        * platform/efl/fast/images/exif-orientation-css-expected.png: Added.
        * platform/efl/fast/images/exif-orientation-css-expected.txt: Added.
        * platform/efl/fast/images/exif-orientation-expected.png: Added.
        * platform/efl/fast/images/exif-orientation-expected.txt: Added.
        * platform/efl/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Added.

2012-11-05  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Layout of the first shape-inside line can be incorrect
        https://bugs.webkit.org/show_bug.cgi?id=100996

        Reviewed by Dirk Schulze.

        Verify that the first line of shape-inside content is laid out correctly
        when the top of the shape's bounds has a non-integral value.

        * fast/exclusions/shape-inside/shape-inside-shape-logical-top-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-shape-logical-top.html: Added.

2012-11-05  Stephen White  <senorblanco@chromium.org>

        [chromium] Mark a flaky test.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-05  Stephen White  <senorblanco@chromium.org>

        [chromium] Add a now-failing test, remove a now-passing test.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-05  Pierre Rossi  <pierre.rossi@gmail.com>

        [Qt] Fix broken comment in WK2 TestExpectations

        Unreviewed fix, just an obviously missing '#' character.

        * platform/qt-5.0-wk2/TestExpectations:

2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>

        fast/events/popup-allowed-from-gesture-initiated-event.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=101208

        Reviewed by Kenneth Rohde Christiansen.

        Close the new popup between each test to make sure the new window
        does not mask the buttons and therefore prevent them from being
        clicked. This addresses flakiness for this test.

        * fast/events/popup-allowed-from-gesture-initiated-event.html:

2012-11-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        A followup to r133453, adding a baseline for http/tests/inspector/console-websocket-error.html.

        * platform/gtk/http/tests/inspector: Added.
        * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt: Added.

2012-11-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        Validate CSS Device Adaptation properties and resolve shorthands
        https://bugs.webkit.org/show_bug.cgi?id=95962

        Reviewed by Alexis Menard.

        Added a test for CSS Device Adaptation property parsing validation.

        * css3/device-adapt/viewport-properties-validation-expected.txt: Added.
        * css3/device-adapt/viewport-properties-validation.html: Added.

2012-11-05  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        Remove a few tests which depend on setIsolatedWorldSecurityOrigin
        since they are already skipped in efl/TestExpectations.

        * platform/efl-wk2/TestExpectations:

2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] fast/forms/week-multiple-fields does not exist and should be removed from TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=101202

        Unreviewed EFL gardening.

        Remove fast/forms/week-multiple-fields from TestExpections since it does
        not exist and makes the style script complain.

        * platform/efl/TestExpectations:

2012-11-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Clean up the inspector-related test expectations. Instead of marking
        many tests as skipped, proper failure expectations are put in place.
        The tests are still being skipped as their current behavior on the
        buildbots is unknown.

        * platform/gtk/TestExpectations:

2012-11-05  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Skip fast/dom/shadow/shadowroot-type.html because SHADOW_DOM is disabled.

        * platform/qt/TestExpectations:

2012-11-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining MathML tests after r132264 and r133221 and updating
        pixel baselines with outdated hash.

        * platform/gtk/TestExpectations:
        * platform/gtk/mathml/presentation/attributes-expected.png:
        * platform/gtk/mathml/presentation/fenced-expected.png:
        * platform/gtk/mathml/presentation/fenced-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/over-expected.png:
        * platform/gtk/mathml/presentation/over-expected.txt:
        * platform/gtk/mathml/presentation/roots-expected.png:
        * 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/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-11-05  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip compositing/repaint/invalidations-on-composited-layers.html
        https://bugs.webkit.org/show_bug.cgi?id=101181

        Unreviewed EFL gardening.

        Mark compositing/repaint/invalidations-on-composited-layers.html as
        expected to fail since accelerated compositing is disabled by default
        on EFL port.

        * platform/efl/TestExpectations:

2012-11-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Skipping ENABLE_SUBPIXEL- and ENABLE_INPUT_TYPE_*-related testing
        directories. These features are not enabled yet and most of the
        tests fail.

        Removing failure expectation for fast/files/workers/worker-apply-blob-url-to-xhr.html,
        the issue was fixed in r132973.

        Moving the skip entry for css3/device-adapt to the proper section.

        * platform/gtk/TestExpectations:

2012-11-05  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] ShadowRoot type is not set correctly.
        https://bugs.webkit.org/show_bug.cgi?id=101188

        Reviewed by Hajime Morita.

        * fast/dom/shadow/shadowroot-type-expected.txt: Added.
        * fast/dom/shadow/shadowroot-type.html: Added.

2012-11-04  Kent Tamura  <tkent@chromium.org>

        Move *-multiple-fields-appearance-*.html from fast/forms/*-multiple-fields/ to fast/forms/*/
        https://bugs.webkit.org/show_bug.cgi?id=101186

        Rubber-stamped by Kentaro Hara.

        The fast/forms/{date,month,time,week}-multiple-fields/
        {date,month,time,week}-multiple-fields-appearance-*.html tests don't
        depend on the multiple-fields UI, and should work for non
        multiple-fields configuration too. They should be moved to
        fast/forms/{date,month,time,week}/.

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Removed.
        * fast/forms/date/date-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt.
        * fast/forms/date/date-appearance-basic.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html.
        * fast/forms/date/date-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt.
        * fast/forms/date/date-appearance-l10n.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html.
        * fast/forms/date/date-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt.
        * fast/forms/date/date-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html.
        * fast/forms/date/date-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt.
        * fast/forms/date/date-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html.
        * fast/forms/date/date-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt.
        * fast/forms/date/date-appearance-style.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html: Removed.
        * fast/forms/month/month-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt.
        * fast/forms/month/month-appearance-basic.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html.
        * fast/forms/month/month-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt.
        * fast/forms/month/month-appearance-l10n.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html.
        * fast/forms/month/month-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.txt.
        * fast/forms/month/month-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html.
        * fast/forms/month/month-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt.
        * fast/forms/month/month-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html.
        * fast/forms/month/month-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt.
        * fast/forms/month/month-appearance-style.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html: Removed.
        * fast/forms/time/time-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt.
        * fast/forms/time/time-appearance-basic.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html.
        * fast/forms/time/time-appearance-disabled-readonly-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt.
        * fast/forms/time/time-appearance-disabled-readonly.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html.
        * fast/forms/time/time-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt.
        * fast/forms/time/time-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html.
        * fast/forms/time/time-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt.
        * fast/forms/time/time-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html.
        * fast/forms/time/time-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt.
        * fast/forms/time/time-appearance-style.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html: Removed.
        * fast/forms/week/week-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt.
        * fast/forms/week/week-appearance-basic.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html.
        * fast/forms/week/week-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.txt.
        * fast/forms/week/week-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html.
        * fast/forms/week/week-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt.
        * fast/forms/week/week-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html.
        * fast/forms/week/week-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt.
        * fast/forms/week/week-appearance-style.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-linux/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-linux/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png.
        * platform/chromium-linux/fast/forms/month: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png.
        * platform/chromium-linux/fast/forms/time: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-linux/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png.
        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-linux/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png.
        * platform/chromium-linux/fast/forms/week: Added.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac-lion/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac-lion/fast/forms/month: Added.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac-lion/fast/forms/time: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png.
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac-lion/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac-lion/fast/forms/week: Added.
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/month: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/time: Added.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/week: Added.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac/fast/forms/month: Added.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac/fast/forms/time: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-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-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png.
        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png.
        * platform/chromium-mac/fast/forms/week: Added.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png.
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-win-xp/fast/forms/month: Added.
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-win/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-win/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png.
        * platform/chromium-win/fast/forms/month: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png.
        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png.
        * platform/chromium-win/fast/forms/time: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: 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-pseudo-classes-expected.png: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-win/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png.
        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-win/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png.
        * platform/chromium-win/fast/forms/week: Added.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
        * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png.
        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png.
        * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png.
        * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png.
        * platform/chromium/TestExpectations:

2012-11-04  Julien Chaffraix  <jchaffraix@webkit.org>

        Fix the collapsing border code to handle mixed directionality at the row level
        https://bugs.webkit.org/show_bug.cgi?id=101060

        Reviewed by Ojan Vafai.

        * fast/table/border-collapsing/table-ltr-rows-mixed-direction-expected.html: Added.
        * fast/table/border-collapsing/table-ltr-rows-mixed-direction.html: Added.
        * fast/table/border-collapsing/table-rtl-row-mixed-direction-expected.html: Added.
        * fast/table/border-collapsing/table-rtl-row-mixed-direction.html: Added.

2012-11-04  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [Canvas] do not blow up the capturing log
        https://bugs.webkit.org/show_bug.cgi?id=100752

        Reviewed by Pavel Feldman.

        Added test for track Canvas 2D API changes, as well as basics for the capturing.

        * inspector/profiler/canvas-profiler-test.js: Renamed from LayoutTests/inspector/profiler/webgl/webgl-profiler-test.js.
        (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
        (initialize_CanvasWebGLProfilerTest):
        (createWebGLContext):
        (createCanvas2DContext):
        * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt: Added.
        * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added.
        * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics-expected.txt: Added.
        * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html: Added.
        * inspector/profiler/webgl/webgl-profiler-get-error.html:

2012-11-04  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Skip a new failing test introduced in r133428, because SHADOW_DOM is disabled.
        Unskip a test that does not exist already.

        * platform/qt/TestExpectations:

2012-11-04  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectations for accessibility/svg-remote-element,
        fast/images/exif-orientation-image-document.html and
        svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg.
        Rebaselining fast/images/repaint-subrect-grid.html, the new baseline
        matches the one Mac port uses.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/images/repaint-subrect-grid-expected.txt: Added.

2012-11-04  Keishi Hattori  <keishi@webkit.org>

        Introduce Month class to calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=101024

        Reviewed by Kent Tamura.

        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Adjust the expectation because we changed the month string format.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Ditto.

2012-11-04  Kent Tamura  <tkent@chromium.org>

        Remove obsolete tests for date/time input types
        https://bugs.webkit.org/show_bug.cgi?id=98783

        Reviewed by Kentaro Hara.

        *-input-visible-string.html and *-stepup-stepdown-from-renderer.html are
        unnecessary and should be removed because they depend on textfield
        behavior, and the date/time input types no longer have textfield
        behavior on any platforms.

        * fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed.
        * fast/forms/datetime/datetime-input-visible-string.html: Removed.
        * fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed.
        * fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html: Removed.
        * fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed.
        * fast/forms/datetimelocal/datetimelocal-input-visible-string.html: Removed.
        * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed.
        * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html: Removed.
        * fast/forms/month/month-input-visible-string-expected.txt: Removed.
        * fast/forms/month/month-input-visible-string.html: Removed.
        * fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed.
        * fast/forms/month/month-stepup-stepdown-from-renderer.html: Removed.
        * fast/forms/time/time-input-visible-string-expected.txt: Removed.
        * fast/forms/time/time-input-visible-string.html: Removed.
        * fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
        * fast/forms/time/time-stepup-stepdown-from-renderer.html: Removed.
        * fast/forms/week/week-input-visible-string-expected.txt: Removed.
        * fast/forms/week/week-input-visible-string.html: Removed.
        * fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed.
        * fast/forms/week/week-stepup-stepdown-from-renderer.html: Removed.
        * platform/chromium-android/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed.
        * platform/chromium/fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed.
        * platform/chromium/fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed.
        * platform/chromium/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed.
        * platform/chromium/fast/forms/month/month-input-visible-string-expected.txt: Removed.
        * platform/chromium/fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed.
        * platform/chromium/fast/forms/time/time-input-visible-string-expected.txt: Removed.
        * platform/chromium/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
        * platform/chromium/fast/forms/week/week-input-visible-string-expected.txt: Removed.
        * platform/chromium/fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed.

2012-11-04  Jinwoo Song  <jinwoo7.song@samsung.com>

        [EFL][DRT] Skip a fast/images/repaint-subrect-grid.html test case after r133322
        https://bugs.webkit.org/show_bug.cgi?id=101175

        Unreviewed gardening.

        fast/images/repaint-subrect-grid.html is failing on WK1 debug bot.

        * platform/efl-wk1/TestExpectations:

2012-11-04  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] Implement custom pseudo-elements styling
        https://bugs.webkit.org/show_bug.cgi?id=100812

        Reviewed by Hajime Morita.

        * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added.
        * fast/dom/shadow/styling-pseudo-attribute.html: Added.

2012-11-04  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r133416.
        http://trac.webkit.org/changeset/133416
        https://bugs.webkit.org/show_bug.cgi?id=101169

        Broke world selection by right click (Requested by rniwa on
        #webkit).

        * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Removed.
        * fast/events/touch/gesture/disabled-input-text-selection.html: Removed.
        * platform/chromium/TestExpectations:

2012-11-04  Stephen White  <senorblanco@chromium.org>

        [chromium] Add a now-failing test.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-04  Florin Malita  <fmalita@chromium.org>

        Color-profile property triggers assert
        https://bugs.webkit.org/show_bug.cgi?id=101080

        Reviewed by Dirk Schulze.

        * svg/css/color-profile-crash-expected.txt: Added.
        * svg/css/color-profile-crash.html: Added.

2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed weekend gardening, skip failing tests, update expected files.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Updated after r133019.
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Updated after r133019.
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Updated after r133019.

2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>

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

        * platform/qt/TestExpectations:

2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed weekend gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2012-11-04  Kaustubh Atrawalkar  <kaustubh@motorola.com>

        Unable to copy text on disabled input fields on long press gesture
        https://bugs.webkit.org/show_bug.cgi?id=99698

        Reviewed by Ryosuke Niwa.

        Text from disabled input/text should be allowed to select. Replaced isContentEditable()
        with canStartSelection()

        * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Added.
        * fast/events/touch/gesture/disabled-input-text-selection.html: Added.
        * platform/chromium/TestExpectations: Not Valid for chromium desktop.

2012-11-04  Stephen White  <senorblanco@chromium.org>

        [chromium] Remove some no-longer-flaky tests.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-03  Stephen White  <senorblanco@chromium.org>

        [chromium] Remove a no-longer-flaky test.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-03  Stephen White  <senorblanco@chromium.org>

        [chromium] Remove some now-passing tests.  Unreviewed.

        * platform/chromium/TestExpectations:

2012-11-03  Stephen White  <senorblanco@chromium.org>

        [chromium] New baselines for no-longer-flaky tests.  Unreviewed.

        * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
        * 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:
        * 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-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl-wk1/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png.
        * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png.

2012-11-03  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.

        * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:

2012-11-03  Dan Beam  <dbeam@chromium.org>

        Implement HTMLFormElement#requestAutocomplete and associated events
        https://bugs.webkit.org/show_bug.cgi?id=100557

        Reviewed by Adam Barth.

        Adds tests for an initial implementation of the proposal for interactive autocomplete outlined in this email:
        http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-October/037711.html

        The goal of this patch is to allow web authors to call formElement.requestAutocomplete(); after subscribing
        for autocomplete/autocompleteerror events on formElement. If the form's [autocomplete] attribute is "off" an
        error will be dispatched. Otherwise, a request will be issued to the FrameLoaderClient. At the moment, the
        implementation in Chrome (https://codereview.chromium.org/11270018/) will simply dispatch an error until the
        UI on Chrome's side is built. Both autocomplete and autocompleteerror events will be dispatched asynchronously
        after a small delay to behave consistently in all situations and implementations.

        Currently the implementation is behind the feature flag REQUEST_AUTOCOMPLETE, which is disabled, so the test
        is expected to fail. This test verifies that currently no client implements this method on HTMLFormElement
        (HTMLFormElement#requestAutocomplete) and returns. When the chrome-side lands I'll add a success case in
        LayoutTests/platform/chromium/fast/forms/ with the expected successful results.

        * fast/forms/form-request-autocomplete-expected.txt: Added.
        * fast/forms/form-request-autocomplete.html: Added.

2012-11-03  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: %d, %i, and %f log formatters have same result
        https://bugs.webkit.org/show_bug.cgi?id=101148

        Reviewed by Alexander Pavlov.

        * inspector/console/console-format-expected.txt:
        * inspector/console/console-format.html:
        * inspector/console/console-message-format-expected.txt: Added.
        * inspector/console/console-message-format.html: Added.

2012-11-02  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] ShadowRoot should be able to know the existence of <content>
        https://bugs.webkit.org/show_bug.cgi?id=100921

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/has-content-elements-expected.txt: Added.
        * fast/dom/shadow/has-content-elements.html: Added.

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

        Unreviewed, rolling out r133375.
        http://trac.webkit.org/changeset/133375
        https://bugs.webkit.org/show_bug.cgi?id=101138

        Caused 3 tests to fail on Mac (Requested by aboxhall-laptop on
        #webkit).

        * css3/line-break/line-break-auto-centered-expected.html: Removed.
        * css3/line-break/line-break-auto-centered.html: Removed.
        * css3/line-break/line-break-auto-half-kana-expected.html: Removed.
        * css3/line-break/line-break-auto-half-kana.html: Removed.
        * css3/line-break/line-break-auto-hyphens-expected.html: Removed.
        * css3/line-break/line-break-auto-hyphens.html: Removed.
        * css3/line-break/line-break-auto-inseparables-expected.html: Removed.
        * css3/line-break/line-break-auto-inseparables.html: Removed.
        * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed.
        * css3/line-break/line-break-auto-iteration-marks.html: Removed.
        * css3/line-break/line-break-auto-postfixes-expected.html: Removed.
        * css3/line-break/line-break-auto-postfixes.html: Removed.
        * css3/line-break/line-break-auto-prefixes-expected.html: Removed.
        * css3/line-break/line-break-auto-prefixes.html: Removed.
        * css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
        * css3/line-break/line-break-auto-sound-marks.html: Removed.
        * css3/line-break/line-break-loose-centered-expected.html: Removed.
        * css3/line-break/line-break-loose-centered.html: Removed.
        * css3/line-break/line-break-loose-half-kana-expected.html: Removed.
        * css3/line-break/line-break-loose-half-kana.html: Removed.
        * css3/line-break/line-break-loose-hyphens-expected.html: Removed.
        * css3/line-break/line-break-loose-hyphens.html: Removed.
        * css3/line-break/line-break-loose-inseparables-expected.html: Removed.
        * css3/line-break/line-break-loose-inseparables.html: Removed.
        * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed.
        * css3/line-break/line-break-loose-iteration-marks.html: Removed.
        * css3/line-break/line-break-loose-postfixes-expected.html: Removed.
        * css3/line-break/line-break-loose-postfixes.html: Removed.
        * css3/line-break/line-break-loose-prefixes-expected.html: Removed.
        * css3/line-break/line-break-loose-prefixes.html: Removed.
        * css3/line-break/line-break-loose-sound-marks-expected.html: Removed.
        * css3/line-break/line-break-loose-sound-marks.html: Removed.
        * css3/line-break/line-break-normal-centered-expected.html: Removed.
        * css3/line-break/line-break-normal-centered.html: Removed.
        * css3/line-break/line-break-normal-half-kana-expected.html: Removed.
        * css3/line-break/line-break-normal-half-kana.html: Removed.
        * css3/line-break/line-break-normal-hyphens-expected.html: Removed.
        * css3/line-break/line-break-normal-hyphens.html: Removed.
        * css3/line-break/line-break-normal-inseparables-expected.html: Removed.
        * css3/line-break/line-break-normal-inseparables.html: Removed.
        * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed.
        * css3/line-break/line-break-normal-iteration-marks.html: Removed.
        * css3/line-break/line-break-normal-postfixes-expected.html: Removed.
        * css3/line-break/line-break-normal-postfixes.html: Removed.
        * css3/line-break/line-break-normal-prefixes-expected.html: Removed.
        * css3/line-break/line-break-normal-prefixes.html: Removed.
        * css3/line-break/line-break-normal-sound-marks-expected.html: Removed.
        * css3/line-break/line-break-normal-sound-marks.html: Removed.
        * css3/line-break/line-break-strict-centered-expected.html: Removed.
        * css3/line-break/line-break-strict-centered.html: Removed.
        * css3/line-break/line-break-strict-half-kana-expected.html: Removed.
        * css3/line-break/line-break-strict-half-kana.html: Removed.
        * css3/line-break/line-break-strict-hyphens-expected.html: Removed.
        * css3/line-break/line-break-strict-hyphens.html: Removed.
        * css3/line-break/line-break-strict-inseparables-expected.html: Removed.
        * css3/line-break/line-break-strict-inseparables.html: Removed.
        * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed.
        * css3/line-break/line-break-strict-iteration-marks.html: Removed.
        * css3/line-break/line-break-strict-postfixes-expected.html: Removed.
        * css3/line-break/line-break-strict-postfixes.html: Removed.
        * css3/line-break/line-break-strict-prefixes-expected.html: Removed.
        * css3/line-break/line-break-strict-prefixes.html: Removed.
        * css3/line-break/line-break-strict-sound-marks-expected.html: Removed.
        * css3/line-break/line-break-strict-sound-marks.html: Removed.
        * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
        * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.

2012-11-02  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Clean up shape-inside tests' subpixel snapping code
        https://bugs.webkit.org/show_bug.cgi?id=100704

        Reviewed by Dirk Schulze.

        Factor out the pixel snapping behavior from polygon tests to be shared with
        the rounded rectangle tests. In sub-pixel layout, the rounding behavior may be
        slightly different. This adds a new file, subpixel-utils.js, which tests for the
        feature availability and provides functions for rounding at line left & line right.
        I've also taken the opportunity to factor the window.internal.settings code into
        rounded-rectangle.js and simple-polygon.js.

        * fast/exclusions/resources/rounded-rectangle.js:
        (simulateShape): Use the new subpixel rounding code.
        * fast/exclusions/resources/simple-polygon.js:
        (polygonXIntercepts): Ditto.
        * fast/exclusions/resources/subpixel-utils.js: Added.
        (SubPixelLayout): Adding the SubPixelLayout object which has helper methods
        for determining how line edges should round, and whether subpixel layout is enabled.
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html:
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html:
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html:
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html:
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html:
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:

2012-11-02  Chris Rogers  <crogers@google.com>

        Rebaseline some webaudio tests due to increased precision in AudioParamTimeline
        https://bugs.webkit.org/show_bug.cgi?id=101134

        Unreviewed rebaseline.

        * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav:
        * platform/chromium/webaudio/audiobuffersource-loop-points-expected.wav: Copied from LayoutTests/platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav.
        * platform/chromium/webaudio/audiobuffersource-playbackrate-expected.wav: Added.

2012-11-02  Glenn Adams  <glenn@skynav.com>

        Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
        https://bugs.webkit.org/show_bug.cgi?id=89235

        Reviewed by Eric Seidel.

        See also wiki documentation at:
        [1] http://trac.webkit.org/wiki/LineBreaking
        [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping

        * css3/line-break/line-break-auto-centered-expected.html: Added.
        * css3/line-break/line-break-auto-centered.html: Added.
        * css3/line-break/line-break-auto-half-kana-expected.html: Added.
        * css3/line-break/line-break-auto-half-kana.html: Added.
        * css3/line-break/line-break-auto-hyphens-expected.html: Added.
        * css3/line-break/line-break-auto-hyphens.html: Added.
        * css3/line-break/line-break-auto-inseparables-expected.html: Added.
        * css3/line-break/line-break-auto-inseparables.html: Added.
        * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-auto-iteration-marks.html: Added.
        * css3/line-break/line-break-auto-postfixes-expected.html: Added.
        * css3/line-break/line-break-auto-postfixes.html: Added.
        * css3/line-break/line-break-auto-prefixes-expected.html: Added.
        * css3/line-break/line-break-auto-prefixes.html: Added.
        * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
        * css3/line-break/line-break-auto-sound-marks.html: Added.
        * css3/line-break/line-break-loose-centered-expected.html: Added.
        * css3/line-break/line-break-loose-centered.html: Added.
        * css3/line-break/line-break-loose-half-kana-expected.html: Added.
        * css3/line-break/line-break-loose-half-kana.html: Added.
        * css3/line-break/line-break-loose-hyphens-expected.html: Added.
        * css3/line-break/line-break-loose-hyphens.html: Added.
        * css3/line-break/line-break-loose-inseparables-expected.html: Added.
        * css3/line-break/line-break-loose-inseparables.html: Added.
        * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-loose-iteration-marks.html: Added.
        * css3/line-break/line-break-loose-postfixes-expected.html: Added.
        * css3/line-break/line-break-loose-postfixes.html: Added.
        * css3/line-break/line-break-loose-prefixes-expected.html: Added.
        * css3/line-break/line-break-loose-prefixes.html: Added.
        * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
        * css3/line-break/line-break-loose-sound-marks.html: Added.
        * css3/line-break/line-break-normal-centered-expected.html: Added.
        * css3/line-break/line-break-normal-centered.html: Added.
        * css3/line-break/line-break-normal-half-kana-expected.html: Added.
        * css3/line-break/line-break-normal-half-kana.html: Added.
        * css3/line-break/line-break-normal-hyphens-expected.html: Added.
        * css3/line-break/line-break-normal-hyphens.html: Added.
        * css3/line-break/line-break-normal-inseparables-expected.html: Added.
        * css3/line-break/line-break-normal-inseparables.html: Added.
        * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-normal-iteration-marks.html: Added.
        * css3/line-break/line-break-normal-postfixes-expected.html: Added.
        * css3/line-break/line-break-normal-postfixes.html: Added.
        * css3/line-break/line-break-normal-prefixes-expected.html: Added.
        * css3/line-break/line-break-normal-prefixes.html: Added.
        * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
        * css3/line-break/line-break-normal-sound-marks.html: Added.
        * css3/line-break/line-break-strict-centered-expected.html: Added.
        * css3/line-break/line-break-strict-centered.html: Added.
        * css3/line-break/line-break-strict-half-kana-expected.html: Added.
        * css3/line-break/line-break-strict-half-kana.html: Added.
        * css3/line-break/line-break-strict-hyphens-expected.html: Added.
        * css3/line-break/line-break-strict-hyphens.html: Added.
        * css3/line-break/line-break-strict-inseparables-expected.html: Added.
        * css3/line-break/line-break-strict-inseparables.html: Added.
        * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
        * css3/line-break/line-break-strict-iteration-marks.html: Added.
        * css3/line-break/line-break-strict-postfixes-expected.html: Added.
        * css3/line-break/line-break-strict-postfixes.html: Added.
        * css3/line-break/line-break-strict-prefixes-expected.html: Added.
        * css3/line-break/line-break-strict-prefixes.html: Added.
        * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
        * css3/line-break/line-break-strict-sound-marks.html: Added.
        * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Added.
        * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Added.

2012-11-02  Alice Boxhall  <aboxhall@chromium.org>

        Unreviewed gardening. Generalising flakiness for fast/forms/formaction-attribute.html.
        https://bugs.webkit.org/show_bug.cgi?id=72039

        * platform/chromium/TestExpectations:

2012-11-02  Alice Boxhall  <aboxhall@google.com>

        Unreviewed gardening. Fixing duplicate marking of video-media-source-state-changes.html as flaky.
        https://bugs.webkit.org/show_bug.cgi?id=96725

        * platform/chromium/TestExpectations:

2012-11-02  Alice Boxhall  <aboxhall@chromium.org>

        Unreviewed gardening. Mark video-media-source-state-changes.html as flaky.

        * platform/chromium/TestExpectations:

2012-11-02  Tom Sepez  <tsepez@chromium.org>

        report-blocked-uri-cross-origin.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=101096

        Reviewed by Adam Barth.

        Don't actually create a report file during the syntax-only test for when
        the report directive comes before the mode directive in an X-XSS-Protection
        header. Thus, we avoid having to clean it up later.

        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
        * platform/chromium/TestExpectations:

2012-11-02  Simon Fraser  <simon.fraser@apple.com>

        Enable SUBPIXEL_LAYOUT on Mac
        https://bugs.webkit.org/show_bug.cgi?id=101076

        Reviewed by Dave Hyatt.

        Update results affected by subpixel layout.

        * platform/mac/accessibility/svg-bounds-expected.txt:
        * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/platform/mac/accessibility/svg-bounds-expected.txt.
        * platform/mac/animations/keyframes-comma-separated-expected.txt: Added.
        * platform/mac/compositing/direct-image-compositing-expected.txt:
        * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt:
        * platform/mac/compositing/shadows/shadow-drawing-expected.txt:
        * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Added.
        * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
        * platform/mac/css1/basic/inheritance-expected.txt:
        * platform/mac/css1/box_properties/acid_test-expected.txt:
        * platform/mac/css1/box_properties/clear_float-expected.txt:
        * platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
        * platform/mac/css1/box_properties/margin-expected.txt:
        * platform/mac/css1/box_properties/margin_bottom-expected.txt:
        * platform/mac/css1/box_properties/margin_right-expected.txt:
        * platform/mac/css1/box_properties/margin_top-expected.txt:
        * platform/mac/css1/box_properties/padding-expected.txt:
        * platform/mac/css1/box_properties/padding_bottom-expected.txt:
        * platform/mac/css1/box_properties/padding_left-expected.txt:
        * platform/mac/css1/box_properties/padding_right-expected.txt:
        * platform/mac/css1/box_properties/padding_top-expected.txt:
        * platform/mac/css1/box_properties/width-expected.txt:
        * platform/mac/css1/color_and_background/background_attachment-expected.txt:
        * platform/mac/css1/font_properties/font-expected.txt:
        * platform/mac/css1/font_properties/font_size-expected.txt:
        * platform/mac/css1/font_properties/font_weight-expected.txt:
        * platform/mac/css1/formatting_model/floating_elements-expected.txt:
        * platform/mac/css1/formatting_model/horizontal_formatting-expected.txt:
        * platform/mac/css1/formatting_model/inline_elements-expected.txt:
        * platform/mac/css1/formatting_model/replaced_elements-expected.txt:
        * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
        * platform/mac/css1/text_properties/text_indent-expected.txt:
        * platform/mac/css1/text_properties/vertical_align-expected.txt:
        * platform/mac/css1/units/percentage_units-expected.txt:
        * platform/mac/css1/units/rounding-expected.txt: Added.
        * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt:
        * platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt:
        * platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
        * platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt:
        * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
        * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
        * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
        * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
        * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
        * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
        * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
        * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
        * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
        * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt:
        * platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
        * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
        * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
        * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
        * platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt:
        * platform/mac/css2.1/t1508-c527-font-09-b-expected.txt:
        * platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt:
        * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
        * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
        * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
        * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
        * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
        * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
        * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
        * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
        * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
        * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
        * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
        * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
        * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
        * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
        * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
        * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
        * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
        * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
        * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
        * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
        * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
        * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
        * platform/mac/editing/selection/3690703-2-expected.txt:
        * platform/mac/editing/selection/3690703-expected.txt:
        * platform/mac/editing/selection/3690719-expected.txt:
        * platform/mac/editing/selection/4397952-expected.txt:
        * platform/mac/editing/selection/5240265-expected.txt:
        * platform/mac/editing/selection/5354455-2-expected.txt:
        * platform/mac/editing/selection/caret-ltr-2-expected.txt:
        * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
        * platform/mac/editing/selection/caret-ltr-expected.txt:
        * platform/mac/editing/selection/caret-ltr-right-expected.txt:
        * platform/mac/editing/selection/caret-rtl-2-expected.txt:
        * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
        * platform/mac/editing/selection/caret-rtl-expected.txt:
        * platform/mac/editing/selection/caret-rtl-right-expected.txt:
        * platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
        * platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt: Added.
        * platform/mac/editing/selection/mixed-editability-10-expected.txt: Added.
        * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
        * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
        * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
        * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt:
        * platform/mac/editing/selection/selection-button-text-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-forward-br-expected.txt:
        * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
        * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
        * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
        * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
        * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
        * platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt:
        * platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
        * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
        * platform/mac/fast/block/basic/001-expected.txt:
        * platform/mac/fast/block/basic/011-expected.txt:
        * platform/mac/fast/block/basic/014-expected.txt:
        * platform/mac/fast/block/basic/015-expected.txt:
        * platform/mac/fast/block/basic/016-expected.txt:
        * platform/mac/fast/block/basic/019-expected.txt:
        * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
        * platform/mac/fast/block/float/013-expected.txt:
        * platform/mac/fast/block/float/025-expected.txt:
        * platform/mac/fast/block/float/026-expected.txt:
        * platform/mac/fast/block/float/027-expected.txt:
        * platform/mac/fast/block/float/028-expected.txt:
        * platform/mac/fast/block/float/032-expected.txt:
        * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt:
        * platform/mac/fast/block/float/float-avoidance-expected.txt:
        * platform/mac/fast/block/float/float-in-float-painting-expected.txt:
        * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
        * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
        * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
        * platform/mac/fast/block/margin-collapse/100-expected.txt:
        * platform/mac/fast/block/margin-collapse/103-expected.txt:
        * platform/mac/fast/block/positioning/047-expected.txt:
        * platform/mac/fast/block/positioning/051-expected.txt:
        * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
        * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
        * platform/mac/fast/borders/bidi-002-expected.txt:
        * platform/mac/fast/borders/bidi-009a-expected.txt:
        * platform/mac/fast/borders/bidi-012-expected.txt:
        * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Added.
        * platform/mac/fast/borders/rtl-border-01-expected.txt:
        * platform/mac/fast/borders/rtl-border-02-expected.txt:
        * platform/mac/fast/borders/rtl-border-03-expected.txt:
        * platform/mac/fast/box-sizing/box-sizing-expected.txt:
        * platform/mac/fast/canvas/webgl/oes-element-index-uint-expected.txt: Added.
        * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
        * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
        * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
        * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
        * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
        * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
        * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
        * platform/mac/fast/css-generated-content/011-expected.txt:
        * platform/mac/fast/css-generated-content/012-expected.txt:
        * platform/mac/fast/css-generated-content/013-expected.txt:
        * platform/mac/fast/css-generated-content/014-expected.txt:
        * platform/mac/fast/css-generated-content/015-expected.txt:
        * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
        * platform/mac/fast/css/003-expected.txt:
        * platform/mac/fast/css/004-expected.txt:
        * platform/mac/fast/css/005-expected.txt:
        * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
        * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
        * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
        * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added.
        * platform/mac/fast/css/continuationCrash-expected.txt:
        * platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt:
        * platform/mac/fast/css/css2-system-fonts-expected.txt:
        * platform/mac/fast/css/empty-pseudo-class-expected.txt:
        * platform/mac/fast/css/ex-after-font-variant-expected.txt:
        * platform/mac/fast/css/fieldset-display-row-expected.txt:
        * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
        * platform/mac/fast/css/first-line-text-decoration-expected.txt:
        * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
        * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
        * platform/mac/fast/css/h1-in-section-elements-expected.txt:
        * platform/mac/fast/css/hsl-color-expected.txt:
        * platform/mac/fast/css/hsla-color-expected.txt:
        * platform/mac/fast/css/inline-properties-important-expected.txt:
        * platform/mac/fast/css/invalid-percentage-property-expected.txt:
        * platform/mac/fast/css/large-number-round-trip-expected.txt: Added.
        * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
        * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
        * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
        * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
        * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
        * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
        * platform/mac/fast/css/percentage-non-integer-expected.txt:
        * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
        * platform/mac/fast/css/rgb-float-expected.txt:
        * platform/mac/fast/css/rtl-ordering-expected.txt:
        * platform/mac/fast/css/selector-set-attribute-expected.txt:
        * platform/mac/fast/css/text-align-expected.txt:
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
        * platform/mac/fast/css/transform-default-parameter-expected.txt:
        * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
        * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
        * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
        * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
        * platform/mac/fast/css/word-space-extra-expected.txt:
        * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
        * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
        * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
        * platform/mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
        * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-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/HTMLProgressElement/indeterminate-progress-001-expected.txt:
        * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
        * platform/mac/fast/dom/HTMLTableElement/cellpadding-attribute-expected.txt: Removed.
        * platform/mac/fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Removed.
        * platform/mac/fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Removed.
        * platform/mac/fast/dom/HTMLTableElement/insert-row-expected.txt: Removed.
        * platform/mac/fast/dom/HTMLTableElement/rows-expected.txt: Removed.
        * platform/mac/fast/dom/HTMLTableElement/tBodies-expected.txt: Removed.
        * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
        * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
        * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
        * platform/mac/fast/dynamic/012-expected.txt:
        * platform/mac/fast/dynamic/anchor-lock-expected.txt:
        * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt:
        * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
        * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/mac/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added.
        * platform/mac/fast/events/document-elementFromPoint-expected.txt: Added.
        * platform/mac/fast/events/pointer-events-2-expected.txt:
        * platform/mac/fast/flexbox/flex-hang-expected.txt: Added.
        * platform/mac/fast/forms/001-expected.txt:
        * platform/mac/fast/forms/006-expected.txt:
        * platform/mac/fast/forms/007-expected.txt:
        * platform/mac/fast/forms/basic-buttons-expected.txt:
        * platform/mac/fast/forms/basic-inputs-expected.txt:
        * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
        * platform/mac/fast/forms/blankbuttons-expected.txt:
        * platform/mac/fast/forms/box-shadow-override-expected.txt:
        * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
        * platform/mac/fast/forms/button-default-title-expected.txt:
        * platform/mac/fast/forms/button-generated-content-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-table-styles-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-restrict-line-height-expected.txt:
        * platform/mac/fast/forms/fieldset-align-expected.txt:
        * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
        * platform/mac/fast/forms/fieldset-with-float-expected.txt:
        * platform/mac/fast/forms/file/file-input-direction-expected.txt:
        * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
        * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
        * platform/mac/fast/forms/float-before-fieldset-expected.txt:
        * platform/mac/fast/forms/form-element-geometry-expected.txt:
        * platform/mac/fast/forms/formmove-expected.txt:
        * platform/mac/fast/forms/formmove2-expected.txt:
        * platform/mac/fast/forms/formmove3-expected.txt:
        * platform/mac/fast/forms/indeterminate-expected.txt:
        * platform/mac/fast/forms/input-appearance-height-expected.txt:
        * platform/mac/fast/forms/input-button-sizes-expected.txt:
        * platform/mac/fast/forms/input-value-expected.txt:
        * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
        * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
        * platform/mac/fast/forms/menulist-clip-expected.txt:
        * platform/mac/fast/forms/minWidthPercent-expected.txt:
        * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
        * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
        * platform/mac/fast/forms/range/slider-mouse-events-expected.txt: Added.
        * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
        * platform/mac/fast/forms/searchfield-heights-expected.txt:
        * platform/mac/fast/forms/select-baseline-expected.txt:
        * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
        * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
        * platform/mac/fast/forms/validation-message-appearance-expected.txt:
        * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
        * platform/mac/fast/gradients/crash-on-zero-radius-expected.txt:
        * platform/mac/fast/gradients/generated-gradients-expected.txt:
        * platform/mac/fast/gradients/radial-centered-expected.txt:
        * platform/mac/fast/gradients/simple-gradients-expected.txt:
        * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/mac/fast/html/details-add-child-1-expected.txt:
        * platform/mac/fast/html/details-add-child-2-expected.txt:
        * platform/mac/fast/html/details-add-details-child-1-expected.txt:
        * platform/mac/fast/html/details-add-details-child-2-expected.txt:
        * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-1-expected.txt:
        * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-10-expected.txt:
        * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-2-expected.txt:
        * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-3-expected.txt:
        * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-4-expected.txt:
        * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-5-expected.txt:
        * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-6-expected.txt:
        * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-7-expected.txt:
        * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-8-expected.txt:
        * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/mac/fast/html/details-add-summary-9-expected.txt:
        * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
        * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
        * platform/mac/fast/html/details-marker-style-expected.txt: Added.
        * platform/mac/fast/html/details-nested-1-expected.txt:
        * platform/mac/fast/html/details-nested-2-expected.txt:
        * platform/mac/fast/html/details-no-summary1-expected.txt:
        * platform/mac/fast/html/details-no-summary2-expected.txt:
        * platform/mac/fast/html/details-no-summary3-expected.txt:
        * platform/mac/fast/html/details-no-summary4-expected.txt:
        * platform/mac/fast/html/details-open-javascript-expected.txt:
        * platform/mac/fast/html/details-open1-expected.txt:
        * platform/mac/fast/html/details-open2-expected.txt:
        * platform/mac/fast/html/details-open3-expected.txt:
        * platform/mac/fast/html/details-open4-expected.txt:
        * platform/mac/fast/html/details-open5-expected.txt:
        * platform/mac/fast/html/details-open6-expected.txt:
        * platform/mac/fast/html/details-position-expected.txt:
        * platform/mac/fast/html/details-remove-child-1-expected.txt:
        * platform/mac/fast/html/details-remove-child-2-expected.txt:
        * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-1-expected.txt:
        * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-2-expected.txt:
        * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-3-expected.txt:
        * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-4-expected.txt:
        * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-5-expected.txt:
        * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/mac/fast/html/details-remove-summary-6-expected.txt:
        * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
        * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
        * platform/mac/fast/html/details-replace-summary-child-expected.txt:
        * platform/mac/fast/html/details-replace-text-expected.txt:
        * platform/mac/fast/html/details-writing-mode-expected.txt:
        * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
        * platform/mac/fast/images/zoomed-img-size-expected.txt: Added.
        * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
        * platform/mac/fast/inline/002-expected.txt:
        * platform/mac/fast/inline/continuation-outlines-expected.txt:
        * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt:
        * platform/mac/fast/inline/inline-box-background-expected.txt:
        * platform/mac/fast/inline/inline-box-background-long-image-expected.txt:
        * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt:
        * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt:
        * platform/mac/fast/inline/outline-continuations-expected.txt:
        * platform/mac/fast/inline/positionedLifetime-expected.txt:
        * platform/mac/fast/invalid/010-expected.txt:
        * platform/mac/fast/invalid/014-expected.txt:
        * platform/mac/fast/invalid/junk-data-expected.txt:
        * platform/mac/fast/invalid/missing-end-tag-expected.txt:
        * platform/mac/fast/invalid/nestedh3s-expected.txt:
        * platform/mac/fast/invalid/residual-style-expected.txt:
        * platform/mac/fast/layers/video-layer-expected.txt:
        * platform/mac/fast/line-grid/line-align-left-edges-expected.txt:
        * platform/mac/fast/line-grid/line-grid-contains-value-expected.txt:
        * platform/mac/fast/lists/003-expected.txt:
        * platform/mac/fast/lists/003-vertical-expected.txt:
        * platform/mac/fast/lists/008-expected.txt:
        * platform/mac/fast/lists/008-vertical-expected.txt:
        * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
        * platform/mac/fast/loader/javascript-url-in-embed-expected.txt: Added.
        * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
        * platform/mac/fast/multicol/break-properties-expected.txt: Added.
        * platform/mac/fast/multicol/client-rects-expected.txt:
        * platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
        * platform/mac/fast/multicol/float-multicol-expected.txt:
        * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
        * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
        * platform/mac/fast/multicol/nested-columns-expected.txt:
        * platform/mac/fast/multicol/overflow-across-columns-expected.txt:
        * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/overflow-across-columns-expected.txt.
        * platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
        * platform/mac/fast/multicol/scrolling-overflow-expected.txt:
        * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
        * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
        * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
        * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/mac/fast/multicol/span/clone-flexbox-expected.txt: Added.
        * platform/mac/fast/multicol/span/clone-summary-expected.txt: Added.
        * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
        * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
        * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
        * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
        * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
        * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
        * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
        * platform/mac/fast/multicol/table-vertical-align-expected.txt:
        * platform/mac/fast/multicol/vertical-lr/break-properties-expected.txt: Added.
        * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
        * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
        * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
        * platform/mac/fast/multicol/vertical-rl/break-properties-expected.txt: Added.
        * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
        * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
        * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
        * platform/mac/fast/overflow/007-expected.txt:
        * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
        * platform/mac/fast/overflow/infiniteRecursionGuard-expected.txt:
        * platform/mac/fast/overflow/overflow-rtl-expected.txt:
        * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
        * platform/mac/fast/overflow/overflow_hidden-expected.txt:
        * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
        * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
        * platform/mac/fast/parser/bad-xml-slash-expected.txt:
        * platform/mac/fast/parser/entity-comment-in-style-expected.txt:
        * platform/mac/fast/parser/style-script-head-test-expected.txt: Added.
        * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
        * platform/mac/fast/reflections/reflection-with-zoom-expected.txt:
        * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt:
        * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
        * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
        * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt:
        * platform/mac/fast/repaint/control-clip-expected.txt:
        * platform/mac/fast/repaint/delete-into-nested-block-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
        * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
        * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
        * platform/mac/fast/repaint/table-section-repaint-expected.txt: Removed.
        * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
        * platform/mac/fast/repaint/transform-translate-expected.txt:
        * platform/mac/fast/replaced/replaced-breaking-expected.txt:
        * platform/mac/fast/replaced/table-percent-height-expected.txt: Added.
        * platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
        * platform/mac/fast/replaced/width100percent-button-expected.txt:
        * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/mac/fast/replaced/width100percent-radio-expected.txt:
        * platform/mac/fast/ruby/ruby-inline-table-expected.txt:
        * platform/mac/fast/selectors/032-expected.txt:
        * platform/mac/fast/selectors/166-expected.txt:
        * platform/mac/fast/selectors/unqualified-hover-quirks-expected.txt:
        * platform/mac/fast/selectors/unqualified-hover-strict-expected.txt:
        * platform/mac/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Added.
        * platform/mac/fast/table/009-expected.txt:
        * platform/mac/fast/table/014-expected.txt:
        * platform/mac/fast/table/040-expected.txt:
        * platform/mac/fast/table/040-vertical-expected.txt:
        * platform/mac/fast/table/041-expected.txt:
        * platform/mac/fast/table/absolute-table-at-bottom-expected.txt:
        * platform/mac/fast/table/append-cells2-expected.txt:
        * platform/mac/fast/table/border-collapsing/004-expected.txt:
        * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
        * platform/mac/fast/table/frame-and-rules-expected.txt:
        * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
        * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
        * platform/mac/fast/table/nested-percent-height-table-expected.txt:
        * platform/mac/fast/table/overflowHidden-expected.txt:
        * platform/mac/fast/table/percent-heights-expected.txt:
        * platform/mac/fast/table/remove-td-display-none-expected.txt:
        * platform/mac/fast/table/table-display-types-strict-expected.txt:
        * platform/mac/fast/table/table-hspace-align-center-expected.txt:
        * platform/mac/fast/text/basic/012-expected.txt:
        * platform/mac/fast/text/basic/013-expected.txt:
        * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
        * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
        * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
        * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
        * platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
        * platform/mac/fast/text/international/hindi-spacing-expected.txt:
        * platform/mac/fast/text/international/thai-line-breaks-expected.txt:
        * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/mac/fast/text/line-breaks-expected.txt:
        * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
        * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt:
        * platform/mac/fast/text/whitespace/024-expected.txt:
        * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
        * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
        * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
        * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
        * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
        * platform/mac/fast/transforms/transforms-with-zoom-expected.txt: Added.
        * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
        * platform/mac/fast/writing-mode/broken-ideographic-font-expected.txt:
        * platform/mac/fast/writing-mode/fieldsets-expected.txt:
        * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
        * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
        * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
        * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
        * platform/mac/http/tests/cookies/multiple-cookies-expected.txt: Added.
        * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
        * platform/mac/http/tests/misc/acid3-expected.txt: Added.
        * platform/mac/http/tests/misc/iframe404-expected.txt:
        * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
        * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
        * platform/mac/http/tests/security/sandboxed-iframe-origin-add-expected.txt: Added.
        * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Added.
        * platform/mac/http/tests/webarchive/test-preload-resources-expected.txt: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
        * 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.txt:
        * platform/mac/mathml/presentation/roots-expected.txt:
        * 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.txt:
        * platform/mac/mathml/presentation/underover-expected.txt:
        * platform/mac/mathml/xHeight-expected.txt:
        * platform/mac/media/audio-controls-rendering-expected.txt:
        * platform/mac/media/controls-after-reload-expected.txt:
        * platform/mac/media/controls-strict-expected.txt:
        * platform/mac/media/controls-styling-strict-expected.txt:
        * platform/mac/media/controls-without-preload-expected.txt:
        * platform/mac/media/media-controls-clone-expected.txt:
        * platform/mac/media/media-element-play-after-eos-expected.txt: Added.
        * platform/mac/media/video-controls-rendering-expected.txt:
        * platform/mac/media/video-display-toggle-expected.txt:
        * platform/mac/media/video-empty-source-expected.txt:
        * platform/mac/media/video-no-audio-expected.txt:
        * platform/mac/media/video-playing-and-pause-expected.txt:
        * platform/mac/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Added.
        * platform/mac/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
        * platform/mac/platform/mac/fast/text/x-height-expected.txt: Added.
        * platform/mac/plugins/netscape-dom-access-and-reload-expected.txt: Added.
        * platform/mac/plugins/npp-set-window-called-during-destruction-expected.txt:
        * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
        * platform/mac/svg/as-border-image/svg-as-border-image-expected.txt:
        * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
        * platform/mac/svg/as-image/svg-non-integer-scaled-image-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt.
        * platform/mac/svg/custom/bug45331-expected.txt:
        * platform/mac/svg/custom/fractional-rects-expected.txt: Added.
        * platform/mac/svg/custom/image-parent-translation-expected.txt:
        * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
        * platform/mac/svg/custom/js-update-container-expected.txt: Added.
        * platform/mac/svg/custom/junk-data-expected.txt:
        * platform/mac/svg/custom/missing-xlink-expected.txt:
        * platform/mac/svg/custom/object-sizing-expected.txt:
        * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
        * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
        * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
        * platform/mac/svg/custom/path-bad-data-expected.txt:
        * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
        * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
        * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
        * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
        * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
        * platform/mac/svg/custom/use-font-face-crash-expected.txt:
        * platform/mac/svg/custom/viewBox-hit-expected.txt: Added.
        * platform/mac/svg/hixie/error/012-expected.txt:
        * platform/mac/svg/text/small-fonts-in-html5-expected.txt:
        * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
        * platform/mac/svg/transforms/svg-css-transforms-expected.txt:
        * platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt: Added.
        * platform/mac/svg/webarchive/svg-feimage-subresources-expected.txt: Added.
        * platform/mac/svg/webarchive/svg-script-subresouces-expected.txt: Added.
        * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
        * platform/mac/svg/wicd/test-rightsizing-a-expected.txt:
        * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/mac/svg/wicd/test-scalable-background-image1-expected.txt:
        * platform/mac/svg/wicd/test-scalable-background-image2-expected.txt:
        * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt:
        * platform/mac/svg/zoom/page/zoom-background-images-expected.txt:
        * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
        * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
        * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
        * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
        * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-as-image-expected.txt: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt.
        * platform/mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
        * platform/mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt.
        * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added.
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
        * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
        * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added.
        * platform/mac/tables/mozilla/bugs/bug10269-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug106816-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug11384q-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug11384s-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug159108-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug17130-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug17130-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug2479-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug2886-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug3309-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug3309-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug33137-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug42187-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug4284-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug46480-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug46480-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug67915-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug7112-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug7112-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug8032-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug83786-expected.txt: Added.
        * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug9271-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug9271-2-expected.txt:
        * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
        * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
        * platform/mac/tables/mozilla/core/margins-expected.txt:
        * platform/mac/tables/mozilla/core/misc-expected.txt:
        * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
        * platform/mac/tables/mozilla/other/move_row-expected.txt:
        * platform/mac/tables/mozilla/other/test3-expected.txt:
        * platform/mac/tables/mozilla/other/test6-expected.txt:
        * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
        * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
        * platform/mac/transforms/2d/hindi-rotated-expected.txt:
        * platform/mac/transforms/2d/zoom-menulist-expected.txt:
        * platform/mac/transforms/3d/point-mapping/3d-point-mapping-opacity-expected.txt: Added.
        * platform/mac/transforms/svg-vs-css-expected.txt:
        * platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.txt: Added.
        * platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.txt: Added.
        * platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.txt: Added.
        * platform/mac/webarchive/archive-empty-frame-dom-expected.txt: Added.
        * platform/mac/webarchive/archive-empty-frame-source-expected.txt: Added.
        * platform/mac/webarchive/archive-with-unencoded-url-expected.txt: Added.
        * platform/mac/webarchive/css-page-rule-crash-expected.txt: Added.
        * platform/mac/webarchive/doctype-expected.txt: Added.
        * platform/mac/webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Added.
        * platform/mac/webarchive/test-body-background-expected.txt: Added.
        * platform/mac/webarchive/test-css-import-expected.txt: Added.
        * platform/mac/webarchive/test-duplicate-resources-expected.txt: Added.
        * platform/mac/webarchive/test-frameset-expected.txt: Added.
        * platform/mac/webarchive/test-img-src-expected.txt: Added.
        * platform/mac/webarchive/test-input-src-expected.txt: Added.
        * platform/mac/webarchive/test-link-href-expected.txt: Added.
        * platform/mac/webarchive/test-link-rel-icon-beforeload-expected.txt: Added.
        * platform/mac/webarchive/test-object-data-expected.txt: Added.
        * platform/mac/webarchive/test-script-src-expected.txt: Added.
        * platform/mac/webarchive/test-table-background-expected.txt: Added.
        * platform/mac/webarchive/test-td-background-expected.txt: Added.
        * platform/mac/webarchive/test-xml-stylesheet-expected.txt: Added.

2012-11-02  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  Some new Mac baselines, and 
        add real bugs in place of Bug(senorblanco).

        * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
        * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-02  Tony Chang  <tony@chromium.org>

        [chromium] platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html failing
        https://bugs.webkit.org/show_bug.cgi?id=100887

        Reviewed by Ojan Vafai.

        The tests were racing the load time of js-test-post.js and the test completion.
        Previously, js-test-post.js would already be in the cache, so it would always load first.
        Now that we clear the cache, sometimes js-test-post.js would run after the other test output.
        Fix this by setting window.jsTestIsAsync = true and calling finishJSTest() when the test
        ends (this delays the js-test-post.js output until finishJSTest() is called).

        * platform/chromium/TestExpectations:
        * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt:
        * platform/chromium/accessibility/is-ignored-change-sends-notification.html:
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt:
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html:
        * platform/chromium/accessibility/text-change-notification-expected.txt:
        * platform/chromium/accessibility/text-change-notification.html:

2012-11-02  Ian Vollick  <vollick@chromium.org>

        Unreviewed baselines for chromium-mac.

        * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
        * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
        * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.

2012-11-02  Ian Vollick  <vollick@chromium.org>

        Unreviewed baselines for chromium-mac.

        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt: Added.

2012-11-02  Alice Boxhall  <aboxhall@google.com>

        Unreviewed gardening. Mark report-blocked-uri-cross-origin.html as failing.
        https://bugs.webkit.org/show_bug.cgi?id=101096

        * platform/chromium/TestExpectations:

2012-11-02  Ian Vollick  <vollick@chromium.org>

        Support invalidation tracking for composited layers
        https://bugs.webkit.org/show_bug.cgi?id=97801

        Reviewed by Simon Fraser.

        GraphicsLayers now store invalidated rects and can include them in
        the layer tree dump.

        * compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
        * compositing/repaint/invalidations-on-composited-layers.html: Added.
        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.

2012-11-02  Adam Barth  <abarth@webkit.org>

        ASSERT in RenderLayer::hitTestContents can fire
        https://bugs.webkit.org/show_bug.cgi?id=99656

        Reviewed by Eric Seidel.

        This test ensures that we don't trigger the assert.

        * fast/dom/nodesFromRect/nodesFromRect-continuation-crash-expected.txt: Added.
        * fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html: Added.

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

        Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.
        https://bugs.webkit.org/show_bug.cgi?id=101043

        Reviewed by Adam Barth.

        The canonical 'Content-Security-Policy' header landed in 133095, but we
        missed a few tests while updating to the new hotness. We also should
        start using the canonical header for the inspector.

        This patch should have no visible change; tests should continue to pass
        with the new header, just as they did with the old header.

        * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html:
        * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html:
        * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html:
        * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html:
        * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash.html:
        * http/tests/security/isolatedWorld/bypass-main-world-csp.html:
        * inspector/console/console-eval-blocked.html:
        * inspector/debugger/debugger-pause-on-blocked-event-handler.html:
        * inspector/debugger/debugger-pause-on-blocked-script-injection.html:
        * inspector/debugger/debugger-pause-on-blocked-script-url.html:
        * inspector/debugger/eval-on-pause-blocked.html:
        * inspector/elements/resolve-node-blocked.html:
        * media/csp-blocks-video.html:

2012-11-02  Alice Boxhall  <aboxhall@google.com>

        Unreviewed gardening. Marking object-clip-rects-assertion.html as flaky.
        https://bugs.webkit.org/show_bug.cgi?id=86909

        * platform/chromium/TestExpectations:

2012-11-02  Tom Sepez  <tsepez@chromium.org>

        Support X-XSS-Protection: report=URL header syntax in XSSAuditor.
        https://bugs.webkit.org/show_bug.cgi?id=100892

        Reviewed by Adam Barth.

        * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
        * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html: Added.
        * http/tests/security/xssAuditor/report-script-tag-expected.txt: Added.
        * http/tests/security/xssAuditor/report-script-tag.html: Added.
        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
        * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt: Added.
        * http/tests/security/xssAuditor/xss-protection-parsing-03.html: Added.
        * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt: Added.
        * http/tests/security/xssAuditor/xss-protection-parsing-04.html: Added.

2012-11-02  Ian Vollick  <vollick@chromium.org>

        [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=98523

        Reviewed by Simon Fraser.

        The repaint-subrect-grid.html layout test is now text-based and
        doesn't use testRunner.displayInvalidatedRegion().

        * fast/images/repaint-subrect-grid-expected.txt:
        * fast/images/repaint-subrect-grid.html:
        * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Removed.
        * platform/efl/fast/images/repaint-subrect-grid-expected.png: Removed.
        * platform/mac/TestExpectations:
        * platform/mac/fast/images/repaint-subrect-grid-expected.txt: Added.
        * platform/qt/TestExpectations:

2012-11-02  Alice Boxhall  <aboxhall@google.com>

        Unreviewed gardening. Marking some repaint tests as flaky.
        https://bugs.webkit.org/show_bug.cgi?id=84720

        * platform/chromium/TestExpectations:

2012-11-02  Kevin Ellis  <kevers@chromium.org>

        Imrpove scoring in touch adjustment to address bias towards smaller targets.
        https://bugs.webkit.org/show_bug.cgi?id=101046

        Reviewed by Antonio Gomes.

        Add missing mouse handlers to ensure proper handling of nested
        elements.  Nested elements with explicit handlers are favored over
        ancestor elements.  The change to scoring in touch adjustment,
        which removes bias towards small targets, broke two of the layout
        tests.  The updated tests more accurately reflect intended 
        behavior. 
 
        * touchadjustment/nested-shadow-node.html:
        * touchadjustment/rotated-node.html:

2012-11-02  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

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

        Fix test calendar-picker-key-operations.html
        https://bugs.webkit.org/show_bug.cgi?id=101020

        Reviewed by Kent Tamura.

        The test was wrong and failing.

        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:

2012-11-02  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        Regression r130057: Improper preferred width calculation when an inline replaced object, wrapped in an inline flow, follows some text.
        https://bugs.webkit.org/show_bug.cgi?id=99442

        Reviewed by Levi Weintraub.

        * fast/block/block-with-inline-replaced-child-following-text-expected.txt: Added.
        * fast/block/block-with-inline-replaced-child-following-text.html: Added.
        Test added for verifying the width of the inline-block when an inline replaced
        object follows some text object which does not end in a whitespace.

        The correct width of our containing box in this case should be 94px which is
        determined by the min-width of our text (using ahem font) which is 64px +
        the padding - 30px.

        Prior to this fix, the trailing end-width from the text (64px) would be carried
        onto the next line containing the inline replaced object. This would then make
        that line's width as 64px (end width of text) + 30 px (padding) + 50px (width
        of our image object) making it 144px in total. This would then incorrectly
        define the width of our containing box.

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

        [EFL] Unreviewed pixel expectations gardening.

        * platform/efl/TestExpectations: Skip some css3-text-decoration
        tests which depend on pending features.

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

        Web Inspector: Cookie info in Network Resources Cookies tab shows "Invalid Date"
        https://bugs.webkit.org/show_bug.cgi?id=97471

        Reviewed by Pavel Feldman.

        * http/tests/inspector/resource-main-cookies.php:
        * inspector/cookie-parser.html:

2012-11-01  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] Element should have getter and setter of attribute 'pseudo'
        https://bugs.webkit.org/show_bug.cgi?id=100831

        Reviewed by Hajime Morita.

        * fast/dom/shadow/pseudo-attribute-expected.txt: Added.
        * fast/dom/shadow/pseudo-attribute.html: Added.

2012-11-01  Seonae Kim  <sunaeluv.kim@samsung.com>

        [EFL][DRT] Support Geolocation
        https://bugs.webkit.org/show_bug.cgi?id=97427

        Reviewed by Gyuyoung Kim.

        Change the comment of Geolocation test cases.

        * platform/efl/TestExpectations:

2012-11-01  Simon Fraser  <simon.fraser@apple.com>

        New image results for compositing tests. Cross-platform image results seem
        impossible to maintain, so these are all Mac-specific.

        * platform/mac/compositing/animation/busy-indicator-expected.png:
        * platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
        * platform/mac/compositing/color-matching/image-color-matching-expected.png:
        * platform/mac/compositing/color-matching/pdf-image-match-expected.png:
        * platform/mac/compositing/compositing-visible-descendant-expected.png:
        * platform/mac/compositing/direct-image-compositing-expected.png:
        * platform/mac/compositing/flat-with-transformed-child-expected.png:
        * platform/mac/compositing/framesets/composited-frame-alignment-expected.png:
        * platform/mac/compositing/generated-content-expected.png:
        * platform/mac/compositing/geometry/abs-position-inside-opacity-expected.png:
        * platform/mac/compositing/geometry/clipping-foreground-expected.png:
        * platform/mac/compositing/geometry/composited-html-size-expected.png:
        * platform/mac/compositing/geometry/fixed-in-composited-expected.png:
        * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
        * platform/mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
        * platform/mac/compositing/geometry/fixed-position-expected.png:
        * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
        * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
        * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
        * platform/mac/compositing/geometry/foreground-layer-expected.png:
        * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.png:
        * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png:
        * platform/mac/compositing/geometry/outline-change-expected.png:
        * platform/mac/compositing/geometry/partial-layout-update-expected.png:
        * platform/mac/compositing/geometry/repaint-foreground-layer-expected.png:
        * platform/mac/compositing/geometry/root-layer-update-expected.png:
        * platform/mac/compositing/geometry/tall-page-composited-expected.png:
        * platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
        * platform/mac/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/mac/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/mac/compositing/geometry/video-opacity-overlay-expected.png:
        * platform/mac/compositing/iframes/composited-iframe-alignment-expected.png:
        * platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
        * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png:
        * platform/mac/compositing/images/content-image-change-expected.png:
        * platform/mac/compositing/images/direct-image-background-color-expected.png:
        * platform/mac/compositing/layer-creation/fixed-position-scroll-expected.png:
        * platform/mac/compositing/layer-creation/spanOverlapsCanvas-expected.png:
        * platform/mac/compositing/layers-inside-overflow-scroll-expected.png:
        * platform/mac/compositing/masks/direct-image-mask-expected.png:
        * platform/mac/compositing/masks/masked-ancestor-expected.png:
        * platform/mac/compositing/masks/multiple-masks-expected.png:
        * platform/mac/compositing/masks/simple-composited-mask-expected.png:
        * platform/mac/compositing/overflow/ancestor-overflow-expected.png:
        * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
        * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/mac/compositing/overflow/overflow-positioning-expected.png:
        * platform/mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png:
        * platform/mac/compositing/overflow/overflow-scroll-expected.png:
        * platform/mac/compositing/overflow/parent-overflow-expected.png:
        * platform/mac/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/mac/compositing/overflow/scrollbar-painting-expected.png:
        * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
        * platform/mac/compositing/plugins/composited-plugin-expected.png:
        * platform/mac/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
        * platform/mac/compositing/reflections/deeply-nested-reflections-expected.png:
        * platform/mac/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/mac/compositing/reflections/masked-reflection-on-composited-expected.png:
        * platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/mac/compositing/reflections/nested-reflection-animated-expected.png:
        * platform/mac/compositing/reflections/nested-reflection-expected.png:
        * platform/mac/compositing/reflections/nested-reflection-mask-change-expected.png:
        * platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
        * platform/mac/compositing/reflections/nested-reflection-opacity-expected.png:
        * platform/mac/compositing/reflections/nested-reflection-size-change-expected.png:
        * platform/mac/compositing/reflections/nested-reflection-transformed-expected.png:
        * platform/mac/compositing/reflections/nested-reflection-transformed2-expected.png:
        * platform/mac/compositing/reflections/nested-reflection-transition-expected.png:
        * platform/mac/compositing/reflections/reflection-in-composited-expected.png:
        * platform/mac/compositing/reflections/reflection-on-composited-expected.png:
        * platform/mac/compositing/reflections/reflection-opacity-expected.png:
        * platform/mac/compositing/reflections/reflection-ordering-expected.png:
        * platform/mac/compositing/reflections/reflection-positioning-expected.png:
        * platform/mac/compositing/reflections/reflection-positioning2-expected.png:
        * platform/mac/compositing/reflections/simple-composited-reflections-expected.png:
        * platform/mac/compositing/reflections/transform-inside-reflection-expected.png:
        * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png:
        * platform/mac/compositing/repaint/composited-document-element-expected.png:
        * platform/mac/compositing/repaint/content-into-overflow-expected.png:
        * platform/mac/compositing/repaint/layer-repaint-expected.png:
        * platform/mac/compositing/repaint/layer-repaint-rects-expected.png:
        * platform/mac/compositing/repaint/opacity-between-absolute-expected.png:
        * platform/mac/compositing/repaint/opacity-between-absolute2-expected.png:
        * platform/mac/compositing/repaint/overflow-into-content-expected.png:
        * platform/mac/compositing/repaint/same-size-invalidation-expected.png:
        * platform/mac/compositing/scaling/tiled-layer-recursion-expected.png:
        * platform/mac/compositing/self-painting-layers-expected.png:
        * platform/mac/compositing/shadows/shadow-drawing-expected.png:
        * platform/mac/compositing/sibling-positioning-expected.png:
        * platform/mac/compositing/text-on-large-layer-expected.png:
        * platform/mac/compositing/transitions/scale-transition-no-start-expected.png:
        * platform/mac/compositing/transitions/singular-scale-transition-expected.png:
        * platform/mac/compositing/webgl/webgl-background-color-expected.png:
        * platform/mac/compositing/webgl/webgl-no-alpha-expected.png:
        * platform/mac/compositing/webgl/webgl-reflection-expected.png:

2012-11-01  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline some MathML results, and mark compositing/iframes/overlapped-nested-iframes.html
        as flakey because it is.
        
        * platform/mac/TestExpectations:
        * 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/subsup-expected.png:
        * platform/mac/mathml/presentation/subsup-expected.txt:
        * platform/mac/mathml/presentation/tables-expected.png:
        * platform/mac/mathml/presentation/tables-expected.txt:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

        * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
        * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png.

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

        Unreviewed mathml rebaseline.

        * platform/chromium-linux-x86/mathml: Added.
        * platform/chromium-linux-x86/mathml/xHeight-expected.png: Added.
        * platform/chromium-linux-x86/mathml/xHeight-expected.txt: Added.
        * platform/chromium-linux/mathml: Added.
        * platform/chromium-linux/mathml/xHeight-expected.png: Added.
        * platform/chromium-linux/mathml/xHeight-expected.txt: Added.
        * platform/chromium-win-xp/mathml: Added.
        * platform/chromium-win-xp/mathml/xHeight-expected.png: Added.
        * platform/chromium-win-xp/mathml/xHeight-expected.txt: Added.
        * platform/chromium-win/mathml: Added.
        * platform/chromium-win/mathml/xHeight-expected.png: Added.
        * platform/chromium-win/mathml/xHeight-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  Mark another flaky test.

        * platform/chromium/TestExpectations:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:

2012-11-01  Tom Sepez  <tsepez@chromium.org>

        XSS blocker false positive when page contains <iframe src="">
        https://bugs.webkit.org/show_bug.cgi?id=93416

        Reviewed by Adam Barth.

        * http/tests/security/xssAuditor/iframe-injection-allowed-2-expected.txt: Added.
        * http/tests/security/xssAuditor/iframe-injection-allowed-2.html: Added.
        * http/tests/security/xssAuditor/iframe-injection-allowed-3-expected.txt: Added.
        * http/tests/security/xssAuditor/iframe-injection-allowed-3.html: Added.
        * http/tests/security/xssAuditor/iframe-injection-allowed-expected.txt: Added.
        * http/tests/security/xssAuditor/iframe-injection-allowed.html: Added.

2012-11-01  Tien-Ren Chen  <trchen@chromium.org>

        Fix assertion failure in RenderGeometryMap::absoluteRect when frame scale != 1.0
        https://bugs.webkit.org/show_bug.cgi?id=100912

        Reviewed by Simon Fraser.

        Frame scale will add transformation to RenderView, so fixed position doesn't
        get propagated up to the viewport by RenderGeometryMap. This is handled
        correctly in RenderView::mapLocalToContainer, causing the assertion to fail.
        This patch corrects RenderGeometryMap::mapToAbsolute to handle the RenderView
        transformation case.

        A layout test is added to catch this issue. The test will crash debug build
        without this patch.


        * compositing/geometry/fixed-position-composited-page-scale-scroll-expected.txt: Added.
        * compositing/geometry/fixed-position-composited-page-scale-scroll.html: Added.

2012-11-01  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline tests listed in Mac TestExpectations as needing new baselines, other than those that
        are failing ref tests.
        
        Removed relevant lines from TestExpectations.
        
        Carry along some new image results for the directories which were rebaselined.

        Rubber-stamped by Tim Horton

        * accessibility/svg-remote-element-expected.txt: Added.
        * fast/images/exif-orientation-image-document-expected.txt: Added.
        * platform/mac/TestExpectations:
        * platform/mac/canvas/philip/tests/2d.imageData.put.wrongtype-expected.txt: Removed.
        * platform/mac/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: Removed.
        * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed.
        * platform/mac/compositing/animation/busy-indicator-expected.txt: Removed.
        * platform/mac/compositing/flat-with-transformed-child-expected.txt: Removed.
        * platform/mac/compositing/reflections/backface-hidden-reflection-expected.txt: Removed.
        * platform/mac/compositing/repaint/same-size-invalidation-expected.txt: Removed.
        * platform/mac/compositing/scaling/tiled-layer-recursion-expected.txt: Removed.
        * platform/mac/compositing/video/video-controls-layer-creation-expected.png: Added.
        * platform/mac/css1/formatting_model/canvas-expected.png:
        * platform/mac/css1/formatting_model/floating_elements-expected.png:
        * platform/mac/css1/formatting_model/floating_elements-expected.txt:
        * platform/mac/css1/formatting_model/height_of_lines-expected.png:
        * platform/mac/css1/formatting_model/horizontal_formatting-expected.png:
        * platform/mac/css1/formatting_model/inline_elements-expected.png:
        * platform/mac/css1/formatting_model/replaced_elements-expected.png:
        * platform/mac/css1/formatting_model/vertical_formatting-expected.png:
        * platform/mac/editing/selection/anchor-focus2-expected.txt: Removed.
        * platform/mac/editing/selection/anchor-focus3-expected.txt: Removed.
        * platform/mac/editing/selection/fake-drag-expected.txt: Removed.
        * platform/mac/fast/block/float/001-expected.png:
        * platform/mac/fast/block/float/002-expected.png:
        * platform/mac/fast/block/float/003-expected.png:
        * platform/mac/fast/block/float/004-expected.png:
        * platform/mac/fast/block/float/005-expected.png:
        * platform/mac/fast/block/float/006-expected.png:
        * platform/mac/fast/block/float/007-expected.png:
        * platform/mac/fast/block/float/008-expected.png:
        * platform/mac/fast/block/float/009-expected.png:
        * platform/mac/fast/block/float/010-expected.png:
        * platform/mac/fast/block/float/010-expected.txt:
        * platform/mac/fast/block/float/011-expected.png:
        * platform/mac/fast/block/float/012-expected.png:
        * platform/mac/fast/block/float/013-expected.png:
        * platform/mac/fast/block/float/014-expected.png:
        * platform/mac/fast/block/float/015-expected.png:
        * platform/mac/fast/block/float/017-expected.png:
        * platform/mac/fast/block/float/018-expected.png:
        * platform/mac/fast/block/float/019-expected.png:
        * platform/mac/fast/block/float/020-expected.png:
        * platform/mac/fast/block/float/021-expected.png:
        * platform/mac/fast/block/float/022-expected.png:
        * platform/mac/fast/block/float/023-expected.png:
        * platform/mac/fast/block/float/024-expected.png:
        * platform/mac/fast/block/float/024-expected.txt:
        * platform/mac/fast/block/float/025-expected.png:
        * platform/mac/fast/block/float/026-expected.png:
        * platform/mac/fast/block/float/027-expected.png:
        * platform/mac/fast/block/float/028-expected.png:
        * platform/mac/fast/block/float/029-expected.png:
        * platform/mac/fast/block/float/030-expected.png:
        * platform/mac/fast/block/float/031-expected.png:
        * platform/mac/fast/block/float/032-expected.png:
        * platform/mac/fast/block/float/033-expected.png:
        * platform/mac/fast/block/float/034-expected.png:
        * platform/mac/fast/block/float/035-expected.png:
        * platform/mac/fast/block/float/4145535Crash-expected.png:
        * platform/mac/fast/block/float/avoidance-percent-width-compat-expected.png:
        * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.png:
        * platform/mac/fast/block/float/avoidance-rtl-expected.png: Added.
        * platform/mac/fast/block/float/avoiding-float-centered-expected.png:
        * platform/mac/fast/block/float/br-with-clear-2-expected.png:
        * platform/mac/fast/block/float/br-with-clear-expected.png:
        * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.png:
        * platform/mac/fast/block/float/clamped-right-float-expected.png:
        * platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
        * platform/mac/fast/block/float/clear-to-fit-expected.png: Added.
        * platform/mac/fast/block/float/dynamic-unfloat-pref-width-expected.png:
        * platform/mac/fast/block/float/editable-text-overlapping-float-expected.png:
        * platform/mac/fast/block/float/fit_line_below_floats-expected.png:
        * platform/mac/fast/block/float/float-avoidance-expected.png:
        * platform/mac/fast/block/float/float-forced-below-other-floats-expected.png:
        * platform/mac/fast/block/float/float-in-float-hit-testing-expected.png:
        * platform/mac/fast/block/float/float-in-float-painting-expected.png:
        * platform/mac/fast/block/float/float-not-removed-from-next-sibling-expected.png: Added.
        * platform/mac/fast/block/float/float-not-removed-from-next-sibling2-expected.png: Added.
        * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Added.
        * platform/mac/fast/block/float/float-not-removed-from-next-sibling4-expected.png: Added.
        * platform/mac/fast/block/float/float-on-zero-height-line-expected.png:
        * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
        * platform/mac/fast/block/float/float-overhangs-root-expected.png:
        * platform/mac/fast/block/float/floats-and-text-indent-expected.png:
        * platform/mac/fast/block/float/floats-and-text-indent-rl-expected.png:
        * platform/mac/fast/block/float/in-margin-expected.png:
        * platform/mac/fast/block/float/independent-align-positioning-expected.png:
        * platform/mac/fast/block/float/independent-align-positioning-expected.txt:
        * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
        * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
        * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png:
        * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png:
        * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png:
        * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png:
        * platform/mac/fast/block/float/intruding-painted-twice-expected.png:
        * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
        * platform/mac/fast/block/float/multiple-float-positioning-expected.png:
        * platform/mac/fast/block/float/narrow-after-wide-expected.png:
        * platform/mac/fast/block/float/negative-margin-clear-expected.png:
        * platform/mac/fast/block/float/nested-clearance-expected.png:
        * platform/mac/fast/block/float/nestedAnonymousBlocks-expected.png:
        * platform/mac/fast/block/float/nestedAnonymousBlocks2-expected.png:
        * platform/mac/fast/block/float/nopaint-after-layer-destruction-expected.png:
        * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.png:
        * platform/mac/fast/block/float/nowrap-clear-min-width-expected.png:
        * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.png:
        * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.png:
        * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
        * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
        * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
        * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
        * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
        * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
        * platform/mac/fast/block/float/overhanging-tall-block-expected.png:
        * platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
        * platform/mac/fast/block/float/relative-painted-twice-expected.png:
        * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
        * platform/mac/fast/block/float/shrink-to-fit-width-expected.png:
        * platform/mac/fast/block/float/table-relayout-expected.png:
        * platform/mac/fast/block/float/vertical-move-relayout-expected.png:
        * platform/mac/fast/block/float/width-update-after-clear-expected.png:
        * platform/mac/fast/block/margin-collapse/001-expected.png:
        * platform/mac/fast/block/margin-collapse/002-expected.png:
        * platform/mac/fast/block/margin-collapse/003-expected.png:
        * platform/mac/fast/block/margin-collapse/004-expected.png:
        * platform/mac/fast/block/margin-collapse/005-expected.png:
        * platform/mac/fast/block/margin-collapse/006-expected.png:
        * platform/mac/fast/block/margin-collapse/010-expected.png:
        * platform/mac/fast/block/margin-collapse/011-expected.png:
        * platform/mac/fast/block/margin-collapse/012-expected.png:
        * platform/mac/fast/block/margin-collapse/015-expected.png:
        * platform/mac/fast/block/margin-collapse/016-expected.png:
        * platform/mac/fast/block/margin-collapse/017-expected.png:
        * platform/mac/fast/block/margin-collapse/018-expected.png:
        * platform/mac/fast/block/margin-collapse/019-expected.png:
        * platform/mac/fast/block/margin-collapse/020-expected.png:
        * platform/mac/fast/block/margin-collapse/021-expected.png:
        * platform/mac/fast/block/margin-collapse/022-expected.png:
        * platform/mac/fast/block/margin-collapse/025-expected.png:
        * platform/mac/fast/block/margin-collapse/025-expected.txt:
        * platform/mac/fast/block/margin-collapse/026-expected.png:
        * platform/mac/fast/block/margin-collapse/027-expected.png:
        * platform/mac/fast/block/margin-collapse/028-expected.png:
        * platform/mac/fast/block/margin-collapse/029-expected.png:
        * platform/mac/fast/block/margin-collapse/030-expected.png:
        * platform/mac/fast/block/margin-collapse/031-expected.png:
        * platform/mac/fast/block/margin-collapse/032-expected.png:
        * platform/mac/fast/block/margin-collapse/033-expected.png:
        * platform/mac/fast/block/margin-collapse/034-expected.png:
        * platform/mac/fast/block/margin-collapse/035-expected.png:
        * platform/mac/fast/block/margin-collapse/037-expected.png:
        * platform/mac/fast/block/margin-collapse/038-expected.png:
        * platform/mac/fast/block/margin-collapse/039-expected.png:
        * platform/mac/fast/block/margin-collapse/040-expected.png:
        * platform/mac/fast/block/margin-collapse/041-expected.png:
        * platform/mac/fast/block/margin-collapse/042-expected.png:
        * platform/mac/fast/block/margin-collapse/043-expected.png:
        * platform/mac/fast/block/margin-collapse/044-expected.png:
        * platform/mac/fast/block/margin-collapse/045-expected.png:
        * platform/mac/fast/block/margin-collapse/055-expected.png:
        * platform/mac/fast/block/margin-collapse/056-expected.png:
        * platform/mac/fast/block/margin-collapse/057-expected.png:
        * platform/mac/fast/block/margin-collapse/058-expected.png:
        * platform/mac/fast/block/margin-collapse/059-expected.png:
        * platform/mac/fast/block/margin-collapse/062-expected.png:
        * platform/mac/fast/block/margin-collapse/063-expected.png:
        * platform/mac/fast/block/margin-collapse/100-expected.png:
        * platform/mac/fast/block/margin-collapse/101-expected.png:
        * platform/mac/fast/block/margin-collapse/102-expected.png:
        * platform/mac/fast/block/margin-collapse/103-expected.png:
        * platform/mac/fast/block/margin-collapse/104-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/002-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/003-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.png:
        * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
        * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
        * platform/mac/fast/block/margin-collapse/negative-margins-expected.png:
        * platform/mac/fast/borders/border-antialiasing-expected.png:
        * platform/mac/fast/css-generated-content/inline-display-types-expected.png:
        * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
        * platform/mac/fast/css/001-expected.png:
        * platform/mac/fast/css/002-expected.png:
        * platform/mac/fast/css/003-expected.png:
        * platform/mac/fast/css/004-expected.png:
        * platform/mac/fast/css/005-expected.png:
        * platform/mac/fast/css/006-expected.png:
        * platform/mac/fast/css/007-expected.png:
        * platform/mac/fast/css/008-expected.png:
        * platform/mac/fast/css/ZeroOpacityLayers-expected.png:
        * platform/mac/fast/css/ZeroOpacityLayers2-expected.png:
        * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
        * platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.png:
        * platform/mac/fast/css/acid2-expected.png:
        * platform/mac/fast/css/acid2-pixel-expected.png:
        * platform/mac/fast/css/apple-prefix-expected.png:
        * platform/mac/fast/css/attribute-selector-dynamic-expected.png:
        * platform/mac/fast/css/attribute-selector-empty-value-expected.png:
        * platform/mac/fast/css/background-clip-radius-values-expected.png: Added.
        * platform/mac/fast/css/background-clip-values-expected.png:
        * platform/mac/fast/css/background-image-with-baseurl-expected.png:
        * platform/mac/fast/css/background-shorthand-invalid-url-expected.png:
        * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.png:
        * platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.png:
        * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
        * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
        * platform/mac/fast/css/bogus-color-span-expected.png:
        * platform/mac/fast/css/border-height-expected.png:
        * platform/mac/fast/css/border-radius-non-negative-expected.png:
        * platform/mac/fast/css/border-radius-outline-offset-expected.png:
        * platform/mac/fast/css/border-solid-single-edge-antialias-expected.png: Added.
        * platform/mac/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.png: Added.
        * platform/mac/fast/css/caption-width-absolute-position-expected.png: Added.
        * platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
        * platform/mac/fast/css/caption-width-fixed-position-expected.png: Added.
        * platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
        * platform/mac/fast/css/caption-width-relative-position-expected.png: Added.
        * platform/mac/fast/css/caption-width-relative-position-offset-top-expected.png: Added.
        * platform/mac/fast/css/child-style-can-override-visited-style-expected.png: Added.
        * platform/mac/fast/css/clip-text-in-scaled-div-expected.png:
        * platform/mac/fast/css/clip-zooming-expected.png:
        * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png:
        * platform/mac/fast/css/color-correction-expected.png:
        * platform/mac/fast/css/color-correction-on-background-image-expected.png:
        * platform/mac/fast/css/color-correction-on-backgrounds-expected.png:
        * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
        * platform/mac/fast/css/color-correction-on-text-expected.png:
        * platform/mac/fast/css/color-correction-on-text-shadow-expected.png:
        * platform/mac/fast/css/color-correction-untagged-images-expected.png:
        * platform/mac/fast/css/color-leakage-expected.png:
        * platform/mac/fast/css/color-quirk-expected.png:
        * platform/mac/fast/css/color-strict-expected.png:
        * platform/mac/fast/css/compare-content-style-expected.png:
        * platform/mac/fast/css/content-dynamic-expected.png:
        * platform/mac/fast/css/contentDiv-expected.png:
        * platform/mac/fast/css/contentDivWithChildren-expected.png:
        * platform/mac/fast/css/contentImage-expected.png:
        * platform/mac/fast/css/continuationCrash-expected.png:
        * platform/mac/fast/css/counters/counter-text-security-expected.png:
        * platform/mac/fast/css/counters/counter-text-transform-expected.png:
        * platform/mac/fast/css/create_element_align-expected.png:
        * platform/mac/fast/css/css-imports-expected.png:
        * platform/mac/fast/css/css1_forward_compatible_parsing-expected.png:
        * platform/mac/fast/css/css2-system-fonts-expected.png:
        * platform/mac/fast/css/css3-modsel-22-expected.png:
        * platform/mac/fast/css/css3-nth-child-expected.png:
        * platform/mac/fast/css/css3-space-in-nth-and-lang-expected.png:
        * platform/mac/fast/css/disabled-author-styles-expected.png:
        * platform/mac/fast/css/dynamic-sibling-selector-expected.png:
        * platform/mac/fast/css/empty-body-test-expected.png:
        * platform/mac/fast/css/empty-generated-content-expected.png:
        * platform/mac/fast/css/empty-inline-003-quirksmode-expected.png: Added.
        * platform/mac/fast/css/empty-inline-line-height-first-line-expected.png: Added.
        * platform/mac/fast/css/empty-inline-line-height-first-line-quirksmode-expected.png: Added.
        * platform/mac/fast/css/empty-pseudo-class-expected.png:
        * platform/mac/fast/css/empty-webkit-mask-crash-expected.png: Added.
        * platform/mac/fast/css/error-in-last-decl-expected.png:
        * platform/mac/fast/css/ex-after-font-variant-expected.png:
        * platform/mac/fast/css/fieldset-display-row-expected.png:
        * platform/mac/fast/css/find-next-layer-expected.png:
        * platform/mac/fast/css/first-child-pseudo-class-expected.png:
        * platform/mac/fast/css/first-letter-capitalized-expected.png:
        * platform/mac/fast/css/first-letter-detach-expected.png:
        * platform/mac/fast/css/first-letter-first-line-hover-expected.png:
        * platform/mac/fast/css/first-letter-float-after-float-expected.png:
        * platform/mac/fast/css/first-letter-float-expected.png:
        * platform/mac/fast/css/first-letter-hover-expected.png:
        * platform/mac/fast/css/first-letter-punctuation-expected.png:
        * platform/mac/fast/css/first-letter-recalculation-expected.png:
        * platform/mac/fast/css/first-letter-set-text-expected.png: Added.
        * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.png:
        * platform/mac/fast/css/first-letter-visibility-expected.png:
        * platform/mac/fast/css/first-line-text-decoration-expected.png: Added.
        * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
        * platform/mac/fast/css/first-of-type-pseudo-class-expected.png:
        * platform/mac/fast/css/focus-ring-detached-expected.png:
        * platform/mac/fast/css/focus-ring-multiline-expected.png:
        * platform/mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
        * platform/mac/fast/css/focus-ring-outline-color-expected.png:
        * platform/mac/fast/css/focus-ring-outline-offset-expected.png:
        * platform/mac/fast/css/focus-ring-outline-width-expected.png:
        * platform/mac/fast/css/font-face-default-font-expected.png:
        * platform/mac/fast/css/font-face-implicit-local-font-expected.png:
        * platform/mac/fast/css/font-face-in-media-rule-expected.png:
        * platform/mac/fast/css/font-face-locally-installed-expected.png:
        * platform/mac/fast/css/font-face-multiple-faces-expected.png:
        * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png:
        * platform/mac/fast/css/font-face-opentype-expected.png:
        * platform/mac/fast/css/font-face-remote-expected.png:
        * platform/mac/fast/css/font-face-synthetic-bold-italic-expected.png:
        * platform/mac/fast/css/font-face-unicode-range-expected.png:
        * platform/mac/fast/css/font-face-weight-matching-expected.png:
        * platform/mac/fast/css/font-face-woff-expected.png:
        * platform/mac/fast/css/font-family-pictograph-expected.png:
        * platform/mac/fast/css/font-shorthand-weight-only-expected.png:
        * platform/mac/fast/css/font-size-negative-expected.png:
        * platform/mac/fast/css/font-smoothing-expected.png:
        * platform/mac/fast/css/font-weight-1-expected.png:
        * platform/mac/fast/css/font_property_normal-expected.png:
        * platform/mac/fast/css/h1-in-section-elements-expected.png:
        * platform/mac/fast/css/hover-subselector-expected.png:
        * platform/mac/fast/css/hsl-color-expected.png:
        * platform/mac/fast/css/hsla-color-expected.png:
        * platform/mac/fast/css/ignore-text-zoom-expected.png:
        * platform/mac/fast/css/imageTileOpacity-expected.png:
        * platform/mac/fast/css/import-rule-regression-11590-expected.png:
        * platform/mac/fast/css/import_with_baseurl-expected.png:
        * platform/mac/fast/css/inline-element-line-break-expected.png:
        * platform/mac/fast/css/inline-properties-important-expected.png:
        * platform/mac/fast/css/input-search-padding-expected.png:
        * platform/mac/fast/css/invalid-percentage-property-expected.png:
        * platform/mac/fast/css/invalid-pseudo-classes-expected.png:
        * platform/mac/fast/css/invalidation-errors-2-expected.png:
        * platform/mac/fast/css/invalidation-errors-3-expected.png:
        * platform/mac/fast/css/invalidation-errors-expected.png:
        * platform/mac/fast/css/last-child-pseudo-class-expected.png:
        * platform/mac/fast/css/last-child-style-sharing-expected.png:
        * platform/mac/fast/css/last-of-type-pseudo-class-expected.png:
        * platform/mac/fast/css/layerZOrderCrash-expected.png:
        * platform/mac/fast/css/line-after-floating-div-expected.png:
        * platform/mac/fast/css/line-height-determined-by-primary-font-expected.png:
        * platform/mac/fast/css/line-height-expected.png:
        * platform/mac/fast/css/line-height-font-order-expected.png:
        * platform/mac/fast/css/line-height-negative-expected.png:
        * platform/mac/fast/css/line-height-overflow-expected.png:
        * platform/mac/fast/css/linear-gradient-currentcolor-expected.png:
        * platform/mac/fast/css/link-outside-head-expected.png:
        * platform/mac/fast/css/list-outline-expected.png:
        * platform/mac/fast/css/live-cssrules-expected.png:
        * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png:
        * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png:
        * platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
        * platform/mac/fast/css/max-height-none-expected.png:
        * platform/mac/fast/css/min-width-with-spanned-cell-expected.png: Added.
        * platform/mac/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added.
        * platform/mac/fast/css/namespaces/001-expected.png:
        * platform/mac/fast/css/namespaces/002-expected.png:
        * platform/mac/fast/css/namespaces/003-expected.png:
        * platform/mac/fast/css/namespaces/004-expected.png:
        * platform/mac/fast/css/namespaces/005-expected.png:
        * platform/mac/fast/css/namespaces/006-expected.png:
        * platform/mac/fast/css/namespaces/007-expected.png:
        * platform/mac/fast/css/namespaces/namespaces-comments-expected.png:
        * platform/mac/fast/css/namespaces/namespaces-empty-expected.png:
        * platform/mac/fast/css/namespaces/namespaces-escapes-expected.png:
        * platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.png:
        * platform/mac/fast/css/negative-leading-expected.png:
        * platform/mac/fast/css/negative-nth-child-expected.png:
        * platform/mac/fast/css/nested-floating-relative-position-percentages-expected.png:
        * platform/mac/fast/css/nested-layers-with-hover-expected.txt:
        * platform/mac/fast/css/nested-rounded-corners-expected.png:
        * platform/mac/fast/css/non-empty-span-expected.png:
        * platform/mac/fast/css/non-standard-checkbox-size-expected.png:
        * platform/mac/fast/css/nth-child-dynamic-expected.png:
        * platform/mac/fast/css/only-child-pseudo-class-expected.png:
        * platform/mac/fast/css/only-of-type-pseudo-class-expected.png:
        * platform/mac/fast/css/outline-auto-empty-rects-expected.png:
        * platform/mac/fast/css/outline-auto-location-expected.png:
        * platform/mac/fast/css/outline-narrowLine-expected.png: Added.
        * platform/mac/fast/css/pending-stylesheet-repaint-expected.png: Added.
        * platform/mac/fast/css/pendingStylesheetFontSize-expected.png:
        * platform/mac/fast/css/percent-top-relative-container-height-unspecified-expected.png:
        * platform/mac/fast/css/percent-top-value-with-relative-position-expected.png:
        * platform/mac/fast/css/percentage-non-integer-expected.png:
        * platform/mac/fast/css/position-negative-top-margin-expected.png:
        * platform/mac/fast/css/positioned-overflow-scroll-expected.png:
        * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
        * platform/mac/fast/css/pseudo-any-expected.txt: Removed.
        * platform/mac/fast/css/pseudo-element-line-break-expected.png:
        * platform/mac/fast/css/pseudo-first-line-border-width-expected.png:
        * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
        * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
        * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
        * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
        * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
        * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
        * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
        * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
        * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
        * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
        * platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
        * platform/mac/fast/css/rem-dynamic-scaling-expected.png:
        * platform/mac/fast/css/rem-units-on-root-expected.png:
        * platform/mac/fast/css/replaced-element-implicit-size-expected.png:
        * platform/mac/fast/css/resize-corner-tracking-expected.png:
        * platform/mac/fast/css/resize-corner-tracking-transformed-expected.png:
        * platform/mac/fast/css/rgb-float-expected.png:
        * platform/mac/fast/css/rtl-ordering-expected.png:
        * platform/mac/fast/css/rtl-to-viewport-expected.png:
        * platform/mac/fast/css/selector-set-attribute-expected.png:
        * platform/mac/fast/css/shadow-multiple-expected.png:
        * platform/mac/fast/css/simple-selector-chain-parsing-expected.png:
        * platform/mac/fast/css/square-button-appearance-expected.png:
        * platform/mac/fast/css/style-outside-head-expected.png:
        * platform/mac/fast/css/style-parsed-outside-head-expected.png:
        * platform/mac/fast/css/style-tag-display-none-expected.png: Added.
        * platform/mac/fast/css/table-rules-attribute-groups-with-frame-expected.png: Added.
        * platform/mac/fast/css/table-rules-attribute-with-frame1-expected.png: Added.
        * platform/mac/fast/css/table-rules-attribute-with-frame2-expected.png: Added.
        * platform/mac/fast/css/table-text-align-quirk-expected.png:
        * platform/mac/fast/css/table-text-align-strict-expected.png:
        * platform/mac/fast/css/target-fragment-match-expected.png:
        * platform/mac/fast/css/text-align-expected.png:
        * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
        * platform/mac/fast/css/text-overflow-ellipsis-expected.png:
        * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png:
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/mac/fast/css/text-overflow-input-expected.png:
        * platform/mac/fast/css/text-rendering-expected.png:
        * platform/mac/fast/css/text-security-expected.png:
        * platform/mac/fast/css/text-transform-select-expected.png:
        * platform/mac/fast/css/textCapitalizeEdgeCases-expected.png:
        * platform/mac/fast/css/transform-default-parameter-expected.png:
        * platform/mac/fast/css/transformed-mask-expected.png:
        * platform/mac/fast/css/transition-color-unspecified-expected.png:
        * platform/mac/fast/css/universal-hover-quirk-expected.png:
        * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png:
        * platform/mac/fast/css/vertical-align-lengths-expected.png:
        * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/mac/fast/css/visibility-hit-test-expected.png:
        * platform/mac/fast/css/zoom-font-size-expected.png:
        * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
        * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
        * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
        * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
        * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.png:
        * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt:
        * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.png:
        * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt:
        * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Removed.
        * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Removed.
        * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
        * platform/mac/fast/encoding/invalid-UTF-8-expected.png:
        * platform/mac/fast/encoding/utf-16-big-endian-expected.png:
        * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/mac/fast/encoding/utf-16-little-endian-expected.png:
        * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/mac/fast/encoding/xmacroman-encoding-test-expected.png:
        * platform/mac/fast/inline-block/001-expected.png:
        * platform/mac/fast/inline-block/001-expected.txt:
        * platform/mac/fast/inline/001-expected.png:
        * platform/mac/fast/inline/002-expected.png:
        * platform/mac/fast/inline/25277-2-expected.png:
        * platform/mac/fast/inline/25277-expected.png:
        * platform/mac/fast/inline/absolute-positioned-block-in-centred-block-expected.png: Added.
        * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added.
        * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added.
        * platform/mac/fast/inline/br-text-decoration-expected.png:
        * platform/mac/fast/inline/continuation-outlines-expected.png:
        * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
        * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.txt:
        * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png:
        * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png:
        * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.png:
        * platform/mac/fast/inline/inline-box-background-expected.png:
        * platform/mac/fast/inline/inline-box-background-long-image-expected.png:
        * platform/mac/fast/inline/inline-box-background-repeat-x-expected.png:
        * platform/mac/fast/inline/inline-box-background-repeat-y-expected.png:
        * platform/mac/fast/inline/inline-continuation-borders-expected.png:
        * platform/mac/fast/inline/inline-focus-ring-expected.png:
        * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.png:
        * platform/mac/fast/inline/inline-text-quirk-bpm-expected.png:
        * platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.png:
        * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
        * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
        * platform/mac/fast/inline/long-wrapped-line-expected.png:
        * platform/mac/fast/inline/nested-top-alignment-expected.png:
        * platform/mac/fast/inline/outline-continuations-expected.png:
        * platform/mac/fast/inline/percentage-margins-expected.png:
        * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.png:
        * platform/mac/fast/inline/positionedLifetime-expected.png:
        * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png:
        * platform/mac/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/mac/fast/lists/list-marker-before-content-table-expected.txt: Removed.
        * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.png:
        * platform/mac/fast/multicol/block-axis-horizontal-tb-expected.png:
        * platform/mac/fast/multicol/block-axis-vertical-lr-expected.png:
        * platform/mac/fast/multicol/block-axis-vertical-rl-expected.png:
        * platform/mac/fast/multicol/border-padding-pagination-expected.png:
        * platform/mac/fast/multicol/client-rects-expected.png:
        * platform/mac/fast/multicol/column-break-with-balancing-expected.png:
        * platform/mac/fast/multicol/column-count-with-rules-expected.png:
        * platform/mac/fast/multicol/column-rules-expected.png:
        * platform/mac/fast/multicol/column-rules-stacking-expected.png:
        * platform/mac/fast/multicol/columns-shorthand-parsing-expected.png:
        * platform/mac/fast/multicol/flipped-blocks-border-after-expected.png: Added.
        * platform/mac/fast/multicol/float-avoidance-expected.png:
        * platform/mac/fast/multicol/float-multicol-expected.png:
        * platform/mac/fast/multicol/float-paginate-complex-expected.png:
        * platform/mac/fast/multicol/float-paginate-empty-lines-expected.png:
        * platform/mac/fast/multicol/float-paginate-expected.png:
        * platform/mac/fast/multicol/layers-in-multicol-expected.png:
        * platform/mac/fast/multicol/layers-split-across-columns-expected.png:
        * platform/mac/fast/multicol/margin-collapse-expected.png:
        * platform/mac/fast/multicol/max-height-columns-block-expected.png:
        * platform/mac/fast/multicol/nested-columns-expected.png:
        * platform/mac/fast/multicol/overflow-across-columns-expected.png:
        * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.png:
        * platform/mac/fast/multicol/overflow-unsplittable-expected.png:
        * platform/mac/fast/multicol/paginate-block-replaced-expected.png:
        * platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.png:
        * platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.png:
        * platform/mac/fast/multicol/pagination-h-vertical-lr-expected.png:
        * platform/mac/fast/multicol/pagination-h-vertical-rl-expected.png:
        * platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.png:
        * platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.png:
        * platform/mac/fast/multicol/pagination-v-vertical-lr-expected.png:
        * platform/mac/fast/multicol/pagination-v-vertical-rl-expected.png:
        * platform/mac/fast/multicol/positioned-split-expected.png:
        * platform/mac/fast/multicol/positioned-with-constrained-height-expected.png:
        * platform/mac/fast/multicol/positive-leading-expected.png:
        * platform/mac/fast/multicol/progression-reverse-expected.png: Added.
        * platform/mac/fast/multicol/scrolling-overflow-expected.png:
        * platform/mac/fast/multicol/shadow-breaking-expected.png:
        * platform/mac/fast/multicol/single-line-expected.png: Added.
        * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
        * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.png:
        * platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.png: Added.
        * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/mac/fast/multicol/span/clone-flexbox-expected.png: Added.
        * platform/mac/fast/multicol/span/clone-summary-expected.png: Added.
        * platform/mac/fast/multicol/span/generated-child-split-flow-crash-expected.png: Added.
        * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
        * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
        * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
        * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
        * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
        * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
        * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.png:
        * platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
        * platform/mac/fast/multicol/span/span-margin-collapsing-expected.png:
        * platform/mac/fast/multicol/table-margin-collapse-expected.png:
        * platform/mac/fast/multicol/table-vertical-align-expected.png:
        * platform/mac/fast/multicol/unsplittable-inline-block-expected.png:
        * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
        * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
        * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
        * platform/mac/fast/multicol/vertical-lr/column-rules-expected.png:
        * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
        * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.png:
        * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/mac/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
        * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
        * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
        * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
        * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
        * platform/mac/fast/multicol/vertical-rl/column-rules-expected.png:
        * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
        * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.png:
        * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/mac/fast/multicol/vertical-rl/rule-style-expected.png: Added.
        * platform/mac/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
        * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
        * platform/mac/fast/repaint/table-section-repaint-expected.png:
        * platform/mac/fast/repaint/table-section-repaint-expected.txt:
        * platform/mac/fast/runin/runin-generated-before-content-expected.txt: Removed.
        * platform/mac/fast/table/001-expected.png:
        * platform/mac/fast/table/002-expected.png:
        * platform/mac/fast/table/003-expected.png:
        * platform/mac/fast/table/004-expected.png:
        * platform/mac/fast/table/005-expected.png:
        * platform/mac/fast/table/006-expected.png:
        * platform/mac/fast/table/007-expected.png:
        * platform/mac/fast/table/008-expected.png:
        * platform/mac/fast/table/009-expected.png:
        * platform/mac/fast/table/010-expected.png:
        * platform/mac/fast/table/011-expected.png:
        * platform/mac/fast/table/012-expected.png:
        * platform/mac/fast/table/013-expected.png:
        * platform/mac/fast/table/014-expected.png:
        * platform/mac/fast/table/015-expected.png:
        * platform/mac/fast/table/016-expected.png:
        * platform/mac/fast/table/017-expected.png:
        * platform/mac/fast/table/018-expected.png:
        * platform/mac/fast/table/020-expected.png:
        * platform/mac/fast/table/021-expected.png:
        * platform/mac/fast/table/022-expected.png:
        * platform/mac/fast/table/023-expected.png:
        * platform/mac/fast/table/024-expected.png:
        * platform/mac/fast/table/025-expected.png:
        * platform/mac/fast/table/025-expected.txt:
        * platform/mac/fast/table/026-expected.png:
        * platform/mac/fast/table/027-expected.png:
        * platform/mac/fast/table/027-expected.txt:
        * platform/mac/fast/table/027-vertical-expected.png:
        * platform/mac/fast/table/027-vertical-expected.txt:
        * platform/mac/fast/table/028-expected.png:
        * platform/mac/fast/table/028-vertical-expected.png:
        * platform/mac/fast/table/029-expected.png:
        * platform/mac/fast/table/030-expected.png:
        * platform/mac/fast/table/031-expected.png:
        * platform/mac/fast/table/032-expected.png:
        * platform/mac/fast/table/033-expected.png:
        * platform/mac/fast/table/034-expected.png:
        * platform/mac/fast/table/035-expected.png:
        * platform/mac/fast/table/035-vertical-expected.png:
        * platform/mac/fast/table/036-expected.png:
        * platform/mac/fast/table/037-expected.png:
        * platform/mac/fast/table/038-expected.png:
        * platform/mac/fast/table/038-vertical-expected.png:
        * platform/mac/fast/table/039-expected.png:
        * platform/mac/fast/table/040-expected.png:
        * platform/mac/fast/table/040-vertical-expected.png:
        * platform/mac/fast/table/041-expected.png:
        * platform/mac/fast/table/100-percent-cell-width-expected.png:
        * platform/mac/fast/table/absolute-table-at-bottom-expected.png:
        * platform/mac/fast/table/add-before-anonymous-child-expected.png:
        * platform/mac/fast/table/align-right-within-left-aligned-div-expected.png: Added.
        * platform/mac/fast/table/append-cells-expected.png:
        * platform/mac/fast/table/append-cells2-expected.png:
        * platform/mac/fast/table/auto-100-percent-width-expected.png: Added.
        * platform/mac/fast/table/auto-with-percent-height-expected.png:
        * platform/mac/fast/table/auto-with-percent-height-vertical-expected.png:
        * platform/mac/fast/table/border-collapsing/001-expected.png:
        * platform/mac/fast/table/border-collapsing/001-vertical-expected.png:
        * platform/mac/fast/table/border-collapsing/002-expected.png:
        * platform/mac/fast/table/border-collapsing/002-vertical-expected.png:
        * platform/mac/fast/table/border-collapsing/003-expected.png:
        * platform/mac/fast/table/border-collapsing/003-vertical-expected.png:
        * platform/mac/fast/table/border-collapsing/004-expected.png:
        * platform/mac/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.png:
        * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png:
        * platform/mac/fast/table/border-collapsing/bug14274-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-69296-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-cell-append-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png:
        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
        * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
        * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
        * platform/mac/fast/table/caption-relayout-expected.png:
        * platform/mac/fast/table/cell-absolute-child-expected.png:
        * platform/mac/fast/table/cell-coalescing-expected.png:
        * platform/mac/fast/table/cell-pref-width-invalidation-expected.png:
        * platform/mac/fast/table/cell-width-auto-expected.png:
        * platform/mac/fast/table/cellindex-expected.png:
        * platform/mac/fast/table/click-near-anonymous-table-expected.png:
        * platform/mac/fast/table/colgroup-preceded-by-caption-expected.png:
        * platform/mac/fast/table/colgroup-spanning-groups-rules-expected.png:
        * platform/mac/fast/table/colspan-with-all-percent-cells-expected.png: Added.
        * platform/mac/fast/table/colspanMinWidth-expected.png:
        * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Added.
        * platform/mac/fast/table/div-as-col-span-expected.png:
        * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
        * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.png:
        * platform/mac/fast/table/dynamic-cellpadding-expected.png:
        * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.png:
        * platform/mac/fast/table/early-table-layout-expected.png:
        * platform/mac/fast/table/edge-offsets-expected.png:
        * platform/mac/fast/table/empty-cells-expected.png:
        * platform/mac/fast/table/empty-table-percent-height-expected.png:
        * platform/mac/fast/table/fixed-granular-cols-expected.png:
        * platform/mac/fast/table/fixed-nested-expected.png:
        * platform/mac/fast/table/fixed-table-non-cell-in-row-expected.png:
        * platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.png:
        * platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png:
        * platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.png:
        * platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png:
        * platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png:
        * platform/mac/fast/table/fixed-table-with-small-percent-width-expected.png:
        * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.png:
        * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
        * platform/mac/fast/table/floating-th-expected.png:
        * platform/mac/fast/table/floatingTablePaintBackground-expected.png:
        * platform/mac/fast/table/form-with-table-style-expected.png:
        * platform/mac/fast/table/frame-and-rules-expected.png:
        * platform/mac/fast/table/frame-and-rules-expected.txt:
        * platform/mac/fast/table/generated-caption-expected.png:
        * platform/mac/fast/table/giantCellspacing-expected.png:
        * platform/mac/fast/table/giantRowspan-expected.png:
        * platform/mac/fast/table/giantRowspan2-expected.png:
        * platform/mac/fast/table/growCellForImageQuirk-expected.png:
        * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.png:
        * platform/mac/fast/table/height-percent-test-expected.png:
        * platform/mac/fast/table/height-percent-test-vertical-expected.png:
        * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.png:
        * platform/mac/fast/table/insert-cell-before-form-expected.png:
        * platform/mac/fast/table/insert-row-before-form-expected.png:
        * platform/mac/fast/table/invisible-cell-background-expected.png:
        * platform/mac/fast/table/large-width-expected.png:
        * platform/mac/fast/table/max-width-integer-overflow-expected.png:
        * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
        * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
        * platform/mac/fast/table/multiple-captions-display-expected.png:
        * platform/mac/fast/table/multiple-percent-height-rows-expected.png:
        * platform/mac/fast/table/nested-percent-height-table-expected.png:
        * platform/mac/fast/table/nobr-expected.png:
        * platform/mac/fast/table/overflowHidden-expected.png:
        * platform/mac/fast/table/percent-heights-expected.png:
        * platform/mac/fast/table/percent-widths-stretch-expected.png:
        * platform/mac/fast/table/percent-widths-stretch-vertical-expected.png:
        * platform/mac/fast/table/prepend-in-anonymous-table-expected.png:
        * platform/mac/fast/table/quote-text-around-iframe-expected.png:
        * platform/mac/fast/table/relative-position-containment-expected.png:
        * platform/mac/fast/table/relative-position-offsets-expected.png:
        * platform/mac/fast/table/relative-position-stacking-expected.png:
        * platform/mac/fast/table/remove-td-display-none-expected.png:
        * platform/mac/fast/table/replaced-percent-height-expected.png:
        * platform/mac/fast/table/row-height-recalc-expected.png:
        * platform/mac/fast/table/rowindex-expected.png:
        * platform/mac/fast/table/rowspan-paint-order-expected.png:
        * platform/mac/fast/table/rowspan-paint-order-vertical-expected.png:
        * platform/mac/fast/table/rtl-cell-display-none-assert-expected.png:
        * platform/mac/fast/table/rules-attr-dynchange1-expected.png:
        * platform/mac/fast/table/rules-attr-dynchange2-expected.png:
        * platform/mac/fast/table/simple_paint-expected.png:
        * platform/mac/fast/table/simple_paint-expected.txt: Removed.
        * platform/mac/fast/table/spanOverlapRepaint-expected.png:
        * platform/mac/fast/table/stale-grid-crash-expected.png:
        * platform/mac/fast/table/table-after-child-in-table-expected.png:
        * platform/mac/fast/table/table-and-parts-outline-expected.png:
        * platform/mac/fast/table/table-anonymous-cell-bug-expected.png: Added.
        * platform/mac/fast/table/table-anonymous-row-bug-expected.png: Added.
        * platform/mac/fast/table/table-anonymous-section-bug-expected.png: Added.
        * platform/mac/fast/table/table-before-child-in-table-expected.png:
        * platform/mac/fast/table/table-before-child-style-update-expected.png: Added.
        * platform/mac/fast/table/table-cell-after-child-in-block-expected.png:
        * platform/mac/fast/table/table-cell-after-child-in-table-expected.png:
        * platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
        * platform/mac/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
        * platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
        * platform/mac/fast/table/table-cell-before-child-in-block-expected.png:
        * platform/mac/fast/table/table-cell-before-child-in-table-expected.png:
        * platform/mac/fast/table/table-cell-split-expected.png: Added.
        * platform/mac/fast/table/table-continuation-outline-paint-crash-expected.png:
        * platform/mac/fast/table/table-display-types-expected.png:
        * platform/mac/fast/table/table-display-types-strict-expected.png:
        * platform/mac/fast/table/table-display-types-vertical-expected.png:
        * platform/mac/fast/table/table-hspace-align-center-expected.png:
        * platform/mac/fast/table/table-in-table-percent-width-collapsing-border-expected.png: Added.
        * platform/mac/fast/table/table-in-table-percent-width-collapsing-border-quirks-mode-expected.png: Added.
        * platform/mac/fast/table/table-in-table-percent-width-expected.png: Added.
        * platform/mac/fast/table/table-in-table-percent-width-quirks-mode-expected.png: Added.
        * platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.png: Added.
        * platform/mac/fast/table/table-row-after-child-in-block-expected.png:
        * platform/mac/fast/table/table-row-after-child-in-table-expected.png:
        * platform/mac/fast/table/table-row-before-after-content-around-block-expected.png: Added.
        * platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.png: Added.
        * platform/mac/fast/table/table-row-before-after-content-around-table-expected.png: Added.
        * platform/mac/fast/table/table-row-before-child-in-block-expected.png:
        * platform/mac/fast/table/table-row-before-child-in-table-expected.png:
        * platform/mac/fast/table/table-row-before-child-style-update-expected.png: Added.
        * platform/mac/fast/table/table-row-focus-ring-paint-expected.png: Added.
        * platform/mac/fast/table/table-row-outline-paint-expected.png: Added.
        * platform/mac/fast/table/table-row-split-expected.png: Added.
        * platform/mac/fast/table/table-row-split2-expected.png: Added.
        * platform/mac/fast/table/table-row-style-not-updated-expected.png: Added.
        * platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.png: Added.
        * platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.png: Added.
        * platform/mac/fast/table/table-section-split-expected.png: Added.
        * platform/mac/fast/table/table-section-split-with-after-content-expected.png: Added.
        * platform/mac/fast/table/table-section-split2-expected.png: Added.
        * platform/mac/fast/table/table-split-expected.png: Added.
        * platform/mac/fast/table/table-split2-expected.png: Added.
        * platform/mac/fast/table/table-style-not-updated-expected.png: Added.
        * platform/mac/fast/table/tableInsideCaption-expected.png:
        * platform/mac/fast/table/text-field-baseline-expected.png:
        * platform/mac/fast/table/unbreakable-images-quirk-expected.png:
        * platform/mac/fast/table/unused-percent-heights-expected.png:
        * platform/mac/fast/table/vertical-align-baseline-expected.png:
        * platform/mac/fast/table/vertical-align-baseline-readjust-expected.png:
        * platform/mac/fast/table/wide-colspan-expected.png:
        * platform/mac/fast/table/wide-column-expected.png:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
        * platform/mac/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
        * platform/mac/ietestcenter/css3/text/textshadow-001-expected.png: Added.
        * platform/mac/ietestcenter/css3/text/textshadow-002-expected.png: Added.
        * platform/mac/ietestcenter/css3/text/textshadow-003-expected.png: Added.
        * platform/mac/ietestcenter/css3/text/textshadow-004-expected.png: Added.
        * platform/mac/ietestcenter/css3/text/textshadow-005-expected.png: Added.
        * platform/mac/ietestcenter/css3/text/textshadow-006-expected.png: Added.
        * platform/mac/ietestcenter/css3/text/textshadow-007-expected.png: Added.
        * platform/mac/ietestcenter/css3/text/textshadow-008-expected.png: Added.
        * platform/mac/ietestcenter/css3/text/textshadow-009-expected.png: Added.
        * platform/mac/ietestcenter/css3/text/textshadow-010-expected.png: Added.
        * platform/mac/inspector/console/console-trace-in-eval-expected.txt: Removed.
        * platform/mac/mathml/presentation/attributes-expected.png:
        * 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/fractions-expected.png:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
        * 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/over-expected.png:
        * platform/mac/mathml/presentation/over-expected.txt:
        * platform/mac/mathml/presentation/roots-expected.png:
        * 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/sub-expected.png:
        * 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/tables-expected.png:
        * platform/mac/mathml/presentation/tokenElements-expected.png:
        * platform/mac/mathml/presentation/under-expected.png:
        * platform/mac/mathml/presentation/underover-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
        * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
        * platform/mac/svg/custom/SVGMatrix-interface-expected.png:
        * platform/mac/svg/custom/SVGNumber-interface-expected.png:
        * platform/mac/svg/custom/SVGPoint-interface-expected.png:
        * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
        * platform/mac/svg/custom/SVGRect-interface-expected.png:
        * platform/mac/svg/custom/absolute-root-position-masking-expected.png: Added.
        * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png:
        * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png:
        * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
        * platform/mac/svg/custom/altglyph-expected.png:
        * platform/mac/svg/custom/animate-path-discrete-expected.png:
        * platform/mac/svg/custom/animate-path-morphing-expected.png:
        * platform/mac/svg/custom/animate-target-id-changed-expected.png:
        * platform/mac/svg/custom/animate-target-removed-from-document-expected.png:
        * platform/mac/svg/custom/animation-currentColor-expected.png:
        * platform/mac/svg/custom/attribute-namespace-check-expected.png:
        * platform/mac/svg/custom/baseval-animval-equality-expected.png:
        * platform/mac/svg/custom/broken-internal-references-expected.png:
        * platform/mac/svg/custom/bug45331-expected.png:
        * platform/mac/svg/custom/circle-move-invalidation-expected.png:
        * platform/mac/svg/custom/circular-marker-reference-1-expected.png:
        * platform/mac/svg/custom/circular-marker-reference-2-expected.png:
        * platform/mac/svg/custom/circular-marker-reference-3-expected.png:
        * platform/mac/svg/custom/circular-marker-reference-4-expected.png:
        * platform/mac/svg/custom/class-baseValue-expected.png:
        * platform/mac/svg/custom/class-selector-expected.png:
        * platform/mac/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Added.
        * platform/mac/svg/custom/clip-path-child-changes-expected.png:
        * platform/mac/svg/custom/clip-path-href-changes-expected.png:
        * platform/mac/svg/custom/clip-path-id-changes-expected.png:
        * platform/mac/svg/custom/clip-path-referencing-use-expected.png:
        * platform/mac/svg/custom/clip-path-referencing-use2-expected.png:
        * platform/mac/svg/custom/clip-path-units-changes-expected.png:
        * platform/mac/svg/custom/clip-path-with-css-transform-1-expected.png:
        * platform/mac/svg/custom/clip-path-with-css-transform-2-expected.png:
        * platform/mac/svg/custom/clip-path-with-transform-expected.png:
        * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
        * platform/mac/svg/custom/conditional-processing-outside-switch-expected.png:
        * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png:
        * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
        * platform/mac/svg/custom/convolution-crash-expected.png:
        * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
        * platform/mac/svg/custom/create-metadata-element-expected.png:
        * platform/mac/svg/custom/createImageElement-expected.png:
        * platform/mac/svg/custom/createImageElement2-expected.png:
        * platform/mac/svg/custom/createelement-expected.png:
        * platform/mac/svg/custom/css-pixels-dpi-expected.png:
        * platform/mac/svg/custom/dasharrayOrigin-expected.png:
        * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
        * platform/mac/svg/custom/display-none-expected.png:
        * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
        * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
        * platform/mac/svg/custom/dynamic-empty-path-expected.png:
        * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
        * platform/mac/svg/custom/dynamic-viewBox-expected.png:
        * platform/mac/svg/custom/embedding-external-svgs-expected.png:
        * platform/mac/svg/custom/empty-clip-path-expected.png:
        * platform/mac/svg/custom/empty-mask-expected.png:
        * platform/mac/svg/custom/empty-merge-expected.png:
        * platform/mac/svg/custom/evt-onload-expected.png:
        * platform/mac/svg/custom/external-paintserver-reference-expected.png:
        * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
        * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png:
        * platform/mac/svg/custom/fill-fallback-expected.png:
        * platform/mac/svg/custom/fill-opacity-hsl-expected.png:
        * platform/mac/svg/custom/fill-opacity-rgba-expected.png:
        * platform/mac/svg/custom/fill-opacity-update-expected.png:
        * platform/mac/svg/custom/fill-update-expected.png:
        * platform/mac/svg/custom/focus-ring-expected.png:
        * platform/mac/svg/custom/font-face-cascade-order-expected.png:
        * platform/mac/svg/custom/font-face-simple-expected.png:
        * platform/mac/svg/custom/foreign-object-skew-expected.png:
        * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png:
        * platform/mac/svg/custom/fractional-rects-expected.png:
        * platform/mac/svg/custom/getPresentationAttribute-expected.png:
        * platform/mac/svg/custom/getTransformToElement-expected.png:
        * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
        * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
        * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
        * platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
        * platform/mac/svg/custom/getsvgdocument-expected.png:
        * platform/mac/svg/custom/glyph-selection-arabic-forms-expected.png:
        * platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.png:
        * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
        * platform/mac/svg/custom/glyph-selection-non-bmp-expected.png:
        * platform/mac/svg/custom/glyph-setting-d-attribute-expected.png: Added.
        * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png:
        * platform/mac/svg/custom/gradient-add-stops-expected.png:
        * platform/mac/svg/custom/gradient-attr-update-expected.png:
        * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
        * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
        * platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
        * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
        * platform/mac/svg/custom/gradient-stop-style-change-expected.png:
        * platform/mac/svg/custom/gradient-stroke-width-expected.png:
        * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
        * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.png:
        * platform/mac/svg/custom/grayscale-gradient-mask-2-expected.png:
        * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
        * platform/mac/svg/custom/group-opacity-expected.png:
        * platform/mac/svg/custom/hit-test-path-expected.png:
        * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
        * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
        * platform/mac/svg/custom/hit-test-with-br-expected.png:
        * platform/mac/svg/custom/hover-default-fill-expected.png:
        * platform/mac/svg/custom/image-parent-translation-expected.png:
        * platform/mac/svg/custom/image-rescale-clip-expected.png:
        * platform/mac/svg/custom/image-rescale-expected.png:
        * platform/mac/svg/custom/image-rescale-scroll-expected.png:
        * platform/mac/svg/custom/image-small-width-height-expected.png:
        * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png:
        * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
        * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.txt: Added.
        * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
        * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/mac/svg/custom/inner-percent-expected.png:
        * platform/mac/svg/custom/inner-svg-hit-test-expected.png:
        * platform/mac/svg/custom/intersection-list-transforms-expected.png: Added.
        * platform/mac/svg/custom/invalid-css-expected.png:
        * platform/mac/svg/custom/invalid-dasharray-expected.png:
        * platform/mac/svg/custom/invalid-fill-expected.png:
        * platform/mac/svg/custom/invalid-fill-hex-expected.png:
        * platform/mac/svg/custom/invalid-gradient-with-xlink-expected.png: Added.
        * platform/mac/svg/custom/invalid-lengthlist-expected.png:
        * platform/mac/svg/custom/invalid-stroke-hex-expected.png:
        * platform/mac/svg/custom/invalid-text-content-expected.png: Added.
        * platform/mac/svg/custom/invalid-transforms-expected.png:
        * platform/mac/svg/custom/invalid-uri-stroke-expected.png:
        * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
        * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
        * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
        * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/mac/svg/custom/js-late-gradient-creation-expected.png:
        * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
        * platform/mac/svg/custom/js-late-marker-creation-expected.png:
        * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png:
        * platform/mac/svg/custom/js-late-mask-creation-expected.png:
        * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
        * platform/mac/svg/custom/js-late-pattern-creation-expected.png:
        * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png:
        * platform/mac/svg/custom/js-update-bounce-expected.png:
        * platform/mac/svg/custom/js-update-container-expected.png:
        * platform/mac/svg/custom/js-update-container2-expected.png:
        * platform/mac/svg/custom/js-update-gradient-expected.png:
        * platform/mac/svg/custom/js-update-image-and-display-expected.png:
        * platform/mac/svg/custom/js-update-image-and-display2-expected.png:
        * platform/mac/svg/custom/js-update-image-and-display3-expected.png:
        * platform/mac/svg/custom/js-update-image-expected.png:
        * platform/mac/svg/custom/js-update-path-changes-expected.png:
        * platform/mac/svg/custom/js-update-path-removal-expected.png:
        * platform/mac/svg/custom/js-update-pattern-child-expected.png:
        * platform/mac/svg/custom/js-update-pattern-expected.png:
        * platform/mac/svg/custom/js-update-polygon-changes-expected.png:
        * platform/mac/svg/custom/js-update-polygon-removal-expected.png:
        * platform/mac/svg/custom/js-update-stop-expected.png:
        * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png:
        * platform/mac/svg/custom/js-update-style-expected.png:
        * platform/mac/svg/custom/js-update-transform-addition-expected.png:
        * platform/mac/svg/custom/js-update-transform-changes-expected.png:
        * platform/mac/svg/custom/junk-data-expected.png:
        * platform/mac/svg/custom/large-bounding-box-percents-expected.png:
        * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
        * platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png:
        * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
        * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
        * platform/mac/svg/custom/linking-base-external-reference-expected.png:
        * platform/mac/svg/custom/linking-uri-01-b-expected.png:
        * platform/mac/svg/custom/marker-changes-expected.png:
        * platform/mac/svg/custom/marker-child-changes-css-expected.png:
        * platform/mac/svg/custom/marker-child-changes-expected.png:
        * platform/mac/svg/custom/marker-default-width-height-expected.png:
        * platform/mac/svg/custom/marker-empty-path-expected.png:
        * platform/mac/svg/custom/marker-opacity-expected.png:
        * platform/mac/svg/custom/marker-overflow-clip-expected.png:
        * platform/mac/svg/custom/marker-referencePoint-expected.png:
        * platform/mac/svg/custom/marker-strokeWidth-changes-expected.png:
        * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
        * platform/mac/svg/custom/mask-changes-expected.png:
        * platform/mac/svg/custom/mask-child-changes-expected.png:
        * platform/mac/svg/custom/mask-colorspace-expected.png:
        * platform/mac/svg/custom/mask-excessive-malloc-expected.png:
        * platform/mac/svg/custom/mask-inside-defs-expected.png:
        * platform/mac/svg/custom/mask-invalidation-expected.png:
        * platform/mac/svg/custom/mask-on-multiple-objects-expected.png:
        * platform/mac/svg/custom/mask-with-all-units-expected.png:
        * platform/mac/svg/custom/mask-with-default-value-expected.png:
        * platform/mac/svg/custom/massive-coordinates-expected.png:
        * platform/mac/svg/custom/missing-xlink-expected.png:
        * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png:
        * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
        * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png:
        * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
        * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
        * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png:
        * platform/mac/svg/custom/non-circular-marker-reference-expected.png:
        * platform/mac/svg/custom/non-opaque-filters-expected.png:
        * platform/mac/svg/custom/non-scaling-stroke-expected.png:
        * platform/mac/svg/custom/non-scaling-stroke-markers-expected.png:
        * platform/mac/svg/custom/object-no-size-attributes-expected.png:
        * platform/mac/svg/custom/object-sizing-expected.png:
        * platform/mac/svg/custom/object-sizing-explicit-height-expected.png:
        * platform/mac/svg/custom/object-sizing-explicit-width-expected.png:
        * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.png:
        * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png:
        * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.png:
        * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
        * platform/mac/svg/custom/object-sizing-no-width-height-expected.png:
        * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png:
        * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png:
        * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
        * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
        * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png:
        * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.png:
        * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png:
        * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
        * platform/mac/svg/custom/outer-svg-unknown-feature-expected.png:
        * platform/mac/svg/custom/oversized-pattern-scale-expected.png: Added.
        * platform/mac/svg/custom/painting-marker-07-f-inherit-expected.png:
        * platform/mac/svg/custom/pan-direction-expected.png:
        * platform/mac/svg/custom/path-bad-data-expected.png:
        * platform/mac/svg/custom/path-moveto-only-rendering-expected.png:
        * platform/mac/svg/custom/path-textPath-simulation-expected.png:
        * platform/mac/svg/custom/path-update-expected.png:
        * platform/mac/svg/custom/path-zero-strokewidth-expected.png:
        * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
        * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
        * platform/mac/svg/custom/pattern-excessive-malloc-expected.png:
        * platform/mac/svg/custom/pattern-in-defs-expected.png:
        * platform/mac/svg/custom/pattern-incorrect-tiling-expected.png:
        * platform/mac/svg/custom/pattern-no-pixelation-expected.png:
        * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png:
        * platform/mac/svg/custom/pattern-rotate-expected.png:
        * platform/mac/svg/custom/pattern-rotate-gaps-expected.png:
        * platform/mac/svg/custom/pattern-scaled-pattern-space-expected.png: Added.
        * platform/mac/svg/custom/pattern-scaling-expected.png: Added.
        * platform/mac/svg/custom/pattern-scaling-expected.txt: Added.
        * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png:
        * platform/mac/svg/custom/pattern-skew-transformed-expected.png:
        * platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png:
        * platform/mac/svg/custom/pattern-with-transformation-expected.png:
        * platform/mac/svg/custom/pattern-y-offset-expected.png:
        * platform/mac/svg/custom/pending-resource-after-removal-expected.png: Added.
        * platform/mac/svg/custom/percentage-of-html-parent-expected.png:
        * platform/mac/svg/custom/percentage-rect-expected.png:
        * platform/mac/svg/custom/percentage-rect2-expected.png:
        * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/mac/svg/custom/pointer-events-image-expected.png:
        * platform/mac/svg/custom/pointer-events-path-expected.png:
        * platform/mac/svg/custom/pointer-events-text-css-transform-expected.png:
        * platform/mac/svg/custom/pointer-events-text-expected.png:
        * platform/mac/svg/custom/poly-identify-expected.png:
        * platform/mac/svg/custom/polyline-hittest-expected.png:
        * platform/mac/svg/custom/polyline-invalid-points-expected.png:
        * platform/mac/svg/custom/polyline-setattribute-points-null-expected.png:
        * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
        * platform/mac/svg/custom/prevent-default-expected.png:
        * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
        * platform/mac/svg/custom/recursive-clippath-expected.png:
        * platform/mac/svg/custom/recursive-filter-expected.png:
        * platform/mac/svg/custom/recursive-gradient-expected.png:
        * platform/mac/svg/custom/recursive-mask-expected.png:
        * platform/mac/svg/custom/recursive-pattern-expected.png:
        * platform/mac/svg/custom/relative-sized-content-expected.png:
        * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png:
        * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
        * platform/mac/svg/custom/relative-sized-image-expected.png:
        * platform/mac/svg/custom/relative-sized-inner-svg-expected.png:
        * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png:
        * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
        * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png:
        * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
        * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png:
        * platform/mac/svg/custom/repaint-on-constant-size-change-expected.png:
        * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png:
        * platform/mac/svg/custom/repaint-shadow-expected.png:
        * platform/mac/svg/custom/repaint-stroke-width-changes-expected.png:
        * platform/mac/svg/custom/resource-client-removal-expected.png:
        * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png:
        * platform/mac/svg/custom/resource-invalidation-crash-expected.png: Added.
        * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png:
        * platform/mac/svg/custom/rootelement-expected.png:
        * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
        * platform/mac/svg/custom/rounded-rects-expected.png:
        * platform/mac/svg/custom/scroll-hit-test-expected.png:
        * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/mac/svg/custom/second-inline-text-expected.png:
        * platform/mac/svg/custom/shape-rendering-expected.png:
        * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
        * platform/mac/svg/custom/sheet-title-expected.png:
        * platform/mac/svg/custom/simple-text-double-shadow-expected.png:
        * platform/mac/svg/custom/simpleCDF-expected.png:
        * platform/mac/svg/custom/small-rect-scale-expected.png:
        * platform/mac/svg/custom/stroke-fallback-expected.png:
        * platform/mac/svg/custom/stroke-opacity-update-expected.png:
        * platform/mac/svg/custom/stroke-width-large-expected.png:
        * platform/mac/svg/custom/stroked-pattern-expected.png:
        * platform/mac/svg/custom/style-attribute-font-size-expected.png:
        * platform/mac/svg/custom/subpaths-moveto-only-rendering-expected.png:
        * platform/mac/svg/custom/svg-absolute-children-expected.png:
        * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
        * platform/mac/svg/custom/svg-float-border-padding-expected.png:
        * platform/mac/svg/custom/svg-fonts-fallback-expected.png:
        * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
        * platform/mac/svg/custom/svg-fonts-segmented-expected.png:
        * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.png:
        * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.png:
        * platform/mac/svg/custom/svg-fonts-word-spacing-expected.png:
        * platform/mac/svg/custom/svg-overflow-types-expected.png:
        * platform/mac/svg/custom/svgpolyparser-extra-space-expected.png:
        * platform/mac/svg/custom/text-clip-expected.png:
        * platform/mac/svg/custom/text-ctm-expected.png:
        * platform/mac/svg/custom/text-decoration-visibility-expected.png:
        * platform/mac/svg/custom/text-dom-01-f-expected.png:
        * platform/mac/svg/custom/text-dom-removal-expected.png:
        * platform/mac/svg/custom/text-filter-expected.png:
        * platform/mac/svg/custom/text-gradient-no-content-expected.png:
        * platform/mac/svg/custom/text-hit-test-expected.png:
        * platform/mac/svg/custom/text-image-opacity-expected.png:
        * platform/mac/svg/custom/text-letter-spacing-expected.png:
        * platform/mac/svg/custom/text-linking-expected.png:
        * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
        * platform/mac/svg/custom/text-rotated-gradient-expected.png:
        * platform/mac/svg/custom/text-rotation-expected.png:
        * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.png:
        * platform/mac/svg/custom/text-tref-03-b-change-href-expected.png:
        * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
        * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.png:
        * platform/mac/svg/custom/text-whitespace-handling-expected.png:
        * platform/mac/svg/custom/text-x-dx-lists-expected.png:
        * platform/mac/svg/custom/text-x-dy-lists-expected.png:
        * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png:
        * platform/mac/svg/custom/text-xy-updates-SVGList-expected.png:
        * platform/mac/svg/custom/text-xy-updates-expected.png:
        * platform/mac/svg/custom/text-zoom-expected.png: Added.
        * platform/mac/svg/custom/transform-ignore-after-invalid-expected.png:
        * platform/mac/svg/custom/transform-invalid-expected.png:
        * platform/mac/svg/custom/transform-removeAttributeNS-expected.png:
        * platform/mac/svg/custom/transform-scale-parse-expected.png:
        * platform/mac/svg/custom/transform-with-ending-space-expected.png:
        * platform/mac/svg/custom/transform-with-shadow-and-gradient-expected.png:
        * platform/mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
        * platform/mac/svg/custom/transformedMaskFails-expected.png:
        * platform/mac/svg/custom/tref-own-content-removal-expected.png:
        * platform/mac/svg/custom/tref-update-expected.png:
        * platform/mac/svg/custom/uri-reference-handling-expected.png: Added.
        * platform/mac/svg/custom/use-clipped-hit-expected.png:
        * platform/mac/svg/custom/use-clipped-transform-expected.png: Added.
        * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
        * platform/mac/svg/custom/use-detach-expected.png:
        * platform/mac/svg/custom/use-disappears-after-style-update-expected.png:
        * platform/mac/svg/custom/use-dynamic-append-expected.png:
        * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
        * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
        * platform/mac/svg/custom/use-empty-reference-expected.png:
        * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
        * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
        * platform/mac/svg/custom/use-events-crash-expected.png:
        * platform/mac/svg/custom/use-extern-href-expected.png:
        * platform/mac/svg/custom/use-font-face-crash-expected.png:
        * platform/mac/svg/custom/use-forward-refs-expected.png:
        * platform/mac/svg/custom/use-image-in-g-expected.png: Added.
        * platform/mac/svg/custom/use-in-symbol-with-offset-expected.png:
        * platform/mac/svg/custom/use-inherit-style-expected.png:
        * platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png:
        * platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.png:
        * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
        * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
        * platform/mac/svg/custom/use-modify-target-container-expected.png:
        * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
        * platform/mac/svg/custom/use-move-to-offset-expected.png: Added.
        * platform/mac/svg/custom/use-nested-transform-expected.png:
        * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.png:
        * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
        * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
        * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
        * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
        * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
        * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
        * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
        * platform/mac/svg/custom/use-on-g-containing-symbol-expected.png:
        * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
        * platform/mac/svg/custom/use-on-g-expected.png:
        * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
        * platform/mac/svg/custom/use-on-rect-expected.png:
        * platform/mac/svg/custom/use-on-symbol-expected.png:
        * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
        * platform/mac/svg/custom/use-on-text-expected.png:
        * platform/mac/svg/custom/use-on-use-expected.png:
        * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
        * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
        * platform/mac/svg/custom/use-property-synchronization-crash-expected.png:
        * platform/mac/svg/custom/use-recalcStyle-crash-expected.png:
        * platform/mac/svg/custom/use-recursion-1-expected.png:
        * platform/mac/svg/custom/use-recursion-2-expected.png:
        * platform/mac/svg/custom/use-recursion-3-expected.png:
        * platform/mac/svg/custom/use-recursion-4-expected.png:
        * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
        * platform/mac/svg/custom/use-setAttribute-crash-expected.png:
        * platform/mac/svg/custom/use-symbol-overflow-expected.png:
        * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg-expected.png:
        * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg1-expected.png:
        * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg2-expected.png:
        * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol-expected.png:
        * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.png:
        * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.png:
        * platform/mac/svg/custom/use-transform-expected.png:
        * platform/mac/svg/custom/viewBox-hit-expected.png:
        * platform/mac/svg/custom/viewbox-syntax-expected.png:
        * platform/mac/svg/custom/viewport-clip-expected.png:
        * platform/mac/svg/custom/viewport-em-expected.png:
        * platform/mac/svg/custom/viewport-no-width-height-expected.png:
        * platform/mac/svg/custom/viewport-update-expected.png:
        * platform/mac/svg/custom/viewport-update2-expected.png:
        * platform/mac/svg/custom/visibility-override-clip-expected.png:
        * platform/mac/svg/custom/visibility-override-expected.png:
        * platform/mac/svg/custom/visibility-override-filter-expected.png:
        * platform/mac/svg/custom/visibility-override-mask-expected.png:
        * platform/mac/svg/custom/visited-link-color-expected.png: Added.
        * platform/mac/svg/custom/width-full-percentage-expected.png:
        * platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png:
        * platform/mac/svg/custom/xlink-custom-namespace-expected.png: Added.
        * platform/mac/svg/custom/xlink-to-invalid-gradient-expected.png: Added.
        * platform/mac/svg/custom/xml-stylesheet-expected.png:
        * platform/mac/svg/custom/zero-path-square-cap-rendering2-expected.png: Added.
        * platform/mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
        * platform/mac/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
        * platform/mac/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
        * platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
        * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
        * platform/mac/svg/filters/animate-fill-expected.png: Added.
        * platform/mac/svg/filters/big-sized-filter-2-expected.png:
        * platform/mac/svg/filters/big-sized-filter-expected.png:
        * platform/mac/svg/filters/color-interpolation-filters-expected.png: Added.
        * platform/mac/svg/filters/feColorMatrix-default-type-expected.png:
        * platform/mac/svg/filters/feColorMatrix-invalid-animation-expected.png: Added.
        * platform/mac/svg/filters/feColorMatrix-offset-expected.png:
        * platform/mac/svg/filters/feColorMatrix-saturate-expected.png: Added.
        * platform/mac/svg/filters/feColorMatrix-values-expected.png:
        * platform/mac/svg/filters/feComposite-expected.png:
        * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png:
        * platform/mac/svg/filters/feDisplacementMap-expected.png:
        * platform/mac/svg/filters/feDropShadow-expected.png:
        * platform/mac/svg/filters/feDropShadow-subregion-expected.png: Added.
        * platform/mac/svg/filters/feGaussianBlur-expected.png:
        * platform/mac/svg/filters/feGaussianBlur-subregion-expected.png: Added.
        * platform/mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
        * platform/mac/svg/filters/feImage-change-target-id-expected.png:
        * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
        * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
        * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/mac/svg/filters/feImage-late-indirect-update-expected.png:
        * platform/mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
        * platform/mac/svg/filters/feImage-position-expected.png:
        * platform/mac/svg/filters/feImage-preserveAspectratio-expected.png:
        * platform/mac/svg/filters/feImage-reference-invalidation-expected.png: Added.
        * platform/mac/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
        * platform/mac/svg/filters/feImage-remove-target-expected.png:
        * platform/mac/svg/filters/feImage-subregions-expected.png:
        * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/mac/svg/filters/feImage-target-add-to-document-expected.png:
        * platform/mac/svg/filters/feImage-target-attribute-change-expected.png:
        * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
        * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
        * platform/mac/svg/filters/feImage-target-changes-id-expected.png:
        * platform/mac/svg/filters/feImage-target-id-change-expected.png:
        * platform/mac/svg/filters/feImage-target-inline-style-change-expected.png:
        * platform/mac/svg/filters/feImage-target-property-change-expected.png:
        * platform/mac/svg/filters/feImage-target-reappend-to-document-expected.png:
        * platform/mac/svg/filters/feImage-target-remove-from-document-expected.png:
        * platform/mac/svg/filters/feImage-target-style-change-expected.png:
        * platform/mac/svg/filters/feLighting-crash-expected.png:
        * platform/mac/svg/filters/feMerge-expected.png:
        * platform/mac/svg/filters/feMerge-wrong-input-expected.png:
        * platform/mac/svg/filters/feOffset-expected.png:
        * platform/mac/svg/filters/feTile-expected.png:
        * platform/mac/svg/filters/filter-clip-expected.png:
        * platform/mac/svg/filters/filter-empty-g-expected.png:
        * platform/mac/svg/filters/filter-on-filter-for-text-expected.png:
        * platform/mac/svg/filters/filter-on-tspan-expected.png:
        * platform/mac/svg/filters/filter-placement-issue-expected.png:
        * platform/mac/svg/filters/filter-refresh-expected.png:
        * platform/mac/svg/filters/filter-rounding-issues-expected.png:
        * platform/mac/svg/filters/filter-source-position-expected.png:
        * platform/mac/svg/filters/filter-width-update-expected.png:
        * platform/mac/svg/filters/filterRes-expected.png:
        * platform/mac/svg/filters/filterRes1-expected.png:
        * platform/mac/svg/filters/filterRes2-expected.png:
        * platform/mac/svg/filters/filterRes3-expected.png:
        * platform/mac/svg/filters/filteredImage-expected.png:
        * platform/mac/svg/filters/invalidate-on-child-layout-expected.png:
        * platform/mac/svg/filters/parent-children-with-same-filter-expected.png:
        * platform/mac/svg/filters/shadow-on-filter-expected.png:
        * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/mac/svg/filters/sourceAlpha-expected.png:
        * platform/mac/svg/filters/subRegion-in-userSpace-expected.png:
        * platform/mac/svg/filters/subRegion-one-effect-expected.png:
        * platform/mac/svg/filters/subRegion-two-effects-expected.png:
        * platform/mac/svg/repaint/container-repaint-expected.png: Added.
        * platform/mac/svg/repaint/filter-child-repaint-expected.png:
        * platform/mac/svg/repaint/filter-repaint-expected.png:
        * platform/mac/svg/repaint/image-href-change-expected.png:
        * platform/mac/svg/repaint/image-with-clip-path-expected.png:
        * platform/mac/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
        * platform/mac/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
        * platform/mac/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
        * platform/mac/svg/repaint/mask-clip-target-transform-expected.png:
        * platform/mac/svg/repaint/repainting-after-animation-element-removal-expected.png:
        * platform/mac/svg/repaint/text-mask-update-expected.png: Added.
        * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.png:
        * platform/mac/svg/transforms/svg-css-transforms-expected.png:
        * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/mac/tables/layering/paint-test-layering-1-expected.png:
        * platform/mac/tables/layering/paint-test-layering-2-expected.png:
        * platform/mac/tables/mozilla/bugs/45621-expected.png:
        * platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.png:
        * platform/mac/tables/mozilla/bugs/bug10009-expected.png:
        * platform/mac/tables/mozilla/bugs/bug100334-expected.png:
        * platform/mac/tables/mozilla/bugs/bug10036-expected.png:
        * platform/mac/tables/mozilla/bugs/bug10039-expected.png:
        * platform/mac/tables/mozilla/bugs/bug101201-expected.png:
        * platform/mac/tables/mozilla/bugs/bug101674-expected.png:
        * platform/mac/tables/mozilla/bugs/bug102145-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug102145-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug102145-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug102145-4-expected.png:
        * platform/mac/tables/mozilla/bugs/bug10269-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug10269-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug10296-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug10296-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug103533-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1055-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug10565-expected.png:
        * platform/mac/tables/mozilla/bugs/bug106158-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug106158-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug10633-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1067-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1067-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug106795-expected.png:
        * platform/mac/tables/mozilla/bugs/bug106816-expected.png:
        * platform/mac/tables/mozilla/bugs/bug108340-expected.png:
        * platform/mac/tables/mozilla/bugs/bug109043-expected.png:
        * platform/mac/tables/mozilla/bugs/bug11026-expected.png:
        * platform/mac/tables/mozilla/bugs/bug110566-expected.png:
        * platform/mac/tables/mozilla/bugs/bug11321-expected.png:
        * platform/mac/tables/mozilla/bugs/bug113235-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug113235-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug113235-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug113424-expected.png:
        * platform/mac/tables/mozilla/bugs/bug11384q-expected.png:
        * platform/mac/tables/mozilla/bugs/bug11384s-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1163-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug1188-expected.png:
        * platform/mac/tables/mozilla/bugs/bug11944-expected.png:
        * platform/mac/tables/mozilla/bugs/bug119786-expected.png:
        * platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug12008-expected.png:
        * platform/mac/tables/mozilla/bugs/bug120107-expected.png:
        * platform/mac/tables/mozilla/bugs/bug120364-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1220-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1224-expected.png:
        * platform/mac/tables/mozilla/bugs/bug12268-expected.png:
        * platform/mac/tables/mozilla/bugs/bug12384-expected.png:
        * platform/mac/tables/mozilla/bugs/bug123862-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1261-expected.png:
        * platform/mac/tables/mozilla/bugs/bug126742-expected.png:
        * platform/mac/tables/mozilla/bugs/bug12709-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1271-expected.png:
        * platform/mac/tables/mozilla/bugs/bug127267-expected.png:
        * platform/mac/tables/mozilla/bugs/bug128229-expected.png:
        * platform/mac/tables/mozilla/bugs/bug12908-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug12908-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug12910-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug12910-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1296-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1302-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1302-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug131020-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug131020-expected.png:
        * platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.png:
        * platform/mac/tables/mozilla/bugs/bug13105-expected.png:
        * platform/mac/tables/mozilla/bugs/bug13118-expected.png:
        * platform/mac/tables/mozilla/bugs/bug13169-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
        * platform/mac/tables/mozilla/bugs/bug13196-expected.png:
        * platform/mac/tables/mozilla/bugs/bug133756-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug133948-expected.png:
        * platform/mac/tables/mozilla/bugs/bug13484-expected.png:
        * platform/mac/tables/mozilla/bugs/bug13526-expected.png:
        * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug137388-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug138725-expected.png:
        * platform/mac/tables/mozilla/bugs/bug139524-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug139524-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug139524-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug139524-4-expected.png:
        * platform/mac/tables/mozilla/bugs/bug14159-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug14159-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1430-expected.png:
        * platform/mac/tables/mozilla/bugs/bug14323-expected.png:
        * platform/mac/tables/mozilla/bugs/bug145572-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1474-expected.png:
        * platform/mac/tables/mozilla/bugs/bug149275-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug149275-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug14929-expected.png:
        * platform/mac/tables/mozilla/bugs/bug15247-expected.png:
        * platform/mac/tables/mozilla/bugs/bug154780-expected.png:
        * platform/mac/tables/mozilla/bugs/bug15544-expected.png:
        * platform/mac/tables/mozilla/bugs/bug157890-expected.png:
        * platform/mac/tables/mozilla/bugs/bug159108-expected.png:
        * platform/mac/tables/mozilla/bugs/bug15933-expected.png:
        * platform/mac/tables/mozilla/bugs/bug16012-expected.png:
        * platform/mac/tables/mozilla/bugs/bug16252-expected.png:
        * platform/mac/tables/mozilla/bugs/bug17130-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug17130-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug17138-expected.png:
        * platform/mac/tables/mozilla/bugs/bug17168-expected.png:
        * platform/mac/tables/mozilla/bugs/bug175455-4-expected.png:
        * platform/mac/tables/mozilla/bugs/bug17548-expected.png:
        * platform/mac/tables/mozilla/bugs/bug17587-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1800-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1802-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1802s-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1809-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1818-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1818-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1818-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1818-4-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1818-5-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1818-6-expected.png:
        * platform/mac/tables/mozilla/bugs/bug1828-expected.png:
        * platform/mac/tables/mozilla/bugs/bug18359-expected.png:
        * platform/mac/tables/mozilla/bugs/bug18440-expected.png:
        * platform/mac/tables/mozilla/bugs/bug18558-expected.png:
        * platform/mac/tables/mozilla/bugs/bug18664-expected.png:
        * platform/mac/tables/mozilla/bugs/bug18955-expected.png:
        * platform/mac/tables/mozilla/bugs/bug19061-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug19061-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug19356-expected.png:
        * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
        * platform/mac/tables/mozilla/bugs/bug19599-expected.png:
        * platform/mac/tables/mozilla/bugs/bug196870-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2050-expected.png:
        * platform/mac/tables/mozilla/bugs/bug20579-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2065-expected.png:
        * platform/mac/tables/mozilla/bugs/bug20804-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2123-expected.png:
        * platform/mac/tables/mozilla/bugs/bug21299-expected.png:
        * platform/mac/tables/mozilla/bugs/bug215629-expected.png:
        * platform/mac/tables/mozilla/bugs/bug21918-expected.png:
        * platform/mac/tables/mozilla/bugs/bug219693-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug219693-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug22019-expected.png:
        * platform/mac/tables/mozilla/bugs/bug220536-expected.png:
        * platform/mac/tables/mozilla/bugs/bug221784-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug221784-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug222336-expected.png:
        * platform/mac/tables/mozilla/bugs/bug22246-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug22246-2a-expected.png:
        * platform/mac/tables/mozilla/bugs/bug22246-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug22246-3a-expected.png:
        * platform/mac/tables/mozilla/bugs/bug222467-expected.png:
        * platform/mac/tables/mozilla/bugs/bug222846-expected.png:
        * platform/mac/tables/mozilla/bugs/bug222846-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug22513-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2267-expected.png:
        * platform/mac/tables/mozilla/bugs/bug227123-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2296-expected.png:
        * platform/mac/tables/mozilla/bugs/bug23072-expected.png:
        * platform/mac/tables/mozilla/bugs/bug23151-expected.png:
        * platform/mac/tables/mozilla/bugs/bug23235-expected.png:
        * platform/mac/tables/mozilla/bugs/bug23299-expected.png:
        * platform/mac/tables/mozilla/bugs/bug23994-expected.png:
        * platform/mac/tables/mozilla/bugs/bug24200-expected.png:
        * platform/mac/tables/mozilla/bugs/bug24503-expected.png:
        * platform/mac/tables/mozilla/bugs/bug24627-expected.png:
        * platform/mac/tables/mozilla/bugs/bug24661-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2469-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2479-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png:
        * platform/mac/tables/mozilla/bugs/bug24880-expected.png:
        * platform/mac/tables/mozilla/bugs/bug25004-expected.png:
        * platform/mac/tables/mozilla/bugs/bug25074-expected.png:
        * platform/mac/tables/mozilla/bugs/bug25086-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2509-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2516-expected.png:
        * platform/mac/tables/mozilla/bugs/bug25367-expected.png:
        * platform/mac/tables/mozilla/bugs/bug25663-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2585-expected.png:
        * platform/mac/tables/mozilla/bugs/bug26178-expected.png:
        * platform/mac/tables/mozilla/bugs/bug26553-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2684-expected.png:
        * platform/mac/tables/mozilla/bugs/bug269566-expected.png:
        * platform/mac/tables/mozilla/bugs/bug27038-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug27038-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug27038-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug275625-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2757-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2763-expected.png:
        * platform/mac/tables/mozilla/bugs/bug277062-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2773-expected.png:
        * platform/mac/tables/mozilla/bugs/bug278266-expected.png:
        * platform/mac/tables/mozilla/bugs/bug278385-expected.png:
        * platform/mac/tables/mozilla/bugs/bug27993-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug28341-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2886-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2886-expected.png:
        * platform/mac/tables/mozilla/bugs/bug28928-expected.png:
        * platform/mac/tables/mozilla/bugs/bug28933-expected.png:
        * platform/mac/tables/mozilla/bugs/bug29058-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug29058-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug29058-3-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug29157-expected.png:
        * platform/mac/tables/mozilla/bugs/bug29157-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug29314-expected.png:
        * platform/mac/tables/mozilla/bugs/bug29326-expected.png:
        * platform/mac/tables/mozilla/bugs/bug29429-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2947-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2954-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2962-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2973-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2981-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2981-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug2997-expected.png:
        * platform/mac/tables/mozilla/bugs/bug30273-expected.png:
        * platform/mac/tables/mozilla/bugs/bug30332-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug30332-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3037-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3037-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug30418-expected.png:
        * platform/mac/tables/mozilla/bugs/bug30559-expected.png:
        * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
        * platform/mac/tables/mozilla/bugs/bug30985-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3103-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3191-expected.png:
        * platform/mac/tables/mozilla/bugs/bug32205-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug32205-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug32205-5-expected.png:
        * platform/mac/tables/mozilla/bugs/bug32447-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3260-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3263-expected.png:
        * platform/mac/tables/mozilla/bugs/bug32841-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3309-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3309-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug33137-expected.png:
        * platform/mac/tables/mozilla/bugs/bug33855-expected.png:
        * platform/mac/tables/mozilla/bugs/bug34176-expected.png:
        * platform/mac/tables/mozilla/bugs/bug34538-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3454-expected.png:
        * platform/mac/tables/mozilla/bugs/bug35662-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3681-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3681-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3718-expected.png:
        * platform/mac/tables/mozilla/bugs/bug38916-expected.png:
        * platform/mac/tables/mozilla/bugs/bug39209-expected.png:
        * platform/mac/tables/mozilla/bugs/bug3977-expected.png:
        * platform/mac/tables/mozilla/bugs/bug40828-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4093-expected.png:
        * platform/mac/tables/mozilla/bugs/bug41890-expected.png:
        * platform/mac/tables/mozilla/bugs/bug42187-expected.png:
        * platform/mac/tables/mozilla/bugs/bug42443-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4284-expected.png:
        * platform/mac/tables/mozilla/bugs/bug43039-expected.png:
        * platform/mac/tables/mozilla/bugs/bug43204-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4382-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4385-expected.png:
        * platform/mac/tables/mozilla/bugs/bug43854-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug43854-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4427-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4429-expected.png:
        * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
        * platform/mac/tables/mozilla/bugs/bug44523-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4501-expected.png:
        * platform/mac/tables/mozilla/bugs/bug45055-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug45055-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4520-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4523-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
        * platform/mac/tables/mozilla/bugs/bug45350-expected.png:
        * platform/mac/tables/mozilla/bugs/bug45486-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4576-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46268-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46268-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46268-3-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46268-5-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46268-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46480-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46480-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46623-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46623-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46924-expected.png:
        * platform/mac/tables/mozilla/bugs/bug46944-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4739-expected.png:
        * platform/mac/tables/mozilla/bugs/bug47432-expected.png:
        * platform/mac/tables/mozilla/bugs/bug48028-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug48028-1-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug48028-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug48028-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug4803-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4849-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug4849-expected.png:
        * platform/mac/tables/mozilla/bugs/bug48827-expected.png:
        * platform/mac/tables/mozilla/bugs/bug50695-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug50695-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug51037-expected.png:
        * platform/mac/tables/mozilla/bugs/bug51140-expected.png:
        * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
        * platform/mac/tables/mozilla/bugs/bug5188-expected.png:
        * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
        * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
        * platform/mac/tables/mozilla/bugs/bug53690-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug53690-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug53891-expected.png:
        * platform/mac/tables/mozilla/bugs/bug54450-expected.png:
        * platform/mac/tables/mozilla/bugs/bug5538-expected.png:
        * platform/mac/tables/mozilla/bugs/bug55527-expected.png:
        * platform/mac/tables/mozilla/bugs/bug55545-expected.png:
        * platform/mac/tables/mozilla/bugs/bug55694-expected.png:
        * platform/mac/tables/mozilla/bugs/bug55789-expected.png:
        * platform/mac/tables/mozilla/bugs/bug56201-expected.png:
        * platform/mac/tables/mozilla/bugs/bug56405-expected.png:
        * platform/mac/tables/mozilla/bugs/bug56563-expected.png:
        * platform/mac/tables/mozilla/bugs/bug57300-expected.png:
        * platform/mac/tables/mozilla/bugs/bug57378-expected.png:
        * platform/mac/tables/mozilla/bugs/bug57828-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug57828-expected.png:
        * platform/mac/tables/mozilla/bugs/bug5797-expected.png:
        * platform/mac/tables/mozilla/bugs/bug5798-expected.png:
        * platform/mac/tables/mozilla/bugs/bug5799-expected.png:
        * platform/mac/tables/mozilla/bugs/bug5835-expected.png:
        * platform/mac/tables/mozilla/bugs/bug5838-expected.png:
        * platform/mac/tables/mozilla/bugs/bug5838-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug58402-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug59354-expected.png:
        * platform/mac/tables/mozilla/bugs/bug60013-expected.png:
        * platform/mac/tables/mozilla/bugs/bug60749-expected.png:
        * platform/mac/tables/mozilla/bugs/bug60804-expected.png:
        * platform/mac/tables/mozilla/bugs/bug60807-expected.png:
        * platform/mac/tables/mozilla/bugs/bug60992-expected.png:
        * platform/mac/tables/mozilla/bugs/bug6184-expected.png:
        * platform/mac/tables/mozilla/bugs/bug625-expected.png:
        * platform/mac/tables/mozilla/bugs/bug6304-expected.png:
        * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug63785-expected.png:
        * platform/mac/tables/mozilla/bugs/bug6404-expected.png:
        * platform/mac/tables/mozilla/bugs/bug641-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug641-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug647-expected.png:
        * platform/mac/tables/mozilla/bugs/bug650-expected.png:
        * platform/mac/tables/mozilla/bugs/bug6674-expected.png:
        * platform/mac/tables/mozilla/bugs/bug67864-expected.png:
        * platform/mac/tables/mozilla/bugs/bug67915-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug68912-expected.png:
        * platform/mac/tables/mozilla/bugs/bug68998-expected.png:
        * platform/mac/tables/mozilla/bugs/bug69187-expected.png:
        * platform/mac/tables/mozilla/bugs/bug69382-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug69382-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug709-expected.png:
        * platform/mac/tables/mozilla/bugs/bug7112-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug7112-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug7121-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug72359-expected.png:
        * platform/mac/tables/mozilla/bugs/bug727-expected.png:
        * platform/mac/tables/mozilla/bugs/bug73321-expected.png:
        * platform/mac/tables/mozilla/bugs/bug7342-expected.png:
        * platform/mac/tables/mozilla/bugs/bug7471-expected.png:
        * platform/mac/tables/mozilla/bugs/bug75250-expected.png:
        * platform/mac/tables/mozilla/bugs/bug7714-expected.png:
        * platform/mac/tables/mozilla/bugs/bug78162-expected.png:
        * platform/mac/tables/mozilla/bugs/bug8032-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug8032-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug80762-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug81934-expected.png:
        * platform/mac/tables/mozilla/bugs/bug82946-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug82946-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug8361-expected.png:
        * platform/mac/tables/mozilla/bugs/bug83786-expected.png:
        * platform/mac/tables/mozilla/bugs/bug8381-expected.png:
        * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug8411-expected.png:
        * platform/mac/tables/mozilla/bugs/bug86220-expected.png:
        * platform/mac/tables/mozilla/bugs/bug86708-expected.png:
        * platform/mac/tables/mozilla/bugs/bug88035-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug88035-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug88524-expected.png:
        * platform/mac/tables/mozilla/bugs/bug8858-expected.png:
        * platform/mac/tables/mozilla/bugs/bug8950-expected.png:
        * platform/mac/tables/mozilla/bugs/bug9024-expected.png:
        * platform/mac/tables/mozilla/bugs/bug9072-expected.png:
        * platform/mac/tables/mozilla/bugs/bug9123-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug9123-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug92143-expected.png:
        * platform/mac/tables/mozilla/bugs/bug92647-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug9271-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug9271-2-expected.png:
        * platform/mac/tables/mozilla/bugs/bug92868-expected.png:
        * platform/mac/tables/mozilla/bugs/bug93363-expected.png:
        * platform/mac/tables/mozilla/bugs/bug963-expected.png:
        * platform/mac/tables/mozilla/bugs/bug96334-expected.png:
        * platform/mac/tables/mozilla/bugs/bug96343-expected.png:
        * platform/mac/tables/mozilla/bugs/bug965-expected.png:
        * platform/mac/tables/mozilla/bugs/bug97138-expected.png:
        * platform/mac/tables/mozilla/bugs/bug97383-expected.png:
        * platform/mac/tables/mozilla/bugs/bug98196-expected.png:
        * platform/mac/tables/mozilla/bugs/bug9879-1-expected.png:
        * platform/mac/tables/mozilla/bugs/bug99923-expected.png:
        * platform/mac/tables/mozilla/bugs/bug99948-expected.png:
        * platform/mac/tables/mozilla/collapsing_borders/bug127040-expected.png:
        * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
        * platform/mac/tables/mozilla/core/bloomberg-expected.png:
        * platform/mac/tables/mozilla/core/borders-expected.png:
        * platform/mac/tables/mozilla/core/box_sizing-expected.png:
        * platform/mac/tables/mozilla/core/captions-expected.png:
        * platform/mac/tables/mozilla/core/captions-expected.txt:
        * platform/mac/tables/mozilla/core/cell_heights-expected.png:
        * platform/mac/tables/mozilla/core/col_span-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_auto_auto-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_fix_auto-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
        * platform/mac/tables/mozilla/core/col_widths_fix_per-expected.png:
        * platform/mac/tables/mozilla/core/margins-expected.png:
        * platform/mac/tables/mozilla/core/misc-expected.png:
        * platform/mac/tables/mozilla/core/nested1-expected.png:
        * platform/mac/tables/mozilla/core/one_row-expected.png:
        * platform/mac/tables/mozilla/core/row_span-expected.png:
        * platform/mac/tables/mozilla/core/table_frame-expected.png:
        * platform/mac/tables/mozilla/core/table_heights-expected.png:
        * platform/mac/tables/mozilla/core/table_rules-expected.png:
        * platform/mac/tables/mozilla/core/table_widths-expected.png:
        * platform/mac/tables/mozilla/dom/appendCol2-expected.png:
        * platform/mac/tables/mozilla/dom/appendRowsExpand1-expected.png:
        * platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.png:
        * platform/mac/tables/mozilla/dom/deleteCellsRebuild1-expected.png:
        * platform/mac/tables/mozilla/dom/deleteCellsShrink1-expected.png:
        * platform/mac/tables/mozilla/dom/deleteCellsShrink2-expected.png:
        * platform/mac/tables/mozilla/dom/deleteCol1-expected.png:
        * platform/mac/tables/mozilla/dom/deleteCol2-expected.png:
        * platform/mac/tables/mozilla/dom/deleteCol3-expected.png:
        * platform/mac/tables/mozilla/dom/deleteColGroup1-expected.png:
        * platform/mac/tables/mozilla/dom/deleteColGroup2-expected.png:
        * platform/mac/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
        * platform/mac/tables/mozilla/dom/deleteRowsShrink1-expected.png:
        * platform/mac/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
        * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
        * platform/mac/tables/mozilla/dom/insertCellsExpand1-expected.png:
        * platform/mac/tables/mozilla/dom/insertCellsExpand2-expected.png:
        * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png:
        * platform/mac/tables/mozilla/dom/insertCellsRebuild2-expected.png:
        * platform/mac/tables/mozilla/dom/insertColGroups1-expected.png:
        * platform/mac/tables/mozilla/dom/insertColGroups2-expected.png:
        * platform/mac/tables/mozilla/dom/insertCols1-expected.png:
        * platform/mac/tables/mozilla/dom/insertCols2-expected.png:
        * platform/mac/tables/mozilla/dom/insertCols3-expected.png:
        * platform/mac/tables/mozilla/dom/insertCols4-expected.png:
        * platform/mac/tables/mozilla/dom/insertCols5-expected.png:
        * platform/mac/tables/mozilla/dom/insertRowsExpand1-expected.png:
        * platform/mac/tables/mozilla/dom/insertRowsRebuild1-expected.png:
        * platform/mac/tables/mozilla/dom/tableDom-expected.png:
        * platform/mac/tables/mozilla/marvin/backgr_index-expected.png:
        * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
        * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.png:
        * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.png:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
        * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
        * platform/mac/tables/mozilla/marvin/body_col-expected.png:
        * platform/mac/tables/mozilla/marvin/body_tbody-expected.png:
        * platform/mac/tables/mozilla/marvin/body_tfoot-expected.png:
        * platform/mac/tables/mozilla/marvin/body_thead-expected.png:
        * platform/mac/tables/mozilla/marvin/col_span-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_span-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png:
        * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png:
        * platform/mac/tables/mozilla/marvin/table_frame_border-expected.png:
        * platform/mac/tables/mozilla/marvin/table_frame_border-expected.txt:
        * platform/mac/tables/mozilla/marvin/table_frame_box-expected.png:
        * platform/mac/tables/mozilla/marvin/table_frame_box-expected.txt:
        * platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.png:
        * platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
        * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/table_rules_all-expected.png:
        * platform/mac/tables/mozilla/marvin/table_rules_all-expected.txt:
        * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png:
        * platform/mac/tables/mozilla/marvin/table_rules_none-expected.png:
        * platform/mac/tables/mozilla/marvin/table_rules_none-expected.txt:
        * platform/mac/tables/mozilla/marvin/tables_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_border_0-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_border_1-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_border_2-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_border_3-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
        * platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
        * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_class-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_default-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_id-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_style-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_td_height-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_td_width-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_th_height-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_th_width-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png:
        * platform/mac/tables/mozilla/marvin/tables_width_px-expected.png:
        * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/tbody_char-expected.png:
        * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/tfoot_char-expected.png:
        * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/thead_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/thead_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/thead_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/thead_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/thead_char-expected.png:
        * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
        * platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.png:
        * platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.txt:
        * platform/mac/tables/mozilla/marvin/x_caption_class-expected.png:
        * platform/mac/tables/mozilla/marvin/x_caption_class-expected.txt:
        * platform/mac/tables/mozilla/marvin/x_caption_id-expected.png:
        * platform/mac/tables/mozilla/marvin/x_caption_id-expected.txt:
        * platform/mac/tables/mozilla/marvin/x_caption_style-expected.png:
        * platform/mac/tables/mozilla/marvin/x_caption_style-expected.txt:
        * platform/mac/tables/mozilla/marvin/x_col_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_span-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_width_px-expected.png:
        * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
        * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_border-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_cellpadding-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_cellspacing-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_class-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_id-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_style-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png:
        * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_class-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_id-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_style-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_class-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_colspan-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_height-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_id-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_rowspan-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_style-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/x_td_width-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_class-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_colspan-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_height-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_id-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_style-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/x_th_width-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_class-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_id-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_style-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_align_center-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_align_left-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_align_right-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_class-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_id-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_style-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
        * platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.png:
        * platform/mac/tables/mozilla/other/body_col-expected.png:
        * platform/mac/tables/mozilla/other/cell_widths-expected.png:
        * platform/mac/tables/mozilla/other/cellspacing-expected.png:
        * platform/mac/tables/mozilla/other/move_row-expected.png:
        * platform/mac/tables/mozilla/other/ms-expected.png:
        * platform/mac/tables/mozilla/other/nested2-expected.png:
        * platform/mac/tables/mozilla/other/nestedTables-expected.png:
        * platform/mac/tables/mozilla/other/padding-expected.png:
        * platform/mac/tables/mozilla/other/slashlogo-expected.png:
        * platform/mac/tables/mozilla/other/test3-expected.png:
        * platform/mac/tables/mozilla/other/test6-expected.png:
        * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
        * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
        * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.png:
        * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug106336-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug45621-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
        * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png:
        * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png:
        * platform/mac/tables/mozilla_expected_failures/core/cols1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/core/columns-expected.png:
        * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png:
        * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
        * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png:
        * platform/mac/tables/mozilla_expected_failures/other/test4-expected.png:
        * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
        * platform/mac/tables/mwarning: inexact rename detection was skipped due to too many files.:

2012-11-01  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Get rid of internal tex coord attribute
        https://bugs.webkit.org/show_bug.cgi?id=94358

        Reviewed by Dean Jackson.

        Add a test which verifies that a custom filter executes regardless of whether the author
        defines a_texCoord in the vertex shader. We check this because the implementation uses
        the author's a_texCoord definition if it exists. If it doesn't exist, the implementation
        adds its own a_texCoord definition to the author's shader.

        * css3/filters/custom/custom-filter-a-tex-coord-optional-expected.html: Added.
        * css3/filters/custom/custom-filter-a-tex-coord-optional.html: Added.
        * css3/filters/resources/a-tex-coord-defined.vs: Added.
        * css3/filters/resources/a-tex-coord-undefined.vs: Added.

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Suppressing an image failure after
        r133224.

        * platform/chromium/TestExpectations:

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

        Unreviewed. Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
        It is inherently flaky: https://bugs.webkit.org/show_bug.cgi?id=100117

        * platform/win/TestExpectations:

2012-11-01  Rob Buis  <rbuis@rim.com>

        [BlackBerry] Add more form validation strings
        https://bugs.webkit.org/show_bug.cgi?id=100978

        Reviewed by Yong Li.

        PR 210072

        Add the result we expect after adding translations for range over and underflow.

        * platform/blackberry/fast/forms/number/number-validation-message-expected.txt: Added.

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed; marking another inspector test as flaky.

        * platform/chromium/TestExpectations:

2012-11-01  Enrica Casucci  <enrica@apple.com>

        Part2 of: Extend -webkit-user-select with new value "all"
        <rdar://problem/10161404>
        https://bugs.webkit.org/show_bug.cgi?id=91912

        Reviewed by Ryosuke Niwa.

        Testing moving and extending selections with the new CSS propertyvalue, with mouse movements
        and with the keyboard.
        Updated test expectations for all the platforms, since this is only enabled for the Mac port.

        * editing/selection/user-select-all-selection-expected.txt: Added.
        * editing/selection/user-select-all-selection.html: Added.
        * platform/chromium/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/win/TestExpectations:
        * platform/efl/TestExpectations:


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

        REGRESSION (r128837): mathml/presentation/subsup.xhtml became flaky
        https://bugs.webkit.org/show_bug.cgi?id=97390

        Reviewed by Ojan Vafai.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Mark an inspector test as flaky.

        * platform/chromium/TestExpectations:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.

        * platform/chromium-linux-x86/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
        * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Move baselines for a couple of
        compositing tests to platform-mac, so MountainLion can use them too.

        * platform/chromium-mac-lion/compositing/geometry/vertical-scroll-composited-expected.png: Removed.
        * platform/chromium-mac-lion/platform/chromium/compositing/huge-layer-rotated-expected.png: Removed.
        * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Mark yet another test as flaky.

        * platform/chromium/TestExpectations:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Mark a test as flaky.

        * platform/chromium/TestExpectations:

2012-11-01  Dana Jansens  <danakj@chromium.org>

        Unreviewed, remove failing expectations after rebaseline.

        * platform/chromium/TestExpectations:

2012-11-01  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=100917
        There should be a way to dump the scrolling tree from the layout tests

        Reviewed by Simon Fraser.

        * platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added.
        * platform/mac/tiled-drawing/scrolling-tree-after-scroll.html: Added.
        * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added.
        * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html: Added.

2012-11-01  Dana Jansens  <danakj@chromium.org>

        Rebaseline after compositor migration to gfx types.
        http://crbug.com/147395

        Unreviewed rebaselines.

        * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/chromium-mac-lion/compositing/geometry/vertical-scroll-composited-expected.png: Added.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac-lion/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
        * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
        * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-3-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-preserve-3d-expected.png:
        * platform/chromium-win-xp/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
        * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png.
        * platform/efl-wk1/compositing/reflections/nested-reflection-anchor-point-expected.png: Renamed from LayoutTests/platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png.

2012-11-01  Dana Jansens  <danakj@chromium.org>

        Unreviewed, marking tests as failing preemptively.
        http://crbug.com/147395

        * platform/chromium/TestExpectations:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Mark a test as flaky.

        * platform/chromium/TestExpectations:

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

        Unreviewed. Skip fast/workers/worker-domurl.html on Windows. ENABLE_BLOB not enabled.

        * platform/win/TestExpectations:

2012-11-01  Mike West  <mkwst@chromium.org>

        CSP 1.0: Warn when old-style directives encountered.
        https://bugs.webkit.org/show_bug.cgi?id=100883

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt:
        * http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers-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/javascript-url-allowed-expected.txt:
        * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/script-src-in-iframe-expected.txt:
        * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-deprecated-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-deprecated.html: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
        * platform/chromium/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:

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

        [Chromium] Unreviewed, marking http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html
        as slow on Linux Debug based on the flakiness dashboard.

        * platform/chromium/TestExpectations:

2012-11-01  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows rebaseline.

        * platform/chromium-linux-x86/svg/zoom: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
        * platform/chromium-win/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/chromium-win/compositing/overflow/scroll-ancestor-update-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.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-percentage-size-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:

2012-11-01  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r133172.

        * platform/chromium-linux-x86/svg/zoom/page: Removed.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
        * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac-snowleopard/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-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-percentage-size-expected.png:
        * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-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-absolute-size-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-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/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Removed.
        * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Removed.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.

2012-11-01  Mike Reed  <reed@google.com>

        Add suppressions for images for new skia roll
        https://bugs.webkit.org/show_bug.cgi?id=100961

        Reviewed by NOBODY.

        New skia roll improves clipped antialias hairlines, and this means a few images need to be rebaselined.
        crbug.com/148638

        * platform/chromium/TestExpectations:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  Remove some no-longer-flaky tests
        from TestExpectations.

        * platform/chromium/TestExpectations:

2012-11-01  Emil A Eklund  <eae@chromium.org>

        [subpixel] Change intrinsicSize to LayoutUnit
        https://bugs.webkit.org/show_bug.cgi?id=99104

        Reviewed by Levi Weintraub.

        Add test for tiled replaced elements and update existing expectations as needed.

        * fast/sub-pixel/tiled-canvas-elements-expected.txt: Added.
        * fast/sub-pixel/tiled-canvas-elements.html: Added.
        * platform/chromium-linux/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-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.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-percentage-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-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-auto-size-expected.txt:
        * platform/chromium/fast/reflections/reflection-with-zoom-expected.txt:
        * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt:
        * platform/chromium/svg/zoom/page/zoom-svg-as-image-expected.txt:
        * platform/chromium/svg/zoom/page/zoom-svg-as-relative-image-expected.txt:

2012-11-01  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  New reftest from 
        http://trac.webkit.org/changeset/133146 doesn't seem to work on
        MacOS 10.8.

        * platform/chromium/TestExpectations:

2012-11-01  Mike West  <mkwst@chromium.org>

        [Chromium] Unreviewed gardening.

        Skipping http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
        as it's consistently leaking state into the next text (object-src-url-allowed.html).
        Filed https://bugs.webkit.org/show_bug.cgi?id=100955 to follow up.

        * platform/chromium/TestExpectations:

2012-11-01  Stephen Chenney  <schenney@chromium.org>

        SVG as an image may recreate the renderer on zoom
        https://bugs.webkit.org/show_bug.cgi?id=99508

        Reviewed by Abhishek Arya.

        Test and ref-test-result for zooming of SVG content when loaded as-image, and the svg is actually a css file.

        * svg/as-image/img-zoom-svg-stylesheet-expected.html: Added.
        * svg/as-image/img-zoom-svg-stylesheet.html: Added.
        * svg/as-image/resources/svg-stylesheet-for-zoom.svg: Added.

2012-11-01  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Restoring breakpoints for formatted UISourceCode should be triggered by BreakpointManager, not ScriptsPanel.
        https://bugs.webkit.org/show_bug.cgi?id=100593

        Reviewed by Pavel Feldman.

        * inspector/debugger/script-formatter-breakpoints.html:
        * inspector/debugger/script-formatter-console.html:
        * inspector/debugger/script-formatter-search-expected.txt:
        * inspector/debugger/script-formatter-search.html:

2012-10-31  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: Output code evaluated in the console the same as console.log
        https://bugs.webkit.org/show_bug.cgi?id=100695

        Reviewed by Pavel Feldman.

        Rebaselined some tests after object preview is started beeing used for
        console eval results.

        * inspector/console/command-line-api-expected.txt:
        * inspector/console/command-line-api-inspect-expected.txt:
        * inspector/console/console-eval-global-expected.txt:
        * inspector/console/console-eval-undefined-override-expected.txt:
        * platform/chromium/inspector/console/console-eval-undefined-override-expected.txt:

2012-11-01  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions]Former auto-height regions should not ignore their defined height
        https://bugs.webkit.org/show_bug.cgi?id=100749

        Reviewed by Julien Chaffraix.

        Add a test in which we flow content into a region chain with 2 regions, the first one having height auto.
        After a first layout, the region with height auto has an override logical content height, which should be
        cleared when the first region has its height changed from auto to defined.

        * fast/regions/autoheight-definedheight-changenotdetected-expected.html: Added.
        * fast/regions/autoheight-definedheight-changenotdetected.html: Added.

2012-11-01  Pavel Podivilov  <podivilov@google.com>

        [chromium] Add new baseline for exif-orientation-css.html on linux.

        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png: Added.

2012-11-01  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r133056
        https://bugs.webkit.org/show_bug.cgi?id=100929

        Unreviewed gardening.

        Newly added compositing/tiling tests are failing on EFL port due to missing AC support.

        * platform/efl/TestExpectations:

2012-11-01  Pavel Podivilov  <podivilov@google.com>

        [chromium] Unreviewed, two fast/images/exif-orientation-* tests now pass.

        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-11-01  Pavel Podivilov  <podivilov@google.com>

        [chromium] Unreviewed, remove several tests that started to pass from TestExpectations.

        * platform/chromium/TestExpectations:

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

        [Refactoring] Move initial style setting for ProgressValueElement from attach method to createShadowSubtree method in HTMLProgressElement.
        https://bugs.webkit.org/show_bug.cgi?id=83664

        Reviewed by Hajime Morita.

        * fast/dom/HTMLProgressElement/progress-bar-set-value-expected.html: Added.
        * fast/dom/HTMLProgressElement/progress-bar-set-value.html: Added.

2012-10-31  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, remove entries for tests no longer failing.

        * platform/chromium/TestExpectations:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  Mark a crashy test.

        * platform/chromium/TestExpectations:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-31  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed chromium mac ml expectation updating.

        * platform/chromium-mac-mountainlion/TestExpectations:

2012-10-31  Adam Barth  <abarth@webkit.org>

        [V8] Garbage collection should use opaque roots rather than implicit references
        https://bugs.webkit.org/show_bug.cgi?id=100707

        Reviewed by Kentaro Hara.

        Test progression.

        * platform/chromium/fast/dom/gc-9-expected.txt:

2012-10-31  KyungTae Kim  <ktf.kim@samsung.com>

        [EFL] Move jquery/traversing.html to flaky list
        https://bugs.webkit.org/show_bug.cgi?id=100908

        Unreviewed gardening.

        jquery/traversing.html sometimes crashes and sometimes passes, so needs to be moved to the flaky list.

        * platform/efl/TestExpectations:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

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

        Unreviewed. fast\text\international\text-combine-image-test-expected.txt needs some 1 pixel off rebaselines on Windows.

        * platform/win/fast/text/international/text-combine-image-test-expected.txt:

2012-10-31  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Test that dynamically setting shape-inside causes relayout in child elements
        https://bugs.webkit.org/show_bug.cgi?id=97721

        Reviewed by Dirk Schulze.

        Adding a test that dynamically sets shape-inside on a block containing multiple block children.

        * fast/exclusions/resources/simple-rectangle.js:
        (createRectangleTest): Modifying test to work with elements with existing content.
        (createRectangleTestResult): Modifying test expectation to work with elements with existing content.
        * fast/exclusions/shape-inside/shape-inside-multiple-blocks-dynamic-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-blocks-dynamic.html: Added.

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

        Unreviewed. Skip another failing drag and drop test.
        Drag & Drop doesn't work correctly in DRT <rdar://5621244>

        * platform/win/TestExpectations:

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

        Unreviewed. Skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html. 
        Not supported in CFNetwork yet. https://bugs.webkit.org/show_bug.cgi?id=100349.

        * platform/win/TestExpectations:

2012-10-31  Chris Rogers  <crogers@google.com>

        Implement optional arguments in AudioBufferSourceNode start() method
        https://bugs.webkit.org/show_bug.cgi?id=100894

        Reviewed by Kenneth Russell.

        * webaudio/audiobuffersource-loop-comprehensive.html:
        * webaudio/audiobuffersource-start-expected.txt: Added.
        * webaudio/audiobuffersource-start.html: Added.
        * webaudio/resources/audiobuffersource-testing.js: Added.
        (createTestBuffer):
        (checkSingleTest):
        (checkAllTests):

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.
        fast/js/post-message-numeric-property.html is flaky in Release as well.

        * platform/chromium/TestExpectations:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  svg/custom/font-face-simple.svg
        seems to be failing on Windows (wrong font).

        * platform/chromium/TestExpectations:

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

        Implement the canonical "Content-Security-Policy" header.
        https://bugs.webkit.org/show_bug.cgi?id=96765

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html:
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01.html:
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02.html:
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce.html:
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-scriptsrc-blocked.html:
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-separators-allowed.html:
            Updating these 1.1 tests along with the multiple-iframe-*.js test
            "framework" to ensure that the experimental prefixed header is sent.
        * http/tests/security/contentSecurityPolicy/blob-urls-match-self.html:
        * http/tests/security/contentSecurityPolicy/combine-multiple-policies.html:
        * http/tests/security/contentSecurityPolicy/connect-src-eventsource-allowed.html:
        * http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked.html:
        * http/tests/security/contentSecurityPolicy/connect-src-websocket-allowed.html:
        * http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html:
        * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed.html:
        * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html:
        * http/tests/security/contentSecurityPolicy/default-src-inline-allowed.html:
        * http/tests/security/contentSecurityPolicy/default-src-inline-blocked.html:
        * http/tests/security/contentSecurityPolicy/duplicate-directive.html:
        * http/tests/security/contentSecurityPolicy/eval-allowed.html:
        * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html:
        * http/tests/security/contentSecurityPolicy/eval-blocked.html:
        * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed.html:
        * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked.html:
        * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed.html:
        * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked.html:
        * http/tests/security/contentSecurityPolicy/filesystem-urls-match-self.html:
        * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-default.html:
        * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-scheme.html:
        * http/tests/security/contentSecurityPolicy/frame-src-allowed.html:
        * http/tests/security/contentSecurityPolicy/frame-src-blocked.html:
        * http/tests/security/contentSecurityPolicy/function-constructor-allowed.html:
        * http/tests/security/contentSecurityPolicy/function-constructor-blocked.html:
        * http/tests/security/contentSecurityPolicy/iframe-inside-csp.html:
        * http/tests/security/contentSecurityPolicy/image-allowed.html:
        * http/tests/security/contentSecurityPolicy/image-blocked.html:
        * http/tests/security/contentSecurityPolicy/image-full-host-wildcard-allowed.html:
        * http/tests/security/contentSecurityPolicy/image-host-wildcard-allowed.html:
        * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed.html:
        * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked.html:
        * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html:
        * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked.html:
        * http/tests/security/contentSecurityPolicy/inline-script-allowed.html:
        * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html:
        * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html:
        * http/tests/security/contentSecurityPolicy/inline-script-blocked.html:
        * http/tests/security/contentSecurityPolicy/inline-style-allowed.html:
        * http/tests/security/contentSecurityPolicy/inline-style-attribute-allowed.html:
        * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked.html:
        * http/tests/security/contentSecurityPolicy/inline-style-attribute-on-html.html:
        * http/tests/security/contentSecurityPolicy/inline-style-blocked.html:
        * http/tests/security/contentSecurityPolicy/media-src-allowed.html:
        * http/tests/security/contentSecurityPolicy/media-src-blocked.html:
        * http/tests/security/contentSecurityPolicy/object-src-no-url-allowed.html:
        * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html:
        * http/tests/security/contentSecurityPolicy/object-src-url-allowed.html:
        * http/tests/security/contentSecurityPolicy/object-src-url-blocked.html:
        * http/tests/security/contentSecurityPolicy/policy-does-not-affect-child.html:
        * http/tests/security/contentSecurityPolicy/register-bypassing-scheme.html:
        * http/tests/security/contentSecurityPolicy/report-and-enforce.html:
        * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.html:
        * http/tests/security/contentSecurityPolicy/report-blocked-uri.html:
        * http/tests/security/contentSecurityPolicy/report-only-from-header.php:
        * http/tests/security/contentSecurityPolicy/report-only.html:
        * http/tests/security/contentSecurityPolicy/report-uri.html:
        * http/tests/security/contentSecurityPolicy/resources/echo-iframe.pl:
        * http/tests/security/contentSecurityPolicy/resources/echo-multiple-headers.pl:
            s/X-WebKit-CSP/Content-Security-Policy/g
        * http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl:
        * http/tests/security/contentSecurityPolicy/resources/echo-script-src.pl:
            Reworking these two scripts in order to support sending both
            the experimental header and the canonical header, as required.
        * http/tests/security/contentSecurityPolicy/resources/event-handler.pl:
        * http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html:
        * http/tests/security/contentSecurityPolicy/resources/javascript-url.pl:
        * http/tests/security/contentSecurityPolicy/resources/mixed-content-with-csp.html:
            s/X-WebKit-CSP/Content-Security-Policy/g
        * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-plugin-test.js:
        (testExperimentalPolicy):
        (test):
        (testImpl.iframe.onload):
        (testImpl):
        * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js:
        (testPreescapedPolicy):
        (testExperimentalPolicy):
        (test):
        (testImpl.iframe.onload):
        (testImpl):
            Reworking these two "frameworks" in order to support sending both
            the experimental header and the canonical header, as required.
        * http/tests/security/contentSecurityPolicy/resources/sandbox.php:
        * http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.php:
        * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-subframe.html:
        * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts.html:
        * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe.html:
        * http/tests/security/contentSecurityPolicy/sandbox-empty.html:
        * http/tests/security/contentSecurityPolicy/script-src-overrides-default-src.html:
        * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html:
        * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta.html:
        * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src.html:
        * http/tests/security/contentSecurityPolicy/style-allowed.html:
        * http/tests/security/contentSecurityPolicy/style-blocked.html:
        * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed.html:
        * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked.html:
        * http/tests/security/contentSecurityPolicy/worker-eval-blocked.html:
        * http/tests/security/contentSecurityPolicy/worker-function-function-blocked.html:
        * http/tests/security/contentSecurityPolicy/worker-script-src.html:
        * http/tests/security/contentSecurityPolicy/worker-set-timeout-blocked.html:
        * http/tests/security/contentSecurityPolicy/xsl-allowed.php:
        * http/tests/security/contentSecurityPolicy/xsl-blocked.php:
        * http/tests/security/contentSecurityPolicy/xsl-img-blocked.php:
        * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1.php:
        * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2.php:
            s/X-WebKit-CSP/Content-Security-Policy/g

2012-10-31  Otto Derek Cheung  <otcheung@rim.com>

        [BlackBerry] Adding window.external to our port
        https://bugs.webkit.org/show_bug.cgi?id=100868

        Reviewed by Rob Buis.

        Adding BlackBerry platform specific DRT tests for window.external interface.

        * platform/blackberry/external/search-provider/search-provider-installed-expected.txt: Added.
        * platform/blackberry/external/search-provider/search-provider-installed.html: Added.

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [chromium] Win rebaselines for media tests.  Unreviewed.

        * platform/chromium-win/media/video-aspect-ratio-expected.png:
        * platform/chromium-win/media/video-colorspace-yuv420-expected.png:
        * platform/chromium-win/media/video-colorspace-yuv422-expected.png:
        * platform/chromium-win/media/video-layer-crash-expected.png:
        * platform/chromium-win/media/video-transformed-expected.png:
        * platform/chromium-win/media/video-zoom-controls-expected.png:
        * platform/chromium-win/media/video-zoom-expected.png:
        * platform/chromium-win/platform/chromium/media/video-frame-size-change-expected.png:
        * platform/efl/media/video-aspect-ratio-expected.png: Removed.
        * platform/efl/media/video-layer-crash-expected.png: Removed.
        * platform/efl/media/video-transformed-expected.png: Removed.
        * platform/efl/media/video-zoom-expected.png: Removed.

2012-10-31  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, chromium-mac-mountainlion expectation updating.

        * platform/chromium-mac-mountainlion/TestExpectations:

2012-10-31  Tien-Ren Chen  <trchen@chromium.org>

        Apply transformation for highlights on non-composited contents
        https://bugs.webkit.org/show_bug.cgi?id=100438

        Reviewed by Adam Barth.

        Non-composited content host layer "steals" the contents on the
        RenderView layer, including the highlight layer.
        The transformation for regular contents are applied by the paint
        function of the non-composited content host however the highlight
        uses its own WebLayer. Need to apply the same transformation to
        the highlight layer as well.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.txt: Added.

2012-10-31  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        Added viewport at-rule to the CSS parser and tokenizer
        https://bugs.webkit.org/show_bug.cgi?id=95961

        Reviewed by Kenneth Rohde Christiansen.

        Added a test that detects if the @-webkit-viewport rule is being
        parsed and skip the tests on all ports since the feature is disabled
        by default for instance.

        Note that this test doesn't do property validation, which will be
        added in the next patch of the series.

        * css3/device-adapt/viewport-at-rule-parsing-expected.txt: Added.
        * css3/device-adapt/viewport-at-rule-parsing.html: Added.
        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-10-31  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Validate types of built-in uniforms
        https://bugs.webkit.org/show_bug.cgi?id=98974

        Reviewed by Dean Jackson.

        Add a test to verify that shaders which define built-in uniforms with the wrong type do not
        execute. Add shaders for each built-in uniform in CSS Custom Filters.

        Relevant Spec Section:
        https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#shader-uniform-variables

        * css3/filters/custom/invalid-custom-filter-uniform-types-expected.html: Added.
        * css3/filters/custom/invalid-custom-filter-uniform-types.html: Added.
        * css3/filters/resources/invalid-type-u-mesh-box.fs: Added.
        * css3/filters/resources/invalid-type-u-mesh-size.fs: Added.
        * css3/filters/resources/invalid-type-u-projection-matrix.fs: Added.
        * css3/filters/resources/invalid-type-u-texture-size.fs: Added.
        * css3/filters/resources/invalid-type-u-tile-size.fs: Added.
        * css3/filters/resources/invalid-type-uniform-array.fs: Added.

2012-10-31  Terry Anderson  <tdanderson@chromium.org>

        [touchadjustment] touch-links-two-finger-tap test pass incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=100619

        Reviewed by Antonio Gomes.

        Make use of the gesture's touch area when testing the correct targeting of elements.

        * touchadjustment/touch-links-two-finger-tap.html:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  More flaky fallout from 
        http://trac.webkit.org/changeset/133069.

        * platform/chromium/TestExpectations:

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

        Unreviewed, rolling out r133044.
        http://trac.webkit.org/changeset/133044
        https://bugs.webkit.org/show_bug.cgi?id=100888

        Hits an ASSERT in the isolatedWorlds tests (Requested by
        abarth on #webkit).

        * platform/chromium/fast/dom/gc-9-expected.txt:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  Updating TestExpectations for
        recent failures.

        * platform/chromium/TestExpectations:

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

        Cache animationMode() in SVG animations.
        https://bugs.webkit.org/show_bug.cgi?id=99694

        Reviewed by Eric Seidel.

        This refactoring is covered by existing tests.
        svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg fails after this patch
        because our element dependency tracking has a bug with duplicate ids; see WK99893.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  Updating TestExpectations for
        recent failures.

        * platform/chromium/TestExpectations:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-31  Ami Fischman  <fischman@chromium.org>

        [chromium] DRT and WTR should clear the cache between tests
        https://bugs.webkit.org/show_bug.cgi?id=93195

        Reviewed by Tony Chang.

        * media/video-poster-blocked-by-willsendrequest.html: updated list of still-busted ports.

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Unreviewed gardening.  Mark a few tests as crashing.

        * platform/chromium/TestExpectations:

2012-10-31  Tom Sepez  <tsepez@chromium.org>

        Malformed X-XSS-Protection headers not reported
        https://bugs.webkit.org/show_bug.cgi?id=100538

        Reviewed by Adam Barth.

        * http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt: Removed.
        * http/tests/security/xssAuditor/malformed-xss-protection-header.html: Removed.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header.html.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-expected-1.txt: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt.
        renamed to -1 to match convention.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt: Added.
        * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html: Added.
        New test to cover new error message cases.
        * http/tests/security/xssAuditor/resources/echo-intertag.pl:
        Added more x-xss-protection header values to its set of values.
        * http/tests/security/xssAuditor/xss-protection-parsing-01.html:
        Converted for interface change to echo_intertag.pl
        * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt: Added.
        * http/tests/security/xssAuditor/xss-protection-parsing-02.html: Added.
        New test for testing x-xss-protect: 0; (allow trailing semicolon).
        
2012-10-31  Stephen White  <senorblanco@chromium.org>

        [chromium] Fix incorrect test names landed in
        http://trac.webkit.org/changeset/133056

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [chromium] New linux baseline for basic-inputs-expected.png, due to
        crrev.com/164985.

        Unreviewed.

        * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
        * platform/efl-wk1/fast/forms/basic-inputs-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/basic-inputs-expected.png.

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [Chromium] Adjust expectations for float-wrap-zoom on mac.
        Unreviewed.

        * platform/chromium/TestExpectations:

2012-10-31  Simon Fraser  <simon.fraser@apple.com>

        REGRESSION (tile cache layers): bits of tiled layers are missing with certain 3D transforms
        https://bugs.webkit.org/show_bug.cgi?id=100808
        <rdar://problem/12562541>

        Reviewed by Dean Jackson.

        Two tests for visible rect computation under clamping, one of which tests 'applyWasClamped',
        and the other 'mapWasClamped'.

        * compositing/tiling/rotated-tiled-clamped-expected.png: Added.
        * compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
        * compositing/tiling/rotated-tiled-clamped.html: Added.
        * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
        * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
        * compositing/tiling/rotated-tiled-preserve3d-clamped.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
        * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.

2012-10-31  Adam Barth  <abarth@webkit.org>

        [V8] Garbage collection should use opaque roots rather than implicit references
        https://bugs.webkit.org/show_bug.cgi?id=100707

        Reviewed by Kentaro Hara.

        Test progression.

        * platform/chromium/fast/dom/gc-9-expected.txt:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [chromium] Added skipped expectations for new test
        svg-remote-element.html with no results.

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-10-31  Stephen White  <senorblanco@chromium.org>

        [chromium] New baselines for
        fast/images/exif-orientation-css-expected.png.  Unreviewed.

        * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Removed.
        * platform/chromium-win/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium/fast/images/exif-orientation-css-expected.png: Removed.

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

        Table with percentage column widths doesn't scale to fill the entire width of a table containing it
        https://bugs.webkit.org/show_bug.cgi?id=11645

        Reviewed by Julien Chaffraix.

        * fast/table/scale-nested-percent-width-cols-expected.html: Added.
        * fast/table/scale-nested-percent-width-cols.html: Added.
        Added a ref test verifying that our nested (auto width) table's columns
        are scaled and sized appropriately if the containing table has
        percent width.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:
        Added an entry for fast/table/025.html for these ports. It would need
        rebaselining as a result of this fix.

        * platform/qt/fast/table/025-expected.png:
        * platform/qt/fast/table/025-expected.txt:
        Modified expected results for the existing test on qt port.

        In the given test, our innermost nested table has auto width and consits
        of three table cells with percent width specified for the first and the
        third cells. Its containing table on the other hand is a percent width
        table.

        Previously, we were not scaling our inner table's column(s) from expanding
        to the width of the containing table if it had percent width type. Because
        of this our first and last table cells in the innermost table were being
        rendered only with the minimum width (4px).

        Post this fix, since now our inner table columns shall scale, the first and
        the last table cell would thus expand in width (41px each) and hence the
        change in the column and the table dimensions.

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

        [EFL] More unreviewed pixel expectations gardening.

        Accept Missing as a valid result for some ietestcenter tests, and
        skip another one of them.

        * platform/efl/TestExpectations:

2012-10-31  Ian Vollick  <vollick@chromium.org>

        Add support for text-based repaint testing
        https://bugs.webkit.org/show_bug.cgi?id=100584

        Reviewed by Simon Fraser.

        Allows tracked repaint rects to be dumped as text.

        * fast/repaint/layer-full-repaint-expected.txt: Added.
        * fast/repaint/layer-full-repaint.html:
        * fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
        * fast/repaint/overflow-flipped-writing-mode-table-expected.txt:
        * fast/repaint/overflow-flipped-writing-mode-table.html:
        * fast/repaint/resources/repaint.js:
        * fast/repaint/resources/text-based-repaint.js: Added.
        (runRepaintTest):
          The function calls internals.startTrackingRepaints() rather than display()
          before calling repaintTest(). It also generates a <pre> element and sets
          its innerHTML to internals.repaintRectsAsText().
        * platform/chromium-mac/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
        * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
        * platform/chromium/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/chromium/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/efl/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/efl/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/gtk/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/gtk/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/gtk/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
        * platform/mac/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/mac/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/qt/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/qt/fast/repaint/layer-full-repaint-expected.txt: Removed.

2012-10-31  Stephen White  <senorblanco@chromium.org>

        New Chromium baselines for css3/filters/composited-reflected.html.

        Unreviewed.

        * platform/chromium-mac/css3/filters/composited-reflected-expected.png: Added.
        * platform/chromium-win/css3/filters/composited-reflected-expected.png: Added.

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

        [Qt] Unreviewed gardening. Rebaselining tests after r133019.

        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:

2012-10-31  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: page crash when pausing in dedicated worker
        https://bugs.webkit.org/show_bug.cgi?id=100837

        Reviewed by Pavel Feldman.

        Test that Debugger.pause works for dedicated workers. The test is skipped
        on all platforms that use JSC as worker debugging is not supported there
        yet.

        * http/tests/inspector-protocol/resources/InspectorTest.js:
        (WebInspector.dispatchMessageFromBackend):
        * inspector-protocol/debugger-pause-dedicated-worker-expected.txt: Added.
        * inspector-protocol/debugger-pause-dedicated-worker.html: Added.
        * inspector-protocol/resources/dedicated-worker.js: Added.
        (onmessage):
        (doWork):
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-10-31  Zoltan Nyul  <zoltan.nyul@intel.com>

        perspective-origin should ignore values with more then two lengths and use the default values
        https://bugs.webkit.org/show_bug.cgi?id=100835

        Reviewed by Kenneth Rohde Christiansen.

        Add test for perspective-origin with more the than two lengths.

        * transforms/2d/computed-style-origin-expected.txt:
        * transforms/2d/computed-style-origin.html:

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

        [EFL] Unreviewed pixel expectations gardening.

        Skip a few ietestcenter/css3/text texts which are rendering
        incorrectly, and accept Missing as a valid result for some culling
        tests.

        * platform/efl/TestExpectations:
        * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Removed.
        * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.

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

        [EFL][GTK] Unreviewed gardening.

        Removing duplicate in EFL file, changing bug number for exif orientation bug in GTK.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

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

        [EFL][GTK] Unreviewed gardening.

        Exif orientation test marked as failing for GTK & EFL,
        On EFL, the vibration IPC issue may cause crash, see bug 100334.

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

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

        [EFL] More unreviewed gardening.

        Skip the EXIF-related tests since the feature is not implemented
        for the port anyway, and skip the recently-added
        fast/images/exif-orientation-image-document.html as well.

        * platform/efl/TestExpectations:

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

        [EFL] Skip http/tests/appcache/load-from-appcache-defer-resume-crash.html on WK2.

        Just marking it as Failure does not prevent a useless PNG expectation to be generated when running pixel tests.

        * platform/efl-wk2/TestExpectations:

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

        [EFL] Unreviewed, add a few more pixel expectations.

        * platform/efl/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
        * platform/efl/fast/forms/indeterminate-expected.png: Added.
        * platform/efl/media/video-aspect-ratio-expected.png: Added.
        * platform/efl/media/video-layer-crash-expected.png: Added.
        * platform/efl/media/video-transformed-expected.png: Added.
        * platform/efl/media/video-zoom-expected.png: Added.

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

        X-Frame-Options console message should be associated with a request.
        https://bugs.webkit.org/show_bug.cgi?id=100735

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/x-frame-options-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
        * http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-expected.txt:
            Update tests with new console message.

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

        [EFL] Unreviewed, unskip media/video-seek-past-end-playing.html on WK2.

        It has been passing on the WK2 bot for quite a while, so unskip
        and hope for the best.

        * platform/efl-wk2/TestExpectations:

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

        Calendar picker can flicker when opened from the suggestion picker
        https://bugs.webkit.org/show_bug.cgi?id=100816

        Reviewed by Kent Tamura.

        * fast/forms/resources/picker-common.js:
        (openPicker): Fix mistake.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html: Test that didHide event fires after the entry was selected and before the calendar picker opened.

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

        [EFL] Unreviewed, unskip fast/forms/select-multiple-elements-with-mouse-drag.html.
        https://bugs.webkit.org/show_bug.cgi?id=100248

        The test is consistently passing again, and "fixing" the EFL side
        is not trivial.

        * platform/efl-wk2/TestExpectations:

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

        Script run from an isolated world should bypass a page's CSP.
        https://bugs.webkit.org/show_bug.cgi?id=97398

        Reviewed by Adam Barth.

        * http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt: Added.
        * http/tests/security/isolatedWorld/bypass-main-world-csp.html: Added.
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
            Skip the new tests on ports that don't support the new functionality

2012-10-31  Pavel Podivilov  <podivilov@google.com>

        [chromium] Rebaseline media/video-zoom.html.

        * platform/chromium-linux/media/video-zoom-expected.png:
        * platform/chromium-mac-lion/media/video-zoom-expected.png: Added.
        * platform/chromium-mac-snowleopard/media/video-zoom-expected.png:
        * platform/efl-wk1/media/video-zoom-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-expected.png.

2012-10-31  Pavel Podivilov  <podivilov@google.com>

        [chromium] Rebaseline 7 media/video-* tests on Linux and Mac.

        * platform/chromium-linux/media/video-aspect-ratio-expected.png:
        * platform/chromium-linux/media/video-colorspace-yuv420-expected.png:
        * platform/chromium-linux/media/video-colorspace-yuv422-expected.png:
        * platform/chromium-linux/media/video-layer-crash-expected.png:
        * platform/chromium-linux/media/video-transformed-expected.png:
        * platform/chromium-linux/media/video-zoom-controls-expected.png:
        * platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png:
        * platform/chromium-mac-lion/media/video-aspect-ratio-expected.png: Added.
        * platform/chromium-mac-lion/media/video-colorspace-yuv420-expected.png: Added.
        * platform/chromium-mac-lion/media/video-colorspace-yuv422-expected.png: Added.
        * platform/chromium-mac-lion/media/video-layer-crash-expected.png: Added.
        * platform/chromium-mac-lion/media/video-transformed-expected.png: Added.
        * platform/chromium-mac-lion/media/video-zoom-controls-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/media/video-frame-size-change-expected.png: Added.
        * platform/chromium-mac-snowleopard/media/video-aspect-ratio-expected.png:
        * platform/chromium-mac-snowleopard/media/video-colorspace-yuv420-expected.png:
        * platform/chromium-mac-snowleopard/media/video-colorspace-yuv422-expected.png:
        * platform/chromium-mac-snowleopard/media/video-layer-crash-expected.png:
        * platform/chromium-mac-snowleopard/media/video-transformed-expected.png:
        * platform/efl-wk1/media/video-aspect-ratio-expected.png: Renamed from LayoutTests/platform/efl/media/video-aspect-ratio-expected.png.
        * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv420-expected.png.
        * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv422-expected.png.
        * platform/efl-wk1/media/video-layer-crash-expected.png: Renamed from LayoutTests/platform/efl/media/video-layer-crash-expected.png.
        * platform/efl-wk1/media/video-transformed-expected.png: Renamed from LayoutTests/platform/efl/media/video-transformed-expected.png.
        * platform/efl-wk1/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.

2012-10-31  Pavel Podivilov  <podivilov@google.com>

        [chromium] Add new baselines for fast/forms/basic-inputs.html and fast/forms/indeterminate.html on linux.

        * platform/chromium-linux/fast/forms/indeterminate-expected.png:
        * platform/efl-wk1/fast/forms/indeterminate-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/indeterminate-expected.png.

2012-10-31  Pavel Podivilov  <podivilov@google.com>

        [chromium] Unreviewed, mark two touchadjustment tests as failing on mac.

        * platform/chromium/TestExpectations:

2012-10-31  Michał Pakuła vel Rutka  <m.pakula@samsung.com>

        [EFL][DRT] EventSender requires contextClick implementation
        https://bugs.webkit.org/show_bug.cgi?id=86091

        Reviewed by Gyuyoung Kim.

        Move contextClick dependent tests to WebKit2 TestExpectations and
        add new expected results.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/selection/5354455-2-expected.txt: Added.
        * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
        * platform/efl/fast/events/context-onmousedown-event-expected.png: Added.

2012-10-30  Nico Weber  <thakis@chromium.org>

        [chromium] Add baselines for fast/images/exif-orientation-css.html and exif-orientation-image-document.html
        https://bugs.webkit.org/show_bug.cgi?id=100807

        Unreviewed, expectations update.

        * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-linux/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-linux/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-lion/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-mac-lion/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-mac/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-win/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium/TestExpectations:

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

        F4 inside <input type=time> should not open calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=100730

        Reviewed by Kent Tamura.

        * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html: Added.

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

        Delaying 'change' and 'input' event dispatching during HTMLInputElement::setValue
        https://bugs.webkit.org/show_bug.cgi?id=100772

        Reviewed by Abhishek Arya.

        * fast/forms/range/range-type-change-onchange-expected.txt: Added.
        * fast/forms/range/range-type-change-onchange.html: Added.

2012-10-30  Simon Fraser  <simon.fraser@apple.com>

        Fix issues with filters and reflections
        https://bugs.webkit.org/show_bug.cgi?id=100308

        Reviewed by Dirk Schulze.

        Test composited filters inside a nested reflection.

        * css3/filters/composited-reflected-expected.png: Added.
        * css3/filters/composited-reflected-expected.txt: Added.
        * css3/filters/composited-reflected.html: Added.
        * platform/mac/css3/filters/composited-reflected-expected.png: Added.

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

        Unreviewed test expectations update

        * platform/chromium/TestExpectations:

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

        Unreviewed test update after r132969

        Add alternate font family name (Courier New).

        * fast/css/font-face-descending-unicode-range.html:
        * fast/css/font-face-download-error.html:
        * fast/css/font-face-unicode-range.html:

2012-10-30  Nico Weber  <thakis@chromium.org>

        [chromium] Enable fast/images/exif-orientation-css.html
        https://bugs.webkit.org/show_bug.cgi?id=100767

        Unreviewed, expectations-only change.

        * platform/chromium/TestExpectations:

2012-10-30  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        DOM URL is flaky when workers are used
        https://bugs.webkit.org/show_bug.cgi?id=99178

        Reviewed by Geoffrey Garen.

        Test that the methods of the URL constructor are accesible from both main and worker threads.

        * fast/workers/resources/worker-domurl.js: Added.
        (log):
        (onmessage):
        * fast/workers/worker-domurl-expected.txt: Added.
        * fast/workers/worker-domurl.html: Added.

2012-10-30  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Multiple segment polygon layout does not get all segments
        https://bugs.webkit.org/show_bug.cgi?id=100039

        Reviewed by Dirk Schulze.

        Added tests for CSS Exclusion shape-inside polygons with horizontal edges.
        Corrected the simple-polygon.js code for computing a polygon's included intervals.

        * fast/exclusions/resources/simple-polygon.js:
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:

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

        local(Helvetica) in src descriptor prevent fallback
        https://bugs.webkit.org/show_bug.cgi?id=100446

        Reviewed by Dan Bernstein.

        Add alternate font family names to src descriptor of @font-face rules
        so that the change doesn't change the expectations of tests.

        * fast/css/font-face-implicit-local-font.html:
        * fast/css/font-face-multiple-faces.html:
        * svg/custom/font-face-simple.svg:

2012-10-30  Rick Byers  <rbyers@chromium.org>

        cssText for cursor property doesn't include hotspot
        https://bugs.webkit.org/show_bug.cgi?id=99530

        Reviewed by Darin Adler.

        Add simple test for parsing of CSS cursor property.

        * fast/css/cursor-parsing-expected.txt: Added.
        * fast/css/cursor-parsing.html: Added.

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

        Unreviewed. Test should not be run on Apple Windows port: fast/images/exif-orientation-image-document.html

        * platform/win/TestExpectations:

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

        Unreviewed. Skip another failing accessibility test on Windows: accessibility/svg-remote-element.html.

        * platform/win/TestExpectations:

2012-10-30  Vincent Scheib  <scheib@chromium.org>

        [chromium] Unreviewed: Additional webgl test suppression to go along with earlier ones.
        https://bugs.webkit.org/show_bug.cgi?id=100784

        * platform/chromium/TestExpectations:

2012-10-30  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Restrict link highlights to targets that display a hand-cursor
        https://bugs.webkit.org/show_bug.cgi?id=99862

        Reviewed by James Robinson.

        To avoid applying highlights to inappropriate targets, such as large divs with
        click handlers installed, test candidate targets and only highlight them if they
        would normally display a hand cursor on mouse over. This is a heuristic, but has
        been tested and found effective in practice.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html:

2012-10-30  Vincent Scheib  <scheib@chromium.org>

        [Chromium] Unreviwed suppression of 6 webgl tests.
        https://bugs.webkit.org/show_bug.cgi?id=100784

        * platform/chromium/TestExpectations:

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

        [CSS] Expand -webkit-line-break value space
        https://bugs.webkit.org/show_bug.cgi?id=100739

        Reviewed by Eric Seidel.

        Change default (initial) value for -webkit-line-break to 'auto' to match CSS3 Text.

        * fast/css/getComputedStyle/computed-style-expected.txt:
        Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.

        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.

        * svg/css/getComputedStyle-basic-expected.txt:
        Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.

2012-10-30  Robert Hogan  <robert@webkit.org>

        white-space: nowrap inline element beside a floated element wraps incorrectly without trailing textnode/newline
        https://bugs.webkit.org/show_bug.cgi?id=29648

        Reviewed by Levi Weintraub.

        * fast/text/whitespace/no-wrap-child-in-auto-wrap-container-expected.html: Added.
        * fast/text/whitespace/no-wrap-child-in-auto-wrap-container.html: Added.

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

        Unreviewed. Some flaky http/security tests to add to the skip list.
        Bug tracking flaky security tests here: https://bugs.webkit.org/show_bug.cgi?id=95803.

        * platform/win/TestExpectations:

2012-10-30  Simon Fraser  <simon.fraser@apple.com>

        Skip tiled drawing tests on Lion, since the TiledCoreAnimationDrawingArea is only
        built for Mountain Lion and later.

        * platform/mac-lion/TestExpectations:

2012-10-30  Rick Byers  <rbyers@chromium.org>

        [touchadjustment] touch-links-longpress tests passes incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=96810

        Reviewed by Antonio Gomes.

        Fix touch-links-longpress test to be consistent with touch-links-active.
        Now it's actually touching where we intended - at the center of the
        touch region identified instead of the top/left corner.  Also pass
        the width/height of the touch to EventSender in order to enable touch
        adjustment.

        Also adds checks to verify that our touches are actually landing on
        or outside the element we're targetting as desired.

        * touchadjustment/resources/touchadjustment.js:
        (findAbsoluteBounds): Update to support both inline and block nodes (clientHeight is 0 for inline nodes)
        * touchadjustment/touch-links-active.html: Use updated findAbsoluteBounds
        * touchadjustment/touch-links-longpress.html:

2012-10-30  Dan Bernstein  <mitz@apple.com>

        <rdar://problem/12395187> REGRESSION (r121299): OS X Text Replacement forces cursor out of text fields
        https://bugs.webkit.org/show_bug.cgi?id=100768

        Reviewed by Anders Carlsson.

        * platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt: Added.
        * platform/mac/editing/spelling/autocorrection-in-textarea.html: Added.

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

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

        * platform/qt/TestExpectations:

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

        [Qt][WK2] Unreviewed evening gardening, skip failing tests to paint the bot green.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-30 Chris Fleizach  <cfleizach@apple.com>

        AX: Support embedded SVG objects in AX tree
        https://bugs.webkit.org/show_bug.cgi?id=97571

        Reviewed by Tim Horton.

        Added a new test that links in an svg file. Accessibility of that remote svg file is tested.
        Test skipped on chromium until clickPoint() is implemented in DRT.

        * accessibility/svg-remote-element.html: Added.
        * accessibility/resources/svg-face.svg: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/accessibility/svg-remote-element-expected.txt: Added.

2012-10-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2][WTR] WebKitTestRunner needs testRunner.queueLoadHTMLString
        https://bugs.webkit.org/show_bug.cgi?id=100747

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped http/tests/navigation/go-back-to-error-page.html for WK2 ports.

        * platform/wk2/TestExpectations:

2012-10-30  Pavel Podivilov  <podivilov@google.com>

        Unreviewed, rebaseline fast/sub-pixel/float-wrap-zoom.html.

        * platform/chromium-mac-lion/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Added.

2012-10-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] Unreviewed, combine color profile failures to correct bug
        https://bugs.webkit.org/show_bug.cgi?id=100746

        * platform/efl/TestExpectations:

2012-10-30  Emil A Eklund  <eae@chromium.org>

        [subixel] Change LineWidth::shrinkAvailableWidthForNewFloatIfNeeded to not pixel snap
        https://bugs.webkit.org/show_bug.cgi?id=100742

        Reviewed by Levi Weintraub.

        Add test for wrapping when combining float and inline elements.

        * fast/sub-pixel/float-wrap-zoom-expected.html: Added.
        * fast/sub-pixel/float-wrap-zoom.html: Added.

2012-10-30  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Reject vertex shaders with custom attributes
        https://bugs.webkit.org/show_bug.cgi?id=98973

        Reviewed by Dean Jackson.

        Add checks to verify:
        (1) Shaders with custom attributes do not execute (e.g. attribute float my_attribute;).
        (2) Shaders with a_triangleCoord defined do not execute with an attached mesh.

        Note that in CSS Custom Filters, the a_triangleCoord attribute is only available in detached
        meshes. In detached meshes, no vertices are shared between triangles. Thus, each vertex
        belongs to a specific triangle, which a_triangleCoord identifies. In attached meshes,
        vertices can belong to many triangles, which a_triangleCoord cannot identify because it's
        only a vec3.

        CSS Filters Spec, Vertex Attributes:
        https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#vertex-attribute-variables

        * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html:
        * css3/filters/custom/invalid-custom-filter-attribute-types.html:
            Add two checks for two new vertex shaders. Update the a_triangleCoord type check to use
            a detached mesh, so the vertex shader fails to validate because a_triangleCoord is
            defined with an incorrect type, not because it defines a_triangleCoord in an attached
            mesh.
        * css3/filters/resources/invalid-a-triangle-coord-with-attached-mesh.vs:
            Added. This vertex shader defines a_triangleCoord with the correct type. However, this
            shader is run with an an attached mesh, so it should not execute.
        * css3/filters/resources/invalid-custom-attribute.vs:
            Added. This vertex shader defines a custom attribute. The associated test verifies
            that it does not execute.
        * css3/filters/resources/invalid-type-a-mesh-coord.vs:
            Remove some empty lines to improve readability.
        * css3/filters/resources/invalid-type-a-position.vs: Ditto.
        * css3/filters/resources/invalid-type-a-tex-coord.vs: Ditto.
        * css3/filters/resources/invalid-type-a-triangle-coord.vs:
            Add a comment that this shader should be run with a detached mesh.
        * css3/filters/resources/invalid-type-attribute-array.vs:
            Remove some empty lines to improve readability.
        * css3/filters/resources/invalid-type-a-triangle-coord.vs: Ditto.

2012-10-30  Andrey Lushnikov  <lushnikov@google.com>

        Web Inspector: adds isOwnProperty to remote protocol
        https://bugs.webkit.org/show_bug.cgi?id=100664

        Reviewed by Pavel Feldman.

        * inspector/runtime/runtime-getProperties-isOwnProperty-expected.txt: Added.
        * inspector/runtime/runtime-getProperties-isOwnProperty.html: Added.

2012-10-30  Pavel Podivilov  <podivilov@google.com>

        Unreviewed, add baselines for exif-orientation-image-document.

        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.

2012-10-30  Pavel Podivilov  <podivilov@google.com>

        Unrewieved, rebaseline audiobuffersource-loop-points.

        * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav.

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

        Fix crash by calendar picker or suggestion picker
        https://bugs.webkit.org/show_bug.cgi?id=100728

        Reviewed by Hajime Morita.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html: Added.

2012-10-30  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] Change the default compositing mode and the default CSS value for <fragmentShader>
        https://bugs.webkit.org/show_bug.cgi?id=94020

        Reviewed by Dean Jackson.

        Existing tests have been modified to update them to the new default
        compositing values (normal source-atop).

        Also, the dummy empty shader has been removed: not needed.

        * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
        * css3/filters/custom/custom-filter-shader-cache.html:
        * css3/filters/custom/effect-custom-transform-parameters.html:
        * css3/filters/custom/effect-custom.html:
        * css3/filters/custom/filter-fallback-to-software.html:
        * css3/filters/resources/empty-shader.fs: Removed.
        * css3/filters/script-tests/custom-filter-property-computed-style.js:

2012-10-30  Zoltan Nyul  <zoltan.nyul@intel.com>

        3d rotation with [0, 0, 0] direction vector should not be applied
        https://bugs.webkit.org/show_bug.cgi?id=100733

        Reviewed by Levi Weintraub.

        Add test for 3d rotation with [0, 0, 0] direction vector.

        * transforms/3d/general/3dtransform-values-expected.txt:
        * transforms/3d/general/3dtransform-values.html:

2012-10-30  Kangil Han  <kangil.han@samsung.com>

        [EFL][DRT] Bitmap should show whole view area.
        https://bugs.webkit.org/show_bug.cgi?id=100642

        Reviewed by Gyuyoung Kim.

        Unskip css sticky position as well as scroll and fixed position related test cases.

        * platform/efl-wk1/TestExpectations:

2012-10-30  Byungwoo Lee  <bw80.lee@samsung.com>

        [EFL][WK2] Unskip sputnik flaky tests.
        https://bugs.webkit.org/show_bug.cgi?id=100732

        Unreviewed, EFL gardening.

        These tests are always passing now.

        sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html
        sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.html

        * platform/efl-wk2/TestExpectations:

2012-10-30  Nico Weber  <thakis@chromium.org>

        Add a test for reading exif orientation off image documents
        https://bugs.webkit.org/show_bug.cgi?id=100698

        Reviewed by Eric Seidel.

        fast/images/exif-orientation.html tests <img> elements, but image documents were untested previously.

        * fast/images/exif-orientation-image-document.html: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/images/exif-orientation-image-document-expected.txt: Added.

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

        Unreviewed, rolling out r132819.
        http://trac.webkit.org/changeset/132819
        https://bugs.webkit.org/show_bug.cgi?id=100388

        It made layout testing 40% slower and storage tests assert

        * platform/qt/TestExpectations:

2012-10-25  Stephen Chenney  <schenney@chromium.org>

        feImage should not be allowed to self reference
        https://bugs.webkit.org/show_bug.cgi?id=94652

        Reviewed by Eric Seidel.

        Additional test case for situations when the filter is applied to multiple objects that it also references.

        * svg/filters/feImage-self-and-other-referencing-expected.html: Added.
        * svg/filters/feImage-self-and-other-referencing.html: Added.

2012-10-29  Michael Saboff  <msaboff@apple.com>

        Non-special escape character sequences cause JSC::Lexer::parseString to create 16 bit strings
        https://bugs.webkit.org/show_bug.cgi?id=100576

        Reviewed by Darin Adler.

        Added a new test to validated the behavior of the corresponding changes to string processing
        in the Lexer.

        * fast/js/normal-character-escapes-in-string-literals-expected.txt: Added.
        * fast/js/normal-character-escapes-in-string-literals.html: Added.
        * fast/js/script-tests/normal-character-escapes-in-string-literals.js: Added.

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

        Unreviewed. Feature introduced in r132708 is chromium only. Skipping related tests.

        * platform/win/TestExpectations:

2012-10-29  Adam Barth  <abarth@webkit.org>

        Block SVG external references pending a security review
        https://bugs.webkit.org/show_bug.cgi?id=100635

        Reviewed by Eric Seidel.

        Skip tests that depend on external SVG references.

        * platform/chromium/TestExpectations:

2012-10-29  Chris Rogers  <crogers@google.com>

        Unreviewed rebaseline of webaudio/audiobuffersource-loop-points

        * platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav: Added.
        * platform/chromium-win/webaudio/audiobuffersource-loop-points-expected.wav: Added.

2012-10-29  Alpha Lam  <hclam@chromium.org>

        [skia] Handle mask box image.
        https://bugs.webkit.org/show_bug.cgi?id=100570

        Reviewed by James Robinson.

        Added a test for -webkit-mask-box-image. Test should complete without crashes.
        Output image should be blank.

        * fast/images/mask-box-image-crash-expected.png: Added.
        * fast/images/mask-box-image-crash-expected.txt: Added.
        * fast/images/mask-box-image-crash.html: Added.

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

        Unreviewed gardening. LayoutTests/mathml/msubsup-fuzz.html passes locally but not on
        cr-linux-ews. I need to see a stack trace to debug it. See webkit.org/b/100463.

        * mathml/msubsup-fuzz-expected.txt: Added.
        * mathml/msubsup-fuzz.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-29  Justin Novosad  <junov@google.com>

        [Chromium] flickering observed when copying 2D canvas to webGL texture
        https://bugs.webkit.org/show_bug.cgi?id=100691

        Reviewed by Stephen White.

        Modified test by adding a canvas draw imediately after webgl texture
        upload in order to exercise graphics context synchronization between
        the webGL and 2D canvas graphics contexts.

        * fast/canvas/webgl/canvas-2d-webgl-texture.html:

2012-10-29  Glenn Adams  <glenn@skynav.com>
       
        [CSSOM] Extraneous whitespace in CSSImportRule.cssText
        https://bugs.webkit.org/show_bug.cgi?id=100657

        Reviewed by Simon Fraser.

        Test (from CSS WG) that checks serializion of CSSImportRule.cssText.

        * http/tests/css/shared-stylesheet-mutation-expected.txt:
        * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt:
        Fix expected output to match removal of extraneous space.

        * cssom/cssimportrule-media-expected.txt: Added.
        * cssom/cssimportrule-media.html: Added.
        * cssom/resources/import.css: Added.

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

        Unreviewed GTK gardening.

        Adding flaky crash expectations for tests that crash after r132699
        if the accessibility object cache is populated.

        * platform/gtk/TestExpectations:

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

        [EFL] Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
        https://bugs.webkit.org/show_bug.cgi?id=100687

        Unreviewed EFL gardening.

        Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
        since it is intrinsically flaky and cannot be fixed.

        * platform/efl/TestExpectations:

2012-10-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Flaky security tests
        https://bugs.webkit.org/show_bug.cgi?id=100388

        Reviewed by Jocelyn Turcotte.

        Unskip no longer flaky tests.

        * platform/qt/TestExpectations:

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

        [WK2][WKTR] Enable Shadow DOM at runtime if compiled with SHADOW_DOM support
        https://bugs.webkit.org/show_bug.cgi?id=100668

        Reviewed by Kenneth Rohde Christiansen.

        Remove Shadow DOM layout tests from the global wk2 TestExpectations
        and add it to the mac-wk2 one. EFL and GTK ports have Shadow DOM
        enabled so they don't need to be skipped for those ports. The Qt port
        is already skipping those tests in its global TestExpectations file.

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

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

        [Qt] Text with zero font size renders as X px sometimes, causing fast/text/zero-font-size-2.html to fail
        https://bugs.webkit.org/show_bug.cgi?id=100115

        Reviewed by Noam Rosenthal.

        * platform/qt/TestExpectations: Unskip fast/text/zero-font-size-2.html.

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

        [EFL][WK2] REGRESSION(r132342): fast/events/frame-tab-focus.html fails
        https://bugs.webkit.org/show_bug.cgi?id=100646

        Reviewed by Kenneth Rohde Christiansen.

        * platform/efl-wk2/TestExpectations: Unskip
        fast/events/frame-tab-focus.html.

2012-10-29  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] Implement CustomFilterArrayParameter::blend
        https://bugs.webkit.org/show_bug.cgi?id=96437

        Reviewed by Dean Jackson.

        New tests to asses the correctness of CustomFilterArrayParameter::blend.
        
        * animations/resources/animation-test-helpers.js:
        (customFilterParameterMatch): A check for functions' parameters length has been added.
        * css3/filters/custom/custom-filter-array-blending-expected.txt: Added.
        * css3/filters/custom/custom-filter-array-blending.html: Added.

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

        Unreviewed, rolling out r132782.
        http://trac.webkit.org/changeset/132782
        https://bugs.webkit.org/show_bug.cgi?id=100653

        It made 400+ tests fail and 180 tests flakey on Qt (Requested
        by Ossy on #webkit).

        * platform/qt/TestExpectations:

2012-10-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Flaky security tests
        https://bugs.webkit.org/show_bug.cgi?id=100388

        Reviewed by Jocelyn Turcotte.

        Unskip no longer flaky tests.

        * platform/qt/TestExpectations:

2012-10-29  Pavel Podivilov  <podivilov@google.com>

        [Chromium] Test expectation update.

        Unreviewed, mark recently added audiobuffersource-loop-points.html test as failing on windows.

        * platform/chromium/TestExpectations:

2012-10-29  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update.
        https://bugs.webkit.org/show_bug.cgi?id=99818

        The failure of month-multiple-fields-keyboard-events.html on SnowLeopard
        and XP is expected.

        - OS X SnowLeopard
          The month forma is "yyyy MMMM" on SnowLoepard though it's "MMMM yyyy"
          on other platforms.

        - Windows XP
          It doesn't support the lang-attribute-aware-form-control-UI testing
        feature.

        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt.
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * platform/chromium/TestExpectations:

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

        [EFL] Skip 2 tests failing due to missing drag'n drop support
        https://bugs.webkit.org/show_bug.cgi?id=100638

        Unreviewed EFL gardening.

        Skip 2 test cases failing due to missing drag'n drop support
        in EFL port.

        * platform/efl/TestExpectations:

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

        [EFL] Skip 2 jquery tests crashing after r132757
        https://bugs.webkit.org/show_bug.cgi?id=100637

        Unreviewed EFL gardening.

        Skip 2 jquery test cases that started crashing after
        r132757.

        * platform/efl/TestExpectations:

2012-10-29  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] Handle non-parsedOk properties as inactive ones
        https://bugs.webkit.org/show_bug.cgi?id=100119

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
        * inspector/styles/inactive-properties-expected.txt: Added.
        * inspector/styles/inactive-properties.html: Added.

2012-10-29  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Skip some tests because SHADOW_DOM is disabled on Qt.
        Unskip another one that doesn't exist already.

        * platform/qt/TestExpectations:

2012-10-28  Shinya Kawanaka  <shinyak@chromium.org>

        The shadow element is not reprojected to a nested ShadowRoot.
        https://bugs.webkit.org/show_bug.cgi?id=99228

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection-expected.txt: Added.
        * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection.html: Added. A walker test case for elements distributed
        to shadow element are reprojected.
        * fast/dom/shadow/composed-shadow-tree-walker.html:
        * fast/dom/shadow/content-reprojection-complex.html:
        * fast/dom/shadow/content-reprojection-fallback-expected.html:
        * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html:
        * fast/dom/shadow/shadow-reprojection-click-expected.txt: Added.
        * fast/dom/shadow/shadow-reprojection-click.html: Added. Does some interactive with a shadow-reprojected node.
        * fast/dom/shadow/shadow-reprojection-dynamic-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection-dynamic.html: Added. Adds dynamically elements shadow-reprojected.
        * fast/dom/shadow/shadow-reprojection-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection-fallback-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection-fallback.html: Added. A test case for fallback elements of a shadow element
        are reprojected.
        * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Removed.
        * fast/dom/shadow/shadow-reprojection-prohibited.html: Removed.
        * fast/dom/shadow/shadow-reprojection.html: Added. A basic test case.
        * fast/dom/shadow/shadow-reprojection2-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection2.html: Added. Another basic test case.

2012-10-28  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Webkit adds a boundary to the Content-Type: text/plain POST header
        https://bugs.webkit.org/show_bug.cgi?id=100445

        Reviewed by Kent Tamura.

        Fixed test failure and added a test case for Content-Type header.

        * http/tests/misc/form-post-textplain-expected.txt:
        * http/tests/misc/form-post-textplain.html:
        * http/tests/misc/resources/form-post-textplain.php:
        Added a test case for testing Content-Type POST header.
        Also fixed existing test case that attempted to test newline in the input value.
        LF in the input value is replaced with CRLF durling the construction of the form data set.

2012-10-28  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update

        Rebaseline for http://trac.webkit.org/changeset/132753

        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:

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

        Unreviewed, rolling out r132696.
        http://trac.webkit.org/changeset/132696
        https://bugs.webkit.org/show_bug.cgi?id=100609

        Needs a bit more clean-up on Chrome Web UI side. (Requested by
        dglazkov on #webkit).

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * 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:
        * fast/forms/pseudo-elements-expected.html: Removed.
        * fast/forms/pseudo-elements.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-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * 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:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-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/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-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/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-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/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-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/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.

2012-10-28  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=100128

        Rebaseline for http://trac.webkit.org/changeset/132718 and crrev.com/164515.

        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium/TestExpectations:

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

        [Qt] Unreviewed weekend gardening, skip a failing test, update expected files.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt: Added.

2012-10-27  Noam Rosenthal  <noam.rosenthal@nokia.com>

        Coordinated Graphics: Animation jerkiness when rAF is enabled
        https://bugs.webkit.org/show_bug.cgi?id=100536

        Reviewed by Kenneth Rohde Christiansen.

        Added a test to make sure we don't respond too eagerly to requestAnimationFrame.

        * fast/animation/request-animation-frame-too-rapid-expected.txt: Added.
        * fast/animation/request-animation-frame-too-rapid.html: Added.
        * fast/animation/script-tests/request-animation-frame-too-rapid.js: Added.

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

        [MathML] Improve some addChild methods
        https://bugs.webkit.org/show_bug.cgi?id=98791

        Reviewed by Eric Seidel.

        * mathml/presentation/dynamic-expected.html: Added.
        * mathml/presentation/dynamic.html: Added.

2012-10-27  Balazs Kelemen  <kbalazs@webkit.org>

        Unreviewed gardening.

        Removing my garbage, now from svn.

        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png: Removed.

2012-10-27  Balazs Kelemen  <kbalazs@webkit.org>

        Unreviewed gardening.

        Added one more png to a wrong path in my previous commit, removing it and hoping that
        the directory will not stay in svn.

        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.

2012-10-27  Levi Weintraub  <leviw@chromium.org>

        Background images can incorrectly repeat with sub-pixel layout
        https://bugs.webkit.org/show_bug.cgi?id=94622

        Reviewed by Emil A Eklund.

        * fast/sub-pixel/scaled-background-image-expected.html: Added.
        * fast/sub-pixel/scaled-background-image.html: Added.

2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed gardening.

        Reland Qt-WebKit2 new expectations part 2 with fixed paths.

        * platform/qt-5.0-wk2/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-stacking-context-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png: Added.

2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed gardening.

        Reland Qt-WebKit2 new expectations part 1 with fixed paths.

        * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
        * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.

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

        Remove internals shouldDisplayTrackKind methods; these are also on internals.settings
        https://bugs.webkit.org/show_bug.cgi?id=100564

        Reviewed by Adam Barth.

        Update tests to use the internals.settings method.

        * media/track/track-language-preference-expected.txt:
        * media/track/track-language-preference.html:
        * media/track/track-prefer-captions-expected.txt:
        * media/track/track-prefer-captions.html:

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

        Prevent NaN offset values in ElementTimeControl.
        https://bugs.webkit.org/show_bug.cgi?id=100322

        Reviewed by Abhishek Arya.

        * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
        * svg/custom/elementTimeControl-nan-crash.html: Added.

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

        [Qt] Unreviewed weekend gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2012-10-26  Chris Rogers  <crogers@google.com>

        Implement AudioBufferSourceNode .loopStart and .loopEnd attributes
        https://bugs.webkit.org/show_bug.cgi?id=100170

        Reviewed by Kenneth Russell.

        * webaudio/audiobuffersource-loop-comprehensive-expected.txt: Added.
        * webaudio/audiobuffersource-loop-comprehensive.html: Added.
        * webaudio/audiobuffersource-loop-points-expected.wav: Added.
        * webaudio/audiobuffersource-loop-points.html: Added.

2012-10-26  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update.

        Rebaseline for recent forms changes.

        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium/TestExpectations:

2012-10-26  Daniel Cheng  <dcheng@chromium.org>

        dragover's default action should prevent drop for file drags
        https://bugs.webkit.org/show_bug.cgi?id=79173

        Reviewed by Tony Chang.

        * fast/dom/shadow/drop-event-in-shadow.html:
            Added dragover handler as required by the HTML specification.
        * fast/events/input-element-display-none-in-dragleave-crash.html:
            Added dragover handler as required by the HTML specification.
        * fast/events/only-valid-drop-targets-receive-file-drop-expected.txt: Added.
        * fast/events/only-valid-drop-targets-receive-file-drop.html: Added.
        * http/tests/security/clipboard/clipboard-file-access.html:
            Added dragover handler as required by the HTML specification.

2012-10-26  Anders Carlsson  <andersca@apple.com>

        Crash when making NPRuntime calls with a null NPP pointer
        https://bugs.webkit.org/show_bug.cgi?id=100569

        Reviewed by Darin Adler.

        Add new tests.

        * plugins/npruntime/npruntime-calls-with-null-npp-expected.txt: Added.
        * plugins/npruntime/npruntime-calls-with-null-npp.html: Added.

2012-10-26  Vincent Scheib  <scheib@chromium.org>

        Unreviewed, rolling out r132702.
        http://trac.webkit.org/changeset/132702
        https://bugs.webkit.org/show_bug.cgi?id=100322

        Compile error on Chromium Linux dbg builder (and others)

        * svg/custom/elementTimeControl-nan-crash-expected.txt: Removed.
        * svg/custom/elementTimeControl-nan-crash.html: Removed.

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

        [chromium] Unreviewed, remove one more test that consistently passes according to the flakiness dashboard.

        * platform/chromium/TestExpectations:

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

        [chromium] Unreviewed, remove tests that consistently pass.

        * platform/chromium-mac-mountainlion/TestExpectations: Some tests still need 10.8 baselines. Add them to this file.
        * platform/chromium/TestExpectations:

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

        Prevent NaN offset values in ElementTimeControl.
        https://bugs.webkit.org/show_bug.cgi?id=100322

        Reviewed by Abhishek Arya.

        * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
        * svg/custom/elementTimeControl-nan-crash.html: Added.

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

        Move non-Settings Inspector methods from internals.settings to internals
        https://bugs.webkit.org/show_bug.cgi?id=100392

        Reviewed by Adam Barth.

        Update tests to use internals.setJavaScriptProfilingEnabled instead of internals.settings.setJavaScriptProfilingEnabled.
        Update tests to use internals.setInspectorResourcesDataSizeLimits instead of internals.settings.setInspectorResourcesDataSizeLimits.

        * 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/two-execution-contexts.html:
        * fast/profiler/user-defined-function-calls-built-in-functions.html:
        * fast/profiler/window-dot-eval.html:
        * http/tests/inspector/network-test.js:
        (resetInspectorResourcesData):
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html:
        * http/tests/inspector/network/network-content-replacement-embed.html:
        * http/tests/inspector/network/network-content-replacement-xhr.html:
        * inspector/profiler/cpu-profiler-profiling-without-inspector.html:

2012-10-26  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Notification should be sent when accessibilityIsIgnored changes
        https://bugs.webkit.org/show_bug.cgi?id=99547

        Reviewed by Chris Fleizach.

        Adds 3 new test to ensure:
        1. A "children changed" notification is fired on the parent object when an
           object that was previously ignored becomes unignored.
        2. A notification is sent when an element's text (incl. title or label) changes.
        3. A notification is sent when another ARIA attribute changes.

        Modifies add-to-menu-list-crashes because it was too brittle; it was
            referencing a stale object rather than retrieving its latest handle.
        Modifies aria-checkbox-sends-notification to listen on the correct
            object on all platforms.
        Simplifies notification-listeners so it doesn't generate additional
            notifications that are inconsistent between platforms now.

        * accessibility/aria-checkbox-sends-notification.html:
        * accessibility/notification-listeners.html:
        * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes.html:
        * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
        * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
        * platform/chromium/accessibility/text-change-notification.html: Added.

2012-10-26  Vincent Scheib  <scheib@chromium.org>

        Generated should not be supported for things with a shadow
        https://bugs.webkit.org/show_bug.cgi?id=98836

        Unreviewed rollout of rollout of http://trac.webkit.org/changeset/132269.
        Initial rollout was speculative and was shown not to be related to crashes.
        Change author: Elliott Sprehn  <esprehn@chromium.org>

        Change all pseudos on <input> tests to be ref tests and clean up the tests.
        They now make sure we don't support generated content on things with a shadow.
        Also added another test for the other form control types to ensure they don't
        support pseudos either.

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/pseudo-elements-expected.html: Added.
        * fast/forms/pseudo-elements.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-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.

2012-10-26  Aaron Colwell  <acolwell@chromium.org>

        Remove Chromium specific expectations for video-media-source-add-and-remove-buffers.html
        https://bugs.webkit.org/show_bug.cgi?id=100160

        Reviewed by Adam Barth.

        The common expectations just reflected a bug in Chromium. The bug has been fixed and the common expectations
        have been updated to reflect the correct behavior.

        * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
        * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Removed.

2012-10-26  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Block children have incorrect offset when shape-inside element lays out below other elements
        https://bugs.webkit.org/show_bug.cgi?id=98189

        Reviewed by Dirk Schulze.

        Test that block content in subsequent shape-insides lays out correctly. Introducing a script
        that can eventually be used to simplify the rectangle cases.

        * fast/exclusions/resources/simple-rectangle.js: Added.
        (createRectangleTest): Generate a shape-inside rectangle test using the given parameters.
        (createRectangleTestResult): Generate a shape-inside rectangle expected result using
        the given parameters.
        * fast/exclusions/shape-inside/shape-inside-subsequent-blocks-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-subsequent-blocks.html: Added.

2012-10-26  Dirk Schulze  <krit@webkit.org>

        -webkit-clip-path property should just reference clipPath
        https://bugs.webkit.org/show_bug.cgi?id=100531

        Reviewed by Eric Seidel.

        Check that anther SVG resource like mask can not be referenced as clipPath.

        * css3/masking/clip-path-reference-of-fake-clipPath-expected.txt: Added.
        * css3/masking/clip-path-reference-of-fake-clipPath.html: Added.

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

        webkitpy: Pass the `Listen' Apache directive from webkitpy, not the httpd.conf files.
        https://bugs.webkit.org/show_bug.cgi?id=98602

        Reviewed by Dirk Pranke.

        * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
        directive and related comments, it is passed to httpd by webkitpy
        now.
        * http/conf/apache2-httpd.conf: Ditto.
        * http/conf/cygwin-httpd.conf: Ditto.
        * http/conf/fedora-httpd.conf: Ditto.

2012-10-26  Simon Fraser  <simon.fraser@apple.com>

        compositing/tiling/huge-layer* flakey
        https://bugs.webkit.org/show_bug.cgi?id=48454

        Reviewed by Dan Bernstein.

        In r131009 I fixed layerTreeAsText() to not be flakey with tiled layers, by ensuring that
        we flush layer state before dumping the layer tree. That makes these tests non-flakey. I was
        also able to remove all the setTimeouts() from these tests.
        
        The 'usingTiledLayer' property is only dumped on Mac, so made cross-platform results without
        this flag, and added Mac-specific results with it.
        
        Unskipped some tests on non-Mac platforms that should now pass.

        * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child.html: Added.
        * compositing/tiling/huge-layer-add-remove-child.html-disabled: Removed.
        * compositing/tiling/huge-layer-expected.txt:
        * compositing/tiling/huge-layer-img-expected.txt:
        * compositing/tiling/huge-layer-img.html: Renamed from LayoutTests/compositing/tiling/huge-layer-img.html-disabled.
        * compositing/tiling/huge-layer-resize-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize.html: Added.
        * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled: Removed.
        * compositing/tiling/huge-layer-with-layer-children.html: Renamed from LayoutTests/compositing/tiling/huge-layer-with-layer-children.html-disabled.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Copied from LayoutTests/compositing/tiling/backface-preserve-3d-tiled-expected.txt.
        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Copied from LayoutTests/compositing/tiling/crash-reparent-tiled-layer-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-add-remove-child-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-img-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-img-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-resize-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt.
        * platform/qt-5.0-wk2/TestExpectations:

2012-10-26  Nico Weber  <thakis@chromium.org>

        [chromium] Enable fast/images/exif-orientation.html
        https://bugs.webkit.org/show_bug.cgi?id=100534

        Unreviewed, TestExpecations change.

        The baselines for this test landed yesterday.

        * platform/chromium/TestExpectations:

2012-10-26  Florin Malita  <fmalita@chromium.org>

        Crash on loading SVG filter resource on HTML element
        https://bugs.webkit.org/show_bug.cgi?id=100491

        Reviewed by Dirk Schulze.

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

2012-10-26  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [WK2] should enable two postredirect tests
        https://bugs.webkit.org/show_bug.cgi?id=100508

        Unreviewed gardening.

        The EFL results for these tests seem to have been wrong from the beginning.
        Update expected results, enable tests for WK2 (based on comment in
        TestExpectations these were skipped because efl failed).

        * platform/efl/http/tests/navigation/postredirect-basic-expected.png:
        * platform/efl/http/tests/navigation/postredirect-basic-expected.txt:
        * platform/efl/http/tests/navigation/postredirect-goback1-expected.png:
        * platform/efl/http/tests/navigation/postredirect-goback1-expected.txt:
        * platform/wk2/TestExpectations:

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

        [EFL] Skip a few tests which produce wrong pixel expectations.

        * platform/efl/TestExpectations:

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

        [EFL] Add custom expectation for test added in r131557.

        * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png: Added.

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

        Unreviewed, rolling out r132612.
        http://trac.webkit.org/changeset/132612
        https://bugs.webkit.org/show_bug.cgi?id=100512

        Crashes fast/events/tabindex-focus-blur-all.html in debug mode
        (Requested by pfeldman on #webkit).

        * fast/table/col-span-change-relayout-expected.txt: Removed.
        * fast/table/col-span-change-relayout.html: Removed.
        * fast/table/simplified-layout-table-expected.html: Removed.
        * fast/table/simplified-layout-table.html: Removed.

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

        Unreviewed Apple Win gardening.

        * platform/win/TestExpectations: Skipping XHR timeout tests.

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

        Unreviewed. Removing bogus '#EOF\n' data in the listed PNG file that's
        positioned after the IEND PNG chunk.

        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:

2012-10-26  Kenneth Rohde Christiansen  <kenneth@webkit.org>

        Printing should use use high resolution images when available
        https://bugs.webkit.org/show_bug.cgi?id=100488

        Reviewed by Antti Koivisto.

        The images loaded using -webkit-device-pixel-ratio depends on
        the display type (deviceScaleFactor) and thus affects which
        images are being used for printing. Printing should always
        use the higher resolution images (aka 'retina' images).

        Added a test testing -webkit-device-pixel-ratio media query
        in conjuntion with 'print' media type.

        * fast/media/mq-pixel-ratio-print-expected.txt: Added.
        * fast/media/mq-pixel-ratio-print.html: Added.

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

        [EFL] ... And another pixel rebaseline after r131941 and r131991.

        * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:

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

        Not reviewed: chromium baselines for selection-after-remove updated.

        * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
        * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:

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

        Unreviewed, rolling out r132607.
        http://trac.webkit.org/changeset/132607
        https://bugs.webkit.org/show_bug.cgi?id=100502

        "SOS! More wrong paths." (Requested by kbalazs on #webkit).

        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Removed.

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

        Unreviewed, rolling out r132604.
        http://trac.webkit.org/changeset/132604
        https://bugs.webkit.org/show_bug.cgi?id=100501

        "SOS! Wrong paths." (Requested by kbalazs on #webkit).

        * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Removed.

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

        [EFL] More pixel rebaselines after r131941 and r131991.

        * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
        * platform/efl/fast/dynamic/containing-block-change-expected.png:
        * platform/efl/fast/forms/listbox-clip-expected.png:
        * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
        * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
        * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
        * platform/efl/fast/layers/layer-content-visibility-change-expected.png:
        * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
        * platform/efl/fast/reflections/inline-crash-expected.png:
        * platform/efl/fast/replaced/width100percent-textarea-expected.png:
        * platform/efl/fast/text/font-initial-expected.png:

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

        [Shadow]: removing styles in shadow dom subtree causes crash.
        https://bugs.webkit.org/show_bug.cgi?id=100455

        Reviewed by Hajime Morita.

        * fast/dom/shadow/remove-styles-in-shadow-crash-expected.txt: Added.
        * fast/dom/shadow/remove-styles-in-shadow-crash.html: Added.

2012-10-26  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Gardening to make the bots green
        https://bugs.webkit.org/show_bug.cgi?id=100481

        Unreviewed EFL gardening.

        Skip failing test and also unskip tests that are
        consistently passing.

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

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

        [Shadow DOM] Needs @host rule for ShadowDOM styling
        https://bugs.webkit.org/show_bug.cgi?id=88606

        Reviewed by Hajime Morita.

        * fast/dom/shadow/athost-atrules-expected.txt: Added.
        * fast/dom/shadow/athost-atrules.html: Added.

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

        [EFL] Fix test pixel expectation.

        * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:

2012-10-26  Julien Chaffraix  <jchaffraix@webkit.org>

        RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
        https://bugs.webkit.org/show_bug.cgi?id=99861

        Reviewed by Ojan Vafai.

        Added 2 tests:
        - 1 to cover the code in RenderTableCol::updateFromElement.
        - 1 to cover simplified layout on a table.

        * fast/table/col-span-change-relayout-expected.txt: Added.
        * fast/table/col-span-change-relayout.html: Added.
        * fast/table/simplified-layout-table-expected.html: Added.
        * fast/table/simplified-layout-table.html: Added.

2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 5 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.

2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.

2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.

2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 3 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added.

2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 1.

        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Added.

2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 1.

        * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
        * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.

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

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

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-26  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions] Add support for auto-height regions with region-breaks
        https://bugs.webkit.org/show_bug.cgi?id=99952

        Reviewed by David Hyatt.

        Add tests for auto logical height regions with content having region breaks.

        * fast/regions/autoheight-allregions-expected.html: Added.
        * fast/regions/autoheight-allregions-nobreaks-expected.html: Added.
        * fast/regions/autoheight-allregions-nobreaks.html: Added.
        * fast/regions/autoheight-allregions.html: Added.
        * fast/regions/autoheight-breakafteralways-maxheight-expected.html: Added.
        * fast/regions/autoheight-breakafteralways-maxheight.html: Added.
        * fast/regions/autoheight-breakbeforealways-expected.html: Added.
        * fast/regions/autoheight-breakbeforealways.html: Added.
        * fast/regions/autoheight-firstregion-breakalways-expected.html: Added.
        * fast/regions/autoheight-firstregion-breakalways.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto-breaksignored-expected.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto-breaksignored.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto-expected.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto.html: Added.
        * fast/regions/autoheight-middleregion-expected.html: Added.
        * fast/regions/autoheight-middleregion.html: Added.
        * fast/regions/autoheight-secondregion-breakoutside-expected.html: Added.
        * fast/regions/autoheight-secondregion-breakoutside.html: Added.
        * fast/regions/autoheight-secondregion-expected.html: Added.
        * fast/regions/autoheight-secondregion.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways-maxheight-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways-maxheight.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways.html: Added.
        * fast/regions/autoheight-singleregion-breakaftermargin-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakaftermargin.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways-minheight-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways-minheight.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways.html: Added.
        * fast/regions/autoheight-singleregion-multiplebreaks-expected.html: Added.
        * fast/regions/autoheight-singleregion-multiplebreaks.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto-breaksignored-expected.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto-breaksignored.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto-expected.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto.html: Added.

2012-10-26  Li Yin  <li.yin@intel.com>

        fast/forms/file/input-file-write-files.html should cover correct setting value
        https://bugs.webkit.org/show_bug.cgi?id=100085

        Reviewed by Kentaro Hara.

        The test input-file-value.html is split from input-file-write-test.html.
        And add correct setting value for files attribute, verify the files attribute
        is writable or not.

        * fast/forms/file/input-file-value-expected.txt: Added.
        * fast/forms/file/input-file-value.html: Added.
        * fast/forms/file/input-file-write-files-expected.txt:
        * fast/forms/file/input-file-write-files.html:

2012-10-26  Jinwoo Song  <jinwoo7.song@samsung.com>

        [EFL] Gardening after bug 99824
        https://bugs.webkit.org/show_bug.cgi?id=100469

        Unreviewed, EFL gardening.

        Unskip following 3 test cases after bug 99824 is resolved.
         - fast/lists/w3-css3-list-styles-alphabetic.html
         - fast/lists/w3-css3-list-styles-fallback-style.html
         - fast/lists/w3-list-styles.html

        * platform/efl-wk1/TestExpectations:

2012-10-26  Jinwoo Song  <jinwoo7.song@samsung.com>

        [EFL] Unskip svg/foreignObject/viewport-foreignobject-crash.html
        https://bugs.webkit.org/show_bug.cgi?id=100467

        Unreviewed, EFL gardening.

        Removing a test failure expectations, the test was fixed in r132548.

        * platform/efl-wk2/TestExpectations:

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

        [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html fails every 3 days
        https://bugs.webkit.org/show_bug.cgi?id=100480

        Reviewed by Pavel Feldman.

        Because the date field in the test has step=3, the availability of
        [Today] button depends on the current date. We make the test stable by
        specifying max attribute.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:

2012-10-26  Julien Chaffraix  <jchaffraix@webkit.org>

        Generate less repaint calls during subtree detaching
        https://bugs.webkit.org/show_bug.cgi?id=99741

        Reviewed by Eric Seidel.

        * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
        Rebaselined this test after the change. It is progressing as we still properly repaint
        the selection, but repaint less (ie don't repaint the top border which didn't change).

2012-10-26  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update.
        https://bugs.webkit.org/show_bug.cgi?id=100471

        * platform/chromium/TestExpectations:
        We should do rebaseline for time-suggestion-picker-*.html too.

2012-10-26  Kent Tamura  <tkent@chromium.org>

        Disable ENABLE_INPUT_TYPE_WEEK on Chromium/Android
        https://bugs.webkit.org/show_bug.cgi?id=100457

        Reviewed by Kentaro Hara.

        * platform/chromium/TestExpectations:
        Tests in fast/forms/week/ may fail on Android.

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

        Not reviewed: chromiuim expectations updated.

        * platform/chromium/TestExpectations:

2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel rebaseline.

        Adding new expectations, mark failures.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/TestExpectations:
        * platform/qt/animations/state-at-end-event-expected.png: Added.
        * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
        * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
        * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
        * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
        * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt/fast/block/float/009-expected.png: Added.
        * platform/qt/fast/block/float/034-expected.png: Added.
        * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
        * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
        * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
        * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
        * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
        * platform/qt/fast/css/006-expected.png: Added.
        * platform/qt/fast/css/background-clip-values-expected.png: Added.
        * platform/qt/fast/css/bogus-color-span-expected.png: Added.
        * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/qt/fast/css/content-dynamic-expected.png: Added.
        * platform/qt/fast/css/contentDiv-expected.png: Added.
        * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
        * platform/qt/fast/css/contentImage-expected.png: Added.
        * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
        * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
        * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
        * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
        * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
        * platform/qt/fast/dynamic/001-expected.png: Added.
        * platform/qt/fast/dynamic/005-expected.png: Added.
        * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
        * platform/qt/fast/dynamic/staticY-expected.png: Added.
        * platform/qt/fast/forms/002-expected.png: Added.
        * platform/qt/fast/forms/003-expected.png: Added.
        * platform/qt/fast/forms/004-expected.png: Added.
        * platform/qt/fast/forms/005-expected.png: Added.
        * platform/qt/fast/forms/006-expected.png: Added.
        * platform/qt/fast/forms/007-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
        * platform/qt/fast/forms/button-submit-expected.png: Added.
        * platform/qt/fast/forms/caret-rtl-expected.png: Added.
        * platform/qt/fast/forms/control-clip-expected.png: Added.
        * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
        * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
        * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
        * platform/qt/fast/forms/formmove-expected.png: Added.
        * platform/qt/fast/forms/formmove2-expected.png: Added.
        * platform/qt/fast/forms/image-border-expected.png: Added.
        * platform/qt/fast/forms/indeterminate-expected.png: Added.
        * platform/qt/fast/forms/input-align-image-expected.png: Added.
        * platform/qt/fast/forms/input-first-letter-expected.png: Added.
        * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
        * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
        * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
        * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
        * platform/qt/fast/forms/option-index-expected.png: Added.
        * platform/qt/fast/forms/option-script-expected.png: Added.
        * platform/qt/fast/forms/option-text-clip-expected.png: Added.
        * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
        * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
        * platform/qt/fast/forms/select-align-expected.png: Added.
        * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
        * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
        * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
        * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
        * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
        * platform/qt/fast/forms/select-selected-expected.png: Added.
        * platform/qt/fast/forms/select-size-expected.png: Added.
        * platform/qt/fast/forms/select-style-expected.png: Added.
        * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
        * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
        * platform/qt/fast/frames/002-expected.png: Added.
        * platform/qt/fast/frames/calculate-round-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
        * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
        * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
        * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
        * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
        * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
        * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/qt/fast/images/embed-image-expected.png: Added.
        * platform/qt/fast/images/favicon-as-image-expected.png: Added.
        * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
        * platform/qt/fast/images/object-image-expected.png: Added.
        * platform/qt/fast/images/pdf-as-image-expected.png: Added.
        * platform/qt/fast/inline-block/004-expected.png: Added.
        * platform/qt/fast/inline-block/005-expected.png: Added.
        * platform/qt/fast/invalid/015-expected.png: Added.
        * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
        * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
        * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
        * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
        * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
        * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
        * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
        * platform/qt/fast/media/implicit-media-all-expected.png: Added.
        * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
        * platform/qt/fast/media/monochrome-expected.png: Added.
        * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
        * platform/qt/fast/overflow/position-relative-expected.png: Added.
        * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
        * platform/qt/fast/parser/comment-in-script-expected.png: Added.
        * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
        * platform/qt/fast/reflections/table-cell-expected.png: Added.
        * platform/qt/fast/repaint/background-generated-expected.png: Added.
        * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
        * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
        * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
        * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
        * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
        * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
        * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
        * platform/qt/fast/repaint/table-col-background-expected.png: Added.
        * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
        * platform/qt/fast/repaint/table-row-expected.png: Added.
        * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
        * platform/qt/fast/replaced/008-expected.png: Added.
        * platform/qt/fast/replaced/image-tag-expected.png: Added.
        * platform/qt/fast/replaced/selection-rect-expected.png: Added.
        * platform/qt/fast/table/008-expected.png: Added.
        * platform/qt/fast/table/024-expected.png: Added.
        * platform/qt/fast/table/031-expected.png: Added.
        * platform/qt/fast/table/caption-relayout-expected.png: Added.
        * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
        * platform/qt/fast/table/div-as-col-span-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
        * platform/qt/fast/table/giantRowspan-expected.png: Added.
        * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
        * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
        * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
        * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
        * platform/qt/fast/text/basic/013-expected.png: Added.
        * platform/qt/fast/text/basic/015-expected.png: Added.
        * platform/qt/fast/text/line-breaks-expected.png: Added.
        * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
        * platform/qt/fast/text/stripNullFromText-expected.png: Added.
        * platform/qt/fast/text/whitespace/017-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
        * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
        * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
        * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
        * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
        * platform/qt/svg/css/path-with-shadow-expected.png: Added.
        * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
        * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
        * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
        * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
        * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
        * platform/qt/svg/custom/createImageElement-expected.png: Added.
        * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
        * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
        * platform/qt/svg/custom/marker-opacity-expected.png: Added.
        * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
        * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
        * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
        * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
        * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
        * platform/qt/svg/custom/pan-direction-expected.png: Added.
        * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
        * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
        * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
        * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
        * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
        * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
        * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
        * platform/qt/svg/filters/feMerge-expected.png: Added.
        * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
        * platform/qt/svg/filters/feOffset-expected.png: Added.
        * platform/qt/svg/filters/feTile-expected.png: Added.
        * platform/qt/svg/filters/filter-clip-expected.png: Added.
        * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
        * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
        * platform/qt/svg/hixie/error/006-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
        * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
        * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
        * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.

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

        Not reviewed: chromiuim expectations updated.

        * platform/chromium/TestExpectations:

2012-10-26  Kent Tamura  <tkent@chromium.org>

        [Chromium-Win] Support shortTimeFormat
        https://bugs.webkit.org/show_bug.cgi?id=100471

        Reviewed by Kentaro Hara.

        * 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-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium/TestExpectations:

2012-10-26  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Skip a new failing test introduced in r132554 that fails on 32 bit platforms.
        Remove another one that does not exists already.

        * platform/qt/TestExpectations:

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

        Unreviewed.

        Skipping these tests again because Bug 96951 isn't actually fixed.

        * platform/chromium/TestExpectations:

2012-10-25  Nico Weber  <thakis@chromium.org>

        [chromium] Add expectations for fast/images/exif-orientation.html
        https://bugs.webkit.org/show_bug.cgi?id=100434

        Unreviewed, just baselines.

        * platform/chromium-linux/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-mac-lion/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-mac/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-win/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium/fast/images/exif-orientation-expected.png: Removed.

2012-10-25  Min Qin  <qinmin@chromium.org>

        Fix a layout test crash if a TestWebkitPlugin is put inside an iframe
        https://bugs.webkit.org/show_bug.cgi?id=100406

        Reviewed by Adam Barth.

        Test for adding a webplugin into an iframe and make sure it doesn't crash.

        * platform/chromium/plugins/plugin-inside-iframe-expected.txt: Added.
        * platform/chromium/plugins/plugin-inside-iframe.html: Added.
        * platform/chromium/plugins/resources/plugin-page.html: Added.

2012-10-25  Tom Sepez  <tsepez@chromium.org>

        Test full-block-iframe-no-inherit.php generates an invalid X-XSS-PROTECTION header.
        https://bugs.webkit.org/show_bug.cgi?id=100423

        Reviewed by Adam Barth.

        Changed header syntax from full-block to mode=block.

        * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:

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

        DFG Arrayify elimination should replace it with GetButterfly rather than Phantom
        https://bugs.webkit.org/show_bug.cgi?id=100441

        Reviewed by Oliver Hunt and Gavin Barraclough.

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

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

        Hide popup while transitioning from the suggestion picker to the calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=99537

        Reviewed by Kent Tamura.

        * fast/forms/resources/picker-common.js:
        (popupOpenCallbackWrapper): Use didOpenPicker event.

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

        Unreviewed, rolling out r132514.
        http://trac.webkit.org/changeset/132514
        https://bugs.webkit.org/show_bug.cgi?id=100440

        "Broke chromium content_browsertests AccessibilityAriaMenu
        AccessibilityInputRange AccessibilityListMarkers" (Requested
        by scheib on #webkit).

        * accessibility/aria-checkbox-sends-notification.html:
        * accessibility/notification-listeners.html:
        * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes.html:
        * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Removed.
        * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Removed.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Removed.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Removed.
        * platform/chromium/accessibility/text-change-notification-expected.txt: Removed.
        * platform/chromium/accessibility/text-change-notification.html: Removed.

2012-10-25  Vincent Scheib  <scheib@chromium.org>

        Unreviewed rebaseline of tests failing after 132529 rolled out 132269.

        See http://trac.webkit.org/changeset/132529 for details of the rollout.

        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:

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

        REGRESSION (r131793-r131826): Crash going to wikifonia.org
        https://bugs.webkit.org/show_bug.cgi?id=100281

        Reviewed by Oliver Hunt.

        * fast/js/jsc-test-list:
        * fast/js/resolve-arguments-from-scope-expected.txt: Added.
        * fast/js/resolve-arguments-from-scope.html: Added.
        * fast/js/script-tests/resolve-arguments-from-scope.js: Added.
        (bar):
        (foo):

2012-10-25  Simon Fraser  <simon.fraser@apple.com>

        Tiled layers are missing content on zooming
        https://bugs.webkit.org/show_bug.cgi?id=100422

        Reviewed by Beth Dakin.

        New test for zooming with a tiled layer, and adjust an existing result.
        
        * compositing/tiling/tile-cache-zoomed-expected.txt: Added.
        * compositing/tiling/tile-cache-zoomed.html: Added.
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:

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

        Unreviewed. Add results for svg/custom/patter-scaling.svg on Windows after r132026.

        * platform/win/svg/custom/pattern-scaling-expected.txt: Added.

2012-10-25  Simon Fraser  <simon.fraser@apple.com>

        Report the tile coverage rect in layer coords, and add some tests for tiled backing and zooming
        https://bugs.webkit.org/show_bug.cgi?id=100416

        Reviewed by Beth Dakin.

        New tests that exercise the page tiled backing under zooming.

        * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
        * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
        * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html: Added.
        * platform/mac/tiled-drawing/tiled-drawing-zoom.html: Added.

2012-10-25  Mariusz Grzegorczyk  <mariusz.g@samsung.com>

        [EFL] Add baselines for non problematic tests in editing subcategories: deleting, inserting, selection and style.
        https://bugs.webkit.org/show_bug.cgi?id=100126

        Unreviewed EFL gardening.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/deleting/4922367-expected.png: Added.
        * platform/efl/editing/deleting/4922367-expected.txt: Added.
        * platform/efl/editing/deleting/5099303-expected.png: Added.
        * platform/efl/editing/deleting/5099303-expected.txt: Added.
        * platform/efl/editing/deleting/5126166-expected.png: Added.
        * platform/efl/editing/deleting/5126166-expected.txt: Added.
        * platform/efl/editing/deleting/5144139-2-expected.png: Added.
        * platform/efl/editing/deleting/5144139-2-expected.txt: Added.
        * platform/efl/editing/deleting/5206311-1-expected.png: Added.
        * platform/efl/editing/deleting/5206311-1-expected.txt: Added.
        * platform/efl/editing/deleting/5272440-expected.png: Added.
        * platform/efl/editing/deleting/5272440-expected.txt: Added.
        * platform/efl/editing/deleting/5369009-expected.png: Added.
        * platform/efl/editing/deleting/5369009-expected.txt: Added.
        * platform/efl/editing/deleting/5433862-2-expected.png: Added.
        * platform/efl/editing/deleting/5433862-2-expected.txt: Added.
        * platform/efl/editing/deleting/5483370-expected.png: Added.
        * platform/efl/editing/deleting/5483370-expected.txt: Added.
        * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
        * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3608445-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3608445-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3608462-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3608462-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3775172-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3775172-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3857753-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3857753-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3865854-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3865854-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3928305-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3928305-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-4083333-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-4083333-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-and-undo-expected.png: Added.
        * platform/efl/editing/deleting/delete-and-undo-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-start-or-end-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-start-or-end-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-contents-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-contents-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-contents-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-contents-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-contents-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-contents-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-013-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-013-expected.txt: Added.
        * platform/efl/editing/deleting/delete-character-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-character-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-first-list-item-expected.png: Added.
        * platform/efl/editing/deleting/delete-first-list-item-expected.txt: Added.
        * platform/efl/editing/deleting/delete-hr-expected.png: Added.
        * platform/efl/editing/deleting/delete-hr-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-leading-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-011-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-012-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-012-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-013-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-013-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-014-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-014-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-015-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-015-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-016-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-016-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-017-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-017-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-listitem-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-listitem-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-listitem-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-listitem-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-selection-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-selection-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-tab-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-tab-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-tab-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-tab-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-tab-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-tab-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-to-select-table-expected.png: Added.
        * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
        * platform/efl/editing/deleting/forward-delete-expected.png: Added.
        * platform/efl/editing/deleting/forward-delete-expected.txt: Added.
        * platform/efl/editing/deleting/list-item-1-expected.png: Added.
        * platform/efl/editing/deleting/list-item-1-expected.txt: Added.
        * platform/efl/editing/deleting/merge-different-styles-expected.png: Added.
        * platform/efl/editing/deleting/merge-different-styles-expected.txt: Added.
        * platform/efl/editing/deleting/merge-endOfParagraph-expected.png: Added.
        * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt: Added.
        * platform/efl/editing/deleting/merge-no-br-expected.png: Added.
        * platform/efl/editing/deleting/merge-no-br-expected.txt: Added.
        * platform/efl/editing/deleting/merge-unrendered-space-expected.png: Added.
        * platform/efl/editing/deleting/merge-unrendered-space-expected.txt: Added.
        * platform/efl/editing/deleting/merge-whitespace-pre-expected.png: Added.
        * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt: Added.
        * platform/efl/editing/deleting/move-nodes-001-expected.png: Added.
        * platform/efl/editing/deleting/move-nodes-001-expected.txt: Added.
        * platform/efl/editing/deleting/non-smart-delete-expected.png: Added.
        * platform/efl/editing/deleting/non-smart-delete-expected.txt: Added.
        * platform/efl/editing/deleting/pruning-after-merge-2-expected.png: Added.
        * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt: Added.
        * platform/efl/editing/deleting/smart-delete-001-expected.png: Added.
        * platform/efl/editing/deleting/smart-delete-001-expected.txt: Added.
        * platform/efl/editing/deleting/smart-delete-002-expected.png: Added.
        * platform/efl/editing/deleting/table-cells-expected.png: Added.
        * platform/efl/editing/deleting/table-cells-expected.txt: Added.
        * platform/efl/editing/deleting/transpose-empty-expected.png: Added.
        * platform/efl/editing/deleting/transpose-empty-expected.txt: Added.
        * platform/efl/editing/deleting/type-delete-after-quote-expected.png: Added.
        * platform/efl/editing/deleting/type-delete-after-quote-expected.txt: Added.
        * platform/efl/editing/inserting/12882-expected.png: Added.
        * platform/efl/editing/inserting/12882-expected.txt: Added.
        * platform/efl/editing/inserting/4278698-expected.png: Added.
        * platform/efl/editing/inserting/4278698-expected.txt: Added.
        * platform/efl/editing/inserting/4840662-expected.png: Added.
        * platform/efl/editing/inserting/4840662-expected.txt: Added.
        * platform/efl/editing/inserting/4875189-1-expected.png: Added.
        * platform/efl/editing/inserting/4875189-1-expected.txt: Added.
        * platform/efl/editing/inserting/4875189-2-expected.png: Added.
        * platform/efl/editing/inserting/4875189-2-expected.txt: Added.
        * platform/efl/editing/inserting/4959067-expected.png: Added.
        * platform/efl/editing/inserting/4959067-expected.txt: Added.
        * platform/efl/editing/inserting/4960120-1-expected.png: Added.
        * platform/efl/editing/inserting/4960120-1-expected.txt: Added.
        * platform/efl/editing/inserting/4960120-2-expected.png: Added.
        * platform/efl/editing/inserting/4960120-2-expected.txt: Added.
        * platform/efl/editing/inserting/5002441-expected.png: Added.
        * platform/efl/editing/inserting/5002441-expected.txt: Added.
        * platform/efl/editing/inserting/5058163-1-expected.png: Added.
        * platform/efl/editing/inserting/5058163-1-expected.txt: Added.
        * platform/efl/editing/inserting/5058163-2-expected.png: Added.
        * platform/efl/editing/inserting/5058163-2-expected.txt: Added.
        * platform/efl/editing/inserting/5156401-2-expected.png: Added.
        * platform/efl/editing/inserting/5156401-2-expected.txt: Added.
        * platform/efl/editing/inserting/5418891-expected.png: Added.
        * platform/efl/editing/inserting/5418891-expected.txt: Added.
        * platform/efl/editing/inserting/5510537-expected.png: Added.
        * platform/efl/editing/inserting/5510537-expected.txt: Added.
        * platform/efl/editing/inserting/5549929-2-expected.png: Added.
        * platform/efl/editing/inserting/5549929-2-expected.txt: Added.
        * platform/efl/editing/inserting/5549929-3-expected.png: Added.
        * platform/efl/editing/inserting/5549929-3-expected.txt: Added.
        * platform/efl/editing/inserting/6703873-expected.png: Added.
        * platform/efl/editing/inserting/6703873-expected.txt: Added.
        * platform/efl/editing/inserting/editable-html-element-expected.png: Added.
        * platform/efl/editing/inserting/editable-html-element-expected.txt: Added.
        * platform/efl/editing/inserting/editable-inline-element-expected.png: Added.
        * platform/efl/editing/inserting/editable-inline-element-expected.txt: Added.
        * platform/efl/editing/inserting/edited-whitespace-1-expected.png: Added.
        * platform/efl/editing/inserting/edited-whitespace-1-expected.txt: Added.
        * platform/efl/editing/inserting/editing-empty-divs-expected.png: Added.
        * platform/efl/editing/inserting/editing-empty-divs-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3654864-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3654864-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3775316-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3775316-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3778059-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3778059-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3800346-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3800346-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3851164-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3851164-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-after-delete-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-after-delete-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-at-end-01-expected.png: Added.
        * platform/efl/editing/inserting/insert-at-end-01-expected.txt: Added.
        * platform/efl/editing/inserting/insert-at-end-02-expected.png: Added.
        * platform/efl/editing/inserting/insert-at-end-02-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-005-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-005-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-006-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-006-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-007-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-007-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-008-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-008-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-009-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-009-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-005-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-006-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-005-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-005-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-006-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-006-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-007-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-007-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-008-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-008-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-009-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-009-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-010-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-010-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-011-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-011-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-012-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-012-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-013-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-013-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-014-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-014-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-015-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-015-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-016-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-016-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-017-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-017-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-018-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-018-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-019-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-019-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-020-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-020-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-022-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-022-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-023-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-023-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-024-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-024-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-025-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-025-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-026-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-026-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-027-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-027-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-01-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-01-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-02-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-02-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-03-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-03-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-04-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-04-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-05-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-05-expected.txt: Added.
        * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
        * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-with-newlines-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt: Added.
        * platform/efl/editing/inserting/line-break-expected.png: Added.
        * platform/efl/editing/inserting/line-break-expected.txt: Added.
        * platform/efl/editing/inserting/multiple-lines-selected-expected.png: Added.
        * platform/efl/editing/inserting/multiple-lines-selected-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-01-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-01-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-02-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-02-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-03-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-03-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
        * platform/efl/editing/inserting/redo-expected.png: Added.
        * platform/efl/editing/inserting/redo-expected.txt: Added.
        * platform/efl/editing/inserting/return-key-with-selection-001-expected.png: Added.
        * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt: Added.
        * platform/efl/editing/inserting/return-key-with-selection-002-expected.png: Added.
        * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt: Added.
        * platform/efl/editing/inserting/return-key-with-selection-003-expected.png: Added.
        * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt: Added.
        * platform/efl/editing/inserting/typing-001-expected.png: Added.
        * platform/efl/editing/inserting/typing-001-expected.txt: Added.
        * platform/efl/editing/inserting/typing-002-expected.png: Added.
        * platform/efl/editing/inserting/typing-002-expected.txt: Added.
        * platform/efl/editing/inserting/typing-003-expected.png: Added.
        * platform/efl/editing/inserting/typing-003-expected.txt: Added.
        * platform/efl/editing/inserting/typing-around-br-001-expected.png: Added.
        * platform/efl/editing/inserting/typing-around-br-001-expected.txt: Added.
        * platform/efl/editing/inserting/typing-around-image-001-expected.png: Added.
        * platform/efl/editing/inserting/typing-around-image-001-expected.txt: Added.
        * platform/efl/editing/inserting/typing-at-end-of-line-expected.png: Added.
        * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt: Added.
        * platform/efl/editing/selection/13804-expected.png: Added.
        * platform/efl/editing/selection/13804-expected.txt: Added.
        * platform/efl/editing/selection/14971-expected.png: Added.
        * platform/efl/editing/selection/14971-expected.txt: Added.
        * platform/efl/editing/selection/4402375-expected.png: Added.
        * platform/efl/editing/selection/4402375-expected.txt: Added.
        * platform/efl/editing/selection/4776665-expected.png: Added.
        * platform/efl/editing/selection/4776665-expected.txt: Added.
        * platform/efl/editing/selection/4818145-expected.png: Added.
        * platform/efl/editing/selection/4818145-expected.txt: Added.
        * platform/efl/editing/selection/4866671-expected.png: Added.
        * platform/efl/editing/selection/4866671-expected.txt: Added.
        * platform/efl/editing/selection/4889598-expected.png: Added.
        * platform/efl/editing/selection/4889598-expected.txt: Added.
        * platform/efl/editing/selection/4895428-2-expected.png: Added.
        * platform/efl/editing/selection/4895428-2-expected.txt: Added.
        * platform/efl/editing/selection/4932260-1-expected.png: Added.
        * platform/efl/editing/selection/4932260-1-expected.txt: Added.
        * platform/efl/editing/selection/4932260-2-expected.png: Added.
        * platform/efl/editing/selection/4932260-2-expected.txt: Added.
        * platform/efl/editing/selection/4932260-3-expected.png: Added.
        * platform/efl/editing/selection/4932260-3-expected.txt: Added.
        * platform/efl/editing/selection/4947387-expected.png: Added.
        * platform/efl/editing/selection/4947387-expected.txt: Added.
        * platform/efl/editing/selection/4960116-expected.png: Added.
        * platform/efl/editing/selection/4960116-expected.txt: Added.
        * platform/efl/editing/selection/4960137-expected.png: Added.
        * platform/efl/editing/selection/4960137-expected.txt: Added.
        * platform/efl/editing/selection/4983858-expected.png: Added.
        * platform/efl/editing/selection/4983858-expected.txt: Added.
        * platform/efl/editing/selection/5057506-2-expected.png: Added.
        * platform/efl/editing/selection/5057506-2-expected.txt: Added.
        * platform/efl/editing/selection/5076323-1-expected.png: Added.
        * platform/efl/editing/selection/5076323-1-expected.txt: Added.
        * platform/efl/editing/selection/5076323-2-expected.png: Added.
        * platform/efl/editing/selection/5076323-2-expected.txt: Added.
        * platform/efl/editing/selection/5076323-3-expected.png: Added.
        * platform/efl/editing/selection/5076323-3-expected.txt: Added.
        * platform/efl/editing/selection/5081257-1-expected.png: Added.
        * platform/efl/editing/selection/5081257-1-expected.txt: Added.
        * platform/efl/editing/selection/5081257-2-expected.png: Added.
        * platform/efl/editing/selection/5081257-2-expected.txt: Added.
        * platform/efl/editing/selection/5099303-expected.png: Added.
        * platform/efl/editing/selection/5099303-expected.txt: Added.
        * platform/efl/editing/selection/5131716-1-expected.png: Added.
        * platform/efl/editing/selection/5131716-1-expected.txt: Added.
        * platform/efl/editing/selection/5131716-2-expected.png: Added.
        * platform/efl/editing/selection/5131716-2-expected.txt: Added.
        * platform/efl/editing/selection/5131716-3-expected.png: Added.
        * platform/efl/editing/selection/5131716-3-expected.txt: Added.
        * platform/efl/editing/selection/5131716-4-expected.png: Added.
        * platform/efl/editing/selection/5131716-4-expected.txt: Added.
        * platform/efl/editing/selection/5195166-2-expected.png: Added.
        * platform/efl/editing/selection/5195166-2-expected.txt: Added.
        * platform/efl/editing/selection/5232159-expected.png: Added.
        * platform/efl/editing/selection/5232159-expected.txt: Added.
        * platform/efl/editing/selection/5234383-1-expected.png: Added.
        * platform/efl/editing/selection/5234383-1-expected.txt: Added.
        * platform/efl/editing/selection/5234383-2-expected.png: Added.
        * platform/efl/editing/selection/5234383-2-expected.txt: Added.
        * platform/efl/editing/selection/5240265-expected.png: Added.
        * platform/efl/editing/selection/5240265-expected.txt: Added.
        * platform/efl/editing/selection/5333725-expected.png: Added.
        * platform/efl/editing/selection/5333725-expected.txt: Added.
        * platform/efl/editing/selection/6476-expected.png: Added.
        * platform/efl/editing/selection/6476-expected.txt: Added.
        * platform/efl/editing/selection/7152-1-expected.png: Added.
        * platform/efl/editing/selection/7152-1-expected.txt: Added.
        * platform/efl/editing/selection/addRange-expected.png: Added.
        * platform/efl/editing/selection/addRange-expected.txt: Added.
        * platform/efl/editing/selection/after-line-wrap-expected.png: Added.
        * platform/efl/editing/selection/after-line-wrap-expected.txt: Added.
        * platform/efl/editing/selection/caret-ltr-2-expected.png: Added.
        * platform/efl/editing/selection/caret-ltr-2-expected.txt: Added.
        * platform/efl/editing/selection/caret-ltr-2-left-expected.png: Added.
        * platform/efl/editing/selection/caret-ltr-2-left-expected.txt: Added.
        * platform/efl/editing/selection/caret-ltr-expected.png: Added.
        * platform/efl/editing/selection/caret-ltr-expected.txt: Added.
        * platform/efl/editing/selection/caret-rtl-2-expected.png: Added.
        * platform/efl/editing/selection/caret-rtl-2-expected.txt: Added.
        * platform/efl/editing/selection/caret-rtl-expected.png: Added.
        * platform/efl/editing/selection/caret-rtl-expected.txt: Added.
        * platform/efl/editing/selection/clear-selection-expected.png: Added.
        * platform/efl/editing/selection/clear-selection-expected.txt: Added.
        * platform/efl/editing/selection/click-start-of-line-expected.png: Added.
        * platform/efl/editing/selection/click-start-of-line-expected.txt: Added.
        * platform/efl/editing/selection/contenteditable-click-inside-expected.png: Added.
        * platform/efl/editing/selection/contenteditable-click-inside-expected.txt: Added.
        * platform/efl/editing/selection/display-table-text-expected.png: Added.
        * platform/efl/editing/selection/display-table-text-expected.txt: Added.
        * platform/efl/editing/selection/drag-in-iframe-expected.png: Added.
        * platform/efl/editing/selection/drag-in-iframe-expected.txt: Added.
        * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
        * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt: Added.
        * platform/efl/editing/selection/editable-html-element-expected.png: Added.
        * platform/efl/editing/selection/editable-html-element-expected.txt: Added.
        * platform/efl/editing/selection/editable-links-expected.png: Added.
        * platform/efl/editing/selection/editable-links-expected.txt: Added.
        * platform/efl/editing/selection/editable-non-editable-crash-expected.png: Added.
        * platform/efl/editing/selection/editable-non-editable-crash-expected.txt: Added.
        * platform/efl/editing/selection/end-of-document-expected.png: Added.
        * platform/efl/editing/selection/end-of-document-expected.txt: Added.
        * platform/efl/editing/selection/expanding-selections-expected.png: Added.
        * platform/efl/editing/selection/expanding-selections-expected.txt: Added.
        * platform/efl/editing/selection/expanding-selections2-expected.png: Added.
        * platform/efl/editing/selection/expanding-selections2-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-001-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-001-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-004-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-004-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-005-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-005-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-006-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-006-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-sentence-001-expected.png: Added.
        * platform/efl/editing/selection/extend-by-sentence-001-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-word-001-expected.png: Added.
        * platform/efl/editing/selection/extend-by-word-001-expected.txt: Added.
        * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png: Added.
        * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt: Added.
        * platform/efl/editing/selection/focus-body-expected.png: Added.
        * platform/efl/editing/selection/focus-body-expected.txt: Added.
        * platform/efl/editing/selection/focus_editable_html-expected.png: Added.
        * platform/efl/editing/selection/focus_editable_html-expected.txt: Added.
        * platform/efl/editing/selection/image-before-linebreak-expected.png: Added.
        * platform/efl/editing/selection/image-before-linebreak-expected.txt: Added.
        * platform/efl/editing/selection/inline-closest-leaf-child-expected.png: Added.
        * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt: Added.
        * platform/efl/editing/selection/leave-requested-block-expected.png: Added.
        * platform/efl/editing/selection/leave-requested-block-expected.txt: Added.
        * platform/efl/editing/selection/line-wrap-1-expected.png: Added.
        * platform/efl/editing/selection/line-wrap-1-expected.txt: Added.
        * platform/efl/editing/selection/line-wrap-2-expected.png: Added.
        * platform/efl/editing/selection/line-wrap-2-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-1-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-1-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-2-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-2-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-3-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-3-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-4-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-4-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-5-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-5-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-8-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-8-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-9-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-9-expected.txt: Added.
        * platform/efl/editing/selection/move-3875618-fix-expected.png: Added.
        * platform/efl/editing/selection/move-3875618-fix-expected.txt: Added.
        * platform/efl/editing/selection/move-3875641-fix-expected.png: Added.
        * platform/efl/editing/selection/move-3875641-fix-expected.txt: Added.
        * platform/efl/editing/selection/move-backwords-by-word-001-expected.png: Added.
        * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt: Added.
        * platform/efl/editing/selection/move-between-blocks-no-001-expected.png: Added.
        * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt: Added.
        * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png: Added.
        * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-002-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-002-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-003-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-003-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-004-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-004-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-005-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-005-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-6-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-6-expected.txt: Added.
        * platform/efl/editing/selection/move-by-line-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-line-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-line-002-expected.png: Added.
        * platform/efl/editing/selection/move-by-line-002-expected.txt: Added.
        * platform/efl/editing/selection/move-by-sentence-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-sentence-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png: Added.
        * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
        * platform/efl/editing/selection/move-by-word-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-word-001-expected.txt: Added.
        * platform/efl/editing/selection/move-past-trailing-space-expected.png: Added.
        * platform/efl/editing/selection/move-past-trailing-space-expected.txt: Added.
        * platform/efl/editing/selection/node-removal-1-expected.png: Added.
        * platform/efl/editing/selection/node-removal-1-expected.txt: Added.
        * platform/efl/editing/selection/previous-line-position-expected.png: Added.
        * platform/efl/editing/selection/previous-line-position-expected.txt: Added.
        * platform/efl/editing/selection/replace-selection-1-expected.png: Added.
        * platform/efl/editing/selection/replace-selection-1-expected.txt: Added.
        * platform/efl/editing/selection/replaced-boundaries-1-expected.png: Added.
        * platform/efl/editing/selection/replaced-boundaries-1-expected.txt: Added.
        * platform/efl/editing/selection/replaced-boundaries-2-expected.png: Added.
        * platform/efl/editing/selection/replaced-boundaries-2-expected.txt: Added.
        * platform/efl/editing/selection/select-all-001-expected.png: Added.
        * platform/efl/editing/selection/select-all-001-expected.txt: Added.
        * platform/efl/editing/selection/select-all-iframe-expected.png: Added.
        * platform/efl/editing/selection/select-all-iframe-expected.txt: Added.
        * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png: Added.
        * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt: Added.
        * platform/efl/editing/selection/selectNode-expected.png: Added.
        * platform/efl/editing/selection/selectNode-expected.txt: Added.
        * platform/efl/editing/selection/selectNodeContents-expected.png: Added.
        * platform/efl/editing/selection/selectNodeContents-expected.txt: Added.
        * platform/efl/editing/selection/selection-3748164-fix-expected.png: Added.
        * platform/efl/editing/selection/selection-3748164-fix-expected.txt: Added.
        * platform/efl/editing/selection/table-caret-1-expected.png: Added.
        * platform/efl/editing/selection/table-caret-1-expected.txt: Added.
        * platform/efl/editing/selection/table-caret-2-expected.png: Added.
        * platform/efl/editing/selection/table-caret-2-expected.txt: Added.
        * platform/efl/editing/selection/transformed-selection-rects-expected.png: Added.
        * platform/efl/editing/selection/transformed-selection-rects-expected.txt: Added.
        * platform/efl/editing/selection/triple-click-in-pre-expected.png: Added.
        * platform/efl/editing/selection/triple-click-in-pre-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-001-expected.png: Added.
        * platform/efl/editing/selection/unrendered-001-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-002-expected.png: Added.
        * platform/efl/editing/selection/unrendered-002-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-003-expected.png: Added.
        * platform/efl/editing/selection/unrendered-003-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-004-expected.png: Added.
        * platform/efl/editing/selection/unrendered-004-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-005-expected.png: Added.
        * platform/efl/editing/selection/unrendered-005-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-space-expected.png: Added.
        * platform/efl/editing/selection/unrendered-space-expected.txt: Added.
        * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
        * platform/efl/editing/selection/word-granularity-expected.png: Added.
        * platform/efl/editing/selection/word-granularity-expected.txt: Added.
        * platform/efl/editing/selection/wrapped-line-caret-1-expected.png: Added.
        * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt: Added.
        * platform/efl/editing/selection/wrapped-line-caret-2-expected.png: Added.
        * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt: Added.
        * platform/efl/editing/style/4916887-expected.png: Added.
        * platform/efl/editing/style/4916887-expected.txt: Added.
        * platform/efl/editing/style/5017613-2-expected.png: Added.
        * platform/efl/editing/style/5017613-2-expected.txt: Added.
        * platform/efl/editing/style/5046875-2-expected.png: Added.
        * platform/efl/editing/style/5046875-2-expected.txt: Added.
        * platform/efl/editing/style/5084241-expected.png: Added.
        * platform/efl/editing/style/5084241-expected.txt: Added.
        * platform/efl/editing/style/apple-style-editable-mix-expected.png: Added.
        * platform/efl/editing/style/apple-style-editable-mix-expected.txt: Added.
        * platform/efl/editing/style/block-style-001-expected.png: Added.
        * platform/efl/editing/style/block-style-001-expected.txt: Added.
        * platform/efl/editing/style/block-style-002-expected.png: Added.
        * platform/efl/editing/style/block-style-002-expected.txt: Added.
        * platform/efl/editing/style/block-style-003-expected.png: Added.
        * platform/efl/editing/style/block-style-003-expected.txt: Added.
        * platform/efl/editing/style/block-styles-007-expected.png: Added.
        * platform/efl/editing/style/block-styles-007-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-001-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-001-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-002-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-002-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-003-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-003-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-004-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-004-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-005-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-005-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-006-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-006-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-007-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-007-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-008-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-008-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-009-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-009-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-010-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-010-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-011-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-011-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-012-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-012-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-013-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-013-expected.txt: Added.
        * platform/efl/editing/style/designmode-expected.png: Added.
        * platform/efl/editing/style/designmode-expected.txt: Added.
        * platform/efl/editing/style/highlight-expected.png: Added.
        * platform/efl/editing/style/highlight-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-001-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-001-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-002-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-002-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-003-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-003-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-004-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-004-expected.txt: Added.
        * platform/efl/editing/style/smoosh-styles-003-expected.png: Added.
        * platform/efl/editing/style/style-3681552-fix-001-expected.png: Added.
        * platform/efl/editing/style/style-3681552-fix-002-expected.png: Added.
        * platform/efl/editing/style/style-3681552-fix-002-expected.txt: Added.
        * platform/efl/editing/style/style-3998892-fix-expected.png: Added.
        * platform/efl/editing/style/style-3998892-fix-expected.txt: Added.
        * platform/efl/editing/style/style-boundary-001-expected.png: Added.
        * platform/efl/editing/style/style-boundary-001-expected.txt: Added.
        * platform/efl/editing/style/style-boundary-002-expected.png: Added.
        * platform/efl/editing/style/style-boundary-003-expected.png: Added.
        * platform/efl/editing/style/style-boundary-004-expected.png: Added.
        * platform/efl/editing/style/style-boundary-004-expected.txt: Added.
        * platform/efl/editing/style/table-selection-expected.png: Added.
        * platform/efl/editing/style/table-selection-expected.txt: Added.
        * platform/efl/editing/style/typing-style-001-expected.png: Added.
        * platform/efl/editing/style/typing-style-002-expected.png: Added.
        * platform/efl/editing/style/unbold-in-bold-expected.png: Added.
        * platform/efl/editing/style/unbold-in-bold-expected.txt: Added.

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

        Unreviewed. Rebaselining failing expected results for fast/css/image-set-setting.html on Windows after r132388.

        * platform/win/fast/css/image-set-setting-expected.txt:

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

        Unreviewed, rolling out r132269.
        http://trac.webkit.org/changeset/132269
        https://bugs.webkit.org/show_bug.cgi?id=100412

        "Speculative rollout of r132269 in hopes of fixing a
        mysterious recalcStyle crasher" (Requested by eseidel on
        #webkit).

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * 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:
        * fast/forms/pseudo-elements-expected.html: Removed.
        * fast/forms/pseudo-elements.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-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * 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:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-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/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-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/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-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/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-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/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.

2012-10-25  Stephen White  <senorblanco@chromium.org>

        Add new layout test for reference filters.
        https://bugs.webkit.org/show_bug.cgi?id=97715

        Reviewed by Nate Chapin.

        * css3/filters/reference-filter-update-after-remove-expected.txt: Added.
        * css3/filters/reference-filter-update-after-remove.html: Added.

2012-10-25  Simon Fraser  <simon.fraser@apple.com>

        Incorrect tile size in the slow scrolling case
        https://bugs.webkit.org/show_bug.cgi?id=100411

        Reviewed by Beth Dakin.

        New result with better tile size.

        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:

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

        Unreviewed. Skipping inspector/elements/update-shadowdom.html. 
        Feature in https://bugs.webkit.org/show_bug.cgi?id=99567 not supported on Windows ports.

        * platform/win/TestExpectations:

2012-10-25  Nico Weber  <thakis@chromium.org>

        Move ImageOrientation transform back in CG space (lower-left origin), adapt the skia code to work with that, turn on feature for chromium
        https://bugs.webkit.org/show_bug.cgi?id=100319

        Reviewed by Eric Seidel.

        * platform/chromium/TestExpectations:

2012-10-25  Simon Fraser  <simon.fraser@apple.com>

        Log the tile cache tile size in test output
        https://bugs.webkit.org/show_bug.cgi?id=100409

        Reviewed by Beth Dakin.

        New results with tile size in the output.

        * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:

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

        Unreviewed GTK gardening.

        Removing three fast/lists test failure expectations, the tests
        were fixed in r132507.

        * platform/gtk/TestExpectations:

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

        Unreviewed. Skip failing accessibility tests.
        accessibility/title-ui-element-correctness.html
        accessibility/aria-slider-value.html
        accesibility/hidden-legend.html

        * platform/win/TestExpectations:

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

        AX: Notification should be sent when accessibilityIsIgnored changes
        https://bugs.webkit.org/show_bug.cgi?id=99547

        Reviewed by Chris Fleizach.

        Adds 3 new test to ensure:
        1. A "children changed" notification is fired on the parent object when an
           object that was previously ignored becomes unignored.
        2. A notification is sent when an element's text (incl. title or label) changes.
        3. A notification is sent when another ARIA attribute changes.

        Modifies add-to-menu-list-crashes because it was too brittle; it was
            referencing a stale object rather than retrieving its latest handle.
        Modifies aria-checkbox-sends-notification to listen on the correct
            object on all platforms.
        Simplifies notification-listeners so it doesn't generate additional
            notifications that are inconsistent between platforms now.

        * accessibility/aria-checkbox-sends-notification.html:
        * accessibility/notification-listeners.html:
        * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes.html:
        * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
        * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
        * platform/chromium/accessibility/text-change-notification.html: Added.

2012-10-25  Tom Sepez  <tsepez@chromium.org>

        XSSAuditor must replace form action with about:blank when reflected action detected.
        https://bugs.webkit.org/show_bug.cgi?id=100280

        Reviewed by Daniel Bates.

        Update tests to log form action attribute.

        * http/tests/security/xssAuditor/form-action-expected.txt:
        * http/tests/security/xssAuditor/form-action.html:
        * http/tests/security/xssAuditor/resources/echo-intertag.pl:

2012-10-25  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Plugin test gardening
        https://bugs.webkit.org/show_bug.cgi?id=100359

        Unreviewed, EFL gardening.

        fast/frames/sandboxed-iframe-plugins.html and userscripts/user-script-
        plugin-document.html are passing on WK2 now.

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

2012-10-25  Kevin Ellis  <kevers@chromium.org>

        Touch adjustment snaps to wrong target at a plugin boundary.
        https://bugs.webkit.org/show_bug.cgi?id=99938

        Reviewed by Antonio Gomes.

        Test for touch adjustment at a plugin boundary.
        Prior to the patch, plugins were not considered
        candidates for touch adjustment.

        * touchadjustment/plugin-expected.txt: Added.
        * touchadjustment/plugin.html: Added.

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

        [Qt] Unreviewed gardening, skip failing tests to speedup testing.

        * platform/qt/TestExpectations:

2012-10-25  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: inspector tests failing after r132454
        https://bugs.webkit.org/show_bug.cgi?id=100381

        Reviewed by Pavel Feldman.

        Enable memory instrumentation tests now that the problem is fixed.

        * platform/chromium/TestExpectations:

2012-10-25  Kenneth Rohde Christiansen  <kenneth@webkit.org>

        'resolution' MQ: Printing should use use high resolution images when available
        https://bugs.webkit.org/show_bug.cgi?id=100382

        Reviewed by Antti Koivisto.

        Special case print to not use the dpi of the screen, but one of 300.

        Updated the resolution media query test to cover this.

        * fast/media/mq-resolution-expected.txt:
        * fast/media/mq-resolution.html:

2012-10-25  Kevin Ellis  <kevers@chromium.org>

        Can't easily position the cursor on an empty line in a textarea with touch if touch adjustment is enabled
        https://bugs.webkit.org/show_bug.cgi?id=97576

        Reviewed by Antonio Gomes.

        Add test to verify that touch adjustment is coarse for
        editable content, being based on the bounds of the
        editable content and not its children.

        * touchadjustment/editable-content-expected.txt: Added.
        * touchadjustment/editable-content.html: Added.

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

        [Qt] Unreviewed gardening, skip tests because TestRunner::overridePreference()
        does not support the 'WebKitSupportsMultipleWindows' preference on Qt WK1.

        * platform/qt-5.0-wk1/TestExpectations:

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

        Not reviewed: chromium test expectations updated.

        * platform/chromium/TestExpectations:

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

        Add setMediaTypeOverride to window.internals.settings
        https://bugs.webkit.org/show_bug.cgi?id=100249

        Reviewed by Kenneth Rohde Christiansen.

        Fixed fast/media/print-restores-previous-mediatype.html to use cross-platform
        window.internals.settings.setMediaTypeOverride.
        Unskipped fast/media/print-restores-previous-mediatype.html for EFL, the test should also work
        on other ports but it needs to be checked first.

        * fast/media/print-restores-previous-mediatype.html:
        * platform/efl/TestExpectations:

2012-10-22  Mikhail Naganov  <mnaganov@chromium.org>

        [Chromium] Add supportMultipleWindows setting, needed for Android
        https://bugs.webkit.org/show_bug.cgi?id=99716

        Reviewed by Adam Barth.

        Add supportMultipleWindows settings for reusing the same view when
        opening popups. This is required for emulating the behavior of
        Android WebView. Adding into WebCore, as other ports might want to
        use this setting in the future.

        * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
        * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html: Added.
        * fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
        * fast/dom/Window/window-open-no-multiple-windows.html: Added.
        * fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
        * fast/forms/post-popup-no-multiple-windows.html: Added.
        * platform/chromium/fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
        * platform/chromium/fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
        * platform/chromium/fast/forms/post-popup-no-multiple-windows-expected.txt: Added.

2012-10-25  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=99874.

        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * 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-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium/TestExpectations:

2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Rebase some tests, add missing expectations, mark wrong results as image failure.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/TestExpectations:
        * platform/qt/animations/state-at-end-event-expected.png: Added.
        * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
        * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
        * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
        * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
        * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt/fast/block/float/009-expected.png: Added.
        * platform/qt/fast/block/float/034-expected.png: Added.
        * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
        * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
        * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
        * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
        * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
        * platform/qt/fast/css/006-expected.png: Added.
        * platform/qt/fast/css/background-clip-values-expected.png: Added.
        * platform/qt/fast/css/bogus-color-span-expected.png: Added.
        * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/qt/fast/css/content-dynamic-expected.png: Added.
        * platform/qt/fast/css/contentDiv-expected.png: Added.
        * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
        * platform/qt/fast/css/contentImage-expected.png: Added.
        * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
        * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
        * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
        * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
        * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
        * platform/qt/fast/dynamic/001-expected.png: Added.
        * platform/qt/fast/dynamic/005-expected.png: Added.
        * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
        * platform/qt/fast/dynamic/staticY-expected.png: Added.
        * platform/qt/fast/forms/002-expected.png: Added.
        * platform/qt/fast/forms/003-expected.png: Added.
        * platform/qt/fast/forms/004-expected.png: Added.
        * platform/qt/fast/forms/005-expected.png: Added.
        * platform/qt/fast/forms/006-expected.png: Added.
        * platform/qt/fast/forms/007-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
        * platform/qt/fast/forms/button-submit-expected.png: Added.
        * platform/qt/fast/forms/caret-rtl-expected.png: Added.
        * platform/qt/fast/forms/control-clip-expected.png: Added.
        * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
        * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
        * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
        * platform/qt/fast/forms/formmove-expected.png: Added.
        * platform/qt/fast/forms/formmove2-expected.png: Added.
        * platform/qt/fast/forms/image-border-expected.png: Added.
        * platform/qt/fast/forms/indeterminate-expected.png: Added.
        * platform/qt/fast/forms/input-align-image-expected.png: Added.
        * platform/qt/fast/forms/input-first-letter-expected.png: Added.
        * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
        * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
        * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
        * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
        * platform/qt/fast/forms/option-index-expected.png: Added.
        * platform/qt/fast/forms/option-script-expected.png: Added.
        * platform/qt/fast/forms/option-text-clip-expected.png: Added.
        * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
        * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
        * platform/qt/fast/forms/select-align-expected.png: Added.
        * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
        * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
        * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
        * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
        * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
        * platform/qt/fast/forms/select-selected-expected.png: Added.
        * platform/qt/fast/forms/select-size-expected.png: Added.
        * platform/qt/fast/forms/select-style-expected.png: Added.
        * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
        * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
        * platform/qt/fast/frames/002-expected.png: Added.
        * platform/qt/fast/frames/calculate-round-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
        * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
        * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
        * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
        * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
        * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
        * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/qt/fast/images/embed-image-expected.png: Added.
        * platform/qt/fast/images/favicon-as-image-expected.png: Added.
        * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
        * platform/qt/fast/images/object-image-expected.png: Added.
        * platform/qt/fast/images/pdf-as-image-expected.png: Added.
        * platform/qt/fast/inline-block/004-expected.png: Added.
        * platform/qt/fast/inline-block/005-expected.png: Added.
        * platform/qt/fast/invalid/015-expected.png: Added.
        * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
        * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
        * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
        * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
        * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
        * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
        * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
        * platform/qt/fast/media/implicit-media-all-expected.png: Added.
        * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
        * platform/qt/fast/media/monochrome-expected.png: Added.
        * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
        * platform/qt/fast/overflow/position-relative-expected.png: Added.
        * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
        * platform/qt/fast/parser/comment-in-script-expected.png: Added.
        * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
        * platform/qt/fast/reflections/table-cell-expected.png: Added.
        * platform/qt/fast/repaint/background-generated-expected.png: Added.
        * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
        * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
        * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
        * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
        * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
        * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
        * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
        * platform/qt/fast/repaint/table-col-background-expected.png: Added.
        * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
        * platform/qt/fast/repaint/table-row-expected.png: Added.
        * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
        * platform/qt/fast/replaced/008-expected.png: Added.
        * platform/qt/fast/replaced/image-tag-expected.png: Added.
        * platform/qt/fast/replaced/selection-rect-expected.png: Added.
        * platform/qt/fast/table/008-expected.png: Added.
        * platform/qt/fast/table/024-expected.png: Added.
        * platform/qt/fast/table/031-expected.png: Added.
        * platform/qt/fast/table/caption-relayout-expected.png: Added.
        * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
        * platform/qt/fast/table/div-as-col-span-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
        * platform/qt/fast/table/giantRowspan-expected.png: Added.
        * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
        * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
        * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
        * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
        * platform/qt/fast/text/basic/013-expected.png: Added.
        * platform/qt/fast/text/basic/015-expected.png: Added.
        * platform/qt/fast/text/line-breaks-expected.png: Added.
        * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
        * platform/qt/fast/text/stripNullFromText-expected.png: Added.
        * platform/qt/fast/text/whitespace/017-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
        * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
        * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
        * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
        * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
        * platform/qt/svg/css/path-with-shadow-expected.png: Added.
        * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
        * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
        * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
        * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
        * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
        * platform/qt/svg/custom/createImageElement-expected.png: Added.
        * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
        * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
        * platform/qt/svg/custom/marker-opacity-expected.png: Added.
        * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
        * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
        * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
        * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
        * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
        * platform/qt/svg/custom/pan-direction-expected.png: Added.
        * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
        * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
        * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
        * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
        * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
        * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
        * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
        * platform/qt/svg/filters/feMerge-expected.png: Added.
        * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
        * platform/qt/svg/filters/feOffset-expected.png: Added.
        * platform/qt/svg/filters/feTile-expected.png: Added.
        * platform/qt/svg/filters/filter-clip-expected.png: Added.
        * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
        * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
        * platform/qt/svg/filters/subRegion-one-effect-expected.png: Added.
        * platform/qt/svg/filters/subRegion-two-effects-expected.png: Added.
        * platform/qt/svg/hixie/error/006-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
        * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
        * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
        * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.

2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Rebase some results for qt-5.0-wk2, mark wrong results as expected fail.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
        * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/effect-drop-shadow-hw-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/012-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/compare-content-style-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
        * platform/qt-5.0-wk2/fast/inline-block/overflow-clip-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
        * platform/qt-5.0-wk2/http/tests/navigation/javascriptlink-frames-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
        * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
        * platform/qt/TestExpectations:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:

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

        [EFL] Gardening after r132394
        https://bugs.webkit.org/show_bug.cgi?id=100365

        Unreviewed gardening.

        Skipping of newly added compositing/tiling/backface-preserve-3d-tiled.html
        test fail on EFL port due to missing AC support.

        * platform/efl/TestExpectations:

2012-10-25  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL][QT] Remove test which is not exist
        https://bugs.webkit.org/show_bug.cgi?id=100366

        Unreviewed. fast/dom/shadow/athost-atrules.html has been removed after r132403.

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

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

        [EFL][WK2] Gardening after r132386
        https://bugs.webkit.org/show_bug.cgi?id=100362

        Unreviewed gardening.

        Skipped crashing fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html, 
        networkinformation/basic-all-types-of-events.html, networkinformation/updates.html, networkinformation/add-listener-from-callback.html,
        networkinformation/basic-operation.html, svg/foreignObject/viewport-foreignobject-crash.html for EFL WK2.

        * platform/efl-wk2/TestExpectations:

2012-10-25  Alexander Shalamov  <alexander.shalamov@intel.com>

        Layout Test fast/media/w3c/test_media_queries.html is slow on Chromium debug bots after r132352
        https://bugs.webkit.org/show_bug.cgi?id=100272

        Reviewed by Kenneth Rohde Christiansen.

        Test if resolution media query is supported before identifying dpi of the media.

        * fast/media/w3c/test_media_queries.html:

2012-10-25  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Unskip tests that are not exist already.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-25  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Skip a new failing test introduced in r132394.

        * platform/qt-5.0-wk2/TestExpectations:

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

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

        * platform/qt/TestExpectations:

2012-10-24  Kent Tamura  <tkent@chromium.org>

        REGRESSION(r132291): Crash in BaseMultipleFieldsDateAndTimeInputType
        https://bugs.webkit.org/show_bug.cgi?id=100326

        Reviewed by Eric Seidel.

        * fast/forms/time-multiple-fields/time-multiple-fields-change-type-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-change-type.html: Added.

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

        Not reviewed: updating chromium TestExpectations for the roll.

        * platform/chromium/TestExpectations:

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

        Not reviewed: updating chromium TestExpectations for the roll.

        * platform/chromium/TestExpectations:

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

        Not reviewed: platform/chromium/TestExpectations lint.

        * platform/chromium/TestExpectations:

2012-10-24  Kangil Han  <kangil.han@samsung.com>

        Rebaseline some sputnik unicode failed cases.
        https://bugs.webkit.org/show_bug.cgi?id=99976

        Unreviewed rebaseline.

        According to BUG 93103, seems these four test cases have different results after libicu 4.6 version.
        As Ubuntu 12.04 installs 4.8 and mac has same result with windows, expected results on BUG 93103 could replace common result file except chromium-mac-snowleopard.

        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt:
        * sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt:
        * sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt:
        * sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt:

2012-10-24  Simon Fraser  <simon.fraser@apple.com>

        Add two more tiled scrolling tests
        https://bugs.webkit.org/show_bug.cgi?id=100314

        Reviewed by Beth Dakin.

        Two new tests for TileCache tile coverage after scrolling.

        * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
        * platform/mac/tiled-drawing/tile-coverage-after-scroll.html: Added.
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html: Added.

2012-10-24  Beth Dakin  <bdakin@apple.com>

        Updated results for https://bugs.webkit.org/show_bug.cgi?id=100312
        I checked in results that relied on some local changes in WK2.

        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:

2012-10-24  Simon Fraser  <simon.fraser@apple.com>

        Skip tiled drawing tests for WK1
        https://bugs.webkit.org/show_bug.cgi?id=100312

        Reviewed by Beth Dakin.

        Skip platform/mac/tiled-drawing tests in the main TestExpections file,
        but re-enable it in the WK2 TestExpections file.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-24  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update chromium-mac-mountainlion baselines.

        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Copied from LayoutTests/platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png.
        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.txt: Copied from LayoutTests/platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt.
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:

2012-10-24  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, expectations and baseline cleanup.

        Remove some old baselines for a test that was converted to a reftest,
        and remove entries for tests no longer failing on Chromium Mac ML.

        * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Removed.
        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Removed.

2012-10-24  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=100169
        We should make TileCache tiles the size of the tile coverage rect 
        when we can't do fast scrolling
        -and-
        <rdar://problem/12505021>

        Reviewed by Simon Fraser.

        New test.
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html: Added.

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

        MathML tests trigger font cache assertions in debug bots
        https://bugs.webkit.org/show_bug.cgi?id=100268

        Reviewed by Eric Seidel.

        * platform/chromium/TestExpectations:

2012-10-24  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Make sure all RTCPeerConnection events are dispatched asynchronously
        https://bugs.webkit.org/show_bug.cgi?id=100286

        Reviewed by Adam Barth.

        RTCPeerConnection::close is the only function that dispatches an event directly so only test that.

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

2012-10-24  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Chromium revision 163873 also made
        platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint.html slow.

        * platform/chromium/TestExpectations:

2012-10-24  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] The mesh should be specified using <column, row> order
        https://bugs.webkit.org/show_bug.cgi?id=96285

        Reviewed by Dean Jackson.

        Add a test verifying that WebKit interprets the CSS mesh values in column, row order.
        Update existing tests for u_meshSize and u_tileSize to expect column, row order.

        * css3/filters/custom/custom-filter-mesh-column-row-order-expected.html: Added.
        * css3/filters/custom/custom-filter-mesh-column-row-order.html: Added.
        * css3/filters/resources/checkerboard.vs: Added.
        * css3/filters/resources/u-mesh-size.fs:
        * css3/filters/resources/u-tile-size.fs:
        * css3/filters/resources/varying-mix-color.fs: Added.

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

        [chromium] Unreviewed, land pixel results on Win/Mac for a new repaint test.

        * platform/chromium-mac/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/chromium-win/css3/flexbox/repaint-during-resize-no-flex-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png.
        * platform/chromium/TestExpectations:

2012-10-24  Sailesh Agrawal  <sail@chromium.org>

        Incorrect keycodes for numpad /, -, +, .
        https://bugs.webkit.org/show_bug.cgi?id=99188

        Reviewed by Tony Chang.

        Added test to map numpad keys to windows virtual keycodes. This test is for the Mac port only. DumpRenderTree in the chromium-mac port doesn't use Mac keycodes so this can't be tested on that platform.

        * platform/mac/fast/events/numpad-keycode-mapping-expected.txt: Added.
        * platform/mac/fast/events/numpad-keycode-mapping.html: Added.

2012-10-24  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking the software compositing version of
        compositing/tiling/backface-preserve-3d-tiled.html as failing as well.

        * platform/chromium/TestExpectations:

2012-10-24  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking 2 more mathml tests as flaky crashers on debug.

        * platform/chromium/TestExpectations:

2012-10-24  Terry Anderson  <tdanderson@chromium.org>

        Handle two-finger tap gestures in the same way as long-press gestures
        https://bugs.webkit.org/show_bug.cgi?id=99947

        Reviewed by Adam Barth.

        New layout test for dispatching context menus on a two-finger tap
        gesture when touch adjustment is enabled.

        * touchadjustment/touch-links-two-finger-tap-expected.txt: Added.
        * touchadjustment/touch-links-two-finger-tap.html: Added.

2012-10-24  Chris Fleizach  <cfleizach@apple.com>

        AX:When aria-label is used, the text under an element is still appearing as the AXTitle
        https://bugs.webkit.org/show_bug.cgi?id=98167

        Reviewed by Beth Dakin.

        * platform/mac/accessibility/aria-label-overrides-visible-text-expected.txt: Added.
        * platform/mac/accessibility/aria-label-overrides-visible-text.html: Added.
        * platform/mac/accessibility/aria-labelledby-overrides-aria-label-expected.txt:

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

        Unreviewed, rolling out r132303 and r132312.
        http://trac.webkit.org/changeset/132303
        http://trac.webkit.org/changeset/132312
        https://bugs.webkit.org/show_bug.cgi?id=100287

        Triggering crashes on many popular websites (Requested by
        leviw|gardening on #webkit).

        * fast/dom/shadow/athost-atrules-expected.txt: Removed.
        * fast/dom/shadow/athost-atrules.html: Removed.

2012-10-24  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Cursor property value identities should be preserved
        https://bugs.webkit.org/show_bug.cgi?id=100051

        Reviewed by Tony Chang.

        Add tests to verify identity/read-only/mutability of cursor properties.

        * storage/indexeddb/cursor-properties-expected.txt: Added.
        * storage/indexeddb/cursor-properties.html: Added.
        * storage/indexeddb/resources/cursor-properties.js: Added.
        (test.request.onsuccess):
        (test):
        (onUpgradeNeeded):
        (onOpenSuccess.request.onsuccess):
        (onOpenSuccess):
        (checkProperty):

2012-10-24  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating slow expectations for two tests following a Chromium
        change. See https://bugs.webkit.org/show_bug.cgi?id=100287

        * platform/chromium/TestExpectations:

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

        Setting width of a flexitem causes the adjacent flex item to be displayed poorly.
        https://bugs.webkit.org/show_bug.cgi?id=99925

        Reviewed by Ojan Vafai.

        Add a repaint test.  The render tree should be cross platform, but due to
        slight color differences in the grey overlay, the png can't be shared.

        * css3/flexbox/repaint-during-resize-no-flex-expected.txt: Added.
        * css3/flexbox/repaint-during-resize-no-flex.html: Added.
        * platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-10-24  Simon Fraser  <simon.fraser@apple.com>

        Fix CALayer hiearchy when combining tiling with preserve-3d
        https://bugs.webkit.org/show_bug.cgi?id=100205

        Reviewed by Dean Jackson.

        Pixel test that tests backface-visibility on a tile cache layer. Mark the test as
        failing on Chromium.

        * compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
        * compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
        * compositing/tiling/backface-preserve-3d-tiled.html: Added.
        * platform/chromium/TestExpectations:

2012-10-24  Rick Byers  <rbyers@chromium.org>

        image-set doesn't round-trip properly with cssText
        https://bugs.webkit.org/show_bug.cgi?id=99725

        Reviewed by Beth Dakin.

        Update image-set-setting test to expect the css text to round-trip properly.

        * fast/css/image-set-setting-expected.txt:
        * fast/css/script-tests/image-set-setting.js:
        (testComputedStyle):
        (testImageSetRule):

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

        Unreviewed GTK gardening.

        Rebaselining two Video Track tests after r132349.

        * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:

2012-10-24  Chris Fleizach  <cfleizach@apple.com>

        AX: WebKit exposes abstract ARIA role range as AXSlider; should be generic AXGroup
        https://bugs.webkit.org/show_bug.cgi?id=100204

        Reviewed by Beth Dakin.

        Remove the aria-range.html test because the same functionality is covered in aria-slider.html
        Rename aria-range-value to aria-slider-value and use the non-abstract role slider instead (and 
        move that to the general accessibility platform).

        * accessibility/aria-slider-value-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-range-value-expected.txt.
        * accessibility/aria-slider-value.html: Copied from LayoutTests/platform/mac/accessibility/aria-range-value.html.
        * platform/mac/accessibility/aria-range-expected.txt: Removed.
        * platform/mac/accessibility/aria-range-value-expected.txt: Removed.
        * platform/mac/accessibility/aria-range-value.html: Removed.
        * platform/mac/accessibility/aria-range.html: Removed.

2012-10-24  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking fast/media/w3c/test_media_queries.html as slow on
        Chromium debug bots following r132352. It may still timeout...

        * platform/chromium/TestExpectations:

2012-10-24  Florin Malita  <fmalita@chromium.org>

        [Chromium] SVG repaint issues
        https://bugs.webkit.org/show_bug.cgi?id=99874

        Reviewed by Levi Weintraub.

        * 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-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
        * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
        * platform/chromium/TestExpectations:

2012-10-24  Dana Jansens  <danakj@chromium.org>

        Layout tests to verify scaled composited layers have crisp text
        https://bugs.webkit.org/show_bug.cgi?id=96940

        Reviewed by Adrienne Walker.

        Chromium bug: crbug.com/149943

        * compositing/text-on-scaled-layer-expected.html: Added.
        * compositing/text-on-scaled-layer.html: Added.
        * compositing/text-on-scaled-surface-expected.html: Added.
        * compositing/text-on-scaled-surface.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-24  Levi Weintraub  <leviw@chromium.org>

        Unreveiewed gardening. Fixing linter, marking 2 mathml tests as flaky crashers on debug,
        and adding passing Lion expectations for a third mathml test.

        * platform/chromium/TestExpectations:
        * platform/chromium-mac-lion/mathml/presentation/fenced-expected.png: Modified.

2012-10-24  Toni Barzic  <tbarzic@chromium.org>

        Crash when trying to write exception message to null console
        https://bugs.webkit.org/show_bug.cgi?id=99658

        Reviewed by Adam Barth.

        The test creates bunch of workers that throw an exception as soon as they are loaded and then tries to change the current document.
        The test passes if there is no crash.
        Unfortuantely, the test is inherently flaky and may produce some false positive results (but should never fail if there is no bug).

        * fast/workers/resources/worker-exception.js: Added.
        * fast/workers/worker-exception-during-navigation-expected.txt: Added.
        * fast/workers/worker-exception-during-navigation.html: Added.

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

        [MathML] Timeouts on linux after r132264
        https://bugs.webkit.org/show_bug.cgi?id=100202

        Reviewed by Eric Seidel.

        The failing tests no longer timeout.

        * platform/chromium/TestExpectations:

2012-10-24  Alexander Shalamov  <alexander.shalamov@intel.com>

        CSS3 Media Queries - add resolution tests to W3C test suite
        https://bugs.webkit.org/show_bug.cgi?id=100231

        Reviewed by Kenneth Rohde Christiansen.

        Resolution media feature was implemented, therefore,
        W3C tests are added back to the test suite.

        * fast/media/w3c/test_media_queries-expected.txt:
        * fast/media/w3c/test_media_queries.html:

        Created platform specific expectations for the platforms that have RESOLUTION_MEDIA_QUERY disabled.

        * platform/blackberry/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/chromium/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/gtk/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/mac/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/win/fast/media/w3c/test_media_queries-expected.txt: Added.

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

        [EFL] Unreviewed gardening.

        * platform/efl-wk1/TestExpectations: Marking shadow-dom failures after r132303
        * platform/efl-wk2/TestExpectations: Marking focus failure after r132342 and drag-select failure between r132333-r132343.

2012-10-24  Eric Carlson  <eric.carlson@apple.com>

        Allow ports to override text track rendering style
        https://bugs.webkit.org/show_bug.cgi?id=97800
        <rdar://problem/12044964>

        Reviewed by Maciej Stachowiak.

        * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
        * media/track/track-cue-rendering.html: 
        * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.

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

        Web Inspector: Introduce workspace provider as a content providing backend for project.
        https://bugs.webkit.org/show_bug.cgi?id=100244

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        * inspector/debugger/network-uisourcecode-provider.html:
        * inspector/debugger/script-snippet-model.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/uisourcecode-revisions.html:

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

        Web Inspector: UiSourceCode should rely on the workspace as a content provider.
        https://bugs.webkit.org/show_bug.cgi?id=100216

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/script-formatter-search.html:
        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/scripts-sorting.html:
        * inspector/debugger/ui-source-code-display-name.html:
        * inspector/debugger/ui-source-code.html:
        * inspector/uisourcecode-revisions.html:

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

        [EFL] Hopefully finish rebaselining after r131941 and r131991.

        * platform/efl/compositing/clip-change-expected.png: Added.
        * platform/efl/compositing/geometry/foreground-offset-change-expected.png: Added.
        * platform/efl/compositing/iframes/fixed-position-iframe-expected.png: Added.
        * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
        * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Added.
        * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
        * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
        * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
        * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png:
        * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
        * platform/efl/compositing/repaint/shrink-layer-expected.png: Added.
        * platform/efl/compositing/repaint/transform-style-change-expected.png: Added.
        * platform/efl/compositing/rtl: Added.
        * platform/efl/compositing/rtl/rtl-overflow-invalidation-expected.png: Added.
        * platform/efl/compositing/video-page-visibility-expected.png:
        * platform/efl/css3/flexbox/repaint-expected.png:
        * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
        * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
        * platform/efl/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
        * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Added.
        * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
        * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:

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

        Unreviewed GTK gardening.

        Adding crash expectations for tests that started crashing after r132286.

        * platform/gtk/TestExpectations:

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

        Unreviewed, rolling out r132333.
        http://trac.webkit.org/changeset/132333
        https://bugs.webkit.org/show_bug.cgi?id=100234

        Crashes many tests on the EFL-WK2 bot. (Requested by rakuco on
        #webkit).

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Removed.
        * platform/efl/editing/spelling/spelling-expected.txt: Removed.

2012-10-24  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
        https://bugs.webkit.org/show_bug.cgi?id=93611

        Reviewed by Hajime Morita.

        Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
        Add new baselines for two spelling tests.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
        * platform/efl/editing/spelling/spelling-expected.txt: Added.

2012-10-24  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update

        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium/TestExpectations:

2012-10-24  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update

        * platform/chromium/TestExpectations:
         - exif-orientation-css.html is ImageOnlyFailure.
         - Still need rebaseline for calendar-picker-appearance-step.html on Windows?

2012-10-12  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt][WK2] Skip tests that depend on disabling accelerated compositing
        https://bugs.webkit.org/show_bug.cgi?id=99167

        Rubber-stamped by Simon Hausmann.

        Skip those tests because we don't support the non-accelerated
        rendering path.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-24  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline for r132310.

        * platform/chromium/TestExpectations:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * 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-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-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-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-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-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * 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-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:

2012-10-24  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Skipping a test because of r132303. Now ENABLE(SHADOW_DOM) is disabled on Qt.

        * platform/qt/TestExpectations:

2012-10-24  Byungwoo Lee  <bw80.lee@samsung.com>

        [EFL] Unskip fast/events/tabindex-focus-blur-all.html.
        https://bugs.webkit.org/show_bug.cgi?id=100206

        Unreviewed, EFL gardening.

        The bug webkit.org/b/100065 is fixed and the test is passing now.

        * platform/efl-wk1/TestExpectations:

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

        Unreviewed GTK gardening.
        Marking fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html
        as flaky after r132143.
        Adding baselines for tvo SVG Transforms tests required after r132121.

        * platform/gtk/TestExpectations:
        * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
        * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
        * platform/gtk/svg/transforms/svg-css-transforms-expected.png: Added.
        * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Added.

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

        Unreviewed gardening. Some linux MathML tests are timing out - see webkit.org/b/100202.

        * platform/chromium/TestExpectations:

2012-10-23  Kent Tamura  <tkent@chromium.org>

        Multiple fields input UI: Don't use CSS properties for physical direction
        https://bugs.webkit.org/show_bug.cgi?id=100195

        Reviewed by Kentaro Hara.

        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:

2012-10-23  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline for r132291
        https://bugs.webkit.org/show_bug.cgi?id=100088

        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * 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-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-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/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-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-disabled-readonly-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * 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-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:

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

        [Qt] Unreviewed nightly gardening, skip new failing tests.

        * platform/qt/TestExpectations:

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

        [chromium] Remove duplicate platform/mac entries
        https://bugs.webkit.org/show_bug.cgi?id=100167

        Reviewed by Dirk Pranke.

        We intentionally don't run platform/mac tests in Chromium.  Remove lines
        that duplicate the directory WontFix.

        * platform/chromium/TestExpectations:

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

        [Shadow DOM] Needs @host rule for ShadowDOM styling
        https://bugs.webkit.org/show_bug.cgi?id=88606

        Reviewed by Hajime Morita.

        * fast/dom/shadow/athost-atrules-expected.txt: Added.
        * fast/dom/shadow/athost-atrules.html: Added.

2012-10-23  Simon Fraser  <simon.fraser@apple.com>

        Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
        https://bugs.webkit.org/show_bug.cgi?id=100159

        Reviewed by Tim Horton.

        A new test that dumps tile cache data for a large page.

        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
        * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.

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

        Unreviewed, rolling out r132276.
        http://trac.webkit.org/changeset/132276
        https://bugs.webkit.org/show_bug.cgi?id=100189

        It broke the Qt-WK2 build intentionally (Requested by
        Ossy_night on #webkit).

        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Removed.
        * platform/mac/tiled-drawing/use-tiled-drawing.html: Removed.

2012-10-23  Noel Gordon  <noel.gordon@gmail.com>

        exif-orientation tests should use dumpAsText(true) 
        https://bugs.webkit.org/show_bug.cgi?id=100076

        Reviewed by Eric Seidel.

        * fast/images/exif-orientation-css.html: Use dumpAsText(true).
        * fast/images/exif-orientation.html: ditto.

2012-10-23  Michał Pakuła vel Rutka  <m.pakula@samsung.com>

        [EFL] Unreviewed EFL gardening.
        https://bugs.webkit.org/show_bug.cgi?id=100125

        Added pixel baselines for editing/pasteboard.

        * platform/efl/editing/pasteboard: 26 new pixel baselines.

2012-10-23  Kent Tamura  <tkent@chromium.org>

        REGRESSION(r131421): Text baseline is not aligned in some locales
        https://bugs.webkit.org/show_bug.cgi?id=100088

        Reviewed by Hajime Morita.

        Add a pixel image which has notable changes.
        Input elements in other tests have slightly small height and
        slightly narrow width.

        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium/TestExpectations:

2012-10-23  Varun Jain  <varunjain@chromium.org>

        Context menu generated from touch gestures on textareas has
        context of the cursor position instead of the position where the event occurs.
        https://bugs.webkit.org/show_bug.cgi?id=99520

        Reviewed by Kenneth Rohde Christiansen.

        Send a synthetic mouse down event for context menu-summoning-gesture events so that
        textareas can correctly set cursors before receiving the context menu event.

        * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
        * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.

2012-10-23  Levi Weintraub  <leviw@chromium.org>

        The rest of the baselines have landed! Should green the Mac bots for MathML after r132264.

        * platform/chromium-mac-lion/mathml: Added.
        * platform/chromium-mac-lion/mathml/presentation: Added.
        * platform/chromium-mac-lion/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/over-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/row-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/style-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-mac-lion/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/under-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-mac-lion/mathml/xHeight-expected.png: Added.
        * platform/chromium-mac/mathml: Added.
        * platform/chromium-mac/mathml/presentation: Added.
        * platform/chromium-mac/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fenced-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/over-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/row-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/style-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-mac/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/under-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-mac/mathml/xHeight-expected.png: Added.

2012-10-23  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating expectations after r132264.

        * platform/chromium-mac-snowleopard/mathml: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/xHeight-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/xHeight-expected.txt: Added.

2012-10-23  Simon Fraser  <simon.fraser@apple.com>

        Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
        https://bugs.webkit.org/show_bug.cgi?id=100159

        Reviewed by Tim Horton.

        A new test that dumps tile cache data for a large page.

        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
        * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.

2012-10-23  Chris Rogers  <crogers@google.com>

        Change setTargetValueAtTime() to setTargetAtTime()
        https://bugs.webkit.org/show_bug.cgi?id=100153

        Reviewed by Adam Barth.

        * webaudio/audioparam-setTargetAtTime-expected.txt: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime-expected.txt.
        * webaudio/audioparam-setTargetAtTime.html: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime.html.
        * webaudio/resources/audioparam-testing.js:

2012-10-23  Elliott Sprehn  <esprehn@chromium.org>

        Generated should not be supported for things with a shadow
        https://bugs.webkit.org/show_bug.cgi?id=98836

        Reviewed by Dimitri Glazkov.

        Change all pseudos on <input> tests to be ref tests and clean up the tests.
        They now make sure we don't support generated content on things with a shadow.
        Also added another test for the other form control types to ensure they don't
        support pseudos either.

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/pseudo-elements-expected.html: Added.
        * fast/forms/pseudo-elements.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-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.

2012-10-23  Huang Dongsung  <luxtella@company100.net>

        [CSS Shaders] Implement overlay, color-dodge, color-burn, hard-light, soft-light blend modes.
        https://bugs.webkit.org/show_bug.cgi?id=98504

        Reviewed by Dean Jackson.

        Update the test for the aforementioned blend modes.

        * css3/filters/custom/custom-filter-blend-modes-expected.html:
        * css3/filters/custom/custom-filter-blend-modes.html:

2012-10-23  Huang Dongsung  <luxtella@company100.net>

        [CSS Shaders] Implement all composite operators except destination and lighter.
        https://bugs.webkit.org/show_bug.cgi?id=97859

        Reviewed by Dean Jackson.

        Add test to check that the DOM element texture composites correctly with the css_MixColor
        variable from the author's shader for each composite operator.

        * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
        * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
        * css3/filters/custom/custom-filter-composite-operators.html: Added.

2012-10-23  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Changing the blend mode in CSS doesn't update the custom filter rendering
        https://bugs.webkit.org/show_bug.cgi?id=99887

        Reviewed by Dirk Schulze.

        Add a test that resolves a custom filter's style with the "multiply" blend mode and then
        changes the blend mode to "normal". The test makes sure not to change any other parameters
        besides the blend mode, since the other parameters can trigger style recalculations on their
        own.

        * css3/filters/custom/custom-filter-change-blend-mode-expected.html: Added.
        * css3/filters/custom/custom-filter-change-blend-mode.html: Added.

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

        [MathML] Symbol font uses greek letters for roman ones on linux and Windows
        https://bugs.webkit.org/show_bug.cgi?id=99921

        Reviewed by Eric Seidel.

        * mathml/presentation/mo.xhtml:
        * platform/chromium/TestExpectations:
        * platform/chromium/mathml/presentation/attributes-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/attributes-expected.txt:
        * platform/chromium/mathml/presentation/fenced-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fenced-expected.txt:
        * platform/chromium/mathml/presentation/fenced-mi-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fenced-mi-expected.txt:
        * platform/chromium/mathml/presentation/fractions-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fractions-expected.txt:
        * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/chromium/mathml/presentation/mo-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/mo-expected.txt:
        * platform/chromium/mathml/presentation/mo-stretch-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/mo-stretch-expected.txt:
        * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/chromium/mathml/presentation/over-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/over-expected.txt:
        * platform/chromium/mathml/presentation/roots-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/roots-expected.txt:
        * platform/chromium/mathml/presentation/row-alignment-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium/mathml/presentation/row-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/row-expected.txt:
        * platform/chromium/mathml/presentation/style-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/style-expected.txt:
        * platform/chromium/mathml/presentation/sub-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/sub-expected.txt:
        * platform/chromium/mathml/presentation/subsup-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/subsup-expected.txt:
        * platform/chromium/mathml/presentation/sup-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/sup-expected.txt:
        * platform/chromium/mathml/presentation/tables-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/tables-expected.txt:
        * platform/chromium/mathml/presentation/tokenElements-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/tokenElements-expected.txt:
        * platform/chromium/mathml/presentation/under-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/under-expected.txt:
        * platform/chromium/mathml/presentation/underover-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/underover-expected.txt:
        * platform/chromium/mathml/xHeight-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/xHeight-expected.txt:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-23  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Properly skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout*
        tests, as was the author's intention.

        * platform/chromium/TestExpectations:

2012-10-22  Dirk Schulze  <krit@webkit.org>

        BasicShapePolygon::path takes width instead of height for boundary calculation
        https://bugs.webkit.org/show_bug.cgi?id=99919

        Reviewed by Darin Adler.

        Test that the correct relation is used for calculating point position of an polygon.

        * css3/masking/clip-path-polygon-percentage-expected.html: Added.
        * css3/masking/clip-path-polygon-percentage.html: Added.

2012-10-23  Dirk Pranke  <dpranke@chromium.org>

        Remove remaining fast/innerHTML pixel test baselines after r131960.

        Unreviewed, expectations change.

        * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
        * platform/efl/fast/innerHTML/001-expected.txt: Removed.
        * platform/efl/fast/innerHTML/002-expected.txt: Removed.
        * platform/efl/fast/innerHTML/003-expected.txt: Removed.
        * platform/efl/fast/innerHTML/006-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/innerHTML-iframe-expected.txt: Removed.
        * platform/mac/fast/innerHTML/001-expected.txt: Removed.
        * platform/mac/fast/innerHTML/002-expected.txt: Removed.
        * platform/mac/fast/innerHTML/003-expected.txt: Removed.
        * platform/mac/fast/innerHTML/006-expected.txt: Removed.
        * platform/qt/fast/innerHTML/001-expected.txt: Removed.
        * platform/qt/fast/innerHTML/002-expected.txt: Removed.
        * platform/qt/fast/innerHTML/003-expected.txt: Removed.
        * platform/qt/fast/innerHTML/006-expected.txt: Removed.

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

        Add timeout support to XMLHttpRequest
        https://bugs.webkit.org/show_bug.cgi?id=74802

        Reviewed by Nate Chapin.

        XHR2 timeout tests were initially written by Mozilla's Alex Vincent's. He granted
        permission to reuse them under PD/BSD license
        in https://bugzilla.mozilla.org/show_bug.cgi?id=525816#c86 - big thanks!
        I adapted them for W3C testharness.js and split them into groups with shorter test running time
        so that they can be used as WebKit layout tests. Each individual test should
        complete in less than 20 seconds.

        The case of late updates to the timeout property, changing the timeout value after send()
        is not supported yet and handled separately in bug 98156. Tests that are testing this feature
        are commented out until this bug is tackled.

        The suffix of the html test filename matches the groups in xmlhttprequest-timeout.js which contains
        all tests that are run. The result of assertions is reported back to testharness.js.

        For example, the "overrides" group is currently not run yet since all tests in that group are cases
        of late updates, see above. Once late updates are supported we can add a file
        xmlhttprequest-timeout-overrides.html to run them.

        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: Added. Distinguishes which group of tests to run based on filename suffix.
        (testResultCallbackHandler.return):
        (groupFromLocation):
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: Added. Contains test cases for all individual test html files.
        (message): Wrapper for postMessage in worker and document context case.
        (is),
        (ok): Assertion functions.
        (RequestTracker): Class for variations of the regular timeout case.
        (RequestTracker.prototype.startXHR.handleEvent):
        (RequestTracker.prototype.startXHR):
        (RequestTracker.prototype.getMessage):
        (RequestTracker.prototype.handleEvent):
        (AbortedRequest): Class for testing timeout event vs. abort events.
        (AbortedRequest.prototype.startXHR.handleEvent):
        (AbortedRequest.prototype.startXHR.abortReq):
        (AbortedRequest.prototype.startXHR.else):
        (AbortedRequest.prototype.startXHR):
        (AbortedRequest.prototype.noEventsFired):
        (AbortedRequest.prototype.getMessage):
        (AbortedRequest.prototype.handleEvent):
        (SyncRequestSettingTimeoutAfterOpen.startXHR),
        (SyncRequestSettingTimeoutBeforeOpen.startXHR): Test classes for synchronous XHR cases.
        (TestCounter.testComplete),
        (TestCounter.next): Used for cycling through tests.
        * platform/chromium/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
        * platform/gtk/TestExpectations: Marking XHR timeout cases as slow in order to run them with a longer test timeout threshold.
        * platform/qt/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.

2012-10-23  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. css3/filters/blur-filter-page-scroll-self.html is crashing
        now as well as generating incorrect image results :(

        * platform/chromium/TestExpectations:

2012-10-23  Yael Aharon  <yael.aharon@intel.com>

        [WIN7] Skip fast/media/mq-resolution.html.
        https://bugs.webkit.org/show_bug.cgi?id=100143.

        Reviewed by Kenneth Rohde Christiansen.

        The feature is not yet implemented.

        * platform/win/TestExpectations:

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

        Possible assertion hit in WebCore::HTMLSelectElement::updateListBoxSelection()
        https://bugs.webkit.org/show_bug.cgi?id=99967

        Reviewed by Tony Chang.

        Added layout test to reproduce an assertion hit in
        WebCore::HTMLSelectElement::updateListBoxSelection() when pressing the left
        button outside a multiselect and then moving the mouse over the multiselect
        element while holding the button down.

        * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash-expected.txt: Added.
        * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash.html: Added.

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

        Web Inspector: array grouping does not work for arrays with exactly 10000 elements.
        https://bugs.webkit.org/show_bug.cgi?id=100131

        Reviewed by Vsevolod Vlasov.

        * inspector/console/console-big-array-expected.txt:
        * inspector/console/console-big-array.html:

2012-10-23  Shinya Kawanaka  <shinyak@chromium.org>

        The order of resolving distribution in tree composition is wrong.
        https://bugs.webkit.org/show_bug.cgi?id=99552

        Reviewed by Dimitri Glazkov.

        We also fix the existing wrong test.

        * fast/dom/shadow/content-reprojection-order-expected.html: Added.
        * fast/dom/shadow/content-reprojection-order.html: Added.
        * fast/dom/shadow/shadow-element-rendering-single.html:

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

        Unreviewed GTK gardening.

        Adding failure expectation for fast/media/mq-resolution.html, it relies
        on the Resolution Media Query feature being enabled.
        Adding a proper bug modifier for fast/files/workers/worker-apply-blob-url-to-xhr.html.

        * platform/gtk/TestExpectations:

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

        Web Inspector: Move UISourceCode creation out of mappings to workspace.
        https://bugs.webkit.org/show_bug.cgi?id=100092

        Reviewed by Pavel Feldman.

        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        * inspector/debugger/resource-script-mapping-expected.txt:
        * inspector/debugger/scripts-panel.html:

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

        Web Inspector: MIME type errors should truncate long URLs.
        https://bugs.webkit.org/show_bug.cgi?id=100083

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/image-as-text-loading-data-url-expected.txt: Added.
        * http/tests/inspector/network/image-as-text-loading-data-url.html: Added.

2012-10-23  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Crash when adding a keyframes rule in the Styles pane
        https://bugs.webkit.org/show_bug.cgi?id=99826

        Reviewed by Pavel Feldman.

        * inspector/styles/add-new-rule-invalid-selector-expected.txt: Added.
        * inspector/styles/add-new-rule-invalid-selector.html: Added.

2012-10-15  Kenneth Rohde Christiansen  <kenneth@webkit.org>

        Add support for resolution media query
        https://bugs.webkit.org/show_bug.cgi?id=99077

        Reviewed by Antti Koivisto.

        Test (resolution: x) media query to ensure compliance
        with spec plus proposed dppx values.

        * fast/media/mq-resolution-expected.txt: Added.
        * fast/media/mq-resolution.html: Added.

        * LayoutTests/platform/mac/TestExpectations:
        * LayoutTests/platform/chromium/TestExpectations:

            Skip the test as the ports do not enable CSS Image Resolution.

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

        [Qt][WK2] Unreviewed gardening.

        * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt:

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

        [Qt] Unreviewed holiday gardening to paint the bots green.

        * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Added after r132041.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Added after r132041.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Added after r132041.
        * platform/qt/TestExpectations: Skip new failing tests.

2012-10-23  Adam Klein  <adamk@chromium.org>

        Always parse pasted fragments as HTML even on XHTML pages
        https://bugs.webkit.org/show_bug.cgi?id=99880

        Reviewed by Ojan Vafai.

        Updated existing tests to match new expected behavior.

        * editing/pasteboard/paste-noscript-xhtml-expected.txt: The HTML
        parser leaves <script> tags in the DOM when pasting, but removes their
        attributes and children, so this is just as safe as the previous
        behavior.
        * platform/mac/editing/pasteboard/paste-xml-expected.txt: Now that we
        use the HTML parser, parsing the paste succeeds and so we insert DOM
        instead of plain text. Similar rebaselines may be needed on other
        platforms.

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

        Unreviewed GTK gardening.

        Fixing failure expectation for fast/sub-pixel/file-upload-control-at-fractional-offset.html,
        the test is a reftest so the expectation should be ImageOnlyFailure.

        * platform/gtk/TestExpectations:

2012-10-23  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2] [WTR] WebKitTestRunner needs testRunner.queueForwardNavigation
        https://bugs.webkit.org/show_bug.cgi?id=99700

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped http/tests/cache/subresource-failover-to-network.html for WK2 ports.

        * platform/wk2/TestExpectations:

2012-10-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] REGRESSION (r130851): fast/text/word-space-with-kerning.html fails
        https://bugs.webkit.org/show_bug.cgi?id=98876

        Reviewed by Simon Hausmann.

        Unskip passing word-width tests.

        * platform/qt/TestExpectations:

2012-10-23  Dongwoo Joshua Im  <dw.im@samsung.com>

        viewport-128-expected.txt has been removed unexpectedly.
        https://bugs.webkit.org/show_bug.cgi?id=100108

        Reviewed by Gyuyoung Kim.

        viewport-128-expected.txt has been removed by http://trac.webkit.org/changeset/132186 unexpectedly.

        * fast/viewport/viewport-128-expected.txt: Added.

2012-10-23  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Incorrect resolution of relative URLs containing a scheme in query parameters
        https://bugs.webkit.org/show_bug.cgi?id=100084

        Reviewed by Vsevolod Vlasov.

        * inspector/styles/styles-url-linkify-expected.txt:
        * inspector/styles/styles-url-linkify.html:

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

        Unreviewed, rolling out r132149.
        http://trac.webkit.org/changeset/132149
        https://bugs.webkit.org/show_bug.cgi?id=100098

        Breaks inspector profiler tests in debug mode. (Requested by
        pfeldman1 on #webkit).

        * fast/table/col-span-change-relayout-expected.txt: Removed.
        * fast/table/col-span-change-relayout.html: Removed.

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

        [Qt] Unreviewed holiday gardening.

        * platform/qt/TestExpectations: Skip new tests (and sort) because ENABLE(SHADOW_DOM) is disabled.

2012-10-23  Kent Tamura  <tkent@chromium.org>

        Support full month names in DateTimeEditElement, and use them in input[type=month] by default
        https://bugs.webkit.org/show_bug.cgi?id=100060

        Reviewed by Kentaro Hara.

        Note: Other affected tests are already marked in TestExpectations.

        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html:
         Add max attributes to show appearance in typical usage.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        Updated.

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

        Viewport errors should be slightly friendlier with regard to ';'.
        https://bugs.webkit.org/show_bug.cgi?id=100003

        Reviewed by Adam Barth.

        * fast/viewport/viewport-128-expected.txt:
        * fast/viewport/viewport-133-expected.txt:
        * fast/viewport/viewport-134-expected.txt:
        * fast/viewport/viewport-54-expected.txt:
        * fast/viewport/viewport-65-expected.txt:
        * fast/viewport/viewport-67-expected.txt:
        * fast/viewport/viewport-77-expected.txt:
        * fast/viewport/viewport-warnings-5-expected.txt:
            Updating tests with new expectations.

2012-10-23  Dan Carney  <dcarney@google.com>

        When blocking localStorage, Firefox throws a security exception on access, and maybe so should we
        https://bugs.webkit.org/show_bug.cgi?id=63257

        Reviewed by Jochen Eisinger.

        Adjust tests to handle new exceptions.

        * fast/storage/storage-detached-iframe-expected.txt:
        * fast/storage/storage-detached-iframe.html:
        * platform/chromium/permissionclient/storage-permission-expected.txt:
        * platform/chromium/permissionclient/storage-permission.html:

2012-10-23  Mark Lam  <mark.lam@apple.com>

        Make topCallFrame reliable.
        https://bugs.webkit.org/show_bug.cgi?id=98928.

        Reviewed by Geoffrey Garen.

        - Re-baseline some tests to match the new stack dump results.

        * http/tests/inspector/console-resource-errors-expected.txt:
        * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt:
        * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:

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

        Unreviewed GTK gardening.

        Removing failure for an accessibility test that's already passing.
        Updating and adding expectations for subpixel tests to reflect
        the current situation.

        * platform/gtk/TestExpectations:

2012-10-22  Kangil Han  <kangil.han@samsung.com>

        [EFL] Skip fast/events/tabindex-focus-blur-all.html case.
        https://bugs.webkit.org/show_bug.cgi?id=100067

        Unreviewed, EFL gardening.

        fast/events/tabindex-focus-blur-all.html case has been crashed due to ASSERT in hashtable.
        Please refer to BUG 100065 for crash details.

        * platform/efl-wk1/TestExpectations:

2012-10-22  MORITA Hajime  <morrita@google.com>

        Assertion failed at WebCore::toInsertionPoint / WebCore::ContentDistributor::distribute
        https://bugs.webkit.org/show_bug.cgi?id=100038

        Reviewed by Kent Tamura.

        * fast/dom/shadow/insertion-points-with-shadow-disabled-expected.txt: Added.
        * fast/dom/shadow/insertion-points-with-shadow-disabled.html: Added.

2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>

        Include path in the repaint-text-decoration-style.html should be changed.
        https://bugs.webkit.org/show_bug.cgi?id=100063

        Unreviewed gardening.

        The include path is differentiated by http://trac.webkit.org/changeset/132043

        * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html:

2012-10-22  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] Fallback content should also be reprojection.
        https://bugs.webkit.org/show_bug.cgi?id=99750

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/content-reprojection-fallback-expected.html: Added.
        * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html: Added.
        * fast/dom/shadow/content-reprojection-fallback-reprojection.html: Added.
        * fast/dom/shadow/content-reprojection-fallback.html: Added.

2012-10-22  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, more Chromium ML expectation updating.

        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium/TestExpectations:

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

        margin-top/bottom has no effect for child nodes of flex items
        https://bugs.webkit.org/show_bug.cgi?id=99923

        Reviewed by Ojan Vafai.

        Add a test to make sure we don't collapse margins in flex items.

        * css3/flexbox/flexitem-no-margin-collapsing-expected.txt: Added.
        * css3/flexbox/flexitem-no-margin-collapsing.html: Added.
        * css3/flexbox/repaint.html:

2012-10-22  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium win rebaselines.

        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:

2012-10-22  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, more Chromium ML expectation updating.

        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium/TestExpectations:

2012-10-22  Michael Saboff  <msaboff@apple.com>

        Regression(r131655): Crash in StringImpl::findIgnoringCase
        https://bugs.webkit.org/show_bug.cgi?id=99753

        Reviewed by Geoffrey Garen.

        New regression test.

        * fast/js/find-ignoring-case-regress-99753-expected.txt: Added.
        * fast/js/find-ignoring-case-regress-99753.html: Added.

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

        Unreviewed, land render tree results for css3/flexbox pixel test that
        landed earlier this morning. The results were pulled from the bots.

        * platform/gtk/TestExpectations:
        * platform/gtk/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
        * platform/mac/TestExpectations:
        * platform/mac/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
        * platform/qt/TestExpectations:
        * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.

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

        [EFL] Rebaseline another test after r131941 and r131991.

        * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:

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

        [EFL] Add some missing SVG expectations.

        * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
        * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Added.

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 11.

        Finally finish rebaselining the SVG tests!

        * platform/efl/svg/filters/animate-fill-expected.png:
        * platform/efl/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
        * platform/efl/svg/filters/feImage-change-target-id-expected.png:
        * platform/efl/svg/filters/feImage-multiple-targets-id-change-expected.png:
        * platform/efl/svg/filters/feImage-reference-invalidation-expected.png:
        * platform/efl/svg/filters/feImage-remove-target-expected.png:
        * platform/efl/svg/filters/feImage-target-add-to-document-expected.png:
        * platform/efl/svg/filters/feImage-target-attribute-change-expected.png:
        * platform/efl/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
        * platform/efl/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
        * platform/efl/svg/filters/feImage-target-changes-id-expected.png:
        * platform/efl/svg/filters/feImage-target-id-change-expected.png:
        * platform/efl/svg/filters/feImage-target-inline-style-change-expected.png:
        * platform/efl/svg/filters/feImage-target-property-change-expected.png:
        * platform/efl/svg/filters/feImage-target-reappend-to-document-expected.png:
        * platform/efl/svg/filters/feImage-target-remove-from-document-expected.png:
        * platform/efl/svg/filters/feImage-target-style-change-expected.png:
        * platform/efl/svg/filters/filter-refresh-expected.png:
        * platform/efl/svg/filters/filter-width-update-expected.png: Added.
        * platform/efl/svg/filters/invalidate-on-child-layout-expected.png:
        * platform/efl/svg/hixie/perf/001-expected.png:
        * platform/efl/svg/hixie/perf/002-expected.png:
        * platform/efl/svg/hixie/perf/003-expected.png:
        * platform/efl/svg/hixie/perf/004-expected.png:
        * platform/efl/svg/hixie/perf/005-expected.png:
        * platform/efl/svg/hixie/perf/006-expected.png:
        * platform/efl/svg/hixie/perf/007-expected.png:
        * platform/efl/svg/repaint/filter-child-repaint-expected.png:
        * platform/efl/svg/repaint/image-href-change-expected.png:
        * platform/efl/svg/repaint/image-with-clip-path-expected.png:
        * platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png:
        * platform/efl/svg/repaint/inner-svg-change-viewBox-expected.png:
        * platform/efl/svg/repaint/inner-svg-change-viewPort-relative-expected.png:
        * platform/efl/svg/repaint/mask-clip-target-transform-expected.png:
        * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.png:
        * platform/efl/svg/repaint/text-mask-update-expected.png:
        * platform/efl/svg/text/append-text-node-to-tspan-expected.png:
        * platform/efl/svg/text/ems-display-none-expected.png:
        * platform/efl/svg/text/exs-display-none-expected.png:
        * platform/efl/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/efl/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/efl/svg/text/remove-tspan-from-text-expected.png:
        * platform/efl/svg/text/text-rescale-expected.png:
        * platform/efl/svg/text/text-text-05-t-expected.png:
        * platform/efl/svg/text/text-viewbox-rescale-expected.png:
        * platform/efl/svg/text/tspan-dynamic-positioning-expected.png:
        * platform/efl/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
        * platform/efl/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
        * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
        * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
        * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
        * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
        * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png:

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 10.

        * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:

2012-10-22  Julien Chaffraix  <jchaffraix@webkit.org>

        RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
        https://bugs.webkit.org/show_bug.cgi?id=99861

        Reviewed by Ojan Vafai.

        Added this test as the code in RenderTableCol::updateFromElement wasn't properly covered.

        * fast/table/col-span-change-relayout-expected.txt: Added.
        * fast/table/col-span-change-relayout.html: Added.

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 9.

        * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 8.

        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:

2012-10-22  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update more Chromium ML expectations.

        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium/TestExpectations:

2012-10-22  Mark Lam  <mark.lam@apple.com>

        Change stack recursion checks to be based on stack availability.
        https://bugs.webkit.org/show_bug.cgi?id=99872.

        Reviewed by Filip Pizlo and Geoffrey Garen.

        Updated test baseline.

        * fast/js/global-recursion-on-full-stack-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:

2012-10-22  Andreas Kling  <kling@webkit.org>

        REGRESSION(r131104): Heap-use-after-free in WebCore::Element::attributeChanged
        <http://webkit.org/b/99937>

        Reviewed by Anders Carlsson.

        * fast/html/input-type-change-crash-expected.txt: Added.
        * fast/html/input-type-change-crash.html: Added.

2012-10-22  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Bounds check for IDBCursor.advance() incorrect
        https://bugs.webkit.org/show_bug.cgi?id=100014

        Reviewed by Tony Chang.

        Assert that advance(2^32) throws and advance(2^32-1) does not, per WebIDL.

        * storage/indexeddb/cursor-advance-expected.txt:
        * storage/indexeddb/resources/cursor-advance.js:
        (testBadAdvance.advanceBadly):
        (testBadAdvance):
        (testEdges.request.onsuccess):
        (testEdges):

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 7.

        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:

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

        WebKit does not support 'flex-wrap: nowrap'
        https://bugs.webkit.org/show_bug.cgi?id=99924

        Reviewed by Ojan Vafai.

        Update expectations (find and replace none with nowrap).

        * 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:
        * svg/css/getComputedStyle-basic-expected.txt:

2012-10-22  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows gardening.

        * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.txt: Removed.
        * platform/chromium-linux/css1/text_properties/vertical_align-expected.txt: Removed.
        * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Removed.
        * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
        * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
        * platform/chromium-linux/fast/css/acid2-expected.txt: Removed.
        * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/007-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/placeholder-position-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-child-1-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-child-2-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-details-child-1-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-details-child-2-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-1-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-10-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-2-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-3-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-4-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-5-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-6-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-7-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-8-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-9-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-nested-1-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-no-summary1-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-no-summary2-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-no-summary3-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-no-summary4-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-open-javascript-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-open1-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-open2-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-open3-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-open4-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-open5-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-open6-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-position-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-child-1-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-child-2-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-1-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-2-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-3-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-4-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-5-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-6-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Removed.
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
        * platform/chromium-linux/fast/inline/002-expected.txt: Removed.
        * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Removed.
        * platform/chromium-linux/fast/writing-mode/fieldsets-expected.txt: Removed.
        * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Removed.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-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/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
        * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.txt: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-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-auto-size-expected.txt: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
        * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.txt: Removed.
        * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
        * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.txt: Removed.
        * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.txt: Removed.
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed.
        * platform/chromium-linux/transforms/svg-vs-css-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/css/acid2-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/acid2-pixel-expected.png: Added.
        * platform/chromium-mac-lion/fast/inline/002-expected.png: Added.
        * platform/chromium-mac-lion/fast/multicol: Added.
        * platform/chromium-mac-lion/fast/multicol/table-vertical-align-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Added.
        * platform/chromium-mac-lion/http/tests/misc: Added.
        * platform/chromium-mac-lion/http/tests/misc/acid2-expected.png: Added.
        * platform/chromium-mac-lion/http/tests/misc/acid2-pixel-expected.png: Added.
        * platform/chromium-mac-lion/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
        * platform/chromium-mac-lion/svg/transforms/svg-css-transforms-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug14323-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug43854-2-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug4427-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug6404-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Added.
        * platform/chromium-mac-lion/transforms: Added.
        * platform/chromium-mac-lion/transforms/svg-vs-css-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/acid2-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/css/acid2-pixel-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Removed.
        * platform/chromium-mac-snowleopard/http/tests/misc/acid2-expected.png: Removed.
        * platform/chromium-mac-snowleopard/http/tests/misc/acid2-pixel-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-clip-path-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-expected.png: Removed.
        * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Removed.
        * platform/chromium-win-xp/fast/inline: Added.
        * platform/chromium-win-xp/fast/inline-block/contenteditable-baseline-expected.txt:
        * platform/chromium-win-xp/fast/inline/vertical-align-text-bottom-expected.txt: Added.
        * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-win-xp/http/tests/misc/acid2-pixel-expected.txt: Added.
        * platform/chromium-win-xp/svg/transforms: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
        * platform/chromium-win-xp/tables/mozilla/bugs/bug14323-expected.txt: Added.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Added.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
        * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
        * platform/chromium-win/css1/text_properties/vertical_align-expected.png:
        * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
        * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
        * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
        * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
        * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
        * platform/chromium-win/fast/css/acid2-expected.txt:
        * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
        * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
        * platform/chromium-win/fast/forms/007-expected.png:
        * platform/chromium-win/fast/forms/007-expected.txt:
        * platform/chromium-win/fast/forms/basic-buttons-expected.png:
        * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
        * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium-win/fast/forms/placeholder-position-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/forms/searchfield-heights-expected.png:
        * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/html/details-add-child-1-expected.png:
        * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-child-2-expected.png:
        * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-child-2-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/fast/html/details-nested-1-expected.png:
        * platform/chromium-win/fast/html/details-nested-1-expected.txt:
        * platform/chromium-win/fast/html/details-nested-2-expected.png:
        * platform/chromium-win/fast/html/details-nested-2-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary1-expected.png:
        * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary2-expected.png:
        * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary3-expected.png:
        * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary4-expected.png:
        * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
        * platform/chromium-win/fast/html/details-open-javascript-expected.png:
        * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
        * platform/chromium-win/fast/html/details-open1-expected.png:
        * platform/chromium-win/fast/html/details-open1-expected.txt:
        * platform/chromium-win/fast/html/details-open2-expected.png:
        * platform/chromium-win/fast/html/details-open2-expected.txt:
        * platform/chromium-win/fast/html/details-open3-expected.png:
        * platform/chromium-win/fast/html/details-open3-expected.txt:
        * platform/chromium-win/fast/html/details-open4-expected.png:
        * platform/chromium-win/fast/html/details-open4-expected.txt:
        * platform/chromium-win/fast/html/details-open5-expected.png:
        * platform/chromium-win/fast/html/details-open5-expected.txt:
        * platform/chromium-win/fast/html/details-open6-expected.png:
        * platform/chromium-win/fast/html/details-open6-expected.txt:
        * platform/chromium-win/fast/html/details-position-expected.png:
        * platform/chromium-win/fast/html/details-position-expected.txt:
        * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
        * platform/chromium-win/fast/html/details-replace-text-expected.png:
        * platform/chromium-win/fast/html/details-replace-text-expected.txt:
        * platform/chromium-win/fast/html/details-writing-mode-expected.png:
        * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
        * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
        * platform/chromium-win/fast/inline/002-expected.txt:
        * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
        * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
        * platform/chromium-win/fast/repaint/4774354-expected.png:
        * platform/chromium-win/fast/repaint/4776765-expected.png:
        * platform/chromium-win/fast/repaint/caret-outside-block-expected.png:
        * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-win/fast/repaint/selection-rl-expected.png:
        * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
        * platform/chromium-win/http/tests/misc/acid2-expected.txt:
        * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
        * 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.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
        * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
        * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-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.png:
        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-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-huge-size-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-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-override-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-win/tables/mozilla/bugs/bug14323-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
        * platform/chromium-win/transforms/svg-vs-css-expected.txt:

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

        [chromium] Unreviewed, Win and Mac baselines for css3/flexbox/flexbox-baseline-margins.html.

        * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
        * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.txt.
        * platform/chromium/TestExpectations:

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 6.

        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 5.

        * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:

2012-10-22  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/TestExpectations:

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

        Unreviewed, rolling out r132119.
        http://trac.webkit.org/changeset/132119
        https://bugs.webkit.org/show_bug.cgi?id=100019

        Fails its own test on Mac platforms. (Requested by leviw on
        #webkit).

        * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Removed.
        * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Removed.

2012-10-22  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening.

        * platform/chromium-mac-lion/editing/selection/3690703-2-expected.txt: Removed.
        * platform/chromium-mac-lion/editing/selection/3690703-expected.txt: Removed.
        * platform/chromium-mac-lion/editing/selection/3690719-expected.txt: Removed.
        * platform/chromium-mac-lion/editing/selection/4397952-expected.txt: Removed.
        * platform/chromium-mac-lion/editing/selection/5240265-expected.txt: Removed.
        * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/block/float/032-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/css/continuationCrash-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/001-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/button-sizes-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/button-style-color-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/formmove3-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/input-appearance-height-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/input-value-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.txt: Removed.
        * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/css/acid2-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/acid2-pixel-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
        * platform/chromium-mac-snowleopard/http/tests/misc/acid2-expected.png: Added.
        * platform/chromium-mac-snowleopard/http/tests/misc/acid2-pixel-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-expected.png: Added.
        * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: 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/5240265-expected.png:
        * platform/chromium-mac/editing/selection/5240265-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/032-expected.txt:
        * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
        * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
        * 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/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
        * platform/chromium-mac/fast/forms/001-expected.png:
        * platform/chromium-mac/fast/forms/001-expected.txt:
        * 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-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/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-disabled-expected.txt:
        * 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/forms/file/input-file-re-render-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.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-value-expected.png:
        * platform/chromium-mac/fast/forms/input-value-expected.txt:
        * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
        * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
        * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
        * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
        * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
        * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
        * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-button-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/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
        * 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/bug2479-3-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
        * 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/bug4429-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/bug51037-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
        * 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/dom/tableDom-expected.txt:
        * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
        * 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-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:
        * 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:
        * 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:

2012-10-22  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Points on the bottom and right edges of an exclusion shape should be classified as "outside"
        https://bugs.webkit.org/show_bug.cgi?id=98967

        Reviewed by Dirk Schulze.

        Verify that a exclusion shape-inside overlaps lines whose top is less than the
        shape bounds' top+height but not equal to the shape bounds' top+height.

        * fast/exclusions/shape-inside/shape-inside-bottom-edge-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Added.

2012-10-22  Chris Rogers  <crogers@google.com>

        Update some AudioContext create() method names to latest Web Audio spec
        https://bugs.webkit.org/show_bug.cgi?id=99888

        Reviewed by Adam Barth.

        * webaudio/delaynode-expected.txt:
        * webaudio/delaynode.html:
        * webaudio/gain.html:
        * webaudio/javascriptaudionode-expected.txt:
        * webaudio/javascriptaudionode.html:

2012-10-22  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Baselines following r132112.

        * 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:

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 4.

        * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.png:
        * platform/efl/svg/as-image/animated-svg-as-image-expected.png:
        * platform/efl/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
        * platform/efl/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/efl/svg/as-image/svg-image-change-content-size-expected.png:
        * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
        * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
        * platform/efl/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
        * platform/efl/svg/as-object/embedded-svg-size-changes-expected.png:
        * platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png:
        * platform/efl/svg/as-object/nested-embedded-svg-size-changes-expected.png:
        * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
        * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
        * platform/efl/svg/carto.net/tabgroup-expected.png:
        * platform/efl/svg/carto.net/window-expected.png:
        * platform/efl/svg/css/shadow-changes-expected.png:
        * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.png:
        * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
        * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
        * platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
        * platform/efl/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
        * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
        * platform/efl/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:

2012-10-22  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening.

        * css1/text_properties/vertical_align-expected.txt: Added.
        * fast/multicol/table-vertical-align-expected.png: Added.
        * fast/multicol/table-vertical-align-expected.txt: Added.
        * fast/repaint/caret-outside-block-expected.png: Added.
        * http/tests/misc/acid2-expected.png: Added.
        * platform/chromium-linux-x86/fast/inline: Added.
        * platform/chromium-linux-x86/fast/inline-block/contenteditable-baseline-expected.txt:
        * platform/chromium-linux-x86/fast/inline/vertical-align-text-bottom-expected.txt: Added.
        * platform/chromium-linux-x86/fast/multicol/table-vertical-align-expected.txt: Removed.
        * platform/chromium-linux-x86/http/tests/misc/acid2-pixel-expected.txt: Added.
        * platform/chromium-linux-x86/svg/transforms: Removed.
        * platform/chromium-linux-x86/tables/mozilla/bugs/bug14323-expected.txt: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
        * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.txt: Added.
        * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
        * platform/chromium-linux/css1/text_properties/vertical_align-expected.txt: Added.
        * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
        * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Added.
        * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
        * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
        * platform/chromium-linux/fast/css/acid2-expected.txt: Added.
        * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Added.
        * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
        * platform/chromium-linux/fast/forms/007-expected.png:
        * platform/chromium-linux/fast/forms/007-expected.txt: Added.
        * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
        * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
        * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-linux/fast/forms/placeholder-position-expected.txt: Added.
        * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.txt: Added.
        * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
        * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-child-1-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-child-2-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-details-child-1-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-details-child-2-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-1-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-10-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-2-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-3-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-4-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-5-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-6-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-7-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-8-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-9-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-marker-style-expected.png:
        * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-nested-1-expected.png:
        * platform/chromium-linux/fast/html/details-nested-1-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-nested-2-expected.png:
        * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary1-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary2-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary3-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary4-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
        * platform/chromium-linux/fast/html/details-open-javascript-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-open1-expected.png:
        * platform/chromium-linux/fast/html/details-open1-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-open2-expected.png:
        * platform/chromium-linux/fast/html/details-open2-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-open3-expected.png:
        * platform/chromium-linux/fast/html/details-open3-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-open4-expected.png:
        * platform/chromium-linux/fast/html/details-open4-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-open5-expected.png:
        * platform/chromium-linux/fast/html/details-open5-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-open6-expected.png:
        * platform/chromium-linux/fast/html/details-open6-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-position-expected.png:
        * platform/chromium-linux/fast/html/details-position-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-remove-child-1-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-remove-child-2-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-1-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-2-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-3-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-4-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-5-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-6-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.txt: Added.
        * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
        * platform/chromium-linux/fast/html/details-replace-text-expected.png:
        * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
        * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
        * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Added.
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
        * platform/chromium-linux/fast/inline-block/contenteditable-baseline-expected.txt:
        * platform/chromium-linux/fast/inline/002-expected.txt: Added.
        * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.txt: Added.
        * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt:
        * platform/chromium-linux/fast/repaint/4774354-expected.png:
        * platform/chromium-linux/fast/repaint/4776765-expected.png:
        * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png:
        * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-linux/fast/writing-mode/fieldsets-expected.txt: Added.
        * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Added.
        * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Added.
        * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Added.
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Added.
        * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
        * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.txt: Added.
        * 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-hixie-mixed-009-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: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * 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-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-auto-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
        * 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-override-size-expected.txt: Added.
        * 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/bugs/bug14323-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
        * platform/chromium-linux/transforms/svg-vs-css-expected.txt: Added.
        * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac-lion/fast/forms/007-expected.png:
        * platform/chromium-mac-lion/fast/forms/basic-buttons-expected.png:
        * platform/chromium-mac-lion/fast/forms/datalist: Added.
        * platform/chromium-mac-lion/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-mac-lion/fast/forms/searchfield-heights-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-child-1-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-child-2-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-10-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-6-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-7-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-8-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-mac-lion/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-mac-lion/fast/html/details-marker-style-expected.png:
        * platform/chromium-mac-lion/fast/html/details-nested-1-expected.png:
        * platform/chromium-mac-lion/fast/html/details-nested-2-expected.png:
        * platform/chromium-mac-lion/fast/html/details-no-summary1-expected.png:
        * platform/chromium-mac-lion/fast/html/details-no-summary2-expected.png:
        * platform/chromium-mac-lion/fast/html/details-no-summary3-expected.png:
        * platform/chromium-mac-lion/fast/html/details-no-summary4-expected.png:
        * platform/chromium-mac-lion/fast/html/details-open-javascript-expected.png:
        * platform/chromium-mac-lion/fast/html/details-open1-expected.png:
        * platform/chromium-mac-lion/fast/html/details-open2-expected.png:
        * platform/chromium-mac-lion/fast/html/details-open3-expected.png:
        * platform/chromium-mac-lion/fast/html/details-open4-expected.png:
        * platform/chromium-mac-lion/fast/html/details-open5-expected.png:
        * platform/chromium-mac-lion/fast/html/details-open6-expected.png:
        * platform/chromium-mac-lion/fast/html/details-position-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-4-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-5-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-mac-lion/fast/html/details-remove-summary-child-2-expected.png:
        * platform/chromium-mac-lion/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-mac-lion/fast/html/details-replace-text-expected.png:
        * platform/chromium-mac-lion/fast/html/details-writing-mode-expected.png:
        * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/chromium-mac-lion/fast/inline: Added.
        * platform/chromium-mac-lion/fast/inline/vertical-align-text-bottom-expected.png: Added.
        * platform/chromium-mac-lion/fast/inline/vertical-align-text-bottom-expected.txt: Added.
        * platform/chromium-mac-lion/fast/repaint: Added.
        * platform/chromium-mac-lion/fast/repaint/4774354-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/4776765-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/caret-outside-block-expected.png: Added.
        * platform/chromium-mac-lion/fast/repaint/selection-rl-expected.png: Added.
        * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-2-expected.png:
        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-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-10-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-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-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-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-6-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-7-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-8-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-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-open1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-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-4-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-5-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-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/html/details-writing-mode-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/vertical-align-text-bottom-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/multicol/table-vertical-align-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/caret-outside-block-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-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-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-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/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
        * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
        * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
        * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
        * platform/chromium-mac/fast/css/acid2-expected.png: Added.
        * platform/chromium-mac/fast/css/acid2-pixel-expected.png:
        * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
        * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
        * platform/chromium-mac/fast/forms/007-expected.png:
        * platform/chromium-mac/fast/forms/007-expected.txt:
        * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
        * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
        * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-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/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-marker-style-expected.png:
        * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
        * platform/chromium-mac/fast/html/details-nested-1-expected.png:
        * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
        * platform/chromium-mac/fast/html/details-nested-2-expected.png:
        * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
        * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
        * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
        * platform/chromium-mac/fast/html/details-open1-expected.png:
        * platform/chromium-mac/fast/html/details-open1-expected.txt:
        * platform/chromium-mac/fast/html/details-open2-expected.png:
        * platform/chromium-mac/fast/html/details-open2-expected.txt:
        * platform/chromium-mac/fast/html/details-open3-expected.png:
        * platform/chromium-mac/fast/html/details-open3-expected.txt:
        * platform/chromium-mac/fast/html/details-open4-expected.png:
        * platform/chromium-mac/fast/html/details-open4-expected.txt:
        * platform/chromium-mac/fast/html/details-open5-expected.png:
        * platform/chromium-mac/fast/html/details-open5-expected.txt:
        * platform/chromium-mac/fast/html/details-open6-expected.png:
        * platform/chromium-mac/fast/html/details-open6-expected.txt:
        * platform/chromium-mac/fast/html/details-position-expected.png:
        * platform/chromium-mac/fast/html/details-position-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
        * platform/chromium-mac/fast/html/details-replace-text-expected.png:
        * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
        * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
        * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
        * platform/chromium-mac/fast/inline/002-expected.png:
        * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.txt:
        * platform/chromium-mac/fast/multicol/table-vertical-align-expected.png:
        * platform/chromium-mac/fast/multicol/table-vertical-align-expected.txt:
        * platform/chromium-mac/fast/repaint/4774354-expected.png:
        * platform/chromium-mac/fast/repaint/4776765-expected.png:
        * platform/chromium-mac/fast/repaint/caret-outside-block-expected.png:
        * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
        * platform/chromium-mac/fast/repaint/selection-rl-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
        * platform/chromium-mac/http/tests/misc/acid2-expected.png: Added.
        * platform/chromium-mac/http/tests/misc/acid2-pixel-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
        * 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-2-expected.txt:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
        * platform/chromium-mac/svg/transforms/svg-css-transforms-clip-path-expected.png:
        * platform/chromium-mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
        * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.png:
        * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-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.png:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-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-auto-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-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-mac/tables/mozilla/bugs/bug14323-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug43854-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
        * platform/chromium-mac/transforms/svg-vs-css-expected.png:
        * platform/chromium-mac/transforms/svg-vs-css-expected.txt:
        * platform/chromium-win-xp/fast/multicol/table-vertical-align-expected.txt: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla/bugs/bug43854-2-expected.png: Removed.
        * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Replaced.
        * platform/chromium/fast/css/acid2-expected.png: Removed.
        * platform/chromium/http/tests/misc/acid2-expected.png: Removed.
        * platform/efl/css1/text_properties/vertical_align-expected.txt: Removed.
        * platform/efl/fast/multicol/table-vertical-align-expected.png: Removed.
        * platform/efl/fast/multicol/table-vertical-align-expected.txt: Removed.
        * platform/efl/fast/repaint/caret-outside-block-expected.png: Removed.
        * platform/efl/http/tests/misc/acid2-expected.png: Removed.
        * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
        * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug4427-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug6404-expected.txt: Removed.
        * platform/gtk/css1/text_properties/vertical_align-expected.txt: Removed.
        * platform/gtk/fast/multicol/table-vertical-align-expected.png: Removed.
        * platform/gtk/fast/multicol/table-vertical-align-expected.txt: Removed.
        * platform/gtk/fast/repaint/caret-outside-block-expected.png: Removed.
        * platform/gtk/http/tests/misc/acid2-expected.png: Removed.
        * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
        * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Removed.

2012-10-22  Anders Carlsson  <andersca@apple.com>

        [WK2] Regression(r131990): plugins/npruntime/remove-property.html started failing
        https://bugs.webkit.org/show_bug.cgi?id=99977

        Reviewed by Alexey Proskuryakov.

        Remove now passing test.

        * platform/efl-wk2/TestExpectations:

2012-10-22  Varun Jain  <varunjain@chromium.org>

        Context menu generated from touch gestures on textareas has
        context of the cursor position instead of the position where the event occurs.
        https://bugs.webkit.org/show_bug.cgi?id=99520

        Reviewed by Kenneth Rohde Christiansen.

        Send a synthetic mouse down event for context menu-summoning-gesture events so that
        textareas can correctly set cursors before receiving the context menu event.

        * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
        * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.

2012-10-22  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening.

        * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac-lion/editing/selection/3690703-2-expected.txt: Added.
        * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
        * platform/chromium-mac-lion/editing/selection/3690703-expected.txt: Added.
        * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
        * platform/chromium-mac-lion/editing/selection/3690719-expected.txt: Added.
        * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
        * platform/chromium-mac-lion/editing/selection/4397952-expected.txt: Added.
        * platform/chromium-mac-lion/editing/selection/5240265-expected.png:
        * platform/chromium-mac-lion/editing/selection/5240265-expected.txt: Added.
        * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png:
        * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.txt: Added.
        * platform/chromium-mac-lion/fast/block/float/032-expected.txt: Added.
        * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.png:
        * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/continuationCrash-expected.png:
        * platform/chromium-mac-lion/fast/css/continuationCrash-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.png:
        * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.txt: Added.
        * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.png:
        * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.txt: Added.
        * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/001-expected.png:
        * platform/chromium-mac-lion/fast/forms/001-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.png:
        * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/button-sizes-expected.png:
        * platform/chromium-mac-lion/fast/forms/button-sizes-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/button-style-color-expected.png:
        * platform/chromium-mac-lion/fast/forms/button-style-color-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/button-table-styles-expected.png:
        * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.png:
        * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.png:
        * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields: Added.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.png:
        * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.png:
        * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/file/file-input-pressed-state-expected.png:
        * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.png:
        * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/formmove3-expected.png:
        * platform/chromium-mac-lion/fast/forms/formmove3-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/input-value-expected.png:
        * platform/chromium-mac-lion/fast/forms/input-value-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.png:
        * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.txt: Added.
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields: Added.
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Added.
        * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.png:
        * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.txt: Added.
        * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.txt: Added.
        * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.png:
        * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.txt: Added.
        * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.png: Added.
        * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png:
        * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.txt: Added.
        * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: 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/4397952-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5240265-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/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/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/001-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-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/control-restrict-line-height-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-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/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-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/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-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/text/international/text-spliced-font-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.txt: Added.
        * 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:
        * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-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/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/bug60749-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-win-xp/fast/text/international/text-spliced-font-expected.png: Removed.

2012-10-22  Aaron Colwell  <acolwell@chromium.org>

        webkitsourceopen event doesn't always fire
        https://bugs.webkit.org/show_bug.cgi?id=99868

        Reviewed by Adam Barth.

        Added a test that verifies the webkitsourceopen event still fires
        even if the MediaSource variable goes out of scope and garbage
        collection occurs.

        * http/tests/media/media-source/video-media-source-garbage-collection-before-sourceopen-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-garbage-collection-before-sourceopen.html: Added.

2012-10-22  Jer Noble  <jer.noble@apple.com>

        Unreviewed, further Apple Mac baselines for shadow DOM changes to RenderSlider.

        * platform/mac/fast/forms/input-appearance-height-expected.txt:
        * platform/mac/media/controls-without-preload-expected.txt:

2012-10-22  Emil A Eklund  <eae@chromium.org>

        Change baselinePosition and maxAscent/maxDescent to int
        https://bugs.webkit.org/show_bug.cgi?id=99767

        Reviewed by Levi Weintraub.
        
        Add test for alignment of replaced elements. Update existing
        tests to account for rounding differences in alignment.

        * fast/sub-pixel/replaced-element-baseline-expected.txt: Added.
        * fast/sub-pixel/replaced-element-baseline.html: Added.
        * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt:
        * platform/chromium-linux/fast/repaint/4774354-expected.png:
        * platform/chromium-linux/fast/repaint/4776765-expected.png:
        * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png:
        * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
        * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
        * platform/chromium-win/fast/css/acid2-expected.txt:
        * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
        * platform/chromium-win/fast/inline/002-expected.txt:
        * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
        * platform/chromium-win/http/tests/misc/acid2-expected.txt:
        * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
        * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
        * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
        * platform/chromium-win/transforms/svg-vs-css-expected.txt:

2012-10-22  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening, marking fast/sub-pixel/file-upload-control-at-fractional-offset.html as failing on LION for now.

        * platform/chromium/TestExpectations:

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

        Fix some baseline flexbox alignment
        https://bugs.webkit.org/show_bug.cgi?id=99879

        Reviewed by Ojan Vafai.

        Additional test cases for baseline aligning flexbox.

        * css3/flexbox/flexbox-baseline-margins.html: Added.
        * css3/flexbox/resources/flexbox.css:
        (.flex-one): New cross browser value.
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

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

        Unreviewed, updating skipped tests that moved.

        * platform/win/TestExpectations:

2012-10-22  Mario Sanchez Prada  <msanchez@igalia.com>

        [GTK] Don't use deprecated AccessibilityObject methods after r99502
        https://bugs.webkit.org/show_bug.cgi?id=99985

        Reviewed by Chris Fleizach.

        Update test and expectations to reflect the changes in the
        accessible title (now it's the localized one) being returned.

        * platform/gtk/accessibility/media-controls-panel-title-expected.txt: Updated.
        * platform/gtk/accessibility/media-controls-panel-title.html: Updated.

2012-10-22  Emil A Eklund  <eae@chromium.org>

        Convert fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html to ref test
        https://bugs.webkit.org/show_bug.cgi?id=99869

        Reviewed by Eric Seidel.

        fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html is currently a pixel test, convert it to a ref test instead.

        * fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html: Added.
        * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
        * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
        * platform/chromium-mac-lion/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
        * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
        * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
        * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
        * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
        * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
        * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.

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

        Web Inspector: add timeline instrumentation for scrolling of a layer
        https://bugs.webkit.org/show_bug.cgi?id=99461

        Reviewed by Pavel Feldman.

        - added Scroll record type;

        * inspector/timeline/timeline-enum-stability-expected.txt:

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

        Web Inspector: Prepare mappings to moving uiSourceCodes creation out of them to workspace.
        https://bugs.webkit.org/show_bug.cgi?id=99997

        Reviewed by Pavel Feldman.

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

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

        Unreviewed GTK gardening.

        Fixing expectations for fast/dom/gc-acid3.html to pass the linting.

        * platform/gtk/TestExpectations:

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

        Web Inspector: Treat dynamic anonymous scripts as other anonymous and fix anonymous script editing and breakpoints.
        https://bugs.webkit.org/show_bug.cgi?id=99989

        Reviewed by Pavel Feldman.

        * http/tests/inspector-enabled/dynamic-scripts-expected.txt:
        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * inspector/debugger/dynamic-script-tag-expected.txt:
        * inspector/debugger/dynamic-scripts-expected.txt:
        * inspector/debugger/live-edit-breakpoints-expected.txt:
        * inspector/debugger/live-edit-breakpoints.html:
        * inspector/debugger/resource-script-mapping-expected.txt:
        * inspector/debugger/resource-script-mapping.html:

2012-10-22  Emil A Eklund  <eae@chromium.org>

        Convert fast/sub-pixel/float-containing-block-with-margin.html to text test
        https://bugs.webkit.org/show_bug.cgi?id=99866

        Reviewed by Eric Seidel.

        fast/sub-pixel/float-containing-block-with-margin.html doesn't
        need to be a pixel test, convert it to a text one.

        * fast/sub-pixel/float-containing-block-with-margin-expected.txt:
        * fast/sub-pixel/float-containing-block-with-margin.html:
        * platform/chromium-linux/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
        * platform/chromium-mac-lion/fast/sub-pixel: Removed.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
        * platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
        * platform/chromium-win/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.

2012-10-22  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [css3-text] Add rendering support for -webkit-text-decoration-style
        https://bugs.webkit.org/show_bug.cgi?id=94094

        Reviewed by Julien Chaffraix.

        Added paint and repaint layout tests for CSS3 text-decoration-style
        property. Pixel results are not included due to missing platform support
        for some decoration styles (handled on bug 93507). These are going
        to be added when platform support is complete.

        * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style-expected.txt: Added.
        * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html: Added.
        * fast/css3-text/css3-text-decoration/text-decoration-style-expected.txt: Added.
        * fast/css3-text/css3-text-decoration/text-decoration-style.html: Added.

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

        HTMLBaseElement href attribute binding returns wrong URL
        https://bugs.webkit.org/show_bug.cgi?id=98184

        Reviewed by Ojan Vafai.

        Resolve the href attribute binding relative to the document URL instead of resolving it to the
        base element itself. If there is no href attribute this should return the fallback base URL.

        http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element

        * fast/dom/HTMLAnchorElement/set-href-attribute-rebase-expected.txt: Added.
        * fast/dom/HTMLAnchorElement/set-href-attribute-rebase.html: Added.
        * fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt: Added.
        * fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html: Added.
        * fast/dom/element-attribute-js-null-expected.txt:
        * fast/dom/element-attribute-js-null.html:

2012-10-22  Florin Malita  <fmalita@chromium.org>

        Incorrect embedded SVG image sizing on first load
        https://bugs.webkit.org/show_bug.cgi?id=99489

        Reviewed by Nikolas Zimmermann.

        * svg/custom/svg-image-initial-size-expected.html: Added.
        * svg/custom/svg-image-initial-size.html: Added.

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

        [EFL][WK2] Skip plugins/npruntime/remove-property.html
        https://bugs.webkit.org/show_bug.cgi?id=99978

        Unreviewed EFL gardening.

        Skip plugins/npruntime/remove-property.html which started
        failing after r131990.

        * platform/efl-wk2/TestExpectations:

2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>

        Change the path of the include files in the text decoration test cases.
        https://bugs.webkit.org/show_bug.cgi?id=99974

        Reviewed by Gyuyoung Kim.

        The include path is differentiated by http://trac.webkit.org/changeset/132043

        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html:
        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html:
        * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html:

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

        [GTK] Enable Microdata DOM API
        https://bugs.webkit.org/show_bug.cgi?id=99033

        Reviewed by Martin Robinson.

        Unskip the Microdata tests, they all pass now that the feature has been enabled.

        * platform/gtk/TestExpectations:

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

        [GTK] Enable CSP 1.1
        https://bugs.webkit.org/show_bug.cgi?id=99064

        Reviewed by Martin Robinson.

        Unskip the CSP 1.1 layout tests as they all pass with the feature enabled.

        * platform/gtk/TestExpectations:

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

        Test date-suggestion-picker-reset-value-after-reload.html will timeout when running with other tests
        https://bugs.webkit.org/show_bug.cgi?id=99969

        Reviewed by Kent Tamura.

        When running with other tests the iframe onload event seems to fire before the script tag is parsed.

        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:

2012-10-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Handle GET of blob URLs.
        https://bugs.webkit.org/show_bug.cgi?id=99053

        Reviewed by Simon Hausmann.

        Unskip tests working after we handle GET of Blob URLs. Unfortunately they require beginDragWithFiles, 
        and thus only work in DRT.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/qt/fast/files/workers/worker-read-blob-async-actual.txt: Added.

2012-10-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Basic gesture event handling
        https://bugs.webkit.org/show_bug.cgi?id=66173

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/qt/fast/events/touch/gesture/gesture-click-expected.txt: Added.

2012-10-22  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] ASSERT triggered when we try reprojecting fallback elements.
        https://bugs.webkit.org/show_bug.cgi?id=99815

        Reviewed by Hajime Morita.

        * fast/dom/shadow/content-reprojection-fallback-crash-expected.txt: Added.
        * fast/dom/shadow/content-reprojection-fallback-crash.html: Added.

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 3.

        * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
        * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
        * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png:
        * platform/efl/fast/repaint/scroll-in-clipped-layer-expected.png:
        * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png:
        * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
        * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
        * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
        * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
        * platform/efl/fast/repaint/search-field-cancel-expected.png:
        * platform/efl/fast/repaint/select-option-background-color-expected.png:
        * platform/efl/fast/repaint/selected-replaced-expected.png:
        * platform/efl/fast/repaint/selection-after-delete-expected.png:
        * platform/efl/fast/repaint/selection-after-remove-expected.png:
        * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
        * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
        * platform/efl/fast/repaint/selection-rl-expected.png:
        * platform/efl/fast/repaint/stacked-diacritics-expected.png:
        * platform/efl/fast/repaint/static-to-positioned-expected.png:
        * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
        * platform/efl/fast/repaint/subtree-root-clip-2-expected.png: Added.
        * platform/efl/fast/repaint/subtree-root-clip-3-expected.png: Added.
        * platform/efl/fast/repaint/subtree-root-clip-expected.png: Added.
        * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
        * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
        * platform/efl/fast/repaint/table-cell-move-expected.png:
        * platform/efl/fast/repaint/table-col-background-expected.png:
        * platform/efl/fast/repaint/table-collapsed-border-expected.png:
        * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
        * platform/efl/fast/repaint/table-outer-border-expected.png:
        * platform/efl/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
        * platform/efl/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png:
        * platform/efl/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
        * platform/efl/fast/repaint/table-row-expected.png:
        * platform/efl/fast/repaint/table-section-overflow-expected.png:
        * platform/efl/fast/repaint/table-section-repaint-expected.png:
        * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
        * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
        * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
        * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
        * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
        * platform/efl/fast/repaint/transform-absolute-child-expected.png:
        * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
        * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
        * platform/efl/fast/repaint/transform-relative-position-expected.png:
        * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
        * platform/efl/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
        * platform/efl/fast/repaint/transform-translate-expected.png:
        * platform/efl/fast/table/border-collapsing/cached-69296-expected.png:
        * platform/efl/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
        * platform/efl/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
        * platform/efl/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
        * platform/efl/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.

2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>

        Move LayoutTests/fast/css3-text-decoration directory into LayoutTests/fast/css3-text directory.
        https://bugs.webkit.org/show_bug.cgi?id=99948

        Reviewed by Hajime Morita.

        css3-text-decoration is one of the feature under the ENABLE_CSS3_TEXT flag,
        it should be maintained in the css3-text directory with other features under the same flag.

        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt.
        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html.
        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt.
        * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html.
        * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js.
        (testElementStyle):
        (testComputedStyle):
        * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-style.js: Renamed from LayoutTests/fast/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-style.js.
        (testElementStyle):
        (testComputedStyleValue):
        (testValue):
        * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png: Renamed from LayoutTests/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png.
        * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.txt: Renamed from LayoutTests/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.txt.
        * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html: Renamed from LayoutTests/fast/css3-text-decoration/repaint/repaint-text-decoration-line.html.
        * fast/css3-text/css3-text-decoration/text-decoration-line-expected.html: Renamed from LayoutTests/fast/css3-text-decoration/text-decoration-line-expected.html.
        * fast/css3-text/css3-text-decoration/text-decoration-line.html: Renamed from LayoutTests/fast/css3-text-decoration/text-decoration-line.html.
        * platform/chromium/TestExpectations:
        * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png: Renamed from LayoutTests/platform/efl/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png.
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: Renamed from LayoutTests/platform/win/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt.
        * platform/win/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt: Renamed from LayoutTests/platform/win/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt.

2012-10-22  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        WebKitTestRunner needs testRunner.queueLoadingScript and testRunner.queueNonLoadingScript
        https://bugs.webkit.org/show_bug.cgi?id=42675

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped corresponding test cases for WK2. Put those which still fail to appropriate
        groups.

        * platform/wk2/TestExpectations:

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 2.

        * platform/efl/fast/repaint/body-background-image-expected.png:
        * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
        * platform/efl/fast/repaint/layout-state-relative-expected.png:
        * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
        * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
        * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
        * platform/efl/fast/repaint/line-overflow-expected.png:
        * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
        * platform/efl/fast/repaint/list-marker-2-expected.png:
        * platform/efl/fast/repaint/make-children-non-inline-expected.png:
        * platform/efl/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/efl/fast/repaint/multicol-repaint-expected.png:
        * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
        * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
        * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
        * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
        * platform/efl/fast/repaint/outline-child-repaint-expected.png:
        * platform/efl/fast/repaint/outline-inset-expected.png:
        * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
        * platform/efl/fast/repaint/outline-shrinking-expected.png:
        * platform/efl/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png:
        * platform/efl/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
        * platform/efl/fast/repaint/overflow-delete-line-expected.png:
        * platform/efl/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
        * platform/efl/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png:
        * platform/efl/fast/repaint/overflow-hide-expected.png:
        * platform/efl/fast/repaint/overflow-into-content-expected.png:
        * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
        * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
        * platform/efl/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png:
        * platform/efl/fast/repaint/overflow-show-expected.png:
        * platform/efl/fast/repaint/reflection-redraw-expected.png:
        * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
        * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
        * platform/efl/fast/repaint/region-painting-via-layout-expected.png:
        * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
        * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/efl/fast/repaint/repaint-during-scroll-expected.png:
        * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
        * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
        * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
        * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:

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

        [EFL] Rebaseline pixel expectations after r131941 and r131991, part 1.

        * platform/efl/fast/repaint/4774354-expected.png:
        * platform/efl/fast/repaint/4776765-expected.png:
        * platform/efl/fast/repaint/absolute-position-changed-expected.png:
        * platform/efl/fast/repaint/add-table-overpaint-expected.png: Removed.
        * platform/efl/fast/repaint/background-generated-expected.png:
        * platform/efl/fast/repaint/background-misaligned-expected.png:
        * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
        * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
        * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
        * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
        * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
        * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
        * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.png:
        * platform/efl/fast/repaint/border-fit-lines-expected.png:
        * platform/efl/fast/repaint/border-radius-repaint-expected.png:
        * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
        * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
        * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
        * platform/efl/fast/repaint/bugzilla-3509-expected.png:
        * platform/efl/fast/repaint/bugzilla-5699-expected.png:
        * platform/efl/fast/repaint/bugzilla-6278-expected.png:
        * platform/efl/fast/repaint/bugzilla-6388-expected.png:
        * platform/efl/fast/repaint/bugzilla-6473-expected.png:
        * platform/efl/fast/repaint/bugzilla-7235-expected.png:
        * platform/efl/fast/repaint/button-spurious-layout-hint-expected.png:
        * platform/efl/fast/repaint/canvas-putImageData-expected.png:
        * platform/efl/fast/repaint/caret-outside-block-expected.png:
        * platform/efl/fast/repaint/change-transform-expected.png:
        * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
        * platform/efl/fast/repaint/clipped-relative-expected.png:
        * platform/efl/fast/repaint/containing-block-position-change-expected.png:
        * platform/efl/fast/repaint/content-into-overflow-expected.png:
        * platform/efl/fast/repaint/continuation-after-outline-expected.png:
        * platform/efl/fast/repaint/control-clip-expected.png:
        * platform/efl/fast/repaint/create-layer-repaint-expected.png:
        * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
        * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
        * platform/efl/fast/repaint/erase-overflow-expected.png:
        * platform/efl/fast/repaint/fixed-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
        * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-expected.png:
        * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-position-transparency-with-overflow-expected.png:
        * platform/efl/fast/repaint/fixed-scale-expected.png:
        * platform/efl/fast/repaint/fixed-scroll-simple-expected.png:
        * platform/efl/fast/repaint/fixed-table-cell-expected.png:
        * platform/efl/fast/repaint/fixed-table-overflow-expected.png:
        * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png:
        * platform/efl/fast/repaint/fixed-tranformed-expected.png:
        * platform/efl/fast/repaint/float-in-new-block-with-layout-delta-expected.png:
        * platform/efl/fast/repaint/float-move-during-layout-expected.png:
        * platform/efl/fast/repaint/float-new-in-block-expected.png:
        * platform/efl/fast/repaint/float-overflow-expected.png: Added.
        * platform/efl/fast/repaint/float-overflow-right-expected.png: Added.
        * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
        * platform/efl/fast/repaint/iframe-scroll-repaint-expected.png:
        * platform/efl/fast/repaint/inline-block-resize-expected.png:
        * platform/efl/fast/repaint/inline-color-change-expected.png:
        * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:
        * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
        * platform/efl/fast/repaint/inline-vertical-lr-overflow-expected.png:
        * platform/efl/fast/repaint/inline-vertical-rl-overflow-expected.png:
        * platform/efl/fast/repaint/intermediate-layout-position-clip-expected.png:
        * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
        * platform/efl/fast/repaint/invisible-objects-expected.png:
        * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
        * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
        * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
        * platform/efl/fast/repaint/layer-full-repaint-expected.png:
        * platform/efl/fast/repaint/layer-hide-when-needs-layout-expected.png:
        * platform/efl/fast/repaint/layer-visibility-expected.png:

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

        Unreviewed GTK gardening.

        Adding flaky crashing expectations for fast/dom/gc-acid3.html
        and http/tests/misc/acid3.html.
        Removing timeout expectations for tests that were fixed in r131942.
        Reclassifying svg/animations/animate-css-xml-attributeType.html
        as a non-flaky failure.

        * platform/gtk/TestExpectations:

2012-10-22  Anton Muhin  <antonm@chromium.org>

        Unreviewed Chromium rebaselines.

        * platform/chromium/TestExpectations:

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, suppressing failure until I can figure out what's going on.

        * platform/chromium/TestExpectations:

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

        Refactor picker tests to fix flakiness and share code
        https://bugs.webkit.org/show_bug.cgi?id=99671

        Reviewed by Kent Tamura.

        Refactored so picker tests share code and structure.

        * fast/forms/resources/picker-common.js: Shared by all picker tests. Requires js-test-pre.js. Sets up an asynchronous test.
        (openPicker): Opens the picker for the given input and calls the callback when the picker did open.
        (popupOpenCallbackWrapper):
        (sendKey):
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium/TestExpectations: Marked all tests as not flaky. Marked all pixel tests as need rebaseline.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
        * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt:
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html:
        * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.txt:
        * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html:
        * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.txt:
        * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance.html:
        * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.txt:
        * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance.html:
        * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
        * platform/chromium/fast/forms/suggestion-picker/resources/suggestion-picker-common.js: Moved to resource directory like all other js files.
        (valueForEntry):
        (highlightedEntry):
        (entryValues):
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, could've sworn this was in the previous patch ...

        * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed.
        * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed. More chromium baseline cleanup after r132022.

        * platform/chromium-mac-lion/editing/selection/iframe-expected.png: Added.
        * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.png: Removed.
        * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.txt: Removed.
        * platform/chromium-mac/svg/custom/pattern-scaling-expected.txt: Removed.
        * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.png: Removed.
        * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.txt: Removed.
        * platform/chromium-win/svg/custom/pattern-scaling-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pattern-scaling-expected.png.
        * platform/chromium/svg/custom/pattern-scaling-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pattern-scaling-expected.txt.

2012-10-21  Shinya Kawanaka  <shinyak@chromium.org>

        Web Inspector: Shadow DOM: Node removal doesn't reflect.
        https://bugs.webkit.org/show_bug.cgi?id=99567

        Reviewed by Pavel Feldman.

        * inspector/elements/update-shadowdom-expected.txt: Added.
        * inspector/elements/update-shadowdom.html: Added.
        * platform/mac/TestExpectations:

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, more Chromium ML baselining minor cleanups.

        * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png.
        * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
        * platform/chromium-mac/editing/selection/iframe-expected.png:
        * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
        * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, rebaseline remaining Chromium ML editing tests.

        (long list of new baselines omitted).

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, new Chromium ML expectations for editing/inserting and editing/pasteboard.

        (long list of new baselines omitted).

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, new Chromium ML baselines for editing/deleting, editing/execCommand, and editing/selection

        (long list of new baselines omitted).

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, new Chromium ML baselines for platform/chromium/virtual/gpu/fast/hidpi.

        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png.
        * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
        * 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-mac/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium/TestExpectations:

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, add Chromium ML baselines for fast/hidpi.

        * platform/chromium-mac-lion/fast/hidpi/clip-text-in-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-as-background-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-as-background-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-background-dynamic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-background-dynamic-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-background-repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-background-repeat-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-background-repeat-without-size-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-background-repeat-without-size-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-border-image-comparison-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-border-image-comparison-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-border-image-dynamic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-border-image-dynamic-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-border-image-simple-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-border-image-simple-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-in-content-dynamic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-in-content-dynamic-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-out-of-order-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-out-of-order-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-simple-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-simple-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/image-set-without-specified-width-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-without-specified-width-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/resize-corner-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png.
        * platform/chromium-mac-lion/fast/hidpi/video-controls-in-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png.
        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png:
        * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-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/gradient-with-scaled-ancestor-expected.png:

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, re-adjust Chromium Mac expectations.

        * platform/chromium/TestExpectations:

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, new Chromium ML baselines for fast/canvas.

        * fast/canvas/canvas-incremental-repaint-expected.png: Renamed from LayoutTests/platform/efl/fast/canvas/canvas-incremental-repaint-expected.png.
        * fast/canvas/canvas-size-change-after-layout-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/canvas-size-change-after-layout-expected.png.
        * fast/canvas/canvasDrawingIntoSelf-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.png.
        * fast/canvas/drawImage-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/drawImage-expected.png.
        * fast/canvas/shadow-offset-1-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-1-expected.png.
        * fast/canvas/shadow-offset-2-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-2-expected.png.
        * fast/canvas/shadow-offset-3-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-3-expected.png.
        * platform/chromium-mac-lion/fast/canvas/arc360-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/arc360-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvas-before-css-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-before-css-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvas-bg-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-bg-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvas-composite-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-composite-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvas-resize-reset-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-resize-reset-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvas-size-change-after-layout-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-size-change-after-layout-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvas-text-baseline-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-text-baseline-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvas-transforms-during-path-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-transforms-during-path-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvas-zoom-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-zoom-expected.png.
        * platform/chromium-mac-lion/fast/canvas/canvasDrawingIntoSelf-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvasDrawingIntoSelf-expected.png.
        * platform/chromium-mac-lion/fast/canvas/check-stale-putImageData-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/check-stale-putImageData-expected.png.
        * platform/chromium-mac-lion/fast/canvas/drawImage-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/drawImage-expected.png.
        * platform/chromium-mac-lion/fast/canvas/drawImage-with-globalAlpha-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/drawImage-with-globalAlpha-expected.png.
        * platform/chromium-mac-lion/fast/canvas/fill-stroke-clip-reset-path-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/fill-stroke-clip-reset-path-expected.png.
        * platform/chromium-mac-lion/fast/canvas/fillrect-gradient-zero-stops-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/fillrect-gradient-zero-stops-expected.png.
        * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png.
        * platform/chromium-mac-lion/fast/canvas/image-object-in-canvas-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png.
        * platform/chromium-mac-lion/fast/canvas/image-pattern-rotate-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png.
        * platform/chromium-mac-lion/fast/canvas/patternfill-repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/patternfill-repeat-expected.png.
        * platform/chromium-mac-lion/fast/canvas/quadraticCurveTo-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/quadraticCurveTo-expected.png.
        * platform/chromium-mac-lion/fast/canvas/setWidthResetAfterForcedRender-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png.
        * platform/chromium-mac-lion/fast/canvas/shadow-offset-1-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-1-expected.png.
        * platform/chromium-mac-lion/fast/canvas/shadow-offset-2-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-2-expected.png.
        * platform/chromium-mac-lion/fast/canvas/shadow-offset-3-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-3-expected.png.
        * platform/chromium-mac-lion/fast/canvas/shadow-offset-4-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-4-expected.png.
        * platform/chromium-mac-lion/fast/canvas/shadow-offset-5-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-5-expected.png.
        * platform/chromium-mac-lion/fast/canvas/shadow-offset-6-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-6-expected.png.
        * platform/chromium-mac-lion/fast/canvas/shadow-offset-7-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-7-expected.png.
        * platform/chromium-mac-lion/fast/canvas/toDataURL-alpha-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/toDataURL-alpha-expected.png.
        * platform/chromium-mac-lion/fast/canvas/zero-size-fill-rect-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/zero-size-fill-rect-expected.png.
        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium-mac/fast/canvas/arc360-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-before-css-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-bg-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-composite-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-resize-reset-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-size-change-after-layout-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-text-baseline-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-transforms-during-path-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-zoom-expected.png:
        * platform/chromium-mac/fast/canvas/canvasDrawingIntoSelf-expected.png:
        * platform/chromium-mac/fast/canvas/check-stale-putImageData-expected.png:
        * platform/chromium-mac/fast/canvas/drawImage-expected.png:
        * platform/chromium-mac/fast/canvas/drawImage-with-globalAlpha-expected.png:
        * platform/chromium-mac/fast/canvas/fill-stroke-clip-reset-path-expected.png:
        * platform/chromium-mac/fast/canvas/fillrect-gradient-zero-stops-expected.png:
        * platform/chromium-mac/fast/canvas/fillrect_gradient-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/fast/canvas/patternfill-repeat-expected.png:
        * platform/chromium-mac/fast/canvas/quadraticCurveTo-expected.png:
        * platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png:
        * platform/chromium-mac/fast/canvas/shadow-offset-1-expected.png:
        * platform/chromium-mac/fast/canvas/shadow-offset-2-expected.png:
        * platform/chromium-mac/fast/canvas/shadow-offset-3-expected.png:
        * platform/chromium-mac/fast/canvas/shadow-offset-4-expected.png:
        * platform/chromium-mac/fast/canvas/shadow-offset-5-expected.png:
        * platform/chromium-mac/fast/canvas/shadow-offset-6-expected.png:
        * platform/chromium-mac/fast/canvas/shadow-offset-7-expected.png:
        * platform/chromium-mac/fast/canvas/toDataURL-alpha-expected.png:
        * platform/chromium-mac/fast/canvas/zero-size-fill-rect-expected.png:
        * platform/chromium/TestExpectations:
        * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.png: Removed.

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, expectations update for Chromium.

        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium/TestExpectations:

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, update Chromium ML baselines for LayoutTests/css1 and optimize.

        * css1/formatting_model/floating_elements-expected.png: Renamed from LayoutTests/platform/efl/css1/formatting_model/floating_elements-expected.png.
        * platform/chromium-linux-x86/css1/basic/class_as_selector-expected.png: Removed.
        * platform/chromium-linux-x86/css1/basic/id_as_selector-expected.png: Removed.
        * platform/chromium-linux-x86/css1/box_properties/border_bottom-expected.png: Removed.
        * platform/chromium-linux-x86/css1/box_properties/margin_left-expected.png: Removed.
        * platform/chromium-linux-x86/css1/box_properties/padding_right-expected.png: Removed.
        * platform/chromium-linux-x86/css1/pseudo/anchor-expected.png: Removed.
        * platform/chromium-mac-lion/css1/basic/class_as_selector-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/class_as_selector-expected.png.
        * platform/chromium-mac-lion/css1/basic/comments-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/comments-expected.png.
        * platform/chromium-mac-lion/css1/basic/containment-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/containment-expected.png.
        * platform/chromium-mac-lion/css1/basic/contextual_selectors-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/contextual_selectors-expected.png.
        * platform/chromium-mac-lion/css1/basic/grouping-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/grouping-expected.png.
        * platform/chromium-mac-lion/css1/basic/id_as_selector-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/id_as_selector-expected.png.
        * platform/chromium-mac-lion/css1/basic/inheritance-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/inheritance-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/acid_test-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/acid_test-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_bottom_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_bottom_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom_width-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_bottom_width_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom_width_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_color-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_color_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_color_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_left_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_left_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left_width-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_left_width_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left_width_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_right_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_right_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right_width-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_right_width_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right_width_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_style-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_style_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_style_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_top_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_top_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top_width-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_top_width_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top_width_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_width-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/border_width_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_width_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/clear-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/clear-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/clear_float-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/float-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/float_elements_in_series-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/float_margin-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float_margin-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/float_on_text_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/height-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/height-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/margin-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/margin_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_bottom-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/margin_bottom_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_bottom_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/margin_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/margin_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_left-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/margin_left_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_left_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/margin_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_right-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/margin_right_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_right_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/margin_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_top-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/margin_top_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_top_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/padding-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/padding_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_bottom-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/padding_bottom_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_bottom_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/padding_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/padding_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_left-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/padding_left_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_left_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/padding_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_right-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/padding_right_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_right_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/padding_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_top-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/padding_top_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_top_inline-expected.png.
        * platform/chromium-mac-lion/css1/box_properties/width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/width-expected.png.
        * platform/chromium-mac-lion/css1/cascade/cascade_order-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/cascade/cascade_order-expected.png.
        * platform/chromium-mac-lion/css1/cascade/important-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/cascade/important-expected.png.
        * platform/chromium-mac-lion/css1/classification/display-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/display-expected.png.
        * platform/chromium-mac-lion/css1/classification/list_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style-expected.png.
        * platform/chromium-mac-lion/css1/classification/list_style_image-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_image-expected.png.
        * platform/chromium-mac-lion/css1/classification/list_style_position-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_position-expected.png.
        * platform/chromium-mac-lion/css1/classification/list_style_type-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_type-expected.png.
        * platform/chromium-mac-lion/css1/classification/white_space-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/white_space-expected.png.
        * platform/chromium-mac-lion/css1/color_and_background/background-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background-expected.png.
        * platform/chromium-mac-lion/css1/color_and_background/background_attachment-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background_attachment-expected.png.
        * platform/chromium-mac-lion/css1/color_and_background/background_color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background_color-expected.png.
        * platform/chromium-mac-lion/css1/color_and_background/background_image-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background_image-expected.png.
        * platform/chromium-mac-lion/css1/color_and_background/background_position-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background_position-expected.png.
        * platform/chromium-mac-lion/css1/color_and_background/background_repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background_repeat-expected.png.
        * platform/chromium-mac-lion/css1/color_and_background/color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/color-expected.png.
        * platform/chromium-mac-lion/css1/conformance/forward_compatible_parsing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png.
        * platform/chromium-mac-lion/css1/font_properties/font-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font-expected.png.
        * platform/chromium-mac-lion/css1/font_properties/font_family-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_family-expected.png.
        * platform/chromium-mac-lion/css1/font_properties/font_size-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_size-expected.png.
        * platform/chromium-mac-lion/css1/font_properties/font_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_style-expected.png.
        * platform/chromium-mac-lion/css1/font_properties/font_variant-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_variant-expected.png.
        * platform/chromium-mac-lion/css1/font_properties/font_weight-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_weight-expected.png.
        * platform/chromium-mac-lion/css1/formatting_model/canvas-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/canvas-expected.png.
        * platform/chromium-mac-lion/css1/formatting_model/floating_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/floating_elements-expected.png.
        * platform/chromium-mac-lion/css1/formatting_model/height_of_lines-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png.
        * platform/chromium-mac-lion/css1/formatting_model/horizontal_formatting-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png.
        * platform/chromium-mac-lion/css1/formatting_model/inline_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/inline_elements-expected.png.
        * platform/chromium-mac-lion/css1/formatting_model/replaced_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png.
        * platform/chromium-mac-lion/css1/formatting_model/vertical_formatting-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png.
        * platform/chromium-mac-lion/css1/pseudo/anchor-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/anchor-expected.png.
        * platform/chromium-mac-lion/css1/pseudo/firstletter-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/firstletter-expected.png.
        * platform/chromium-mac-lion/css1/pseudo/firstline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/firstline-expected.png.
        * platform/chromium-mac-lion/css1/pseudo/multiple_pseudo_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png.
        * platform/chromium-mac-lion/css1/pseudo/pseudo_elements_in_selectors-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/pseudo_elements_in_selectors-expected.png.
        * platform/chromium-mac-lion/css1/text_properties/letter_spacing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/letter_spacing-expected.png.
        * platform/chromium-mac-lion/css1/text_properties/line_height-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/line_height-expected.png.
        * platform/chromium-mac-lion/css1/text_properties/text_align-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_align-expected.png.
        * platform/chromium-mac-lion/css1/text_properties/text_decoration-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_decoration-expected.png.
        * platform/chromium-mac-lion/css1/text_properties/text_indent-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_indent-expected.png.
        * platform/chromium-mac-lion/css1/text_properties/text_transform-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_transform-expected.png.
        * platform/chromium-mac-lion/css1/text_properties/vertical_align-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/vertical_align-expected.png.
        * platform/chromium-mac-lion/css1/text_properties/word_spacing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/word_spacing-expected.png.
        * platform/chromium-mac-lion/css1/units/color_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/color_units-expected.png.
        * platform/chromium-mac-lion/css1/units/length_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/length_units-expected.png.
        * platform/chromium-mac-lion/css1/units/percentage_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/percentage_units-expected.png.
        * platform/chromium-mac-lion/css1/units/urls-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/urls-expected.png.
        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium-mac/css1/basic/class_as_selector-expected.png:
        * platform/chromium-mac/css1/basic/comments-expected.png:
        * platform/chromium-mac/css1/basic/containment-expected.png:
        * platform/chromium-mac/css1/basic/contextual_selectors-expected.png:
        * platform/chromium-mac/css1/basic/grouping-expected.png:
        * platform/chromium-mac/css1/basic/id_as_selector-expected.png:
        * platform/chromium-mac/css1/basic/inheritance-expected.png:
        * platform/chromium-mac/css1/box_properties/acid_test-expected.png:
        * platform/chromium-mac/css1/box_properties/border-expected.png:
        * platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
        * platform/chromium-mac/css1/box_properties/border_bottom_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_bottom_width-expected.png:
        * platform/chromium-mac/css1/box_properties/border_bottom_width_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_color-expected.png:
        * platform/chromium-mac/css1/box_properties/border_color_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_left-expected.png:
        * platform/chromium-mac/css1/box_properties/border_left_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_left_width-expected.png:
        * platform/chromium-mac/css1/box_properties/border_left_width_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_right-expected.png:
        * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_right_width-expected.png:
        * platform/chromium-mac/css1/box_properties/border_right_width_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_style-expected.png:
        * platform/chromium-mac/css1/box_properties/border_style_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_top-expected.png:
        * platform/chromium-mac/css1/box_properties/border_top_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_top_width-expected.png:
        * platform/chromium-mac/css1/box_properties/border_top_width_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/border_width-expected.png:
        * platform/chromium-mac/css1/box_properties/border_width_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/clear-expected.png:
        * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
        * platform/chromium-mac/css1/box_properties/float-expected.png:
        * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png:
        * platform/chromium-mac/css1/box_properties/float_margin-expected.png:
        * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
        * platform/chromium-mac/css1/box_properties/height-expected.png:
        * platform/chromium-mac/css1/box_properties/margin-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_bottom-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_bottom_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_left-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_left_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_right_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_top-expected.png:
        * platform/chromium-mac/css1/box_properties/margin_top_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/padding-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_bottom-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_bottom_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_left-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_left_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_right_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_top-expected.png:
        * platform/chromium-mac/css1/box_properties/padding_top_inline-expected.png:
        * platform/chromium-mac/css1/box_properties/width-expected.png:
        * platform/chromium-mac/css1/cascade/cascade_order-expected.png:
        * platform/chromium-mac/css1/cascade/important-expected.png:
        * platform/chromium-mac/css1/classification/display-expected.png:
        * platform/chromium-mac/css1/classification/list_style-expected.png:
        * platform/chromium-mac/css1/classification/list_style_image-expected.png:
        * platform/chromium-mac/css1/classification/list_style_position-expected.png:
        * platform/chromium-mac/css1/classification/list_style_type-expected.png:
        * platform/chromium-mac/css1/classification/white_space-expected.png:
        * platform/chromium-mac/css1/color_and_background/background-expected.png:
        * platform/chromium-mac/css1/color_and_background/background_attachment-expected.png:
        * platform/chromium-mac/css1/color_and_background/background_color-expected.png:
        * platform/chromium-mac/css1/color_and_background/background_image-expected.png:
        * platform/chromium-mac/css1/color_and_background/background_position-expected.png:
        * platform/chromium-mac/css1/color_and_background/background_repeat-expected.png:
        * platform/chromium-mac/css1/color_and_background/color-expected.png:
        * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png:
        * platform/chromium-mac/css1/font_properties/font-expected.png:
        * platform/chromium-mac/css1/font_properties/font_family-expected.png:
        * platform/chromium-mac/css1/font_properties/font_size-expected.png:
        * platform/chromium-mac/css1/font_properties/font_style-expected.png:
        * platform/chromium-mac/css1/font_properties/font_variant-expected.png:
        * platform/chromium-mac/css1/font_properties/font_weight-expected.png:
        * platform/chromium-mac/css1/formatting_model/canvas-expected.png:
        * platform/chromium-mac/css1/formatting_model/floating_elements-expected.png:
        * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png:
        * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png:
        * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png:
        * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png:
        * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png:
        * platform/chromium-mac/css1/pseudo/anchor-expected.png:
        * platform/chromium-mac/css1/pseudo/firstletter-expected.png:
        * platform/chromium-mac/css1/pseudo/firstline-expected.png:
        * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png:
        * platform/chromium-mac/css1/pseudo/pseudo_elements_in_selectors-expected.png:
        * platform/chromium-mac/css1/text_properties/letter_spacing-expected.png:
        * platform/chromium-mac/css1/text_properties/line_height-expected.png:
        * platform/chromium-mac/css1/text_properties/text_align-expected.png:
        * platform/chromium-mac/css1/text_properties/text_decoration-expected.png:
        * platform/chromium-mac/css1/text_properties/text_indent-expected.png:
        * platform/chromium-mac/css1/text_properties/text_transform-expected.png:
        * platform/chromium-mac/css1/text_properties/vertical_align-expected.png:
        * platform/chromium-mac/css1/text_properties/word_spacing-expected.png:
        * platform/chromium-mac/css1/units/color_units-expected.png:
        * platform/chromium-mac/css1/units/length_units-expected.png:
        * platform/chromium-mac/css1/units/percentage_units-expected.png:
        * platform/chromium-mac/css1/units/urls-expected.png:
        * platform/chromium-win-xp/css1/basic/class_as_selector-expected.png: Removed.
        * platform/chromium-win-xp/css1/basic/containment-expected.png: Removed.
        * platform/chromium-win-xp/css1/basic/id_as_selector-expected.png: Removed.
        * platform/chromium-win-xp/css1/box_properties/border_bottom-expected.png: Removed.
        * platform/chromium-win-xp/css1/box_properties/border_left-expected.png: Removed.
        * platform/chromium-win-xp/css1/box_properties/border_right_inline-expected.png: Removed.
        * platform/chromium-win-xp/css1/box_properties/border_top-expected.png: Removed.
        * platform/chromium-win-xp/css1/box_properties/clear_float-expected.png: Removed.
        * platform/chromium-win-xp/css1/box_properties/margin_left-expected.png: Removed.
        * platform/chromium-win-xp/css1/box_properties/margin_right-expected.png: Removed.
        * platform/chromium-win-xp/css1/box_properties/padding_left-expected.png: Removed.
        * platform/chromium-win-xp/css1/box_properties/padding_right-expected.png: Removed.
        * platform/chromium-win-xp/css1/cascade/cascade_order-expected.png: Removed.
        * platform/chromium-win-xp/css1/classification/list_style_type-expected.png: Removed.
        * platform/chromium-win-xp/css1/formatting_model/floating_elements-expected.png: Removed.
        * platform/chromium-win-xp/css1/pseudo/anchor-expected.png: Removed.
        * platform/gtk/css1/formatting_model/floating_elements-expected.png: Removed.

2012-10-21  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, chromium expectations update to remove passing tests.


        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium/TestExpectations:

2012-10-08  Robert Hogan  <robert@webkit.org>

        In some float situations, the original layout is wrong and only corrects itself on repaint
        https://bugs.webkit.org/show_bug.cgi?id=18939

        Reviewed by Levi Weintraub.

        * fast/block/br-with-clearance-after-collapsing-space-expected.html: Added.
        * fast/block/br-with-clearance-after-collapsing-space.html: Added.

2012-10-08  Robert Hogan  <robert@webkit.org>

        floated element with negative margin causes text wrap bug
        https://bugs.webkit.org/show_bug.cgi?id=94825

        Reviewed by Levi Weintraub.

        * fast/block/float/float-on-line-obeys-container-padding.html: Added.
        * fast/block/float/float-on-line-obeys-container-padding-expected.html: Added.

2012-10-20  Dan Bernstein  <mitz@apple.com>

        <rdar://problem/12512710> [mac] Text with zero font size renders as 12px sometimes
        https://bugs.webkit.org/show_bug.cgi?id=99918

        Reviewed by Geoff Garen.

        * fast/text/zero-font-size-2-expected.html: Added.
        * fast/text/zero-font-size-2.html: Added.

2012-10-20  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed rebaselines after http://trac.webkit.org/changeset/131974, take two.

        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt.
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt.
        * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.txt: Added.
        * platform/chromium-mac/svg/custom/pattern-scaling-expected.txt: Added.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Removed.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt.
        * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.png: Removed.
        * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/pattern-with-transformation-expected.png: Removed.
        * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
        * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
        * platform/chromium-win/svg/custom/pattern-with-transformation-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:

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

        [EFL] Add missing expectations for some tests in svg/custom.

        * platform/efl/svg/custom/js-late-pattern-creation-expected.png: Added.
        * platform/efl/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/efl/svg/custom/pattern-skew-transformed-expected.png: Added.
        * platform/efl/svg/custom/pattern-with-transformation-expected.png: Added.
        * platform/efl/svg/custom/pattern-with-transformation-expected.txt: Added.

2012-10-20  Florin Malita  <fmalita@chromium.org>

        Unreviewed rebaseline after http://trac.webkit.org/changeset/131974.

        * platform/chromium-linux-x86/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
        * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.png: Added.
        * platform/chromium-mac-lion/svg/custom/pattern-with-transformation-expected.png: Added.
        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
        * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-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: Removed.
        * platform/chromium-mac/svg/custom/pattern-scaling-expected.png: Added.
        * platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.png:
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
        * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.png: Added.
        * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.png: Added.
        * platform/chromium-win-xp/svg/custom/pattern-with-transformation-expected.png: Added.
        * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium/TestExpectations:

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

        Cleanup: Move stacktrace tests to a subdirectory.
        https://bugs.webkit.org/show_bug.cgi?id=99857

        Reviewed by Pavel Feldman.

        I plan on adding more than a few tests checking that stacktraces are
        associated with console logs. This patch simply moves the four existing
        tests into a subdirectory so that I don't spam http/tests/inspector with
        stacktrace tests.

        * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-injected-content-warning-contains-stacktrace-expected.txt.
        * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-injected-content-warning-contains-stacktrace.html.
        * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt.
        * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-inline-warning-contains-stacktrace.html.
        * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-setInterval-warning-contains-stacktrace-expected.txt.
        * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-setInterval-warning-contains-stacktrace.html.
        * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace-expected.txt.
        * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace.html.
        * http/tests/inspector/stacktraces/resources/csp-inline-test.js: Renamed from LayoutTests/http/tests/inspector/resources/csp-inline-test.js.
        (thisTest):
        * http/tests/inspector/stacktraces/resources/stacktrace-test.js: Renamed from LayoutTests/http/tests/inspector/resources/csp-test.js.
        (test.addMessage):
        (test):
        * platform/chromium/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/platform/chromium/http/tests/inspector/csp-injected-content-warning-contains-stacktrace-expected.txt.
        * platform/chromium/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/platform/chromium/http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt.
        * platform/chromium/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/platform/chromium/http/tests/inspector/csp-setInterval-warning-contains-stacktrace-expected.txt.
        * platform/chromium/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/platform/chromium/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace-expected.txt.

2012-10-20  Byungwoo Lee  <bw80.lee@samsung.com>

        [EFL] Unskip the tests about regressions after r130699.
        https://bugs.webkit.org/show_bug.cgi?id=99910

        Unreviewed EFL gardening.

        Unskip the test cases about regressions after r130699
        fast/css/import-style-update.html
        fast/events/attribute-listener-cloned-from-frameless-doc-context-2.html
        fast/events/attribute-listener-cloned-from-frameless-doc-context.html
        fast/events/attribute-listener-extracted-from-frameless-doc-context-2.html
        fast/events/attribute-listener-extracted-from-frameless-doc-context.html
        fast/html/link-rel-stylesheet.html
        fast/loader/data-url-encoding-html.html
        fast/loader/data-url-encoding-svg.html
        fast/spatial-navigation/snav-iframe-nested.html

        It seems to be passing consistently now.

        * platform/efl/TestExpectations:

2012-10-19  Florin Malita  <fmalita@chromium.org>

        Incorrect pattern scaling
        https://bugs.webkit.org/show_bug.cgi?id=99870

        Reviewed by Dirk Schulze.

        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
        * platform/chromium-linux/svg/custom/pattern-scaling-expected.png: Added.
        * platform/chromium-linux/svg/custom/pattern-scaling-expected.txt: Added.
        * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-win/svg/custom/pattern-skew-transformed-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * svg/custom/pattern-scaling.svg: Added.

2012-10-19  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/webgl/array-bounds-clamping.html
        failing on Chromium.

        * platform/chromium/TestExpectations:

2012-10-19  Pablo Flouret  <pablof@motorola.com>

        Implement setRangeText() on text controls
        https://bugs.webkit.org/show_bug.cgi?id=91907

        Reviewed by Kent Tamura.

        * fast/forms/color/color-setrangetext-expected.txt: Added.
        * fast/forms/color/color-setrangetext.html: Added.
        * fast/forms/date/date-setrangetext-expected.txt: Added.
        * fast/forms/date/date-setrangetext.html: Added.
        * fast/forms/datetime/datetime-setrangetext-expected.txt: Added.
        * fast/forms/datetime/datetime-setrangetext.html: Added.
        * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt: Added.
        * fast/forms/datetimelocal/datetimelocal-setrangetext.html: Added.
        * fast/forms/file/file-setrangetext-expected.txt: Added.
        * fast/forms/file/file-setrangetext.html: Added.
        * fast/forms/hidden/hidden-setrangetext-expected.txt: Added.
        * fast/forms/hidden/hidden-setrangetext.html: Added.
        * fast/forms/image/image-setrangetext-expected.txt: Added.
        * fast/forms/image/image-setrangetext.html: Added.
        * fast/forms/month/month-setrangetext-expected.txt: Added.
        * fast/forms/month/month-setrangetext.html: Added.
        * fast/forms/number/number-setrangetext-expected.txt: Added.
        * fast/forms/number/number-setrangetext.html: Added.
        * fast/forms/range/range-setrangetext-expected.txt: Added.
        * fast/forms/range/range-setrangetext.html: Added.
        * fast/forms/resources/common-setrangetext.js: Added.
        (runTestsShouldPass):
        (runTestsShouldFail):
        * fast/forms/search/search-setrangetext-expected.txt: Added.
        * fast/forms/search/search-setrangetext.html: Added.
        * fast/forms/setrangetext-expected.txt: Added.
        * fast/forms/setrangetext.html: Added.
        * fast/forms/textarea/textarea-setrangetext-expected.txt: Added.
        * fast/forms/textarea/textarea-setrangetext.html: Added.
        * fast/forms/time/time-setrangetext-expected.txt: Added.
        * fast/forms/time/time-setrangetext.html: Added.
        * fast/forms/week/week-setrangetext-expected.txt: Added.
        * fast/forms/week/week-setrangetext.html: Added.

2012-10-19  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Hidden indexing events are visible to script via bubbling/capture
        https://bugs.webkit.org/show_bug.cgi?id=96566

        Reviewed by Tony Chang.

        Listen for unexpected events in both capture and bubble phases.

        * storage/indexeddb/resources/index-population.js:
        (deleteSuccess):
        (doSetVersion1):
        (setVersion2):

2012-10-19  Simon Fraser  <simon.fraser@apple.com>

        Fix a hang when combining tile cache layers with preserve-3d or reflections
        https://bugs.webkit.org/show_bug.cgi?id=99890

        Reviewed by Dean Jackson.

        Tests that combine tiled layers with preserve-3d and reflections.

        * compositing/tiling/preserve3d-tiled-expected.txt: Added.
        * compositing/tiling/preserve3d-tiled.html: Added.
        * compositing/tiling/reflected-tiled-expected.txt: Added.
        * compositing/tiling/reflected-tiled.html: Added.

2012-10-19  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening.

        * platform/chromium-linux/platform/chromium/virtual/deferred: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images: Added.
        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-10-19  Emil A Eklund  <eae@chromium.org>

        Convert fast/innerHTML from pixel to ref tests
        https://bugs.webkit.org/show_bug.cgi?id=99875

        Reviewed by Dirk Pranke.

        * fast/innerHTML/001-expected.html: Added.
        * fast/innerHTML/002-expected.html: Added.
        * fast/innerHTML/003-expected.html: Added.
        * fast/innerHTML/006-expected.html: Added.
        * platform/chromium-linux/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
        * platform/chromium/fast/innerHTML/001-expected.txt: Removed.
        * platform/chromium/fast/innerHTML/002-expected.txt: Removed.
        * platform/chromium/fast/innerHTML/003-expected.txt: Removed.
        * platform/chromium/fast/innerHTML/006-expected.txt: Removed.
        * platform/efl/fast/innerHTML/001-expected.png: Removed.
        * platform/efl/fast/innerHTML/001-expected.txt: Removed.
        * platform/efl/fast/innerHTML/002-expected.png: Removed.
        * platform/efl/fast/innerHTML/002-expected.txt: Removed.
        * platform/efl/fast/innerHTML/003-expected.png: Removed.
        * platform/efl/fast/innerHTML/003-expected.txt: Removed.
        * platform/efl/fast/innerHTML/006-expected.png: Removed.
        * platform/efl/fast/innerHTML/006-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/001-expected.png: Removed.
        * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/002-expected.png: Removed.
        * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/003-expected.png: Removed.
        * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/006-expected.png: Removed.
        * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
        * platform/mac/fast/innerHTML/001-expected.png: Removed.
        * platform/mac/fast/innerHTML/001-expected.txt: Removed.
        * platform/mac/fast/innerHTML/002-expected.png: Removed.
        * platform/mac/fast/innerHTML/002-expected.txt: Removed.
        * platform/mac/fast/innerHTML/003-expected.png: Removed.
        * platform/mac/fast/innerHTML/003-expected.txt: Removed.
        * platform/mac/fast/innerHTML/006-expected.png: Removed.
        * platform/mac/fast/innerHTML/006-expected.txt: Removed.
        * platform/qt/fast/innerHTML/001-expected.png: Removed.
        * platform/qt/fast/innerHTML/001-expected.txt: Removed.
        * platform/qt/fast/innerHTML/002-expected.png: Removed.
        * platform/qt/fast/innerHTML/002-expected.txt: Removed.
        * platform/qt/fast/innerHTML/003-expected.png: Removed.
        * platform/qt/fast/innerHTML/003-expected.txt: Removed.
        * platform/qt/fast/innerHTML/006-expected.png: Removed.
        * platform/qt/fast/innerHTML/006-expected.txt: Removed.

2012-10-19  Chris Fleizach  <cfleizach@apple.com>

        AX: aria-hidden=false does not work as expected
        https://bugs.webkit.org/show_bug.cgi?id=98787

        Reviewed by Beth Dakin.

        * accessibility/aria-hidden-negates-no-visibility.html: Added.
        * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.

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

        Unreviewed, fix lint error in Qt TestExpectations file.

        * platform/qt-5.0-wk1/TestExpectations: Remove duplicate skip entry.

2012-10-19  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening, rebaselining deferred image tests for r131928.

        * platform/chromium-mac-lion/platform/chromium/virtual/deferred: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.

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

        Unreviewed, rolling out r131915.
        http://trac.webkit.org/changeset/131915
        https://bugs.webkit.org/show_bug.cgi?id=98787

        It broke the build on platforms with \!HAVE(ACCESSIBILITY)

        * accessibility/aria-hidden-negates-no-visibility.html: Removed.
        * platform/chromium/TestExpectations:
        * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Removed.

2012-10-19  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening, rebaselining deferred image tests for r131928.

        * platform/chromium-mac/platform/chromium/virtual/deferred: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.

2012-10-09  Martin Robinson  <mrobinson@igalia.com>

        REGRESSION (r130699): 5 various fast/ tests started failing
        https://bugs.webkit.org/show_bug.cgi?id=98729

        Reviewed by Xan Lopez.

        Unskip some tests which are now passing.

        * platform/gtk/TestExpectations:

2012-10-19  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening.

        * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
        * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
        * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:

2012-10-19  Joshua Bell  <jsbell@chromium.org>

        [V8] IndexedDB: Crash when lazy-indexing Date keys
        https://bugs.webkit.org/show_bug.cgi?id=99860

        Reviewed by Adam Barth.

        Add test for greedy/lazy indexing all different key types.

        * storage/indexeddb/lazy-index-types-expected.txt: Added.
        * storage/indexeddb/lazy-index-types.html: Added.
        * storage/indexeddb/resources/lazy-index-types.js: Added.
        (test.request.onsuccess):
        (test):
        (onSuccess.request.onsuccess):
        (onSuccess):
        (onComplete):

2012-10-18  Dean Jackson  <dino@apple.com>

        Shader translator needs option to clamp uniform array accesses in vertex shaders
        https://bugs.webkit.org/show_bug.cgi?id=98977
        https://code.google.com/p/angleproject/issues/detail?id=49

        Reviewed by Alok Priyadarshi and Ken Russell.

        * fast/canvas/webgl/array-bounds-clamping-expected.txt: Added.
        * fast/canvas/webgl/array-bounds-clamping.html: Added.
        * platform/chromium/TestExpectations: Won't pass on Chromium until this patch is upstreamed.

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

        [chromium] Implement deferred image decoding
        https://bugs.webkit.org/show_bug.cgi?id=94240

        Reviewed by Stephen White.

        Adding a virtual test suite for Chromium to test deferred image
        decoding.

        platform/chromium/virtual/deferred/fast/images will be tested with
        --force-compositing --enable-per-tile-painting --enable-deferred-image-decoding.

        * platform/chromium/virtual/deferred/fast/images/README.txt: Added.

2012-10-19  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening.

        * platform/chromium-mac-lion/compositing/shadows: Added.
        * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png: Added.
        * platform/chromium-mac-lion/css2.1: Added.
        * platform/chromium-mac-lion/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Added.
        * platform/chromium-mac-lion/css2.1/t090501-c414-flt-03-b-g-expected.png: Added.
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
        * platform/chromium-mac-lion/fast/block/float/032-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/input-baseline-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/input-placeholder-paint-order-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/placeholder-position-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/searchfield-heights-expected.png: Added.
        * platform/chromium-mac-lion/fast/inline-block: Added.
        * platform/chromium-mac-lion/fast/inline-block/contenteditable-baseline-expected.png: Added.
        * platform/chromium-mac-lion/platform: Added.
        * platform/chromium-mac-lion/platform/chromium: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug30692-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.

2012-10-19  Dongwoo Joshua Im  <dw.im@samsung.com>

        Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
        https://bugs.webkit.org/show_bug.cgi?id=99804

        Reviewed by Julien Chaffraix.

        CSS3 text related properties will be implemented under this flag,
        including text decoration, text-align-last, and text-justify.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-10-19  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening.

        * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.

2012-10-19  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r131503.

        * fast/forms/input-baseline-expected.txt: Added.
        * fast/forms/placeholder-position-expected.txt: Added.
        * platform/chromium-linux-x86/fast/inline-block: Added.
        * platform/chromium-linux-x86/fast/inline-block/contenteditable-baseline-expected.txt: Added.
        * platform/chromium-linux-x86/fast/text/international: Added.
        * platform/chromium-linux-x86/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
        * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
        * platform/chromium-linux/fast/forms/007-expected.png:
        * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
        * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
        * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
        * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-linux/fast/forms/placeholder-position-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/forms/searchfield-heights-expected.txt:
        * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
        * 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-10-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-5-and-click-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-6-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-marker-style-expected.png:
        * platform/chromium-linux/fast/html/details-nested-1-expected.png:
        * platform/chromium-linux/fast/html/details-nested-2-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary4-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-open2-expected.png:
        * platform/chromium-linux/fast/html/details-open3-expected.png:
        * platform/chromium-linux/fast/html/details-open4-expected.png:
        * platform/chromium-linux/fast/html/details-open5-expected.png:
        * platform/chromium-linux/fast/html/details-open6-expected.png:
        * platform/chromium-linux/fast/html/details-position-expected.png:
        * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-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-4-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
        * platform/chromium-linux/fast/html/details-replace-text-expected.png:
        * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
        * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/chromium-linux/fast/inline-block/contenteditable-baseline-expected.txt: Added.
        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-linux/fast/text/international/vertical-text-glyph-test-expected.png: Added.
        * platform/chromium-linux/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
        * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-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-absolute-size-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-huge-size-expected.png:
        * 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/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/chromium-mac-lion/css3: Added.
        * platform/chromium-mac-lion/css3/flexbox: Added.
        * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png: Added.
        * platform/chromium-mac-lion/editing/selection/3690703-expected.png: Added.
        * platform/chromium-mac-lion/editing/selection/3690719-expected.png: Added.
        * platform/chromium-mac-lion/editing/selection/4397952-expected.png: Added.
        * platform/chromium-mac-lion/editing/selection/5240265-expected.png: Added.
        * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png: Added.
        * platform/chromium-mac-lion/fast: Added.
        * platform/chromium-mac-lion/fast/block: Added.
        * platform/chromium-mac-lion/fast/block/float: Added.
        * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.png: Added.
        * platform/chromium-mac-lion/fast/css: Added.
        * platform/chromium-mac-lion/fast/css/continuationCrash-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.png: Added.
        * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.png: Added.
        * platform/chromium-mac-lion/fast/dom: Added.
        * platform/chromium-mac-lion/fast/dom/HTMLProgressElement: Added.
        * platform/chromium-mac-lion/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
        * platform/chromium-mac-lion/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
        * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement: Added.
        * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms: Added.
        * platform/chromium-mac-lion/fast/forms/001-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/007-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/basic-buttons-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/button-sizes-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/button-style-color-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/button-table-styles-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/date: Added.
        * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/file: Added.
        * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/file/file-input-pressed-state-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/formmove3-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/input-value-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/search-vertical-alignment-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png: Added.
        * platform/chromium-mac-lion/fast/html: Added.
        * platform/chromium-mac-lion/fast/html/details-add-child-1-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-child-2-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-details-child-1-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-details-child-2-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-1-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-1-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-10-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-10-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-2-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-2-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-3-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-3-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-4-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-4-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-5-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-5-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-6-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-6-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-7-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-7-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-8-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-8-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-9-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-9-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-child-1-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-add-summary-child-2-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-marker-style-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-nested-1-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-nested-2-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-no-summary1-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-no-summary2-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-no-summary3-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-no-summary4-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-open-javascript-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-open1-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-open2-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-open3-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-open4-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-open5-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-open6-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-position-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-child-1-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-child-2-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-1-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-1-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-2-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-2-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-3-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-3-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-4-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-4-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-5-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-5-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-6-and-click-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-6-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-child-1-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-remove-summary-child-2-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-replace-summary-child-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-replace-text-expected.png: Added.
        * platform/chromium-mac-lion/fast/html/details-writing-mode-expected.png: Added.
        * platform/chromium-mac-lion/fast/images: Added.
        * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
        * platform/chromium-mac-lion/fast/overflow: Added.
        * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
        * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.png: Added.
        * platform/chromium-mac-lion/fast/replaced: Added.
        * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.png: Added.
        * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.png: Added.
        * platform/chromium-mac-lion/fast/speech: Added.
        * platform/chromium-mac-lion/fast/sub-pixel: Added.
        * platform/chromium-mac-lion/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
        * platform/chromium-mac-lion/fast/text: Added.
        * platform/chromium-mac-lion/fast/text/international: Added.
        * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png: Added.
        * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
        * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.png: Added.
        * platform/chromium-mac-lion/fast/writing-mode: Added.
        * platform/chromium-mac-lion/fast/writing-mode/fieldsets-expected.png: Added.
        * platform/chromium-mac-lion/http: Added.
        * platform/chromium-mac-lion/http/tests: Added.
        * platform/chromium-mac-lion/http/tests/navigation: Added.
        * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.png: Added.
        * platform/chromium-mac-lion/svg: Added.
        * platform/chromium-mac-lion/svg/as-border-image: Added.
        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
        * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom: Added.
        * platform/chromium-mac-lion/svg/zoom/page: Added.
        * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
        * platform/chromium-mac-lion/tables: Added.
        * platform/chromium-mac-lion/tables/mozilla: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/collapsing_borders: Added.
        * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/dom: Added.
        * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla/other: Added.
        * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
        * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
        * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/5240265-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/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/HTMLProgressElement/progress-element-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/007-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/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/control-restrict-line-height-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Added.
        * 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/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-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-add-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-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-10-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-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-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-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-6-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-7-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-8-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-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-open1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-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-4-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-5-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-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/html/details-writing-mode-expected.png:
        * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-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/sub-pixel/file-upload-control-at-fractional-offset-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:
        * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-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-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-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/page/zoom-svg-through-object-with-percentage-size-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/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/bug60749-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/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
        * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
        * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
        * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
        * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
        * 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/5240265-expected.png:
        * platform/chromium-mac/editing/selection/5240265-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/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
        * platform/chromium-mac/fast/block/float/032-expected.png:
        * platform/chromium-mac/fast/block/float/032-expected.txt:
        * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
        * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
        * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
        * 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/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
        * platform/chromium-mac/fast/forms/001-expected.png:
        * platform/chromium-mac/fast/forms/001-expected.txt:
        * platform/chromium-mac/fast/forms/007-expected.png:
        * platform/chromium-mac/fast/forms/007-expected.txt:
        * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
        * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
        * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
        * platform/chromium-mac/fast/forms/blankbuttons-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/control-restrict-line-height-expected.png:
        * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
        * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Added.
        * 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-disabled-expected.txt:
        * 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/forms/file/input-file-re-render-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.png:
        * platform/chromium-mac/fast/forms/formmove3-expected.txt:
        * platform/chromium-mac/fast/forms/input-baseline-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/input-placeholder-paint-order-expected.png:
        * platform/chromium-mac/fast/forms/input-value-expected.png:
        * platform/chromium-mac/fast/forms/input-value-expected.txt:
        * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
        * platform/chromium-mac/fast/forms/placeholder-position-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/forms/searchfield-heights-expected.png:
        * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
        * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
        * 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-add-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-marker-style-expected.png:
        * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
        * platform/chromium-mac/fast/html/details-nested-1-expected.png:
        * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
        * platform/chromium-mac/fast/html/details-nested-2-expected.png:
        * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
        * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
        * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
        * platform/chromium-mac/fast/html/details-open1-expected.png:
        * platform/chromium-mac/fast/html/details-open1-expected.txt:
        * platform/chromium-mac/fast/html/details-open2-expected.png:
        * platform/chromium-mac/fast/html/details-open2-expected.txt:
        * platform/chromium-mac/fast/html/details-open3-expected.png:
        * platform/chromium-mac/fast/html/details-open3-expected.txt:
        * platform/chromium-mac/fast/html/details-open4-expected.png:
        * platform/chromium-mac/fast/html/details-open4-expected.txt:
        * platform/chromium-mac/fast/html/details-open5-expected.png:
        * platform/chromium-mac/fast/html/details-open5-expected.txt:
        * platform/chromium-mac/fast/html/details-open6-expected.png:
        * platform/chromium-mac/fast/html/details-open6-expected.txt:
        * platform/chromium-mac/fast/html/details-position-expected.png:
        * platform/chromium-mac/fast/html/details-position-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
        * platform/chromium-mac/fast/html/details-replace-text-expected.png:
        * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
        * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
        * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
        * platform/chromium-mac/fast/inline-block/contenteditable-baseline-expected.png:
        * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
        * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
        * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
        * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
        * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-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/fieldsets-expected.png:
        * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
        * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
        * 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-2-expected.txt:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/chromium-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-auto-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-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-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/bug2479-3-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug30692-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/bug4429-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/bug51037-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
        * 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/dom/tableDom-expected.txt:
        * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
        * 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-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:
        * 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:
        * platform/chromium-win-xp/fast/inline-block/contenteditable-baseline-expected.txt: Added.
        * platform/chromium-win-xp/fast/text/international/vertical-text-glyph-test-expected.png: Added.
        * platform/chromium-win-xp/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
        * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
        * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
        * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-win/css3/flexbox/flexbox-baseline-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-wrap-expected.png:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
        * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
        * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
        * platform/chromium-win/fast/forms/007-expected.png:
        * platform/chromium-win/fast/forms/007-expected.txt:
        * platform/chromium-win/fast/forms/basic-buttons-expected.png:
        * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
        * platform/chromium-win/fast/forms/placeholder-position-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/forms/searchfield-heights-expected.png:
        * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
        * platform/chromium-win/fast/html/details-add-child-1-expected.png:
        * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-child-2-expected.png:
        * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-child-2-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/fast/html/details-nested-1-expected.png:
        * platform/chromium-win/fast/html/details-nested-1-expected.txt:
        * platform/chromium-win/fast/html/details-nested-2-expected.png:
        * platform/chromium-win/fast/html/details-nested-2-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary1-expected.png:
        * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary2-expected.png:
        * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary3-expected.png:
        * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary4-expected.png:
        * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
        * platform/chromium-win/fast/html/details-open-javascript-expected.png:
        * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
        * platform/chromium-win/fast/html/details-open1-expected.png:
        * platform/chromium-win/fast/html/details-open1-expected.txt:
        * platform/chromium-win/fast/html/details-open2-expected.png:
        * platform/chromium-win/fast/html/details-open2-expected.txt:
        * platform/chromium-win/fast/html/details-open3-expected.png:
        * platform/chromium-win/fast/html/details-open3-expected.txt:
        * platform/chromium-win/fast/html/details-open4-expected.png:
        * platform/chromium-win/fast/html/details-open4-expected.txt:
        * platform/chromium-win/fast/html/details-open5-expected.png:
        * platform/chromium-win/fast/html/details-open5-expected.txt:
        * platform/chromium-win/fast/html/details-open6-expected.png:
        * platform/chromium-win/fast/html/details-open6-expected.txt:
        * platform/chromium-win/fast/html/details-position-expected.png:
        * platform/chromium-win/fast/html/details-position-expected.txt:
        * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
        * platform/chromium-win/fast/html/details-replace-text-expected.png:
        * platform/chromium-win/fast/html/details-replace-text-expected.txt:
        * platform/chromium-win/fast/html/details-writing-mode-expected.png:
        * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
        * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.png:
        * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows: Added.
        * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
        * 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.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-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-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-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-huge-size-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-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-override-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-win/tables/mozilla/bugs/bug30692-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Replaced.
        * platform/chromium/fast/forms/input-baseline-expected.txt: Removed.
        * platform/chromium/fast/forms/placeholder-position-expected.txt: Removed.
        * platform/mac/fast/forms/input-baseline-expected.txt: Removed.
        * platform/mac/fast/forms/placeholder-position-expected.txt: Removed.

2012-10-19  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Fixing a lint issue.

        * platform/chromium/TestExpectations:

2012-10-19  Chris Fleizach  <cfleizach@apple.com>

        AX: aria-hidden=false does not work as expected
        https://bugs.webkit.org/show_bug.cgi?id=98787

        Reviewed by Beth Dakin.

        * accessibility/aria-hidden-negates-no-visibility.html: Added.
        * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.

2012-10-19  Shinya Kawanaka  <shinyak@chromium.org>

        Elements assigned to <shadow> should not be reprojected.
        https://bugs.webkit.org/show_bug.cgi?id=99680

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/content-reprojection-complex-expected.html: Added.
        * fast/dom/shadow/content-reprojection-complex.html: Added.
        * fast/dom/shadow/content-reprojection-shadow-expected.html: Added.
        * fast/dom/shadow/content-reprojection-shadow.html: Added.
        * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection-prohibited.html: Added.

2012-10-19  Pan Deng  <pan.deng@intel.com>

        Fix incorrect User Timing test case path in TestExpectations of qt-5.0-wk2 platform.
        https://bugs.webkit.org/show_bug.cgi?id=99811.

        Reviewed by Tony Gentilcore.

        Path 'http/tests/w3c/webperf/proposal/Intel/user-timing' is replaced by 'http/tests/w3c/webperf/submission/Intel/user-timing' in this patch.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-19  Chris Fleizach  <cfleizach@apple.com>

        VO issues with hidden <legend> and last explicitly labelled element within a group <fieldset>
        https://bugs.webkit.org/show_bug.cgi?id=96325

        Reviewed by Beth Dakin.

        * accessibility/hidden-legend-expected.txt: Added.
        * accessibility/hidden-legend.html: Added.
        * platform/chromium/TestExpectations:

2012-10-19  Shinya Kawanaka  <shinyak@chromium.org>

        Should have a test case where InsertionPoint has a ShadowRoot.
        https://bugs.webkit.org/show_bug.cgi?id=99822

        Reviewed by Dimitri Glazkov.

        We didn't have a test case where InsertionPoint has a ShadowRoot. Let's have it not to cause a regression.

        * fast/dom/shadow/shadowroot-of-insertionpoint-expected.html: Added.
        * fast/dom/shadow/shadowroot-of-insertionpoint.html: Added.

2012-10-19  Chris Fleizach  <cfleizach@apple.com>

        AX: Refactor accessibility name computation so it's more platform independent
        https://bugs.webkit.org/show_bug.cgi?id=99502

        Reviewed by Beth Dakin.

        Update a test to reflect change in what shoud be recognized as a title.

        * platform/mac/accessibility/aria-radiobutton-text.html:

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

        [WK2][GTK] Fullscreen tests timing out in bots
        https://bugs.webkit.org/show_bug.cgi?id=93973

        Reviewed by Philippe Normand.

        Remove failure expectations for the fullscreen tests. They all pass now,
        with a pass expectation needed for one test to aknowledge that.

        * platform/gtk-wk2/TestExpectations:

2012-10-19  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        http://webkit.org/b/99818

        month-multiple-fields-keyboard-events.html is failing on SnowLeopard too.

        * platform/chromium/TestExpectations:

2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel rebaseline.

        Part 7.
        Rebaseline the rest of pixel results. All of these tests producing correct results,
        only the expectations were outdated. Most of the differenes was not detectable by
        looking at the expected and actual results, only ImageDiff sees the difference.

        * platform/qt/http/tests/misc/acid2-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
        * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10633-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1067-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
        * platform/qt/tables/mozilla/bugs/bug126742-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
        * platform/qt/tables/mozilla/bugs/bug137388-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1430-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17130-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17130-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
        * platform/qt/tables/mozilla/bugs/bug23235-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2886-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2962-expected.png:
        * platform/qt/tables/mozilla/bugs/bug6404-expected.png:
        * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
        * platform/qt/tables/mozilla/bugs/bug86708-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8950-expected.png:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/qt/tables/mozilla/core/bloomberg-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/qt/tables/mozilla/core/one_row-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_index-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/marvin/tbody_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/qt/tables/mozilla/other/cell_widths-expected.png:
        * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
        * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-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/3d/general/matrix-with-zoom-3d-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug1067-2-expected.png.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.png:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/qt/transitions/suspend-transform-transition-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug1067-2-expected.png.

2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel rebaseline.

        Part 6.
        Rebaseline pixel results in the svg directory.
        All of these tests producing correct results, only the expectations
        were outdated. Most of the differenes was not detectable by looking
        at the expected and actual results, only ImageDiff sees the difference.

        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
        * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Added.
        * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Added.
        * platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
        * platform/qt/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
        * platform/qt/svg/css/text-shadow-multiple-expected.png:
        * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
        * platform/qt/svg/custom/altglyph-expected.png:
        * platform/qt/svg/custom/focus-ring-expected.png:
        * platform/qt/svg/custom/glyph-selection-lang-attribute-expected.png:
        * platform/qt/svg/custom/gradient-stroke-width-expected.png:
        * platform/qt/svg/custom/grayscale-gradient-mask-2-expected.png:
        * platform/qt/svg/custom/grayscale-gradient-mask-expected.png:
        * platform/qt/svg/custom/image-rescale-expected.png:
        * platform/qt/svg/custom/image-small-width-height-expected.png:
        * platform/qt/svg/custom/relative-sized-image-expected.png:
        * platform/qt/svg/custom/text-rotation-expected.png:
        * platform/qt/svg/dom/css-transforms-expected.png:
        * platform/qt/svg/filters/feDropShadow-expected.png:
        * platform/qt/svg/filters/filterRes1-expected.png:
        * platform/qt/svg/filters/filterRes3-expected.png:
        * platform/qt/svg/hixie/perf/004-expected.png:
        * platform/qt/svg/hixie/use/002-expected.png:
        * platform/qt/svg/text/multichar-glyph-expected.png:
        * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png:
        * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png:
        * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png:
        * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png:
        * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png:
        * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
        * platform/qt/svg/text/select-x-list-2-expected.png:
        * platform/qt/svg/text/select-x-list-3-expected.png:
        * platform/qt/svg/text/select-x-list-4-expected.png:
        * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png:
        * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png:
        * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png:
        * platform/qt/svg/text/selection-doubleclick-expected.png:
        * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:

2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel rebaseline.

        Part 5.
        Rebaseline pixel results the rest of the fast directory.
        All of these tests producing correct results, only the expectations
        were outdated. Most of the differenes was not detectable by looking
        at the expected and actual results, only ImageDiff sees the difference.

        * platform/qt/fast/dom/Element/class-attribute-whitespace-expected.png:
        * platform/qt/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
        * platform/qt/fast/dom/children-nodes-expected.png:
        * platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
        * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
        * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
        * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/qt/fast/dynamic/selection-highlight-adjust-expected.png:
        * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.png:
        * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png:
        * platform/qt/fast/events/pointer-events-2-expected.png:
        * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.png:
        * platform/qt/fast/forms/select-change-listbox-size-expected.png:
        * platform/qt/fast/images/color-jpeg-with-color-profile-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/qt/fast/inline/br-text-decoration-expected.png:
        * platform/qt/fast/inline/continuation-outlines-expected.png:
        * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
        * platform/qt/fast/inline/inline-box-background-expected.png:
        * platform/qt/fast/inline/inline-box-background-long-image-expected.png:
        * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png:
        * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png:
        * platform/qt/fast/layers/normal-flow-hit-test-expected.png:
        * platform/qt/fast/layers/opacity-outline-expected.png:
        * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
        * platform/qt/fast/line-grid/line-grid-contains-value-expected.png:
        * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
        * platform/qt/fast/line-grid/line-grid-into-columns-expected.png:
        * platform/qt/fast/lists/003-expected.png:
        * platform/qt/fast/lists/003-vertical-expected.png:
        * platform/qt/fast/lists/marker-before-empty-inline-expected.png:
        * platform/qt/fast/lists/marker-image-error-expected.png:
        * platform/qt/fast/lists/markers-in-selection-expected.png:
        * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.png:
        * platform/qt/fast/lists/scrolled-marker-paint-expected.png:
        * platform/qt/fast/multicol/column-rules-expected.png:
        * platform/qt/fast/multicol/column-rules-stacking-expected.png:
        * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
        * platform/qt/fast/multicol/float-multicol-expected.png:
        * platform/qt/fast/multicol/nested-columns-expected.png:
        * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.png:
        * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
        * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
        * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
        * platform/qt/fast/multicol/vertical-lr/column-rules-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
        * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-rules-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
        * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png:
        * platform/qt/fast/overflow/image-selection-highlight-expected.png:
        * platform/qt/fast/overflow/overflow-focus-ring-expected.png:
        * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
        * platform/qt/fast/overflow/paged-x-div-expected.png:
        * platform/qt/fast/overflow/paged-x-on-root-expected.png:
        * platform/qt/fast/overflow/paged-y-div-expected.png:
        * platform/qt/fast/overflow/paged-y-on-root-expected.png:
        * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
        * platform/qt/fast/reflections/reflection-direction-expected.png:
        * platform/qt/fast/reflections/reflection-with-zoom-expected.png:
        * platform/qt/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png:
        * platform/qt/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png:
        * platform/qt/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png:
        * platform/qt/fast/regions/percentage-margins-variable-width-regions-expected.png:
        * platform/qt/fast/repaint/float-overflow-expected.png:
        * platform/qt/fast/repaint/float-overflow-right-expected.png:
        * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
        * platform/qt/fast/replaced/001-expected.png:
        * platform/qt/fast/replaced/002-expected.png:
        * platform/qt/fast/replaced/003-expected.png:
        * platform/qt/fast/replaced/absolute-image-sizing-expected.png:
        * platform/qt/fast/replaced/image-sizing-expected.png:
        * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.png:
        * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.png:
        * platform/qt/fast/ruby/ruby-block-style-not-updated-expected.png: Added.
        * platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png: Added.
        * platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.png: Added.
        * platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png: Added.
        * platform/qt/fast/selectors/166-expected.png:
        * platform/qt/fast/table/border-collapsing/004-expected.png:
        * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
        * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
        * platform/qt/fast/table/edge-offsets-expected.png:
        * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
        * platform/qt/fast/table/frame-and-rules-expected.png:
        * platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
        * platform/qt/fast/table/table-row-style-not-updated-expected.png: Added.
        * platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.png: Added.
        * platform/qt/fast/table/table-style-not-updated-expected.png: Added.
        * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
        * platform/qt/fast/text/break-word-expected.png:
        * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
        * platform/qt/fast/text/capitalize-preserve-nbsp-expected.png:
        * platform/qt/fast/text/delete-hard-break-character-expected.png:
        * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
        * platform/qt/fast/text/midword-break-hang-expected.png:
        * platform/qt/fast/text/reset-emptyRun-expected.png:
        * platform/qt/fast/text/selection-hard-linebreak-expected.png:
        * platform/qt/fast/text/stroking-decorations-expected.png:
        * platform/qt/fast/text/text-letter-spacing-expected.png:
        * platform/qt/fast/text/wbr-expected.png:
        * platform/qt/fast/text/whitespace/018-expected.png:
        * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
        * platform/qt/fast/transforms/shadows-expected.png:
        * platform/qt/fast/transforms/transformed-caret-expected.png:
        * platform/qt/fast/transforms/transforms-with-zoom-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/qt/fast/writing-mode/english-lr-text-expected.png:

2012-10-19  Kent Tamura  <tkent@chromium.org>

        Use Localizer::monthFormat to construct input[type=month] UI
        https://bugs.webkit.org/show_bug.cgi?id=99818

        Reviewed by Kentaro Hara.

        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
        Updated because symbolic month fields don't support digit-key input.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium/TestExpectations:

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

        Web Inspector: inspector/styles/styles-history.html is failing Text on Windows and Linux
        https://bugs.webkit.org/show_bug.cgi?id=99519

        Reviewed by Alexander Pavlov.

        * inspector/styles/styles-history.html:
        * platform/chromium/TestExpectations:

2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel rebase.

        Part 4.
        Rebaseline pixel results in first part of fast (backgrounds, block, borders,
        box-shadow, css). All of these tests producing correct results, only the expectations
        were outdated. Most of the differenes was not detectable by looking at the expected
        and actual results, only ImageDiff sees the difference.

        * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
        * platform/qt/fast/backgrounds/background-position-parsing-expected.png:
        * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
        * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
        * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/qt/fast/backgrounds/size/backgroundSize16-expected.png:
        * platform/qt/fast/backgrounds/size/contain-and-cover-expected.png: Added.
        * platform/qt/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/qt/fast/block/basic/adding-near-anonymous-block-expected.png:
        * platform/qt/fast/block/basic/truncation-rtl-expected.png:
        * platform/qt/fast/block/float/002-expected.png:
        * platform/qt/fast/block/float/020-expected.png:
        * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
        * platform/qt/fast/block/float/float-in-float-painting-expected.png:
        * platform/qt/fast/block/float/intruding-painted-twice-expected.png:
        * platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.png:
        * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.png:
        * platform/qt/fast/block/float/table-relayout-expected.png:
        * platform/qt/fast/block/float/vertical-move-relayout-expected.png:
        * platform/qt/fast/block/margin-collapse/055-expected.png:
        * platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
        * platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
        * platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
        * platform/qt/fast/block/positioning/auto/007-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
        * platform/qt/fast/borders/border-image-01-expected.png:
        * platform/qt/fast/borders/border-image-border-radius-expected.png:
        * platform/qt/fast/borders/border-image-longhand-expected.png:
        * platform/qt/fast/borders/border-image-massive-scale-expected.png:
        * platform/qt/fast/borders/border-image-outset-expected.png:
        * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.png:
        * platform/qt/fast/borders/border-image-repeat-expected.png:
        * platform/qt/fast/borders/border-image-rotate-transform-expected.png:
        * platform/qt/fast/borders/border-image-scale-transform-expected.png:
        * platform/qt/fast/borders/border-image-scaled-expected.png:
        * platform/qt/fast/borders/border-image-scrambled-expected.png:
        * platform/qt/fast/borders/border-image-side-reduction-expected.png:
        * platform/qt/fast/borders/border-image-source-expected.png:
        * platform/qt/fast/borders/border-mixed-alpha-expected.png:
        * platform/qt/fast/borders/border-radius-complex-inner-expected.png:
        * platform/qt/fast/borders/border-radius-different-width-001-expected.png:
        * platform/qt/fast/borders/rtl-border-01-expected.png:
        * platform/qt/fast/borders/rtl-border-02-expected.png:
        * platform/qt/fast/borders/rtl-border-03-expected.png:
        * platform/qt/fast/borders/rtl-border-04-expected.png:
        * platform/qt/fast/box-shadow/spread-expected.png:
        * platform/qt/fast/canvas/arc360-expected.png:
        * platform/qt/fast/canvas/canvas-before-css-expected.png:
        * platform/qt/fast/canvas/canvas-composite-expected.png:
        * platform/qt/fast/canvas/canvas-text-alignment-expected.png:
        * platform/qt/fast/canvas/canvas-text-baseline-expected.png:
        * platform/qt/fast/canvas/canvasDrawingIntoSelf-expected.png:
        * platform/qt/fast/canvas/check-stale-putImageData-expected.png: Added.
        * platform/qt/fast/canvas/drawImage-expected.png:
        * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.png:
        * platform/qt/fast/canvas/fill-stroke-clip-reset-path-expected.png:
        * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.png:
        * platform/qt/fast/canvas/fillrect_gradient-expected.png:
        * platform/qt/fast/canvas/image-object-in-canvas-expected.png:
        * platform/qt/fast/canvas/patternfill-repeat-expected.png:
        * platform/qt/fast/canvas/quadraticCurveTo-expected.png:
        * platform/qt/fast/canvas/shadow-offset-1-expected.png:
        * platform/qt/fast/canvas/shadow-offset-2-expected.png:
        * platform/qt/fast/canvas/shadow-offset-3-expected.png:
        * platform/qt/fast/canvas/shadow-offset-4-expected.png:
        * platform/qt/fast/canvas/shadow-offset-5-expected.png:
        * platform/qt/fast/canvas/shadow-offset-6-expected.png:
        * platform/qt/fast/canvas/shadow-offset-7-expected.png:
        * platform/qt/fast/canvas/zero-size-fill-rect-expected.png:
        * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/qt/fast/css/acid2-expected.png:
        * platform/qt/fast/css/clip-zooming-expected.png:
        * platform/qt/fast/css/css1_forward_compatible_parsing-expected.png:
        * platform/qt/fast/css/css2-system-fonts-expected.png:
        * platform/qt/fast/css/empty-pseudo-class-expected.png:
        * platform/qt/fast/css/find-next-layer-expected.png:
        * platform/qt/fast/css/first-child-pseudo-class-expected.png:
        * platform/qt/fast/css/first-letter-capitalized-expected.png:
        * platform/qt/fast/css/first-letter-detach-expected.png:
        * platform/qt/fast/css/first-letter-hover-expected.png:
        * platform/qt/fast/css/first-line-text-decoration-expected.png:
        * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
        * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
        * platform/qt/fast/css/focus-ring-multiline-expected.png:
        * platform/qt/fast/css/font-face-opentype-expected.png:
        * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.png:
        * platform/qt/fast/css/font-face-weight-matching-expected.png:
        * platform/qt/fast/css/font-shorthand-weight-only-expected.png:
        * platform/qt/fast/css/hover-subselector-expected.png:
        * platform/qt/fast/css/hsl-color-expected.png:
        * platform/qt/fast/css/last-child-pseudo-class-expected.png:
        * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
        * platform/qt/fast/css/line-height-font-order-expected.png:
        * platform/qt/fast/css/margin-top-bottom-dynamic-expected.png:
        * platform/qt/fast/css/min-width-with-spanned-cell-expected.png: Added.
        * platform/qt/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added.
        * platform/qt/fast/css/nth-child-dynamic-expected.png:
        * platform/qt/fast/css/only-child-pseudo-class-expected.png:
        * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
        * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
        * platform/qt/fast/css/outline-auto-location-expected.png:
        * platform/qt/fast/css/percent-top-value-with-relative-position-expected.png:
        * platform/qt/fast/css/text-rendering-expected.png:
        * platform/qt/fast/css/universal-hover-quirk-expected.png:

2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed rebaseline.

        Part 3.
        Rebase pixel results in editing. All of these tests producing correct results,
        only the expectations were outdated.

        * platform/qt/editing/deleting/4922367-expected.png:
        * platform/qt/editing/deleting/5099303-expected.png:
        * platform/qt/editing/deleting/5144139-2-expected.png:
        * platform/qt/editing/deleting/5483370-expected.png:
        * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
        * platform/qt/editing/deleting/delete-3608462-fix-expected.png:
        * platform/qt/editing/deleting/delete-4083333-fix-expected.png:
        * platform/qt/editing/deleting/delete-and-undo-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
        * platform/qt/editing/deleting/delete-block-contents-001-expected.png:
        * platform/qt/editing/deleting/delete-block-contents-002-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.png:
        * platform/qt/editing/deleting/delete-br-001-expected.png:
        * platform/qt/editing/deleting/delete-br-007-expected.png:
        * platform/qt/editing/deleting/delete-br-013-expected.png:
        * platform/qt/editing/deleting/delete-character-001-expected.png:
        * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.png:
        * platform/qt/editing/deleting/delete-first-list-item-expected.png:
        * platform/qt/editing/deleting/delete-image-001-expected.png:
        * platform/qt/editing/deleting/delete-image-003-expected.png:
        * platform/qt/editing/deleting/delete-image-004-expected.png:
        * platform/qt/editing/deleting/delete-leading-ws-001-expected.png:
        * platform/qt/editing/deleting/delete-line-015-expected.png:
        * platform/qt/editing/deleting/delete-line-016-expected.png:
        * platform/qt/editing/deleting/delete-line-017-expected.png:
        * platform/qt/editing/deleting/delete-listitem-002-expected.png:
        * platform/qt/editing/deleting/delete-selection-001-expected.png:
        * platform/qt/editing/deleting/delete-to-select-table-expected.png:
        * platform/qt/editing/deleting/delete-trailing-ws-001-expected.png:
        * platform/qt/editing/deleting/delete-trailing-ws-002-expected.png:
        * platform/qt/editing/deleting/delete-ws-fixup-001-expected.png:
        * platform/qt/editing/deleting/delete-ws-fixup-002-expected.png:
        * platform/qt/editing/deleting/delete-ws-fixup-003-expected.png:
        * platform/qt/editing/deleting/delete-ws-fixup-004-expected.png:
        * platform/qt/editing/deleting/list-item-1-expected.png:
        * platform/qt/editing/deleting/merge-endOfParagraph-expected.png:
        * platform/qt/editing/deleting/merge-no-br-expected.png:
        * platform/qt/editing/deleting/merge-unrendered-space-expected.png:
        * platform/qt/editing/deleting/merge-whitespace-pre-expected.png:
        * platform/qt/editing/deleting/non-smart-delete-expected.png:
        * platform/qt/editing/deleting/smart-delete-001-expected.png:
        * platform/qt/editing/deleting/smart-delete-002-expected.png:
        * platform/qt/editing/deleting/table-cells-expected.png:
        * platform/qt/editing/execCommand/4580583-2-expected.png:
        * platform/qt/editing/execCommand/4641880-1-expected.png:
        * platform/qt/editing/execCommand/4641880-2-expected.png:
        * platform/qt/editing/execCommand/4747450-expected.png:
        * platform/qt/editing/execCommand/4916402-expected.png:
        * platform/qt/editing/execCommand/4916541-expected.png:
        * platform/qt/editing/execCommand/5080333-1-expected.png:
        * platform/qt/editing/execCommand/5080333-2-expected.png:
        * platform/qt/editing/execCommand/5136770-expected.png:
        * platform/qt/editing/execCommand/5138441-expected.png:
        * platform/qt/editing/execCommand/5142012-1-expected.png:
        * platform/qt/editing/execCommand/5142012-2-expected.png:
        * platform/qt/editing/execCommand/5190926-expected.png:
        * platform/qt/editing/execCommand/5481523-expected.png:
        * platform/qt/editing/execCommand/5569741-expected.png:
        * platform/qt/editing/execCommand/create-list-with-hr-expected.png:
        * platform/qt/editing/execCommand/indent-list-item-expected.png:
        * platform/qt/editing/execCommand/indent-selection-expected.png:
        * platform/qt/editing/execCommand/insert-list-and-stitch-expected.png:
        * platform/qt/editing/execCommand/print-expected.png:
        * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.png:
        * platform/qt/editing/execCommand/selectAll-expected.png:
        * platform/qt/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/qt/editing/inserting/12882-expected.png:
        * platform/qt/editing/inserting/4278698-expected.png:
        * platform/qt/editing/inserting/4840662-expected.png:
        * platform/qt/editing/inserting/4960120-2-expected.png:
        * platform/qt/editing/inserting/5002441-expected.png:
        * platform/qt/editing/inserting/5058163-1-expected.png:
        * platform/qt/editing/inserting/5058163-2-expected.png:
        * platform/qt/editing/inserting/5156401-2-expected.png:
        * platform/qt/editing/inserting/5510537-expected.png:
        * platform/qt/editing/inserting/5549929-2-expected.png:
        * platform/qt/editing/inserting/5549929-3-expected.png:
        * platform/qt/editing/inserting/6703873-expected.png:
        * platform/qt/editing/inserting/editing-empty-divs-expected.png:
        * platform/qt/editing/inserting/insert-3775316-fix-expected.png:
        * platform/qt/editing/inserting/insert-after-delete-001-expected.png:
        * platform/qt/editing/inserting/insert-at-end-01-expected.png:
        * platform/qt/editing/inserting/insert-at-end-02-expected.png:
        * platform/qt/editing/inserting/insert-br-001-expected.png:
        * platform/qt/editing/inserting/insert-br-003-expected.png:
        * platform/qt/editing/inserting/insert-br-006-expected.png:
        * platform/qt/editing/inserting/insert-br-007-expected.png:
        * platform/qt/editing/inserting/insert-br-008-expected.png:
        * platform/qt/editing/inserting/insert-br-009-expected.png:
        * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.png:
        * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.png:
        * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.png:
        * platform/qt/editing/inserting/insert-br-quoted-001-expected.png:
        * platform/qt/editing/inserting/insert-br-quoted-002-expected.png:
        * platform/qt/editing/inserting/insert-br-quoted-003-expected.png:
        * platform/qt/editing/inserting/insert-br-quoted-004-expected.png:
        * platform/qt/editing/inserting/insert-br-quoted-005-expected.png:
        * platform/qt/editing/inserting/insert-br-quoted-006-expected.png:
        * platform/qt/editing/inserting/insert-div-022-expected.png:
        * platform/qt/editing/inserting/insert-div-023-expected.png:
        * platform/qt/editing/inserting/insert-div-024-expected.png:
        * platform/qt/editing/inserting/insert-div-026-expected.png:
        * platform/qt/editing/inserting/insert-paragraph-01-expected.png:
        * platform/qt/editing/inserting/insert-paragraph-03-expected.png:
        * platform/qt/editing/inserting/insert-paragraph-04-expected.png:
        * platform/qt/editing/inserting/insert-paragraph-05-expected.png:
        * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.png:
        * platform/qt/editing/inserting/insert-tab-001-expected.png:
        * platform/qt/editing/inserting/insert-tab-002-expected.png:
        * platform/qt/editing/inserting/insert-tab-004-expected.png:
        * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.png:
        * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png:
        * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.png:
        * platform/qt/editing/inserting/insert-text-with-newlines-expected.png:
        * platform/qt/editing/inserting/line-break-expected.png:
        * platform/qt/editing/inserting/paragraph-separator-01-expected.png:
        * platform/qt/editing/inserting/paragraph-separator-02-expected.png:
        * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.png:
        * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.png:
        * platform/qt/editing/inserting/return-key-with-selection-001-expected.png:
        * platform/qt/editing/inserting/return-key-with-selection-002-expected.png:
        * platform/qt/editing/inserting/return-key-with-selection-003-expected.png:
        * platform/qt/editing/inserting/typing-001-expected.png:
        * platform/qt/editing/inserting/typing-002-expected.png:
        * platform/qt/editing/inserting/typing-003-expected.png:
        * platform/qt/editing/inserting/typing-around-br-001-expected.png:
        * platform/qt/editing/inserting/typing-around-image-001-expected.png:
        * platform/qt/editing/pasteboard/3976872-expected.png:
        * platform/qt/editing/pasteboard/4076267-2-expected.png:
        * platform/qt/editing/pasteboard/4076267-3-expected.png:
        * platform/qt/editing/pasteboard/4631972-expected.png:
        * platform/qt/editing/pasteboard/4806874-expected.png:
        * platform/qt/editing/pasteboard/5006779-expected.png:
        * platform/qt/editing/pasteboard/5071074-2-expected.png:
        * platform/qt/editing/pasteboard/5071074-expected.png:
        * platform/qt/editing/pasteboard/5075944-expected.png:
        * platform/qt/editing/pasteboard/5156401-1-expected.png:
        * platform/qt/editing/pasteboard/5247341-expected.png:
        * platform/qt/editing/pasteboard/5387578-expected.png:
        * platform/qt/editing/pasteboard/5478250-expected.png:
        * platform/qt/editing/pasteboard/5601583-1-expected.png:
        * platform/qt/editing/pasteboard/8145-1-expected.png:
        * platform/qt/editing/pasteboard/8145-2-expected.png:
        * platform/qt/editing/pasteboard/8145-3-expected.png:
        * platform/qt/editing/pasteboard/bad-placeholder-expected.png:
        * platform/qt/editing/pasteboard/cut-text-001-expected.png:
        * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.png:
        * platform/qt/editing/pasteboard/displaced-placeholder-expected.png:
        * platform/qt/editing/pasteboard/merge-after-delete-1-expected.png:
        * platform/qt/editing/pasteboard/merge-after-delete-2-expected.png:
        * platform/qt/editing/pasteboard/merge-end-blockquote-expected.png:
        * platform/qt/editing/pasteboard/merge-start-blockquote-expected.png:
        * platform/qt/editing/pasteboard/paste-4035648-fix-expected.png:
        * platform/qt/editing/pasteboard/paste-4038267-fix-expected.png:
        * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
        * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-001-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-002-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-003-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-004-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-005-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-006-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-007-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-008-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-009-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-010-expected.png:
        * platform/qt/editing/pasteboard/paste-match-style-001-expected.png:
        * platform/qt/editing/pasteboard/paste-match-style-002-expected.png:
        * platform/qt/editing/pasteboard/paste-text-019-expected.png:
        * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
        * platform/qt/editing/pasteboard/pasting-object-expected.png:
        * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.png:
        * platform/qt/editing/pasteboard/smart-paste-007-expected.png:
        * platform/qt/editing/pasteboard/smart-paste-008-expected.png:
        * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.png:
        * platform/qt/editing/pasteboard/unrendered-br-expected.png:
        * platform/qt/editing/selection/3690703-2-expected.png:
        * platform/qt/editing/selection/3690703-expected.png:
        * platform/qt/editing/selection/3690719-expected.png:
        * platform/qt/editing/selection/4397952-expected.png:
        * platform/qt/editing/selection/4818145-expected.png:
        * platform/qt/editing/selection/4932260-1-expected.png:
        * platform/qt/editing/selection/4932260-2-expected.png:
        * platform/qt/editing/selection/4932260-3-expected.png:
        * platform/qt/editing/selection/5007143-2-expected.png:
        * platform/qt/editing/selection/5007143-expected.png:
        * platform/qt/editing/selection/5057506-2-expected.png:
        * platform/qt/editing/selection/5057506-expected.png:
        * platform/qt/editing/selection/5076323-2-expected.png:
        * platform/qt/editing/selection/5076323-3-expected.png:
        * platform/qt/editing/selection/5131716-1-expected.png:
        * platform/qt/editing/selection/5131716-2-expected.png:
        * platform/qt/editing/selection/5131716-3-expected.png:
        * platform/qt/editing/selection/5131716-4-expected.png:
        * platform/qt/editing/selection/5234383-1-expected.png:
        * platform/qt/editing/selection/5234383-2-expected.png:
        * platform/qt/editing/selection/6476-expected.png:
        * platform/qt/editing/selection/after-line-wrap-expected.png:
        * platform/qt/editing/selection/caret-before-select-expected.png:
        * platform/qt/editing/selection/click-start-of-line-expected.png:
        * platform/qt/editing/selection/editable-non-editable-crash-expected.png:
        * platform/qt/editing/selection/end-of-document-expected.png:
        * platform/qt/editing/selection/extend-by-character-001-expected.png:
        * platform/qt/editing/selection/extend-by-character-006-expected.png:
        * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
        * platform/qt/editing/selection/extend-by-word-001-expected.png:
        * platform/qt/editing/selection/extend-by-word-002-expected.png:
        * platform/qt/editing/selection/extend-selection-bidi-expected.png:
        * platform/qt/editing/selection/iframe-expected.png:
        * platform/qt/editing/selection/image-before-linebreak-expected.png:
        * platform/qt/editing/selection/inline-closest-leaf-child-expected.png:
        * platform/qt/editing/selection/leave-requested-block-expected.png:
        * platform/qt/editing/selection/mixed-editability-6-expected.png:
        * platform/qt/editing/selection/mixed-editability-7-expected.png:
        * platform/qt/editing/selection/move-backwords-by-word-001-expected.png:
        * platform/qt/editing/selection/move-between-blocks-no-001-expected.png:
        * platform/qt/editing/selection/move-by-character-001-expected.png:
        * platform/qt/editing/selection/move-by-line-001-expected.png:
        * platform/qt/editing/selection/move-by-line-002-expected.png:
        * platform/qt/editing/selection/move-by-sentence-001-expected.png:
        * platform/qt/editing/selection/move-by-sentence-linebreak-expected.png:
        * platform/qt/editing/selection/move-by-word-001-expected.png:
        * platform/qt/editing/selection/previous-line-position-expected.png:
        * platform/qt/editing/selection/replaced-boundaries-1-expected.png:
        * platform/qt/editing/selection/replaced-boundaries-2-expected.png:
        * platform/qt/editing/selection/replaced-boundaries-3-expected.png:
        * platform/qt/editing/selection/select-all-001-expected.png:
        * platform/qt/editing/selection/select-all-002-expected.png:
        * platform/qt/editing/selection/table-caret-1-expected.png:
        * platform/qt/editing/selection/table-caret-2-expected.png:
        * platform/qt/editing/selection/unrendered-space-expected.png:
        * platform/qt/editing/style/5017613-1-expected.png:
        * platform/qt/editing/style/5017613-2-expected.png:
        * platform/qt/editing/style/5046875-1-expected.png:
        * platform/qt/editing/style/5046875-2-expected.png:
        * platform/qt/editing/style/5065910-expected.png:
        * platform/qt/editing/style/5228141-expected.png:
        * platform/qt/editing/style/5279521-expected.png:
        * platform/qt/editing/style/block-styles-007-expected.png:
        * platform/qt/editing/style/font-family-with-space-expected.png:
        * platform/qt/editing/style/style-3681552-fix-001-expected.png:
        * platform/qt/editing/style/style-3681552-fix-002-expected.png:
        * platform/qt/editing/style/style-3998892-fix-expected.png:
        * platform/qt/editing/style/style-boundary-001-expected.png:
        * platform/qt/editing/style/style-boundary-002-expected.png:
        * platform/qt/editing/style/style-boundary-003-expected.png:
        * platform/qt/editing/style/style-boundary-004-expected.png:
        * platform/qt/editing/style/typing-style-001-expected.png:
        * platform/qt/editing/style/typing-style-002-expected.png:
        * platform/qt/editing/style/unbold-in-bold-expected.png:
        * platform/qt/editing/undo/4063751-expected.png:
        * platform/qt/editing/undo/5378473-expected.png:
        * platform/qt/editing/undo/redo-typing-001-expected.png:
        * platform/qt/editing/undo/undo-combined-delete-boundary-expected.png:
        * platform/qt/editing/undo/undo-combined-delete-expected.png:
        * platform/qt/editing/undo/undo-delete-boundary-expected.png:
        * platform/qt/editing/undo/undo-delete-expected.png:
        * platform/qt/editing/undo/undo-forward-delete-boundary-expected.png:
        * platform/qt/editing/undo/undo-forward-delete-expected.png:
        * platform/qt/editing/undo/undo-misspellings-expected.png:
        * platform/qt/editing/undo/undo-typing-001-expected.png:
        * platform/qt/editing/unsupported-content/list-delete-001-expected.png:
        * platform/qt/editing/unsupported-content/list-delete-003-expected.png:
        * platform/qt/editing/unsupported-content/list-type-after-expected.png:
        * platform/qt/editing/unsupported-content/list-type-before-expected.png:
        * platform/qt/editing/unsupported-content/table-delete-001-expected.png:
        * platform/qt/editing/unsupported-content/table-delete-002-expected.png:
        * platform/qt/editing/unsupported-content/table-delete-003-expected.png:
        * platform/qt/editing/unsupported-content/table-type-after-expected.png:
        * platform/qt/editing/unsupported-content/table-type-before-expected.png:

2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed rebaseline.

        Part 2.
        Rebase pixel results in animations, compositing, css1, css2.1 and css3.

        * platform/qt/animations/cross-fade-border-image-source-expected.png:
        * platform/qt/compositing/direct-image-compositing-expected.png:
        * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
        * platform/qt/css1/basic/containment-expected.png:
        * platform/qt/css1/basic/inheritance-expected.png:
        * platform/qt/css1/box_properties/border-expected.png:
        * platform/qt/css1/box_properties/border_bottom-expected.png:
        * platform/qt/css1/box_properties/border_left-expected.png:
        * platform/qt/css1/box_properties/border_left_width-expected.png:
        * platform/qt/css1/box_properties/border_right_inline-expected.png:
        * platform/qt/css1/box_properties/border_right_width-expected.png:
        * platform/qt/css1/box_properties/border_style-expected.png:
        * platform/qt/css1/box_properties/border_top-expected.png:
        * platform/qt/css1/box_properties/clear_float-expected.png:
        * platform/qt/css1/box_properties/float_margin-expected.png:
        * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
        * platform/qt/css1/box_properties/margin_inline-expected.png:
        * platform/qt/css1/box_properties/margin_left-expected.png:
        * platform/qt/css1/box_properties/margin_right-expected.png:
        * platform/qt/css1/box_properties/padding_bottom-expected.png:
        * platform/qt/css1/box_properties/padding_bottom_inline-expected.png:
        * platform/qt/css1/box_properties/padding_inline-expected.png:
        * platform/qt/css1/box_properties/padding_left-expected.png:
        * platform/qt/css1/box_properties/padding_right-expected.png:
        * platform/qt/css1/cascade/cascade_order-expected.png:
        * platform/qt/css1/cascade/important-expected.png:
        * platform/qt/css1/classification/display-expected.png:
        * platform/qt/css1/color_and_background/background_position-expected.png:
        * platform/qt/css1/color_and_background/background_repeat-expected.png:
        * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
        * platform/qt/css1/font_properties/font-expected.png:
        * platform/qt/css1/formatting_model/inline_elements-expected.png:
        * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
        * platform/qt/css1/pseudo/anchor-expected.png:
        * platform/qt/css1/pseudo/firstletter-expected.png:
        * platform/qt/css1/pseudo/firstline-expected.png:
        * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
        * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.png:
        * platform/qt/css1/text_properties/text_decoration-expected.png:
        * platform/qt/css1/text_properties/text_indent-expected.png:
        * platform/qt/css1/text_properties/text_transform-expected.png:
        * platform/qt/css1/units/urls-expected.png:
        * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.png:
        * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
        * platform/qt/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png:
        * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
        * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
        * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
        * platform/qt/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-17-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-18a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-17-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-17-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-18a-expected.png:

2012-10-19  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Gardening to make the bots green
        https://bugs.webkit.org/show_bug.cgi?id=99828

        Unreviewed EFL gardening.

        Adding test expectations for failures caused by
        r131836 and r131824.

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

2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed rebaseline.

        Part I.
        Identifying wrong results, and rebasing some expected png's.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/fast/borders/border-image-01-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-border-radius-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-longhand-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-massive-scale-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-outset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-repeat-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-rotate-transform-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-scale-transform-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-scaled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-scrambled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-side-reduction-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-image-source-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-mixed-alpha-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-radius-complex-inner-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-radius-different-width-001-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/spread-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/arc360-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/iframe-scroll-repaint-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/selection-clear-expected.png:
        * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
        * platform/qt-5.0-wk2/fast/replaced/absolute-image-sizing-expected.png: Added.
        * platform/qt-5.0-wk2/fast/replaced/image-sizing-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/mask-invalidation-expected.png: Copied from LayoutTests/platform/qt/svg/custom/mask-invalidation-expected.png.
        * platform/qt-5.0-wk2/svg/custom/relative-sized-image-expected.png: Added.
        * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
        * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
        * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
        * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
        * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
        * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
        * platform/qt-5.0-wk2/transitions/suspend-transform-transition-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/iframe-scroll-repaint-expected.png.
        * platform/qt/TestExpectations:
        * platform/qt/animations/cross-fade-background-image-expected.png:
        * platform/qt/animations/cross-fade-border-image-source-expected.png:
        * platform/qt/animations/cross-fade-list-style-image-expected.png:
        * platform/qt/animations/cross-fade-webkit-mask-image-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/qt/svg/custom/mask-invalidation-expected.png:
        * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/qt/svg/text/remove-tspan-from-text-expected.png:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Removed.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Removed.

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

        [EFL] Rebaseline pixel expectation that is rendered correctly now.

        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:

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

        Unreviewed GTK gardening.

        Adding a platform-specific baseline for a new Shadow DOM test
        that was introduced in r131758, the new baseline differs from
        the original one just by an annoying newline at the end of the
        document.

        Adding test expectations for list styles test failure caused by
        r131836. Adding a test expectation for a new a11y test introduced
        in r131871.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.

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

        [EFL] Unskip a few passing tests.

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

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

        [EFL] Rebaseline a few pixel expectations now that WK1 also shows the resizer in textareas.

        * platform/efl/fast/forms/basic-textareas-expected.png:
        * platform/efl/fast/forms/basic-textareas-quirks-expected.png:

2012-10-18  Dominic Mazzoni  <dmazzoni@google.com>

        AX: labelForElement is slow when there are a lot of DOM elements
        https://bugs.webkit.org/show_bug.cgi?id=97825

        Reviewed by Ryosuke Niwa.

        Adds two new tests for titleUIElement that run on both Mac and
        Chromium. One tests correctness, the other tests speed.

        Fixes one test so that it passes on Chromium.
        Enables other tests that now pass on Chromium.

        * accessibility/secure-textfield-title-ui.html:
        * accessibility/title-ui-element-correctness-expected.txt: Added.
        * accessibility/title-ui-element-correctness.html: Added.
        * perf/accessibility-title-ui-element-expected.txt: Added.
        * perf/accessibility-title-ui-element.html: Added.
        * platform/chromium/TestExpectations:

2012-10-18  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] Property considered overridden if it is non-inherited important property in inherited style
        https://bugs.webkit.org/show_bug.cgi?id=99720

        Reviewed by Yury Semikhatsky.

        * inspector/elements/elements-panel-styles-expected.txt:
        * inspector/elements/resources/elements-panel-styles.css:
        (#container):
        (.foo):

2012-10-18  Dongwoo Joshua Im  <dw.im@samsung.com>

        quirk-orphaned-units.html should be removed from TestExpectations.
        https://bugs.webkit.org/show_bug.cgi?id=99807

        Reviewed by Csaba Osztrogonác.

        quirk-orphaned-units.html is no more existed, so it should be removed from TestExpectations.

        * platform/qt-mac/TestExpectations: Remove quirk-orphaned-units.html.

2012-10-18  Dirk Pranke  <dpranke@chromium.org>

        Remove entries for now-passing tests in chroum-mac-mountainlion.

        Unreviewed, expectations change.

        * platform/chromium-mac-mountainlion/TestExpectations:

2012-10-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Implement value sanitization algorithm for type=datetime
        https://bugs.webkit.org/show_bug.cgi?id=76893

        Reviewed by Kent Tamura.

        Added a test for the value sanitization algorithm for type=datetime.
        Also updated affected tests.

        * fast/forms/datetime/ValidityState-typeMismatch-datetime-expected.txt:
        * fast/forms/datetime/ValidityState-typeMismatch-datetime.html:
        '0001-01-01T00:00+01:00' is an invalid value because that is before
        0001-01-01 00:00 UTC. '0001-01-01T00:00-01:00' is a valid value.
        * fast/forms/datetime/datetime-value-sanitization-expected.txt: Added.
        * fast/forms/datetime/datetime-value-sanitization.html: Added.
        * fast/forms/datetime/input-valueasdate-datetime-expected.txt:
        * fast/forms/datetime/input-valueasdate-datetime.html:
        Setting valueAsDate should run the algorithm to convert a Date object to a
        string, that returns valid normalized forced-UTC global date and time string.
        See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasdate
        * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
        * fast/forms/datetime/input-valueasnumber-datetime.html:
        Setting valueAsNumber should run the algorithm to convert a number to a
        string, that returns valid normalized forced-UTC global date and time string.
        See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasnumber

2012-10-18  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, expectations and baselines for chromium-mac-mountainlion

        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png.
        * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt.
        * 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-br-expected.txt:
        * platform/chromium/TestExpectations:

2012-10-18  Dirk Pranke  <dpranke@chromium.org>

        Land first batch of Chromium Mac 10.8-specific baselines.

        Unreviewed, gardening.

        * animations/cross-fade-background-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-background-image-expected.png.
        * animations/cross-fade-border-image-source-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-border-image-source-expected.png.
        * animations/cross-fade-list-style-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-list-style-image-expected.png.
        * animations/cross-fade-webkit-mask-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-webkit-mask-image-expected.png.
        * platform/chromium-mac-lion/animations/3d/change-transform-in-end-event-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/3d/change-transform-in-end-event-expected.png.
        * platform/chromium-mac-lion/animations/3d/matrix-transform-type-animation-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/3d/matrix-transform-type-animation-expected.png.
        * platform/chromium-mac-lion/animations/3d/state-at-end-event-transform-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png.
        * platform/chromium-mac-lion/animations/cross-fade-background-image-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-background-image-expected.png.
        * platform/chromium-mac-lion/animations/cross-fade-border-image-source-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-border-image-source-expected.png.
        * platform/chromium-mac-lion/animations/cross-fade-list-style-image-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-list-style-image-expected.png.
        * platform/chromium-mac-lion/animations/cross-fade-webkit-mask-image-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-webkit-mask-image-expected.png.
        * platform/chromium-mac-lion/animations/state-at-end-event-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/state-at-end-event-expected.png.
        * platform/chromium-mac-lion/compositing/animation/state-at-end-event-transform-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/animation/state-at-end-event-transform-layer-expected.png.
        * platform/chromium-mac-lion/compositing/color-matching/pdf-image-match-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/color-matching/pdf-image-match-expected.png.
        * platform/chromium-mac-lion/compositing/compositing-visible-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/compositing-visible-descendant-expected.png.
        * platform/chromium-mac-lion/compositing/generated-content-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/generated-content-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/abs-position-inside-opacity-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/abs-position-inside-opacity-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/composited-html-size-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/composited-html-size-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/fixed-in-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-in-composited-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-composited-page-scale-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/layer-due-to-layer-children-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/outline-change-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/outline-change-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/partial-layout-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/partial-layout-update-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/root-layer-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/root-layer-update-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/video-fixed-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png.
        * platform/chromium-mac-lion/compositing/geometry/video-opacity-overlay-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png.
        * platform/chromium-mac-lion/compositing/iframes/composited-iframe-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png.
        * platform/chromium-mac-lion/compositing/iframes/iframe-copy-on-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/iframes/iframe-copy-on-scroll-expected.png.
        * platform/chromium-mac-lion/compositing/images/direct-image-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/images/direct-image-background-color-expected.png.
        * platform/chromium-mac-lion/compositing/layers-inside-overflow-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png.
        * platform/chromium-mac-lion/compositing/masks/direct-image-mask-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/direct-image-mask-expected.png.
        * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/masked-ancestor-expected.png.
        * platform/chromium-mac-lion/compositing/masks/multiple-masks-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/multiple-masks-expected.png.
        * platform/chromium-mac-lion/compositing/masks/simple-composited-mask-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/ancestor-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/fixed-position-ancestor-clip-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/nested-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/overflow-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/overflow-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/parent-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/parent-overflow-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/remove-overflow-crash2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/scrollbar-painting-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png.
        * platform/chromium-mac-lion/compositing/overflow/theme-affects-visual-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/theme-affects-visual-overflow-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/animation-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/compositing-change-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/compositing-change-inside-reflection-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/deeply-nested-reflections-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/load-video-in-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/masked-reflection-on-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/masked-reflection-on-composited-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-animated-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-mask-change-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-mask-change-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-on-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-on-overflow-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-opacity-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-opacity-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-size-change-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-size-change-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transition-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/reflection-in-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/reflection-on-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/reflection-ordering-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-ordering-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/reflection-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-positioning-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/reflection-positioning2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/simple-composited-reflections-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png.
        * platform/chromium-mac-lion/compositing/reflections/transform-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png.
        * platform/chromium-mac-lion/compositing/repaint/become-overlay-composited-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/become-overlay-composited-layer-expected.png.
        * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/composited-document-element-expected.png.
        * platform/chromium-mac-lion/compositing/repaint/layer-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/layer-repaint-expected.png.
        * platform/chromium-mac-lion/compositing/repaint/layer-repaint-rects-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/layer-repaint-rects-expected.png.
        * platform/chromium-mac-lion/compositing/repaint/opacity-between-absolute-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png.
        * platform/chromium-mac-lion/compositing/repaint/opacity-between-absolute2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/opacity-between-absolute2-expected.png.
        * platform/chromium-mac-lion/compositing/self-painting-layers-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/self-painting-layers-expected.png.
        * platform/chromium-mac-lion/compositing/sibling-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/sibling-positioning-expected.png.
        * platform/chromium-mac-lion/compositing/text-on-large-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/text-on-large-layer-expected.png.
        * platform/chromium-mac-lion/compositing/transitions/scale-transition-no-start-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/transitions/scale-transition-no-start-expected.png.
        * platform/chromium-mac-lion/compositing/transitions/singular-scale-transition-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/transitions/singular-scale-transition-expected.png.
        * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png.
        * platform/chromium-mac-lion/compositing/webgl/webgl-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/webgl/webgl-background-color-expected.png.
        * platform/chromium-mac-lion/compositing/webgl/webgl-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/webgl/webgl-reflection-expected.png.
        * platform/chromium-mac/animations/3d/change-transform-in-end-event-expected.png:
        * platform/chromium-mac/animations/3d/matrix-transform-type-animation-expected.png:
        * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png:
        * platform/chromium-mac/animations/cross-fade-background-image-expected.png:
        * platform/chromium-mac/animations/cross-fade-border-image-source-expected.png:
        * platform/chromium-mac/animations/cross-fade-list-style-image-expected.png:
        * platform/chromium-mac/animations/cross-fade-webkit-mask-image-expected.png:
        * platform/chromium-mac/animations/state-at-end-event-expected.png:
        * platform/chromium-mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
        * platform/chromium-mac/compositing/color-matching/pdf-image-match-expected.png:
        * platform/chromium-mac/compositing/compositing-visible-descendant-expected.png:
        * platform/chromium-mac/compositing/generated-content-expected.png:
        * platform/chromium-mac/compositing/geometry/abs-position-inside-opacity-expected.png:
        * platform/chromium-mac/compositing/geometry/composited-html-size-expected.png:
        * platform/chromium-mac/compositing/geometry/fixed-in-composited-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-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/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/layer-due-to-layer-children-deep-expected.png:
        * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/chromium-mac/compositing/geometry/outline-change-expected.png:
        * platform/chromium-mac/compositing/geometry/partial-layout-update-expected.png:
        * platform/chromium-mac/compositing/geometry/root-layer-update-expected.png:
        * platform/chromium-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
        * platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png:
        * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png:
        * platform/chromium-mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
        * platform/chromium-mac/compositing/images/direct-image-background-color-expected.png:
        * platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png:
        * platform/chromium-mac/compositing/masks/direct-image-mask-expected.png:
        * platform/chromium-mac/compositing/masks/masked-ancestor-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/overflow/ancestor-overflow-expected.png:
        * platform/chromium-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
        * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:
        * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png:
        * platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png:
        * platform/chromium-mac/compositing/overflow/parent-overflow-expected.png:
        * platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png:
        * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png:
        * platform/chromium-mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
        * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
        * platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png:
        * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/chromium-mac/compositing/reflections/masked-reflection-on-composited-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-mask-change-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-opacity-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-size-change-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png:
        * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
        * platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png:
        * platform/chromium-mac/compositing/reflections/reflection-ordering-expected.png:
        * platform/chromium-mac/compositing/reflections/reflection-positioning-expected.png:
        * platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png:
        * platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png:
        * platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png:
        * platform/chromium-mac/compositing/repaint/become-overlay-composited-layer-expected.png:
        * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png:
        * platform/chromium-mac/compositing/repaint/layer-repaint-expected.png:
        * platform/chromium-mac/compositing/repaint/layer-repaint-rects-expected.png:
        * platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png:
        * platform/chromium-mac/compositing/repaint/opacity-between-absolute2-expected.png:
        * platform/chromium-mac/compositing/self-painting-layers-expected.png:
        * platform/chromium-mac/compositing/sibling-positioning-expected.png:
        * platform/chromium-mac/compositing/text-on-large-layer-expected.png:
        * platform/chromium-mac/compositing/transitions/scale-transition-no-start-expected.png:
        * platform/chromium-mac/compositing/transitions/singular-scale-transition-expected.png:
        * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac/compositing/webgl/webgl-background-color-expected.png:
        * platform/chromium-mac/compositing/webgl/webgl-reflection-expected.png:

2012-10-18  Anand Chakravarty  <anandc@google.com>

        Incorrect check performed in Media Source objects test.
        https://bugs.webkit.org/show_bug.cgi?id=99390

        Reviewed by Eric Carlson.

        Use an expected value of 5 in the buffered attribute.

        * http/tests/media/media-source/video-media-source-objects-expected.txt:
        * http/tests/media/media-source/video-media-source-objects.html:

2012-10-18  Anand Chakravarty  <anandc@google.com>

        Use of uninitialized variable in Media Source API test.
        https://bugs.webkit.org/show_bug.cgi?id=99387

        Reviewed by Eric Carlson.

        Set value of seekTime to 1 before using it.

        * http/tests/media/media-source/video-media-source-state-changes.html:

2012-10-18  Dirk Pranke  <dpranke@chromium.org>

        De-dup expectations for chromium mountainlion

        Unreviewed, expectations update.

        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium/TestExpectations:

2012-10-18  Adam Barth  <abarth@webkit.org>

        [V8] fast/dom/gc-9.html fails for document.styleSheets
        https://bugs.webkit.org/show_bug.cgi?id=99786

        Reviewed by Kentaro Hara.

        * platform/chromium/fast/dom/gc-9-expected.txt:
            - Test progression.

2012-10-18  Adam Barth  <abarth@webkit.org>

        [V8] fast/dom/gc-9.html fails for document.implementation
        https://bugs.webkit.org/show_bug.cgi?id=99783

        Reviewed by Kentaro Hara.

        * platform/chromium/TestExpectations:
            - TestExpectations claims that this test is "brain damaged", but it
              looks like the test has improved since that comment was written
              and that this test is actually quite valuable.
        * platform/chromium/fast/dom/gc-9-expected.txt: Added.
            - This patch adds a Chromium-specific baseline for this test.
              Before this patch, we failed the document.implementation
              subtests.

2012-10-18  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update.

        * platform/chromium/TestExpectations: Remove entries for passing *-multiple-fieds tests.
        * platform/chromium-mac-mountainlion/TestExpectations: Add them.

2012-10-18  Pan Deng  <pan.deng@intel.com>

        [Resource Timing]Test cases for set buffer size functionality and event when buffer full.
        https://bugs.webkit.org/show_bug.cgi?id=84885.

        Reviewed by Tony Gentilcore.

        Test cases in this patch validate buffer size restriction functionality, clear resource timing functionality and the fired event when buffer full. 

        * http/tests/w3c/webperf/resources/webperftestharnessextension.js:
        (PerformanceContext.prototype.getEntriesByName):
        (PerformanceContext.prototype.setResourceTimingBufferSize):
        (PerformanceContext.prototype.registerResourceTimingBufferFullCallback):
        (PerformanceContext.prototype.clearResourceTimings):
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries-expected.txt: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries.html: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size-expected.txt: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size.html: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction-expected.txt: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction.html: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality-expected.txt: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality.html: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size-expected.txt: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size.html: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback-expected.txt: Added.
        * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-10-18  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r130411): Copying & pasting the first line of text can move caret to the end of text area
        https://bugs.webkit.org/show_bug.cgi?id=99663

        Reviewed by Enrica Casucci and Levi Weintraub.

        Add a regression test for copying and pasting the first line in a textarea with two lines of text.

        * editing/pasteboard/copy-paste-first-line-in-textarea-expected.txt: Added.
        * editing/pasteboard/copy-paste-first-line-in-textarea.html: Added.

2012-10-18  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Re-enable gesture highlight layout tests, fix GestureLongPress regression.
        https://bugs.webkit.org/show_bug.cgi?id=99632

        Reviewed by James Robinson.

        Re-enable layout tests for gesture highlights. Includes fix for GestureTapCancel test.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress.html:
        * platform/chromium/TestExpectations:

2012-10-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] fix lint errors/conflicts in ML TestExpectations

        Unreviewed, expectations change.

        * platform/chromium-mac-mountainlion/TestExpectations:

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

        Unreviewed, rolling out r131810.
        http://trac.webkit.org/changeset/131810
        https://bugs.webkit.org/show_bug.cgi?id=99762

        Broke linux debug webkit_unit_tests (Requested by
        danakj|gardening on #webkit).

        * platform/chromium/TestExpectations:
        * platform/chromium/virtual/deferred/fast/images/README.txt: Removed.

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

        Add layout tests for wildcarded hosts in CSP directives.
        https://bugs.webkit.org/show_bug.cgi?id=99693

        Reviewed by Adam Barth.

        Adds four test cases to ensure that wildcarded hosts in Content Security
        Policy source expressions function correctly with and without paths,
        and with wildcarded ports.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-09-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-09.html: Added.

2012-10-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] update ML-specific failures
        https://bugs.webkit.org/show_bug.cgi?id=99505

        Unreviewed, expectations change.

        * platform/chromium-mac-mountainlion/TestExpectations:

2012-10-18  Alpha Lam  <hclam@chromium.org>

        [chromium] Implement deferred image decoding
        https://bugs.webkit.org/show_bug.cgi?id=94240

        Reviewed by Stephen White.

        Adding a virtual test suite for Chromium to test deferred image
        decoding.

        platform/chromium/virtual/deferred/fast/images will be tested with
        --force-compositing --enable-per-tile-painting --enable-deferred-image-decoding.

        * platform/chromium/virtual/deferred/fast/images/README.txt: Added.

2012-10-18  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Validate types of built-in vertex attributes
        https://bugs.webkit.org/show_bug.cgi?id=98972

        Reviewed by Dean Jackson.

        invalid-custom-filter-attribute-types.html uses a set of vertex shaders. Each vertex shader
        defines a specific attribute with the wrong type. None of the vertex shaders in the test
        should execute. If a vertex shader does execute, its associated fragment shader will render
        a green div as red.

        * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html: Added.
        * css3/filters/custom/invalid-custom-filter-attribute-types.html: Added.
        * css3/filters/resources/invalid-type-a-mesh-coord.vs: Added.
        * css3/filters/resources/invalid-type-a-position.vs: Added.
        * css3/filters/resources/invalid-type-a-tex-coord.vs: Added.
        * css3/filters/resources/invalid-type-a-triangle-coord.vs: Added.
        * css3/filters/resources/invalid-type-attribute-array.vs: Added.

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

        Unreviewed, update Qt expectations for slider tests.

        fast/events/touch/touch-slider.html now has a specific bug number.
        media/video-playing-and-pause.html is removed. I added it by accident
        causing it to be run. Qt didn't run this test before my change.

        * platform/qt/TestExpectations:

2012-10-18  James Simonsen  <simonjam@chromium.org>

        Add a script for exporting http/tests/w3c/webperf/submission to W3C
        https://bugs.webkit.org/show_bug.cgi?id=99675

        Reviewed by Tony Gentilcore.

        The W3C tests expect a company to contribute them. Move these to the Intel directory.

        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks-expected.txt.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks.html.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMeasures-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures-expected.txt.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMeasures.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures.html.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark-expected.txt.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark.html.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark_exception-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception-expected.txt.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark_exception.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception.html.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure-expected.txt.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure.html.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_associate_with_navigation_timing-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing-expected.txt.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_associate_with_navigation_timing.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing.html.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception-expected.txt.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception.html.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist-expected.txt.
        * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist.html.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-10-18  Pablo Flouret  <pablof@motorola.com>

        Implement css3-conditional's @supports rule
        https://bugs.webkit.org/show_bug.cgi?id=86146

        Reviewed by Antti Koivisto.

        * css3/supports-expected.txt: Added.
        * css3/supports.html: Added.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:
            Skip the test until the feature is enabled.

2012-10-18  Jer Noble  <jer.noble@apple.com>

        Fullscreen movie controls behave incorrectly when clicked (and dragged)
        https://bugs.webkit.org/show_bug.cgi?id=99610

        Reviewed by Eric Carlson.

        Add a second drag operation, testing that the location does not reset at the beginning of
        each additional drag.

        * fullscreen/video-controls-drag-expected.txt:
        * fullscreen/video-controls-drag.html:

2012-10-18  Brandon Jones  <bajones@google.com>

        Implement OES_element_index_uint / WEBKIT_OES_element_index_uint
        https://bugs.webkit.org/show_bug.cgi?id=97400

        Reviewed by Kenneth Russell.

        Added OES_element_index_uint extension conformance test from KHRONOS

        * fast/canvas/webgl/oes-element-index-uint-expected.txt: Added.
        * fast/canvas/webgl/oes-element-index-uint.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/wk2/TestExpectations:

2012-10-18  Dana Jansens  <danakj@chromium.org>

        Unreviewed, mark http/tests/xmlhttprequest/request-encoding2.html as flaky.
        https://bugs.webkit.org/show_bug.cgi?id=99734

        * platform/chromium/TestExpectations:

2012-10-18  Stephen Chenney  <schenney@chromium.org>

        Unreviewed testExpectation change for Chromium.

        * platform/chromium/TestExpectations: Marked svg/hixie/perf/007.xml as [ Pass Slow ]

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

        Unreviewed, rebaseline a slider test on Mac.
        I think I grabbed the baseline at the wrong time or from the wrong bot yesterday.

        * platform/mac/media/video-playing-and-pause-expected.txt:

2012-10-18  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Handle special case "empty" shapes
        https://bugs.webkit.org/show_bug.cgi?id=99342

        Reviewed by Dirk Schulze.

        Verify that "empty" shape-inside shapes do not constrain the text their element contains.

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

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

        REGRESSION(r131464): Null-pointer crash in StyleResolver::styleForElement
        https://bugs.webkit.org/show_bug.cgi?id=99587

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.
        * fast/dom/shadow/user-modify-in-datalist-crash.html: Added.

2012-10-18  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update mainly for
        https://bugs.webkit.org/show_bug.cgi?id=99673

        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:

2012-10-18  Stephen Chenney  <schenney@chromium.org>

        Rebaselining some longstanding Chromium expectations.

        Unreviewed test expectations update.

        These were marked as expected fail when a Skia roll went in. That was ago.

        * platform/chromium-linux/fast/repaint/list-marker-expected.png:
        * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/list-marker-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-snowleopard/svg/hixie/perf/007-expected.png:
        * platform/chromium-mac/fast/repaint/list-marker-expected.png:
        * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win-xp/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
        * platform/chromium-win/fast/repaint/focus-ring-expected.png:
        * platform/chromium-win/fast/repaint/list-marker-expected.png:
        * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium/TestExpectations:

2012-10-18  Anton Muhin  <antonm@chromium.org>

        Unreviewed Chromium rebaselines.

        * platform/chromium-linux/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png:
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png:
        * platform/chromium-mac/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
        * platform/chromium-win/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.

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

        [EFL] Update pixel expectation for a datalist test.

        * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:

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

        [EFL] Gardening. Remove pixel expectation for a test that's actually a reftest.

        * platform/efl/fast/forms/datalist/update-range-with-datalist-expected.png: Removed.

2012-10-18  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Rebaseline http/tests/plugins/ after r129972
        https://bugs.webkit.org/show_bug.cgi?id=99672

        Unreviewed. Plugin feature is enabled on EFL WK2 port after r129972.

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

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

        [EFL] Unskip http/tests/security/xss-DENIED-xsl-external-entity.xml.

        It seems to be passing consistently now.

        * platform/efl/TestExpectations:

2012-10-18  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Unreviewed gardening

        Skipping a test, remove unnecessary expected files.

        * platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Removed.
        * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Removed.
        * platform/qt/TestExpectations:

2012-10-18  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r131640
        https://bugs.webkit.org/show_bug.cgi?id=99692

        Unreviewed gardening.

        Failing gamepad/gamepad-out-of-range-crasher.html is skipped for EFL.

        * platform/efl/TestExpectations:

2012-10-18  Kent Tamura  <tkent@chromium.org>

        Set min-width property instead of width property for date/time fields
        https://bugs.webkit.org/show_bug.cgi?id=99673

        Reviewed by Hajime Morita.

        Update affected test results. Non-Mac chromium ports already have lines
        for them in TestExpectations.

        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:

2012-10-18  MORITA Hajime  <morrita@google.com>

        Assertion failure at TreeScopeAdopter::moveNodeToNewDocument()
        https://bugs.webkit.org/show_bug.cgi?id=99510

        Reviewed by Kent Tamura.

        * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style-expected.txt: Added.
        * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style.html: Added.

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

        Unreviewed GTK gardening.

        Updating baselines for two accessibility tests after r131674.

        Updating baseline for media/video-playing-and-pause.html but still
        marking the test a flaky as the render tree output can differ from
        the new baseline.

        * platform/gtk/TestExpectations:
        * platform/gtk/accessibility/inline-continuations-expected.txt:
        * platform/gtk/accessibility/media-element-expected.txt:
        * platform/gtk/media/video-playing-and-pause-expected.txt:

2012-10-17  Kangil Han  <kangil.han@samsung.com>

        Let's move use-while-animating-crash-expected.txt to common place.
        https://bugs.webkit.org/show_bug.cgi?id=99678

        Unreviewed, expectations change.

        Move expected result to common place to pass svg/animations/use-while-animating-crash.html case.

        * svg/animations/use-while-animating-crash-expected.txt: Renamed from LayoutTests/platform/mac/svg/animations/use-while-animating-crash-expected.txt.

2012-10-17  Hayato Ito  <hayato@chromium.org>

        Content element does not expose distributedNodes property.
        https://bugs.webkit.org/show_bug.cgi?id=99232

        Reviewed by Dimitri Glazkov.

        Add getDistributedNodes() to HTMLContentElement's IDL, which returns a
        static NodeList whose node are distributed to the content element.

        * fast/dom/shadow/content-element-distributed-nodes-expected.txt: Added.
        * fast/dom/shadow/content-element-distributed-nodes.html: Added.
        * fast/dom/shadow/distributed-nodes-expected.txt: Removed.
        * fast/dom/shadow/distributed-nodes.html: Removed.
        * platform/qt/TestExpectations:

2012-10-17  Dirk Pranke  <dpranke@chromium.org>

        Clone baselines from platform/mac to platform/chromium [7 of 7]
        https://bugs.webkit.org/show_bug.cgi?id=99666

        Unreviewed, expectations change.

        (long list of expectations files omitted).

2012-10-17  Dirk Pranke  <dpranke@chromium.org>

        Clone baselines from platform/mac to platform/chromium [6 of 7]
        https://bugs.webkit.org/show_bug.cgi?id=99666

        Unreviewed, expectations change.

        (long list of expectations files omitted).

2012-10-17  Dirk Pranke  <dpranke@chromium.org>

        Clone baselines from platform/mac to platform/chromium [5 of 7]
        https://bugs.webkit.org/show_bug.cgi?id=99666

        Unreviewed, expectations change.

        (long list of expectations files omitted).

2012-10-17  Dirk Pranke  <dpranke@chromium.org>

        Clone baselines from platform/mac to platform/chromium [4 of 7]
        https://bugs.webkit.org/show_bug.cgi?id=99666

        Unreviewed, expectations change.

        (long list of expectations files omitted).

2012-10-17  Pan Deng  <pan.deng@intel.com>

        [User Timing] Test Cases of User Timing. According to http://www.w3.org/TR/2012/CR-user-timing-20120726/
        https://bugs.webkit.org/show_bug.cgi?id=90963

        Reviewed by Tony Gentilcore.

        Test cases in this patch validate functionality of W3C User Timing interface. These test cases use W3C testharness. Since User Timing feature is not enabled in any platform yet, all skipped currenttly. 

        * http/tests/w3c/webperf/resources/webperftestharnessextension.js: Added.
        (test_method_exists):
        (test_noless_than):
        (performance_entrylist_checker.entry_check.test_equals):
        (performance_entrylist_checker.entry_check):
        (performance_entrylist_checker.entrylist_order_check):
        (performance_entrylist_checker.entrylist_check):
        (PerformanceContext):
        (PerformanceContext.prototype.initialMeasures):
        (PerformanceContext.prototype.mark):
        (PerformanceContext.prototype.measure):
        (PerformanceContext.prototype.clearMarks):
        (PerformanceContext.prototype.clearMeasures):
        (PerformanceContext.prototype.getEntries):
        (PerformanceContext.prototype.getEntriesByType):
        (PerformanceContext.prototype.getEntriesByName):
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks-expected.txt: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks.html: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures-expected.txt: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures.html: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark-expected.txt: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark.html: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception-expected.txt: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception.html: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure-expected.txt: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure.html: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing-expected.txt: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing.html: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception-expected.txt: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception.html: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist-expected.txt: Added.
        * http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-10-17  Dirk Pranke  <dpranke@chromium.org>

        Clone baselines from platform/mac to platform/chromium [3 of 7]
        https://bugs.webkit.org/show_bug.cgi?id=99666

        Unreviewed, expectations change.

        (long list of expectations files omitted).

2012-10-17  Dirk Pranke  <dpranke@chromium.org>

        Clone baselines from platform/mac to platform/chromium [2 of 7]
        https://bugs.webkit.org/show_bug.cgi?id=99666

        Unreviewed, expectations change.

        (long list of expectations files omitted).

2012-10-17  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline expectations for multiple-fields <input>

        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * 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-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-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/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-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-disabled-readonly-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/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-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * 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-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:

2012-10-17  Elliott Sprehn  <esprehn@chromium.org>

        StyleRareNonInheritedData::contentDataEquivalent only looks at the first ContentData
        https://bugs.webkit.org/show_bug.cgi?id=99560

        Reviewed by Eric Seidel.

        Test that when the content CSS property changes we update the displayed content.

        * fast/css-generated-content/content-property-change-expected.html: Added.
        * fast/css-generated-content/content-property-change.html: Added.

2012-10-17  Dirk Pranke  <dpranke@chromium.org>

        Clone baselines from platform/mac to platform/chromium [1 of 7]
        https://bugs.webkit.org/show_bug.cgi?id=99666

        Unreviewed, expectations change.

2012-10-17  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] AccessibilityUIElement::role() should be consistent across platforms wherever possible
        https://bugs.webkit.org/show_bug.cgi?id=99640

        Reviewed by Chris Fleizach.

        Updated tests and expectations to use the Mac/Safari-style AXRole strings

        * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt:
        * platform/gtk/accessibility/aria-combobox-expected.txt:
        * platform/gtk/accessibility/aria-fallback-roles-expected.txt:
        * platform/gtk/accessibility/aria-menubar-menuitems-expected.txt:
        * platform/gtk/accessibility/aria-roles-expected.txt:
        * platform/gtk/accessibility/aria-roles-unignored-expected.txt:
        * platform/gtk/accessibility/aria-roles-unignored.html:
        * platform/gtk/accessibility/aria-slider-required-attributes-expected.txt:
        * platform/gtk/accessibility/aria-slider-required-attributes.html:
        * platform/gtk/accessibility/aria-table-hierarchy-expected.txt:
        * platform/gtk/accessibility/aria-table-hierarchy.html:
        * platform/gtk/accessibility/aria-tables-expected.txt:
        * platform/gtk/accessibility/aria-toggle-button-role-expected.txt:
        * platform/gtk/accessibility/aria-toggle-button-role.html:
        * platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt:
        * platform/gtk/accessibility/button-accessible-name-expected.txt:
        * platform/gtk/accessibility/button-accessible-name.html:
        * platform/gtk/accessibility/canvas-description-and-role-expected.txt:
        * platform/gtk/accessibility/caret-browsing-text-focus-expected.txt:
        * platform/gtk/accessibility/caret-browsing-text-focus.html:
        * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt:
        * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt:
        * platform/gtk/accessibility/entry-and-password-expected.txt:
        * platform/gtk/accessibility/input-slider-expected.txt:
        * platform/gtk/accessibility/input-slider.html:
        * platform/gtk/accessibility/legend-expected.txt:
        * platform/gtk/accessibility/list-items-always-exposed-expected.txt:
        * platform/gtk/accessibility/list-items-always-exposed.html:
        * platform/gtk/accessibility/media-controls-panel-title-expected.txt:
        * platform/gtk/accessibility/media-controls-panel-title.html:
        * platform/gtk/accessibility/name-from-label-expected.txt:
        * platform/gtk/accessibility/name-from-label.html:
        * platform/gtk/accessibility/object-with-title-expected.txt:
        * platform/gtk/accessibility/object-with-title.html:
        * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt:
        * platform/gtk/accessibility/spans-expected.txt:
        * platform/gtk/accessibility/spans-paragraphs-and-divs-expected.txt:
        * platform/gtk/accessibility/spans-paragraphs-and-divs.html:
        * platform/gtk/accessibility/spans.html:
        * platform/gtk/accessibility/svg-image-expected.txt:
        * platform/gtk/accessibility/table-hierarchy-expected.txt:
        * platform/gtk/accessibility/table-hierarchy.html:

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

        Incorrect rendering of borders on <col> with span > 1
        https://bugs.webkit.org/show_bug.cgi?id=76246

        Reviewed by Julien Chaffraix.

        * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png:
        * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt:
        * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png:
        * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt:
        Existing tests modified. This is because previously, while computing collapsed
        start border, we did not take the preceeding col's enclosing colgroup's end border
        into consideration. While computing the collapsed start border, only the preceeding
        col element's end border was considered.

        With this fix, for the above two tests, the last col's width now changes due to
        the border being applied to it (the preceeding col's enclosing colgroup's end border)
        which causes the table's width to change. Also, we should note that the cell's grow
        by half the border's width; which is expected (on account of their being collapsed
        borders).

        * fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.txt: Added.
        * fast/table/border-collapsing/collapsed-border-with-col-colgroup-span.html: Added.
        * platform/chromium-linux/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
        Image only test added for verifying the behavior of collapsed borders with
        col and colgroup span.
        New expected image file added for the chromium-linux port.

2012-10-17  Tom Sepez  <tsepez@chromium.org>

        Crash in ContainerNode::removeAllChildren()
        https://bugs.webkit.org/show_bug.cgi?id=98443

        Reviewed by Eric Carlson.

        * http/tests/security/video-poster-cross-origin-crash2-expected.txt: Added.
        * http/tests/security/video-poster-cross-origin-crash2.html: Added.

2012-10-17  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Closing connection in upgradeneeded should result in error event
        https://bugs.webkit.org/show_bug.cgi?id=99486

        Reviewed by Tony Chang.

        Updated test expectation - error, not success.

        * storage/indexeddb/intversion-close-in-oncomplete-expected.txt:
        * storage/indexeddb/resources/intversion-close-in-oncomplete.js:
        (deleteSuccess):
        (upgradeNeeded.transaction.oncomplete):
        (upgradeNeeded):
        (openError):

2012-10-17  Ryosuke Niwa  <rniwa@webkit.org>

        Build fix after r131651.

        * fast/harness/perftests/runs-per-second-iterations.html:
        * fast/harness/perftests/runs-per-second-log.html:

2012-10-17  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Certain SVG content freezes QtWebKit
        https://bugs.webkit.org/show_bug.cgi?id=97258

        Reviewed by Simon Hausmann.

        * svg/stroke/zero-width-hang-expected.txt: Added.
        * svg/stroke/zero-width-hang.html: Added.

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

        REGRESSION (r130826 or r130828): Twitter top bar is dysfunctional
        https://bugs.webkit.org/show_bug.cgi?id=99577
        <rdar://problem/12518883>

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-array-pop-value-clearing-expected.txt: Added.
        * fast/js/dfg-array-pop-value-clearing.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-array-pop-value-clearing.js: Added.
        (foo):

2012-10-17  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Enforce unsigned long/unsigned long long ranges
        https://bugs.webkit.org/show_bug.cgi?id=99637

        Reviewed by Tony Chang.

        Additional edge case tests and updated expectations.

        * storage/indexeddb/cursor-advance-expected.txt:
        * storage/indexeddb/intversion-bad-parameters-expected.txt:
        * storage/indexeddb/intversion-encoding-expected.txt:
        * storage/indexeddb/resources/cursor-advance.js:
        (testBadAdvance.advanceBadly):
        (testBadAdvance):
        * storage/indexeddb/resources/intversion-bad-parameters.js:
        (deleteSuccess):
        * storage/indexeddb/resources/intversion-encoding.js:

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

        fast/forms/range/input-appearance-range-rtl.html off by one pixel
        https://bugs.webkit.org/show_bug.cgi?id=99625

        Reviewed by Ojan Vafai.

        Run test on GTK+ and Qt now that it is fixed.

        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

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

        Unreviewed, Qt baselines for shadow DOM changes to RenderSlider.
        There are a couple unexplained failures that I'm still investigating.

        * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
        * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
        * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Removed.
        * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Removed.
        * platform/qt/TestExpectations:
        * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/qt/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
        * platform/qt/fast/forms/box-shadow-override-expected.txt:
        * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
        * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/qt/fast/forms/range/slider-padding-expected.txt:
        * platform/qt/fast/multicol/client-rects-expected.txt:
        * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/qt/fast/repaint/slider-thumb-float-expected.txt: Added.

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

        Unreviewed, Apple Mac baselines for shadow DOM changes to RenderSlider.

        * platform/mac/TestExpectations:
        * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
        * platform/mac/fast/forms/box-shadow-override-expected.txt:
        * platform/mac/fast/forms/range/input-appearance-range-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: Added.
        * platform/mac/fast/multicol/client-rects-expected.txt:
        * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/mac/fast/repaint/slider-thumb-float-expected.txt: Added.
        * platform/mac/media/audio-controls-rendering-expected.txt:
        * platform/mac/media/controls-after-reload-expected.txt:
        * platform/mac/media/controls-strict-expected.txt:
        * platform/mac/media/controls-styling-strict-expected.txt:
        * platform/mac/media/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-10-17  Filip Pizlo  <fpizlo@apple.com>

        JIT op_get_by_pname should call cti_get_by_val_generic and not cti_get_by_val
        https://bugs.webkit.org/show_bug.cgi?id=99631
        <rdar://problem/12483221>

        Reviewed by Mark Hahnenberg.

        * fast/js/get-by-pname-that-looks-like-a-patchable-get-by-val-expected.txt: Added.
        * fast/js/get-by-pname-that-looks-like-a-patchable-get-by-val.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/get-by-pname-that-looks-like-a-patchable-get-by-val.js: Added.
        (foo):

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

        Unreviewed, second set of GTK+ baselines for shadow DOM changes to RenderSlider.

        * platform/gtk/TestExpectations:
        * 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-playing-and-pause-expected.txt:
        * platform/gtk/media/video-zoom-controls-expected.txt:

2012-10-17  Scott Graham  <scottmg@chromium.org>

        Integer overflows/underflows in all Gamepad controller api calls.
        https://bugs.webkit.org/show_bug.cgi?id=97262

        Reviewed by Abhishek Arya.

        * gamepad/gamepad-out-of-range-crasher.html: Added.
        * gamepad/gamepad-out-of-range-crasher-expected.txt: Added.

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

        Unreviewed, Chromium baselines for shadow DOM changes to RenderSlider.

        * platform/chromium-linux-x86/fast/multicol/client-rects-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt.
        * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
        * 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/forms/input-appearance-height-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt.
        * platform/chromium-mac-snowleopard/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
        * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
        * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-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/datalist/input-appearance-range-with-datalist-expected.png:
        * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * 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/range/input-appearance-range-expected.txt:
        * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
        * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Added.
        * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.txt: Added.
        * platform/chromium-mac/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt.
        * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/chromium-mac/fast/layers/video-layer-expected.txt:
        * platform/chromium-mac/fast/multicol/client-rects-expected.txt:
        * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
        * platform/chromium-mac/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-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-styling-strict-expected.txt:
        * platform/chromium-mac/media/controls-without-preload-expected.txt:
        * platform/chromium-mac/media/media-controls-clone-expected.txt:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/chromium-mac/media/track/track-cue-rendering-vertical-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-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt.
        * platform/chromium-win-xp/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt.
        * platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
        * platform/chromium-win-xp/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt.
        * platform/chromium-win-xp/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
        * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-win/fast/forms/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/forms/input-appearance-height-expected.txt:
        * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png:
        * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
        * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/chromium-win/fast/multicol/client-rects-expected.txt:
        * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt:
        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt.
        * platform/chromium/TestExpectations:
        * platform/mac-lion/media/audio-repaint-expected.txt: Removed.

2012-10-17  Dana Jansens  <danakj@chromium.org>

        Unreviewed gardening, mark inspector/styles/styles-history.html as flaky on Linux.
        https://bugs.webkit.org/show_bug.cgi?id=99519

        * platform/chromium/TestExpectations:

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

        Unreviewed, first set of GTK+ baselines for shadow DOM changes to RenderSlider.

        * fast/forms/range/slider-thumb-stylability-expected.txt: Renamed from LayoutTests/platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt.
        * platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/multicol/client-rects-expected.txt: Removed.
        * platform/chromium-win-xp/fast/multicol/client-rects-expected.txt: Removed.
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
        * platform/gtk/fast/forms/box-shadow-override-expected.txt:
        * platform/gtk/fast/forms/input-appearance-height-expected.txt:
        * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
        * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
        * platform/gtk/fast/forms/range/slider-padding-expected.txt:
        * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.png: Removed.
        * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/gtk/fast/layers/video-layer-expected.txt:
        * platform/gtk/fast/multicol/client-rects-expected.txt:
        * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/gtk/fast/repaint/slider-thumb-float-expected.txt: Added.
        * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.

2012-10-17  Dana Jansens  <danakj@chromium.org>

        Rebaseline some windows tests now that the bot is providing results in the right place.

        Unreviewed gardening.

        * platform/chromium-win-xp/css1/basic/inheritance-expected.png: Removed.
        * platform/chromium-win-xp/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Removed.
        * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
        * platform/chromium-win-xp/tables/mozilla/bugs/bug73321-expected.png: Removed.
        * platform/chromium-win/css1/basic/inheritance-expected.png:
        * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:

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

        Allow lazy initialization of SVG XML animated properties.
        https://bugs.webkit.org/show_bug.cgi?id=84657

        Reviewed by Tim Horton.

        * platform/mac/svg/animations/use-while-animating-crash-expected.txt: Added.
        * svg/animations/use-while-animating-crash.html: Added.

2012-10-17  Dan Carney  <dcarney@google.com>

        Bind isolatedWorldSecurityOrigin to world
        https://bugs.webkit.org/show_bug.cgi?id=99582

        Reviewed by Adam Barth.

        Clean up of isolated worlds added after test completion.

        * http/tests/security/isolatedWorld/cross-origin-xhr.html:

2012-10-17  Simon Fraser  <simon.fraser@apple.com>

        GraphicsLayer visible rect computation needs to use the current animating transform
        https://bugs.webkit.org/show_bug.cgi?id=99529

        Reviewed by Dean Jackson.

        Tests that exercise visible-rect computation on an animating layer.

        * compositing/visible-rect/animated-expected.txt: Added.
        * compositing/visible-rect/animated-from-none-expected.txt: Added.
        * compositing/visible-rect/animated-from-none.html: Added.
        * compositing/visible-rect/animated.html: Added.

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

        plugins: Allow a plugin to dictate whether it can receive drag events or not.
        https://bugs.webkit.org/show_bug.cgi?id=99355

        Reviewed by Tony Chang.

        Update test to not set contentEditable on the plugin anymore.

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

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

        xss-DENIED-xsl-document-securityOrigin.xml crashes with icon assertion
        https://bugs.webkit.org/show_bug.cgi?id=99571

        Reviewed by Kenneth Rohde Christiansen.

        Unskip http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml
        for EFL WebKit2 now that it no longer hits an assertion in
        IconDatabase.

        * platform/efl-wk2/TestExpectations:

2012-10-17  Shinya Kawanaka  <shinyak@chromium.org>

        Dynamically added elements do not get re-projected.
        https://bugs.webkit.org/show_bug.cgi?id=99227

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/content-reprojection-dynamic-expected.html: Added.
        * fast/dom/shadow/content-reprojection-dynamic.html: Added.

2012-10-17  Dana Jansens  <danakj@chromium.org>

        Layout Test http/tests/workers/text-encoding.html is flaky crashing on debug bots
        https://bugs.webkit.org/show_bug.cgi?id=99604

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

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

        Unreviewed inspector test fixed and skipped on JSC.

        * inspector/debugger/live-edit-breakpoints-expected.txt:
        * inspector/debugger/live-edit-breakpoints.html:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-10-17  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Additional simple polygon tests
        https://bugs.webkit.org/show_bug.cgi?id=98548

        Reviewed by Dirk Schulze.

        Added a pair of CSS Exclusions shape-inside ref-tests for regular polygons
        with 8 and 16 sides. Also made some small revisions to the supporting code,
        simple-polyon.js, and the existing simple polygon tests, and to localize and
        correct the conversion from float to layout coordinates. All of the tests
        now round/truncate the left edge of line segment intervals depending on whether
        subpixel layout is enabled.

        * fast/exclusions/resources/simple-polygon.js:
        (createRegularPolygonVertices):
        (polygonXIntercepts):
        (simulatePolygonShape):
        (generateSimulatedPolygonShapeInsideElement):
        (createPolygonShapeInsideTestCase):
        (createPolygonShapeInsideTestCaseExpected):
        * fast/exclusions/shape-inside/shape-inside-regular-polygon16-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-regular-polygon16.html: Added.
        * fast/exclusions/shape-inside/shape-inside-regular-polygon8-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-regular-polygon8.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:

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

        Web Inspector: [Regression] Undoing script changes does not restore breakpoints.
        https://bugs.webkit.org/show_bug.cgi?id=99598

        Reviewed by Pavel Feldman.

        * http/tests/inspector/live-edit-test.js:
        (initialize_LiveEditTest.InspectorTest.replaceInSource):
        (initialize_LiveEditTest.InspectorTest.commitSource):
        (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
        (initialize_LiveEditTest):
        * inspector/debugger/live-edit-breakpoints-expected.txt: Added.
        * inspector/debugger/live-edit-breakpoints.html: Added.
        * inspector/debugger/live-edit.html:

2012-10-17  Dana Jansens  <danakj@chromium.org>

        Unreviewed rebaseline for ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001.htm

        * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.

2012-10-17  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibility/ignore-spacer-elements.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98366

        Reviewed by Chris Fleizach.

        The failure was due to platform-specific expectations of childrenCount.
        The solution was conditionalizing the test.

        * accessibility/ignore-spacer-elements.html: Base expected childrenCount on platform.
        * platform/gtk/TestExpectations: Unskip previously-failing test.

2012-10-17  Mariusz Grzegorczyk  <mariusz.g@samsung.com>

        Unreviewed EFL gardening.
        https://bugs.webkit.org/show_bug.cgi?id=99596

        Unskip editing/inserting, editing/selection, editing/spelling and editing/style categories.
        Mark missing text expectations for these.

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

2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2][WTR] InjectedBundlePage::decidePolicyForNavigationAction() should print only filename part of local URLs
        https://bugs.webkit.org/show_bug.cgi?id=99581

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped fast/loader/reload-policy-delegate.html for WK2.

        * platform/wk2/TestExpectations:

2012-10-17  Harald Alvestrand  <hta@google.com>

        Implement the Selector argument to RTCPeerConnection.getStats
        https://bugs.webkit.org/show_bug.cgi?id=99460

        Reviewed by Adam Barth.

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

2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        WebKitTestRunner needs layoutTestController.queueReload
        https://bugs.webkit.org/show_bug.cgi?id=42672

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped the related test cases for WK2.

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

2012-10-17  Kent Tamura  <tkent@chromium.org>

        REGRESSION(r131421): Text baseline becomes incorrect after re-layout of input[type=time]
        https://bugs.webkit.org/show_bug.cgi?id=99572

        Reviewed by Kentaro Hara.

        * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout.html: Added.

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

        Unreviewed GTK gardening.

        Fixing expectation for fast/forms/range/input-appearance-range-rtl.html,
        it's a reftest so the failure is actually of pixel nature.

        Also removing some expectations for tests that now consistently pass.

        * platform/gtk/TestExpectations:

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

        [EFL] Unreviewed gardening.

        Unskipping 4 cases after regression was fixed in r131229,
        moving out a crash and incorrect console loggin on the wk2 bot.

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

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

        V8 should throw a more descriptive exception when blocking 'eval' via CSP.
        https://bugs.webkit.org/show_bug.cgi?id=94332

        Reviewed by Adam Barth.

        * platform/chromium/TestExpectations:
            Unskipping these tests, as this patch unbreaks them.
        * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt:
        * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt:
        * platform/chromium/http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt:
            Updating expectations with the new error message.

2012-10-17  MORITA Hajime  <morrita@google.com>

        Assertion failed on HTMLFormControlElement.cpp: updateFromElementCallback()
        https://bugs.webkit.org/show_bug.cgi?id=99566

        Reviewed by Kent Tamura.

        * fast/forms/textarea/textarea-autofocus-removal-while-focusing.txt: Added.
        * fast/forms/textarea/textarea-autofocus-removal-while-focusing.html: Added.

2012-10-17  Anton Muhin  <antonm@chromium.org>

        Unreviewed Chromium rebaselines.

        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
        * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.

2012-10-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviwed gardening. Skip failing reftest after r131497.
        https://bugs.webkit.org/show_bug.cgi?id=98666

        * platform/qt/TestExpectations: Skip fast/forms/range/input-appearance-range-rtl.html.

2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        WebKitTestRunner needs testRunner.queueLoad
        https://bugs.webkit.org/show_bug.cgi?id=42674

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped corresponding tests for WK2 and WK2 EFL, put those which still failing to appropriate groups.

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

2012-10-17  Douglas Stockwell  <dstockwell@chromium.org>

        Content of replaced elements should be trimmed to the content edge curve.
        https://bugs.webkit.org/show_bug.cgi?id=63899

        Reviewed by Simon Fraser.

        * fast/replaced/border-radius-clip-content-edge-expected.txt: Added.
        * fast/replaced/border-radius-clip-content-edge.html: Added.
        * platform/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:

2012-10-17  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        The HTML5 formtarget/formaction/formenctyp/formmethod/formnovalidate attributes don't work in button tags with nested elements
        https://bugs.webkit.org/show_bug.cgi?id=90539

        Reviewed by Kent Tamura.

        Added a test case to verify that formaction attribute of <button> element is
        used when its child <span> is clicked.

        * fast/forms/formaction-attribute-expected.txt:
        * fast/forms/formaction-attribute.html: Removed unused doneAction2 variable.

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

        Unreviewed, rolling out r131516 and r131550.
        http://trac.webkit.org/changeset/131516
        http://trac.webkit.org/changeset/131550
        https://bugs.webkit.org/show_bug.cgi?id=99349

        It caused zillion different problem on different platforms

        * fast/workers/resources/worker-event-listener.js:

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

        Add test that checks if scrolling works inside the suggestion picker
        https://bugs.webkit.org/show_bug.cgi?id=99409

        Reviewed by Kent Tamura.

        We want to test that scrolling, both by scrollbar and mouse wheel, work inside the suggestion picker.

        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:

2012-10-16  Kent Tamura  <tkent@chromium.org>

        Re-add a test which was removed mistakenly in r131538.
        https://bugs.webkit.org/show_bug.cgi?id=98103

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html: Added.

2012-10-16  Kent Tamura  <tkent@chromium.org>

        Move tests for calendar picker to platform/chromium/fast/forms/calendar-picker/
        https://bugs.webkit.org/show_bug.cgi?id=98103

        Reviewed by Yuta Kitamura.

        Move tests for calendar picker to platform/chromium/fast/forms/
        calendar-picker/ because
         - Ease of skipping
         - We're going to support non-date types in the calendar picker.
         - Not sure the calendar picker code will be used on other platforms.

        * fast/forms/date/calendar-picker-appearance-expected.txt: Removed.
        * fast/forms/date/calendar-picker-appearance-pre-100-expected.txt: Removed.
        * fast/forms/date/calendar-picker-appearance-pre-100.html: Removed.
        * fast/forms/date/calendar-picker-appearance.html: Removed.
        * fast/forms/date/calendar-picker-common.js: Removed.
        * fast/forms/date/calendar-picker-key-operations-expected.txt: Removed.
        * fast/forms/date/calendar-picker-key-operations.html: Removed.
        * fast/forms/date/calendar-picker-mouse-operations-expected.txt: Removed.
        * fast/forms/date/calendar-picker-mouse-operations.html: Removed.
        * fast/forms/date/calendar-picker-type-change-onclick-expected.txt: Removed.
        * fast/forms/date/calendar-picker-type-change-onclick.html: Removed.
        * fast/forms/date/calendar-picker-with-step-expected.txt: Removed.
        * fast/forms/date/calendar-picker-with-step.html: Removed.
        * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png.
        * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png.
        * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png.
        * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png.
        * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Removed.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker: Added.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png.
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-expected.txt.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance.html.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-key-operations-expected.txt.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Copied from LayoutTests/fast/forms/date/calendar-picker-key-operations.html.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-mouse-operations-expected.txt.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Copied from LayoutTests/fast/forms/date/calendar-picker-mouse-operations.html.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-pre-100-expected.txt.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-pre-100.html.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-with-step-expected.txt.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html: Copied from LayoutTests/fast/forms/date/calendar-picker-with-step.html.
        * platform/chromium/fast/forms/calendar-picker/resources: Added.
        * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js: Copied from LayoutTests/fast/forms/date/calendar-picker-common.js.
        * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Fix calendar-picker-common.js path.
        * platform/gtk/TestExpectations:

2012-10-16  Dirk Pranke  <dpranke@chromium.org>

        Update Chromium ML expectations

        Unreviewed, expectations change.

        * platform/chromium-mac-mountainlion/TestExpectations:

2012-10-16  Joseph Pecoraro  <pecoraro@apple.com>

        HTMLSelectElement::optionSelectedByUser confuses listIndex and optionIndex
        https://bugs.webkit.org/show_bug.cgi?id=99523

        Reviewed by Simon Fraser.

        Extend the dom activate test to test calls on a <select multiple> with
        <optgroup>s. This previously untested case was broken.

        * platform/mac/fast/objc/dom-html-select-activate-expected.txt:
        * platform/mac/fast/objc/dom-html-select-activate.html:

2012-10-16  Jian Li  <jianli@chromium.org>

        Rename feature define ENABLE_WIDGET_REGION to ENABLE_DRAGGBALE_REGION
        https://bugs.webkit.org/show_bug.cgi?id=98975

        Reviewed by Adam Barth.

        Renaming is needed to better match with the draggable region code.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-10-16  Dana Jansens  <danakj@chromium.org>

        Unreviewed, rebaselines after r131358
        https://bugs.webkit.org/show_bug.cgi?id=99441

        * 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-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:

2012-10-16  James Simonsen  <simonjam@chromium.org>

        [Page Visibility API] View-less documents should report as hidden
        https://bugs.webkit.org/show_bug.cgi?id=99410

        Reviewed by Tony Gentilcore.

        * fast/events/page-visibility-null-view-expected.txt: Added.
        * fast/events/page-visibility-null-view.html: Added.

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

        Unreviewed, broaden Chromium TestExpectations to match waterfall.

        * platform/chromium/TestExpectations:

2012-10-16  Dana Jansens  <danakj@chromium.org>

        Rebaseline mac compositing/geometry/fixed-position-transform-composited-page-scale-down.html
        https://bugs.webkit.org/show_bug.cgi?id=89702

        Unreviewed gardening.

        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
        * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/chromium/TestExpectations:

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

        Unreviewed, fix TestExpectations for Qt and GTK after RenderSlider change.

        * platform/gtk/TestExpectations:
        * platform/gtk/media/video-volume-slider-expected.txt:
        * platform/qt/TestExpectations:

2012-10-16  Dana Jansens  <danakj@chromium.org>

        Rebaseline for css1/basic/inheritance.html

        Unreviewed gardening.

        * platform/chromium-mac/css1/basic/inheritance-expected.png:

2012-10-16  Dana Jansens  <danakj@chromium.org>

        Web Inspector: inspector/styles/styles-history.html is failing Text on win7
        https://bugs.webkit.org/show_bug.cgi?id=99519

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-16  Dana Jansens  <danakj@chromium.org>

        Rebaselines for r131503
        https://bugs.webkit.org/show_bug.cgi?id=99516

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

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

        Unreviewed, fix lint error in chromium-android/TestExpectations.

        * platform/chromium-android/TestExpectations:

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

        Unreviewed, lint fixes for TestExpectations.

        * platform/chromium/TestExpectations:

2012-10-16  Dana Jansens  <danakj@chromium.org>

        Lint fixes for TestExpectations

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-16  Dana Jansens  <danakj@chromium.org>

        Rebaselines for r131503
        https://bugs.webkit.org/show_bug.cgi?id=99516

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-16  Dana Jansens  <danakj@chromium.org>

        Some tests need rebaseline after r131497
        https://bugs.webkit.org/show_bug.cgi?id=99511

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-16  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibility/radio-button-title-label.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98374

        Unreviewed. Unskipped test, new port-specific baseline.

        New baseline for the GTK port. If there is a proper label tag, we
        expect the widget to get its name/title from that label. The aria
        labelledby property is exposed in addition to the label; not instead
        of the label.

        * platform/gtk/TestExpectations: Unskipped failing test.
        * platform/gtk/accessibility/radio-button-title-label-expected.txt: Added.

2012-10-16  Dirk Pranke  <dpranke@chromium.org>

        [chromium] add Mountain Lion baselines
        https://bugs.webkit.org/show_bug.cgi?id=99505

        Reviewed by Ojan Vafai.

        This change adds a temporary 10.8/MountainLion-specific
        expectations file for Chromium so that the bot can be green
        while we are updating all the baselines and triaging failures.

        * platform/chromium-mac-mountainlion/TestExpectations: Added.

2012-10-16  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] accessibility/inline-continuations.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=98367

        Unreviewed. Unskipped test, new port-specific expectations.

        ATs for the GTK port are expecting only meaningful text objects, with
        the text of spans getting folded into the parent object.

        * platform/gtk/TestExpectations: Updated to unskip test.
        * platform/gtk/accessibility/inline-continuations-expected.txt: Added.

2012-10-16  Emil A Eklund  <eae@chromium.org>

        Remove special-case flooring of baselinePosition for replaced elements in InlineFlowBox::placeBoxesInBlockDirection
        https://bugs.webkit.org/show_bug.cgi?id=99376

        Reviewed by Levi Weintraub.

        * platform/chromium/TestExpectations:

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

        GetScopedVar CSE matches dead GetScopedVar's leading to IR corruption
        https://bugs.webkit.org/show_bug.cgi?id=99470
        <rdar://problem/12363698>

        Rubber stamped by Mark Hahnenberg.

        * fast/js/dfg-cse-dead-get-scoped-var-expected.txt: Added.
        * fast/js/dfg-cse-dead-get-scoped-var.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-cse-dead-get-scoped-var.js: Added.
        (foo.return.if):
        (foo):

2012-10-16  Adam Barth  <abarth@webkit.org>

        Document::adoptNode shouldn't special-case <iframe>
        https://bugs.webkit.org/show_bug.cgi?id=99247

        Reviewed by Ryosuke Niwa.

        Test that adopting an object element into itself also throws an
        exception.

        * fast/frames/adopt-object-into-itself-expected.txt: Added.
        * fast/frames/adopt-object-into-itself.html: Added.

2012-10-16  Dana Jansens  <danakj@chromium.org>

        lots-of-objects.html is flaky crashing on the webkit.org mac bot.
        http://code.google.com/p/chromium/issues/detail?id=46603

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

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

        input[type=range] as a flex item renders thumb at wrong position
        https://bugs.webkit.org/show_bug.cgi?id=98666

        Reviewed by Ojan Vafai.

        Changing the render tree to use RenderFlexibleBox instead of RenderDeprecatedFlexibleBox
        and not using a RenderLayer unless noted otherwise.

        * css3/flexbox/flexitem-stretch-range-expected.html: Added.
        * css3/flexbox/flexitem-stretch-range.html: Added. New test to verify stretched flex item has the
        thumb in the correct place.
        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Changed the default height to
        129px for vertical controls. This makes more sense than having a height of 100%.
        * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: The thumb now appears below the
        focus ring. This matches other form controls like buttons and textareas.
        * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
        * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
        * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
        * platform/chromium-win/fast/layers/video-layer-expected.txt:
        * platform/chromium-win/media/audio-controls-rendering-expected.txt:
        * platform/chromium-win/media/audio-repaint-expected.txt:
        * platform/chromium-win/media/controls-after-reload-expected.txt:
        * platform/chromium-win/media/controls-strict-expected.txt:
        * platform/chromium-win/media/controls-styling-expected.txt:
        * platform/chromium-win/media/controls-styling-strict-expected.txt:
        * platform/chromium-win/media/controls-without-preload-expected.txt:
        * platform/chromium-win/media/media-controls-clone-expected.txt:
        * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-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:

2012-10-16  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium] Android: Need a way to get appropriate font for some specific characters.
        https://bugs.webkit.org/show_bug.cgi?id=67587

        Reviewed by Adam Barth.

        Removed unnecessary rebaselines.
        Removed failure expectations for the tests now pass.
        Added pixel only rebaselines for some of the above tests.

        * platform/chromium-android/fast/repaint/japanese-rl-selection-repaint-expected.png: Added. New pixel rebaseline.
        * platform/chromium-android/fast/writing-mode/japanese-lr-selection-expected.png: Removed. Unnecessary rebaseline.
        * platform/chromium-android/fast/writing-mode/japanese-lr-selection-expected.txt: Removed. Unnecessary rebaseline.
        * platform/chromium-android/fast/writing-mode/japanese-rl-selection-expected.png: Added. New pixel rebaseline.
        * platform/chromium-android/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Removed. Unnecessary rebaseline.
        * platform/chromium/TestExpectations: Removed the failure expectations for the tests now pass.

2012-10-16  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Add the chromium API for RTCDataChannel
        https://bugs.webkit.org/show_bug.cgi?id=99435

        Reviewed by Adam Barth.

        Adding tests for RTCDataChannel.

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

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

        Unreviewed, rebaseline 2 Chromium Mac test.
        Small differences due to using MESA.

        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-10-16  Stephen Chenney  <schenney@chromium.org>

        An feImage that tries to render itself should be stopped
        https://bugs.webkit.org/show_bug.cgi?id=94652

        Reviewed by Eric Seidel.

        Ref-test to verify that an feImage that tries to draw itself will not
        crash. This test must be render in order to verify the result. Do not
        convert to dumpAstext.

        * svg/filters/feImage-self-referencing-expected.html: Added.
        * svg/filters/feImage-self-referencing.html: Added.

2012-10-16  Nico Weber  <thakis@chromium.org>

        [chromium/mac] Make spelling indicator HighDPI
        https://bugs.webkit.org/show_bug.cgi?id=99417

        Reviewed by Stephen White.

        New baselines.

        * platform/chromium-mac/editing/spelling/inline-spelling-markers-hidpi-expected.png :
        * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png :

2012-10-16  Dana Jansens  <danakj@chromium.org>

        Remove expected fails for tests that need rebaseline after http://trac.webkit.org/changeset/131358

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

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

        in a column flexbox, input overflows the box when stretched
        https://bugs.webkit.org/show_bug.cgi?id=99273

        Reviewed by Ojan Vafai.

        Add a ref test since we're testing form rendering. Make sure that we get the
        right behavior without the performance optimization (e.g., in multiline flexbox).

        * css3/flexbox/stretch-input-in-column-expected.html: Added.
        * css3/flexbox/stretch-input-in-column.html: Added.

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

        [Qt] Unreviewed gardening, unskip a now passing test.

        * platform/qt/TestExpectations:

2012-10-16  Simon Fraser  <simon.fraser@apple.com>

        REGRESSION (r128787): Fixed position div causes other elements to not update correctly
        https://bugs.webkit.org/show_bug.cgi?id=98579

        Reviewed by Beth Dakin.

        Repaint test that scrolls an overflow element until its content layers overlap some
        other composited element. Only the pixel result is interesting.

        * compositing/repaint/requires-backing-repaint-expected.png: Added.
        * compositing/repaint/requires-backing-repaint-expected.txt: Added.
        * compositing/repaint/requires-backing-repaint.html: Added.

2012-10-16  Mike Reed  <reed@google.com>

        update expectations preparing for skia optimization
        https://bugs.webkit.org/show_bug.cgi?id=99476

        Reviewed by NOBODY.

        crbug.com/156097
        Chrome will enable a skia optimization (see crbug/156097). In preparation for that, we mark these tests
        to be rebaselined after that change lands.

        * platform/chromium/TestExpectations:

2012-10-16  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: setTimeout in layout tests causes flakiness in multiprocess ports
        https://bugs.webkit.org/show_bug.cgi?id=98949

        Reviewed by Tony Chang.

        In multiprocess ports with asynchronous IPC, events and timers may race causing script
        callbacks to execute in different orders.

        Eliminate the uses of setTimeout() where the intent is to have code delayed but may
        race with a pending event.

        * fast/js/resources/js-test-pre.js:
        (evalAndLog) Added quiet flag.
        * storage/indexeddb/deletedatabase-blocked-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
        * storage/indexeddb/intversion-close-between-events-expected.txt:
        * storage/indexeddb/resources/deletedatabase-blocked.js: Remove setTimeout.
        (test.request.onsuccess.openOnSuccess.h.onversionchange):
        (test.request.onsuccess.openOnSuccess.request.onblocked):
        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js: Remove setTimeout.
        (test.request.onsuccess.openOnSuccess.h.onversionchange):
        (test.request.onsuccess.openOnSuccess.request.onblocked):
        * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js: Remove setTimeout.
        (test.request.onsuccess.openOnSuccess.h.onversionchange):
        (test.request.onsuccess.openOnSuccess.request.onsuccess.h2OpenOnSuccess.request.onblocked):
        * storage/indexeddb/resources/intversion-close-between-events.js: Test was intended to call db.close()
        between "complete" and "success" but in single process ports this is not possible, and in multi-process
        ports is not reliable. To make the test not flaky and watch out for regressions in this edge case, it
        is changed to have minimal logging.
        (deleteSuccess):
        (upgradeNeeded.transaction.oncomplete):
        (upgradeNeeded):
        (closeDB):
        (openSuccess):
        (checkFinished):
        * storage/indexeddb/resources/intversion-close-in-oncomplete.js: Log on error rather than timing out.
        (deleteSuccess):
        * storage/indexeddb/resources/setversion-blocked.js: Removed setTimeout.
        (test.request.onsuccess.h1OpenOnSuccess.request.onsuccess.h2OpenOnSuccess.h2.onversionchange):
        (test.request.onsuccess.h1OpenOnSuccess.request.onsuccess.h2OpenOnSuccess.request.onblocked):
        * storage/indexeddb/resources/shared.js:
        (evalAndExpectException) Added quiet flag.
        * storage/indexeddb/setversion-blocked-expected.txt:

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

        [Meta] [Shadow] contenteditable attribute for distributed nodes.
        https://bugs.webkit.org/show_bug.cgi?id=90017

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/user-modify-inheritance-expected.txt:
        * fast/dom/shadow/user-modify-inheritance.html:

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

        Web Inspector: Get rid of (now empty) JavaScriptSource and StyleSource, rename all usages to UISourceCode.
        https://bugs.webkit.org/show_bug.cgi?id=99469

        Reviewed by Pavel Feldman.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/network-uisourcecode-provider-expected.txt:
        * inspector/debugger/script-formatter-breakpoints.html:
        * inspector/debugger/script-formatter-console.html:
        * inspector/debugger/script-formatter-search.html:
        * inspector/debugger/script-snippet-model.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/source-frame-count.html:
        * inspector/styles/edit-inspector-stylesheet.html:
        * inspector/styles/styles-history.html:

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

        Web Inspector: Extract domain specific editing handling logic from UISourceCode (step 2).
        https://bugs.webkit.org/show_bug.cgi?id=99301

        Reviewed by Pavel Feldman.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * inspector/styles/edit-inspector-stylesheet.html:

2012-10-16  Dana Jansens  <danakj@chromium.org>

        Layout Test fast/forms/date/calendar-picker-key-operations.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=99466

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-16  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Elements] Double-click to live edit style tags changes text to 'undefined' in some situations
        https://bugs.webkit.org/show_bug.cgi?id=99336

        Reviewed by Vsevolod Vlasov.

        Change the DOM tree dump format to include newlines replaced by '\n's.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.dumpElementsTree):
        * inspector/elements/edit-dom-actions-expected.txt:
        * inspector/elements/edit-dom-actions.html:
        * inspector/elements/elements-panel-limited-children-expected.txt:
        * inspector/elements/elements-panel-structure-expected.txt:
        * inspector/elements/iframe-load-event-expected.txt:
        * inspector/elements/insert-node-expected.txt:
        * inspector/elements/perform-undo-undo-expected.txt:
        * inspector/elements/user-properties-expected.txt:
        * inspector/styles/force-pseudo-state-expected.txt:

2012-10-16  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [GTK] Update baselines for failing svg test after r131435
        https://bugs.webkit.org/show_bug.cgi?id=99462

        Unreviewed GTK gardening.

        Updating baselines after downgrading the Cairo to version 1.10.2.

        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:

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

        Unreviewed GTK gardening.

        Adding (flaky) crashing expectations for a couple of tests.

        * platform/gtk/TestExpectations:

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

        Web Inspector: Whitelist safe styles for 'console.log('%c...', ...)'.
        https://bugs.webkit.org/show_bug.cgi?id=98945

        Reviewed by Pavel Feldman.

        * http/tests/inspector/console-test.js:
        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
            Use the 'cssText' property of an element, rather than reading from
            its 'style' attribute. Also, gracefully handle unstyled elements
            by explicitly noting their emptyness.
        * inspector/console/console-format-style-whitelist-expected.txt: Added.
        * inspector/console/console-format-style-whitelist.html: Added.

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

        [Chromium] Rebaseline calendar-picker-key-operations.html due to r162114

        Unreviewed.

        * fast/forms/date/calendar-picker-key-operations-expected.txt:
        * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt:

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

        Unreviewed GTK gardening.

        Updating baselines and expectations after downgrading the Cairo
        version used in JHBuild dependencies back to 1.10.2.

        * platform/gtk/TestExpectations:
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
        * platform/gtk/svg/batik/text/smallFonts-expected.txt:
        * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
        * platform/gtk/svg/batik/text/textOnPath-expected.txt:
        * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
        * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
        * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
        * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
        * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
        * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
        * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:

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

        Add test that checks that reloading after setting a value for an input element from a suggestion picker resets the values
        https://bugs.webkit.org/show_bug.cgi?id=99407

        Reviewed by Kent Tamura.

        We want to test that a reload resets values of input elements, even if
        they were set by the suggestion picker.

        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html: Added.

2012-10-16  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, TestExpectations updated.

        * platform/chromium/TestExpectations:

2012-10-15  Kent Tamura  <tkent@chromium.org>

        Fix some appearance glitches of multiple fields input elements
        https://bugs.webkit.org/show_bug.cgi?id=99412

        Reviewed by Kentaro Hara.

        All of rendering tests for multiple fields inputs need rebaseline
        because of the padding change.

        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html:
        Add a fixed height case.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium/TestExpectations:

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

        [Chromium] Mark date-suggestion-picker-appearance.html as need rebaseline

        Unreviewed.

        Mark date-suggestion-picker-appearance.html as need rebaseline until chromium side change lands.

        * platform/chromium/TestExpectations:

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

        Move suggestion picker tests to suggestion-picker directory
        https://bugs.webkit.org/show_bug.cgi?id=99415

        Reviewed by Kent Tamura.

        Moving the tests suggestion picker tests to platform/chromium/fast/forms/suggestion-picker chromium android can easily skip them.

        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png.
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png.
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations-expected.txt: Renamed from LayoutTests/platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt.
        * platform/chromium/TestExpectations: Removed obsolete lines.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.txt.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.txt.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.txt.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations-expected.txt.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
        * platform/chromium/fast/forms/suggestion-picker/suggestion-picker-common.js: Renamed from LayoutTests/fast/forms/resources/suggestion-picker-common.js.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.txt.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.txt.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl.html.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.txt.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar.html.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html:
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations-expected.txt.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations.html.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:

2012-10-15  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: restore watch expression expansion state
        https://bugs.webkit.org/show_bug.cgi?id=99304

        Reviewed by Pavel Feldman.

        Expand watch expression value and its properties if they were expanded
        before update.

        * inspector/debugger/watch-expressions-preserve-expansion-expected.txt: Added.
        * inspector/debugger/watch-expressions-preserve-expansion.html: Added.

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

        Warn when CSP headers don't separate directives with ';'.
        https://bugs.webkit.org/show_bug.cgi?id=99274

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon.html: Added.

2012-10-15  Pablo Flouret  <pablof@motorola.com>

        Add force parameter to DOMTokenList.toggle
        https://bugs.webkit.org/show_bug.cgi?id=99375

        Reviewed by Darin Adler.

        * fast/dom/HTMLElement/class-list-expected.txt:
        * fast/dom/HTMLElement/class-list-quirks-expected.txt:
        * fast/dom/HTMLElement/script-tests/class-list.js:
        (shouldThrowDOMException):

2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, TestExpectations updated.

        * platform/chromium/TestExpectations:

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

        Add tests for suggestion picker that test step/min/max attributes
        https://bugs.webkit.org/show_bug.cgi?id=99168

        Reviewed by Kent Tamura.

        These tests that setting step/min/max attributes filters out values from the suggestion picker.

        * fast/forms/resources/suggestion-picker-common.js:
        (valueForEntry): Returns value for an suggestion list entry element.
        (highlightedEntry):
        (entryValues): Returns an array of entry values.
        (openPicker): Added callback argument.
        (popupOpenCallbackWrapper):
        * platform/chromium-android/TestExpectations:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html: Added.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute-expected.txt: Added.
        * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html: Added.

2012-10-15  Vlad Grecescu  <igrecesc@adobe.com>, Douglas Stockwell  <dstockwell@chromium.org>

        Support for background-clip:content-box and padding-box with border-radius
        https://bugs.webkit.org/show_bug.cgi?id=23166

        Reviewed by Simon Fraser.

        * fast/css/background-clip-radius-values-expected.png: Added.
        * fast/css/background-clip-radius-values-expected.txt: Added.
        * fast/css/background-clip-radius-values.html: Added.
        * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png: Added.
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
        * platform/chromium/TestExpectations:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
        * platform/qt/TestExpectations:
        * platform/efl/TestExpectations:

2012-10-15  Kent Tamura  <tkent@chromium.org>

        [Chromium] Layout Test *-multiple-fields-keyboard-events.html etc. are failing on Win XP
        https://bugs.webkit.org/show_bug.cgi?id=99408

        These failures are expected. Just do rebaseline.

        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Added.
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Added.
        * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Added.

2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, TestExpectations updated.

        Now lint passes.

        * platform/chromium/TestExpectations:

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

        [WebSocket] WebSocketInflater should handle BFINAL = 1 blocks
        https://bugs.webkit.org/show_bug.cgi?id=99282

        Reviewed by Yuta Kitamura.

        Added a test for receiving compressed blocks with BFINAL set to 1.

        * http/tests/websocket/tests/hybi/deflate-frame-set-bfinal-expected.txt: Added.
        * http/tests/websocket/tests/hybi/deflate-frame-set-bfinal.html: Added.
        * http/tests/websocket/tests/hybi/deflate-frame_wsh.py:
        (web_socket_do_extra_handshake): Call set_bfinal() if the 'set_bfinal' parameter is passed.

2012-10-15  Simon Fraser  <simon.fraser@apple.com>

        Fix GraphicsLayer visible rect computation when scrolling in WebKit1
        https://bugs.webkit.org/show_bug.cgi?id=99385

        Reviewed by Dean Jackson, Tim Horton.

        scrolled.html tests the visible rect after scrolling. The other tests
        are for visibleRect in iframes, with and without compositing layers
        in the parent document (which exercises different code paths in WebKit1).

        * compositing/visible-rect/iframe-and-layers-expected.txt: Added.
        * compositing/visible-rect/iframe-and-layers.html: Added.
        * compositing/visible-rect/iframe-no-layers-expected.txt: Added.
        * compositing/visible-rect/iframe-no-layers.html: Added.
        * compositing/visible-rect/resources/subframe-with-layers.html: Added.
        * compositing/visible-rect/scrolled-expected.txt: Added.
        * compositing/visible-rect/scrolled.html: Added.
        * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt: Added.

2012-10-14  Kent Tamura  <tkent@chromium.org>

        Input elements with multiple fields UI should set appropriate direction for browser locale automatically
        https://bugs.webkit.org/show_bug.cgi?id=99291

        Reviewed by Hajime Morita.

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html:
        Added. We can confirm ar-eg and he-il have RTL layout.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.

        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
        - Enable the lang-attribute-aware-form-control-UI feature.
        - Set lang=he-il instead of dir=rtl because dir=rtl is ignored.
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Ditto.
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Ditto.

        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        Updated becaues dir=RTL doesn't affect.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        Ditto.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        Ditto.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        Ditto.

        * platform/chromium/TestExpectations:

2012-10-15  Dana Jansens  <danakj@chromium.org>

        inspector/styles/styles-computed-trace.html is timing out
        https://bugs.webkit.org/show_bug.cgi?id=99391

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-15  Dana Jansens  <danakj@chromium.org>

        inspector/debugger/xhr-breakpoints.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=99389

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-15  Dana Jansens  <danakj@chromium.org>

        Layout Test webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html is failing.
        https://bugs.webkit.org/show_bug.cgi?id=99357

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-15  Dana Jansens  <danakj@chromium.org>

        Rebaseline after r131358.

        Unreviewed gardening.

        * platform/chromium-win-xp/css1/basic/inheritance-expected.png: Added.
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-win-xp/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla/bugs/bug73321-expected.png: Added.

2012-10-15  Dirk Pranke  <dpranke@chromium.org>

        skip crashing softwarecompositing bugs
        https://bugs.webkit.org/show_bug.cgi?id=99381

        Reviewed by Adrienne Walker.

        These tests might be hanging the win (dbg)(2) bot; apart from
        that, there's not a lot of point in running tests that are known
        to be for unimplemented features.

        * platform/chromium/TestExpectations:

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

        Unreviewed, rolling out r131367.
        http://trac.webkit.org/changeset/131367
        https://bugs.webkit.org/show_bug.cgi?id=98666

        crashes on Apple Mac

        * css3/flexbox/flexitem-stretch-range-expected.html: Removed.
        * css3/flexbox/flexitem-stretch-range.html: Removed.
        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
        * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png:
        * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
        * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
        * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
        * platform/chromium-win/fast/layers/video-layer-expected.txt:
        * platform/chromium-win/media/audio-controls-rendering-expected.txt:
        * platform/chromium-win/media/audio-repaint-expected.txt:
        * platform/chromium-win/media/controls-after-reload-expected.txt:
        * platform/chromium-win/media/controls-strict-expected.txt:
        * platform/chromium-win/media/controls-styling-expected.txt:
        * platform/chromium-win/media/controls-styling-strict-expected.txt:
        * platform/chromium-win/media/controls-without-preload-expected.txt:
        * platform/chromium-win/media/media-controls-clone-expected.txt:
        * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-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:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-10-15  Chris Rogers  <crogers@google.com>

        Rebaseline webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html for chromium-linux
        https://bugs.webkit.org/show_bug.cgi?id=99377

        Unreviewed rebaseline.

        * platform/chromium-linux-x86/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
        * platform/chromium-linux/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
        * platform/chromium-mac/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.

2012-10-15  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Pass type of error causing abort to IDBTransaction::onAbort
        https://bugs.webkit.org/show_bug.cgi?id=99097

        Reviewed by Tony Chang.

        Verify that IDBTransaction.error is reporting ConstraintError when indexing fails.

        * storage/indexeddb/lazy-index-population-expected.txt:
        * storage/indexeddb/lazy-index-population.html:

2012-10-15  Dana Jansens  <danakj@chromium.org>

        Rebaselines after 131358.

        Unreviewed gardening.

        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-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/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-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:

2012-10-15  Dana Jansens  <danakj@chromium.org>

        Rebaselines after 131358

        Unreviewed gardening.

        * platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-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/bug73321-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-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/bug73321-expected.png:

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

        input[type=range] as a flex item renders thumb at wrong position
        https://bugs.webkit.org/show_bug.cgi?id=98666

        Reviewed by Ojan Vafai.

        Changing the render tree to use RenderFlexibleBox instead of RenderDeprecatedFlexibleBox
        and not using a RenderLayer unless noted otherwise.

        * css3/flexbox/flexitem-stretch-range-expected.html: Added.
        * css3/flexbox/flexitem-stretch-range.html: Added. New test to verify stretched flex item has the
        thumb in the correct place.
        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Changed the default height to
        129px for vertical controls. This makes more sense than having a height of 100%.
        * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: The thumb now appears below the
        focus ring. This matches other form controls like buttons and textareas.
        * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
        * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
        * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
        * platform/chromium-win/fast/layers/video-layer-expected.txt:
        * platform/chromium-win/media/audio-controls-rendering-expected.txt:
        * platform/chromium-win/media/audio-repaint-expected.txt:
        * platform/chromium-win/media/controls-after-reload-expected.txt:
        * platform/chromium-win/media/controls-strict-expected.txt:
        * platform/chromium-win/media/controls-styling-expected.txt:
        * platform/chromium-win/media/controls-styling-strict-expected.txt:
        * platform/chromium-win/media/controls-without-preload-expected.txt:
        * platform/chromium-win/media/media-controls-clone-expected.txt:
        * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-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:

2012-10-15  Chris Rogers  <crogers@google.com>

        Rebaseline webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html for Mac/Win
        https://bugs.webkit.org/show_bug.cgi?id=99368

        Unreviewed rebaseline.

        * platform/chromium-mac-snowleopard/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
        * platform/chromium-win-xp/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
        * platform/chromium/TestExpectations:

2012-10-15  Levi Weintraub  <leviw@chromium.org>

        Regression r130057: incorrect block pref width for alternating InlineFlow and inline Replaced
        https://bugs.webkit.org/show_bug.cgi?id=99194

        Reviewed by Eric Seidel.

        * fast/block/block-with-inline-replaced-children-in-inline-flows-expected.html: Added.
        * fast/block/block-with-inline-replaced-children-in-inline-flows.html: Added.

2012-10-15  Emil A Eklund  <eae@chromium.org>

        Revert rounding change in RenderTable::paintObject
        https://bugs.webkit.org/show_bug.cgi?id=99364

        Reviewed by Levi Weintraub.

        Revert pixel expected results to what we had prior to r122769.

        * platform/chromium/TestExpectations:
        * platform/chromium-linux/css1/basic/inheritance-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-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:

2012-10-15  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Key paths should support non-ASCII identifiers
        https://bugs.webkit.org/show_bug.cgi?id=98814

        Reviewed by Kentaro Hara.

        Test representative characters from various Unicode character classes
        as valid (or invalid) identifier lead and trailing characters.

        * storage/indexeddb/keypath-basics-expected.txt:
        * storage/indexeddb/resources/keypath-basics.js:
        (testValidKeyPaths):

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

        Console messages containing long URLs should cut at some reasonable length.
        https://bugs.webkit.org/show_bug.cgi?id=97980

        Reviewed by Pavel Feldman.

        * inspector/console/console-trim-long-urls-expected.txt: Added.
        * inspector/console/console-trim-long-urls.html: Added.
        * inspector/styles/inject-stylesheet-expected.txt:
        * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:
            Updating test expectations.

2012-10-15  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions]Add support for auto-height regions (without region-breaks)
        https://bugs.webkit.org/show_bug.cgi?id=97533

        Reviewed by Julien Chaffraix.

        Added tests for auto-height regions, with different writing modes, with min/max-height.
        The bug referenced in the tests is the master bug for auto-height support, 91097.

        * fast/regions/autoheight-abspos-region-expected.html: Added.
        * fast/regions/autoheight-abspos-region.html: Added.
        * fast/regions/autoheight-floatright-region-expected.html: Added.
        * fast/regions/autoheight-floatright-region.html: Added.
        * fast/regions/autoheight-horizontal-bt-expected.html: Added.
        * fast/regions/autoheight-horizontal-bt.html: Added.
        * fast/regions/autoheight-inlineblock-normalflow-region-expected.html: Added.
        * fast/regions/autoheight-inlineblock-normalflow-region.html: Added.
        * fast/regions/autoheight-maxheight-region-expected.html: Added.
        * fast/regions/autoheight-maxheight-region.html: Added.
        * fast/regions/autoheight-minheight-region-expected.html: Added.
        * fast/regions/autoheight-minheight-region.html: Added.
        * fast/regions/autoheight-normalflow-region-expected.html: Added.
        * fast/regions/autoheight-normalflow-region.html: Added.
        * fast/regions/autoheight-vertical-lr-expected.html: Added.
        * fast/regions/autoheight-vertical-lr.html: Added.
        * fast/regions/autoheight-vertical-rl-expected.html: Added.
        * fast/regions/autoheight-vertical-rl.html: Added.
        * fast/regions/webkit-named-flow-first-empty-region-index.html: Fix an element style (though the test was passing before).

2012-10-15  Dana Jansens  <danakj@chromium.org>

        Layout Test webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=99357

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-10-15  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening. Fix bug link in TestExpectations.

        * platform/chromium/TestExpectations:

2012-10-15  Dana Jansens  <danakj@chromium.org>

        Layout Test inspector/debugger/dynamic-scripts.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=99338

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

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

        CSP source expressions should support paths at file-level granularity.
        https://bugs.webkit.org/show_bug.cgi?id=99250

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01.html:
            Adjust tests by adding trailing slashes to source expressions that
            should match directories.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02.html:
            Adjust tests to check the new behavior: matching individiual files,
            and matching directories only with a trailing '/'.

2012-10-15  Jay Civelli  <jcivelli@chromium.org>

        Calling WebCore::SharedBuffer::append(data, 0) on a shared buffer when
        its current position is at a segment boundary (4096) ends up adding an
        unitialized segment (with uninitialized memory) to the SharedBuffer.
        https://bugs.webkit.org/show_bug.cgi?id=99000

        Reviewed by Adam Barth.

        * mhtml/shared_buffer_bug-expected.txt: Added.
        * mhtml/shared_buffer_bug.mht: Added.

2012-10-15  Luke Macpherson   <macpherson@chromium.org>

        Make CSS variable names case-insensitive.
        https://bugs.webkit.org/show_bug.cgi?id=98712

        Reviewed by Tony Chang.

        Add test that variable names are match correctly when different case is used.

        * fast/css/variables/case-insensitive-expected.html: Added.
        * fast/css/variables/case-insensitive.html: Added.

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

        Unreviewed inspector tests fix.

        * http/tests/inspector-enabled/dynamic-scripts-expected.txt:
        * http/tests/inspector-enabled/dynamic-scripts.html:
        * inspector/debugger/dynamic-scripts-expected.txt:
        * inspector/debugger/dynamic-scripts.html:

2012-10-15  Dana Jansens  <danakj@chromium.org>

        Layout Test plugins/update-widgets-crash.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=99333

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

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

        Unreviewed GTK gardening.

        * platform/gtk/TestExpectations: Silencing a style-checker warning.

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

        Web Inspector: Scripts for dynamically added script elements are not shown in sources panel.
        https://bugs.webkit.org/show_bug.cgi?id=99324

        Reviewed by Pavel Feldman.

        * http/tests/inspector-enabled/dynamic-scripts-expected.txt: Added.
        * http/tests/inspector-enabled/dynamic-scripts.html: Added.
        * http/tests/inspector-enabled/resources/dynamic-script.js: Added.
        (fooDynamicScript):
        * inspector/debugger/dynamic-scripts-expected.txt: Added.
        * inspector/debugger/dynamic-scripts.html: Added.
        * inspector/debugger/resources/dynamic-script.js: Added.
        (fooDynamicScript):

2012-10-15  Tullio Lucena  <tullio.lucena@openbossa.org>

        [Qt] Unskip and rebase now passing tests.
        https://bugs.webkit.org/show_bug.cgi?id=98824

        Reviewed by Csaba Osztrogonác.

        Updating tests results.

        * platform/qt/TestExpectations:
        * platform/qt/editing/selection/caret-rtl-2-expected.png: Added.
        * platform/qt/editing/selection/caret-rtl-2-expected.txt:
        * platform/qt/editing/selection/caret-rtl-expected.png: Added.
        * platform/qt/editing/selection/caret-rtl-expected.txt:
        * platform/qt/editing/selection/extend-selection-bidi-expected.png: Added.
        * platform/qt/editing/selection/extend-selection-bidi-expected.txt: Added.
        * platform/qt/editing/selection/move-past-trailing-space-expected.png: Added.
        * platform/qt/editing/selection/move-past-trailing-space-expected.txt: Added.

2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, TestExpectations updated.

        * platform/chromium/TestExpectations:

2012-10-14  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, TestExpectations updated.

        * platform/chromium/TestExpectations:

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

        Allow notification origin permission request when no js callback is provided
        https://bugs.webkit.org/show_bug.cgi?id=63615
        <rdar://problem/11059590>

        Reviewed by Sam Weinig.

        * http/tests/notifications/legacy/request-expected.txt:
        * http/tests/notifications/legacy/request-no-callback-expected.txt: Added.
        * http/tests/notifications/legacy/request-no-callback.html: Calls webkitNotifications.requestPermission()
        with no callback, with default and denied permission. For WebKit2, if the permission is not default, it
        will short circuit instead of creating a pending request.
        * http/tests/notifications/legacy/request.html: The test mistakenly uses the standard API instead of
        the legacy API. The results don't change, but we make sure that we call
        webkitNotifications.requestPermission() with a callback to test full coverage of the legacy API. We also
        expand the test to cover both default and denied permissions.
        * http/tests/notifications/request-expected.txt:
        * http/tests/notifications/request.html: Expand test to cover both default and denied permissions.

2012-10-12  Adam Barth  <abarth@webkit.org>

        Unreviewed gardening.

        * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Removed.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-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-overlapping-expected.png:
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:

2012-10-12  Adam Barth  <abarth@webkit.org>

        Fix lint error in TestExpectations.

        * platform/chromium/TestExpectations:

2012-10-12  Simon Fraser  <simon.fraser@apple.com>

        Fix GraphicsLayerCA visible rect computation in the face of perspective and preserve-3d
        https://bugs.webkit.org/show_bug.cgi?id=99212

        Reviewed by Tim Horton.

        Layer tree tests that include visible rect information, to test visible rect
        computation for more complex layer trees.

        * compositing/visible-rect/3d-transform-style-expected.txt: Added.
        * compositing/visible-rect/3d-transform-style.html: Added.
        * compositing/visible-rect/3d-transformed-expected.txt: Added.
        * compositing/visible-rect/3d-transformed.html: Added.
        * compositing/visible-rect/nested-transform-expected.txt: Added.
        * compositing/visible-rect/nested-transform.html: Added.

2012-10-12  Simon Fraser  <simon.fraser@apple.com>

        Add some initial visible rect tests and tweak the visible wash layer
        https://bugs.webkit.org/show_bug.cgi?id=99095

        Reviewed by Tim Horton.

        Add some tests of the GraphicsLayerCA visibleRect for simple cases.
        
        Skip these tests on platforms that don't log layer visible rects
        (all non-Mac).

        * compositing/visible-rect/2d-transformed-expected.txt: Added.
        * compositing/visible-rect/2d-transformed.html: Added.
        * compositing/visible-rect/clipped-by-viewport-expected.txt: Added.
        * compositing/visible-rect/clipped-by-viewport.html: Added.
        * compositing/visible-rect/clipped-visible-rect-expected.txt: Added.
        * compositing/visible-rect/clipped-visible-rect.html: Added.
        * platform/chromium-android/TestExpectations:
        * platform/chromium/TestExpectations:
        * platform/chromium/virtual/softwarecompositing/TestExpectations: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

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

        Unreviewed. Windows rebaseline afer r130411.

        * platform/win/editing/pasteboard/paste-text-008-expected.txt:

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

        Unreviewed. Test passes, unskip, update results.

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

2012-10-12  Jeffrey Pfau  <jpfau@apple.com>

        Unreviewed. Checking in fast/js/random-array-gc-stress.html as timing out.

        * platform/mac/TestExpectations:

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

        Unreviewed, chromium-mac-snowleopard rebaseline for a slider.
        The thumb moved a small amount (maybe during shadow dom refactor?).
        This matches the Apple Lion result.

        * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png:
        * platform/chromium/TestExpectations:

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

        Unreviewed, remove duplicate TestExpectation entries.

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

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

        Unreviewed. Skipping tests involving CSS_COMPOSITING on Windows. Feature isn't and should not be enabled.

        * platform/win/TestExpectations:

2012-10-12  Emil A Eklund  <eae@chromium.org>

        Unreviewed cleanup, remove unneeded XP specific rebaselines for chromium.

        * platform/chromium-win-xp/fast/speech: Removed.
        * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.

2012-10-12  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating expectations for fast/repaint/repaint-across-writing-mode-boundary.html
        and switching the TestExpectations files for ports with SUBPIXEL_LAYOUT disabled to skip the entire
        sub-pixel test folder.

        * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * 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:
        * platform/chromium/TestExpectations:
        * platform/mac-lion/TestExpectations:
        * platform/mac-snowleopard/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win-wk2/TestExpectations:
        * platform/win-xp/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

2012-10-12  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows rebaseline for r131202.

        * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-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-overlapping-expected.png:
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/chromium-win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:

2012-10-12  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r131216.

        * fast/box-sizing/box-sizing-expected.txt: Replaced.
        * fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
        * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
        * platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt:
        * platform/chromium-mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
        * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-win-xp/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
        * platform/efl/fast/box-sizing/box-sizing-expected.txt: Removed.
        * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
        * platform/gtk/fast/box-sizing/box-sizing-expected.txt: Removed.
        * platform/gtk/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
        * platform/win-future/fast/box-sizing: Added.
        * platform/win-future/fast/box-sizing/box-sizing-expected.txt: Added.

2012-10-12  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows rebaseline for vertical-rl-ltr test.

        * 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:
        * 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:

2012-10-12  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r131202.

        * css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
        * css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
        * css3/flexbox/flexbox-baseline-expected.txt: Added.
        * fast/html/details-add-child-1-expected.txt: Added.
        * fast/html/details-add-child-2-expected.txt: Added.
        * fast/html/details-add-details-child-1-expected.txt: Added.
        * fast/html/details-add-details-child-2-expected.txt: Added.
        * fast/html/details-add-summary-1-and-click-expected.txt: Added.
        * fast/html/details-add-summary-1-expected.txt: Added.
        * fast/html/details-add-summary-10-and-click-expected.txt: Added.
        * fast/html/details-add-summary-10-expected.txt: Added.
        * fast/html/details-add-summary-2-and-click-expected.txt: Added.
        * fast/html/details-add-summary-2-expected.txt: Added.
        * fast/html/details-add-summary-3-and-click-expected.txt: Added.
        * fast/html/details-add-summary-3-expected.txt: Added.
        * fast/html/details-add-summary-4-and-click-expected.txt: Added.
        * fast/html/details-add-summary-4-expected.txt: Added.
        * fast/html/details-add-summary-5-and-click-expected.txt: Added.
        * fast/html/details-add-summary-5-expected.txt: Added.
        * fast/html/details-add-summary-6-and-click-expected.txt: Added.
        * fast/html/details-add-summary-6-expected.txt: Added.
        * fast/html/details-add-summary-7-and-click-expected.txt: Added.
        * fast/html/details-add-summary-7-expected.txt: Added.
        * fast/html/details-add-summary-8-and-click-expected.txt: Added.
        * fast/html/details-add-summary-8-expected.txt: Added.
        * fast/html/details-add-summary-9-and-click-expected.txt: Added.
        * fast/html/details-add-summary-9-expected.txt: Added.
        * fast/html/details-add-summary-child-1-expected.txt: Added.
        * fast/html/details-add-summary-child-2-expected.txt: Added.
        * fast/html/details-nested-1-expected.txt: Added.
        * fast/html/details-no-summary1-expected.txt: Added.
        * fast/html/details-no-summary2-expected.txt: Added.
        * fast/html/details-no-summary3-expected.txt: Added.
        * fast/html/details-open1-expected.txt: Added.
        * fast/html/details-open3-expected.txt: Added.
        * fast/html/details-open5-expected.txt: Added.
        * fast/html/details-open6-expected.txt: Added.
        * fast/html/details-remove-child-1-expected.txt: Added.
        * fast/html/details-remove-child-2-expected.txt: Added.
        * fast/html/details-remove-summary-1-and-click-expected.txt: Added.
        * fast/html/details-remove-summary-1-expected.txt: Added.
        * fast/html/details-remove-summary-2-and-click-expected.txt: Added.
        * fast/html/details-remove-summary-2-expected.txt: Added.
        * fast/html/details-remove-summary-3-and-click-expected.txt: Added.
        * fast/html/details-remove-summary-3-expected.txt: Added.
        * fast/html/details-remove-summary-4-and-click-expected.txt: Added.
        * fast/html/details-remove-summary-4-expected.txt: Added.
        * fast/html/details-remove-summary-5-and-click-expected.txt: Added.
        * fast/html/details-remove-summary-5-expected.txt: Added.
        * fast/html/details-remove-summary-6-and-click-expected.txt: Added.
        * fast/html/details-remove-summary-6-expected.txt: Added.
        * fast/html/details-remove-summary-child-1-expected.txt: Added.
        * fast/html/details-remove-summary-child-2-expected.txt: Added.
        * fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
        * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
        * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
        * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.png: Added.
        * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Added.
        * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
        * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-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-10-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-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-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-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-6-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-7-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-8-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-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-open1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-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-4-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-5-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-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/html/details-writing-mode-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-huge-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/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
        * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
        * platform/chromium-mac/fast/forms/007-expected.png:
        * platform/chromium-mac/fast/forms/007-expected.txt:
        * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
        * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
        * platform/chromium-mac/fast/forms/basic-textareas-expected.txt:
        * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
        * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-marker-style-expected.png:
        * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
        * platform/chromium-mac/fast/html/details-nested-1-expected.png:
        * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
        * platform/chromium-mac/fast/html/details-nested-2-expected.png:
        * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
        * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
        * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
        * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
        * platform/chromium-mac/fast/html/details-open1-expected.png:
        * platform/chromium-mac/fast/html/details-open1-expected.txt:
        * platform/chromium-mac/fast/html/details-open2-expected.png:
        * platform/chromium-mac/fast/html/details-open2-expected.txt:
        * platform/chromium-mac/fast/html/details-open3-expected.png:
        * platform/chromium-mac/fast/html/details-open3-expected.txt:
        * platform/chromium-mac/fast/html/details-open4-expected.png:
        * platform/chromium-mac/fast/html/details-open4-expected.txt:
        * platform/chromium-mac/fast/html/details-open5-expected.png:
        * platform/chromium-mac/fast/html/details-open5-expected.txt:
        * platform/chromium-mac/fast/html/details-open6-expected.png:
        * platform/chromium-mac/fast/html/details-open6-expected.txt:
        * platform/chromium-mac/fast/html/details-position-expected.png:
        * platform/chromium-mac/fast/html/details-position-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
        * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
        * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
        * platform/chromium-mac/fast/html/details-replace-text-expected.png:
        * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
        * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
        * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
        * 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-2-expected.txt:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-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-mac/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-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.png:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * 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-auto-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-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-mac/tables/mozilla/bugs/bug30692-expected.txt:
        * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
        * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
        * 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-wrap-expected.png:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
        * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
        * platform/chromium-win/fast/forms/007-expected.png:
        * platform/chromium-win/fast/forms/basic-buttons-expected.png:
        * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
        * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
        * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
        * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
        * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
        * platform/chromium-win/fast/forms/textarea-metrics-expected.txt: Added.
        * 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-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-summary-child-expected.txt:
        * platform/chromium-win/fast/html/details-replace-text-expected.png:
        * platform/chromium-win/fast/html/details-replace-text-expected.txt:
        * platform/chromium-win/fast/html/details-writing-mode-expected.png:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-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-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-huge-size-expected.png:
        * 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/TestExpectations:
        * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
        * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
        * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Removed.
        * platform/efl/fast/html/details-add-child-1-expected.txt: Removed.
        * platform/efl/fast/html/details-add-child-2-expected.txt: Removed.
        * platform/efl/fast/html/details-add-details-child-1-expected.txt: Removed.
        * platform/efl/fast/html/details-add-details-child-2-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-1-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-10-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-2-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-3-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-4-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-5-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-6-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-7-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-8-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-9-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-child-1-expected.txt: Removed.
        * platform/efl/fast/html/details-add-summary-child-2-expected.txt: Removed.
        * platform/efl/fast/html/details-nested-1-expected.txt: Removed.
        * platform/efl/fast/html/details-no-summary1-expected.txt: Removed.
        * platform/efl/fast/html/details-no-summary2-expected.txt: Removed.
        * platform/efl/fast/html/details-no-summary3-expected.txt: Removed.
        * platform/efl/fast/html/details-open1-expected.txt: Removed.
        * platform/efl/fast/html/details-open3-expected.txt: Removed.
        * platform/efl/fast/html/details-open5-expected.txt: Removed.
        * platform/efl/fast/html/details-open6-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-child-1-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-child-2-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-1-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-2-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-3-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-4-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-5-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-6-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-child-1-expected.txt: Removed.
        * platform/efl/fast/html/details-remove-summary-child-2-expected.txt: Removed.
        * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
        * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
        * platform/efl/tables/mozilla/bugs/bug30692-expected.txt: Removed.
        * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
        * platform/gtk/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
        * platform/gtk/css3/flexbox: Removed.
        * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-child-1-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-child-2-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-details-child-1-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-1-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-10-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-2-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-3-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-4-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-5-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-6-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-7-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-8-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-9-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-child-1-expected.txt: Removed.
        * platform/gtk/fast/html/details-add-summary-child-2-expected.txt: Removed.
        * platform/gtk/fast/html/details-nested-1-expected.txt: Removed.
        * platform/gtk/fast/html/details-no-summary1-expected.txt: Removed.
        * platform/gtk/fast/html/details-no-summary2-expected.txt: Removed.
        * platform/gtk/fast/html/details-no-summary3-expected.txt: Removed.
        * platform/gtk/fast/html/details-open1-expected.txt: Removed.
        * platform/gtk/fast/html/details-open3-expected.txt: Removed.
        * platform/gtk/fast/html/details-open5-expected.txt: Removed.
        * platform/gtk/fast/html/details-open6-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-child-1-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-child-2-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-1-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-2-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-3-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-4-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-5-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-6-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-child-1-expected.txt: Removed.
        * platform/gtk/fast/html/details-remove-summary-child-2-expected.txt: Removed.
        * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
        * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
        * platform/gtk/tables/mozilla/bugs/bug30692-expected.txt: Removed.
        * svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
        * tables/mozilla/bugs/bug30692-expected.txt: Added.

2012-10-12  James Simonsen  <simonjam@chromium.org>

        [RequestAnimationFrame] Remove vendor prefix
        https://bugs.webkit.org/show_bug.cgi?id=99116

        Reviewed by Adam Barth.

        * fast/animation/request-animation-frame-callback-id.html:
        * fast/animation/request-animation-frame-cancel-expected.txt:
        * fast/animation/request-animation-frame-detach-element.html:
        * fast/animation/request-animation-frame-detach-element2.html:
        * fast/animation/request-animation-frame-during-modal.html:
        * fast/animation/request-animation-frame-iframe2.html:
        * fast/animation/request-animation-frame-missing-arguments-expected.txt:
        * fast/animation/request-animation-frame-missing-arguments.html:
        * fast/animation/script-tests/request-animation-frame-cancel.js:
        (window):
        * 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-subframe.html:
        * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
        (window.requestAnimationFrame):
        * fast/animation/script-tests/request-animation-frame-timestamps.js:
        * fast/animation/script-tests/request-animation-frame-within-callback.js:
        (window):
        * fast/animation/script-tests/request-animation-frame.js:
        * fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js:
        (BrowserPaint):
        * fast/canvas/webgl/webgl-texture-binding-preserved.html:
        * fast/dom/Window/post-message-crash.html:
        * inspector/timeline/timeline-animation-frame.html:

2012-10-12  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium lucid rebaseline for r131202.

        * 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/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/as-border-image: Removed.
        * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Removed.
        * platform/chromium-win-xp/svg/as-border-image: Removed.
        * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Removed.

2012-10-12  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline for r131202.

        * platform/chromium-linux-x86/fast/block/float: Removed.
        * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Removed.
        * 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/5240265-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/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/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/001-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-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/control-restrict-line-height-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-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/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
        * 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-value-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-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/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-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/sub-pixel/file-upload-control-at-fractional-offset-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:
        * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-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/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/bug60749-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/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/5240265-expected.png:
        * platform/chromium-mac/editing/selection/5240265-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/032-expected.txt:
        * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
        * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
        * 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/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
        * platform/chromium-mac/fast/forms/001-expected.png:
        * platform/chromium-mac/fast/forms/001-expected.txt:
        * 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-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/control-restrict-line-height-expected.png:
        * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * 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-disabled-expected.txt:
        * 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/forms/file/input-file-re-render-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.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-value-expected.png:
        * platform/chromium-mac/fast/forms/input-value-expected.txt:
        * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
        * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
        * platform/chromium-mac/fast/forms/targeted-frame-submission-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/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/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-style-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/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
        * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
        * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
        * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
        * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
        * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-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/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
        * 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-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows: Added.
        * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
        * 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/bug2479-3-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
        * 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/bug4429-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/bug51037-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
        * 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/dom/tableDom-expected.txt:
        * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
        * 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-win-xp/fast/block/float: Removed.
        * platform/chromium-win-xp/fast/block/float/float-avoidance-expected.png: Removed.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Removed.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.

2012-10-12  Rob Buis  <rbuis@rim.com>

        [BlackBerry] Add tests of WebSocketEnabled preference
        https://bugs.webkit.org/show_bug.cgi?id=84982

        Reviewed by Yong Li.

        * platform/blackberry/http/tests/websocket/tests/enable-disable-setting-expected.txt: Added.
        * platform/blackberry/http/tests/websocket/tests/enable-disable-setting.html: Added.

2012-10-11  Emil A Eklund  <eae@chromium.org>

        [Sub pixel layout] Change RenderBox to not round logicalTop/Left for RenderReplaced
        https://bugs.webkit.org/show_bug.cgi?id=99108

        Reviewed by Levi Weintraub.

        Update tests expectations to reflect more correct rounding behavior.
        Specifically many images and other replaced content is no longer rendered at y -1.

        * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
        * platform/chromium-linux/fast/forms/007-expected.png:
        * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
        * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
        * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
        * platform/chromium-linux/fast/forms/input-placeholder-paint-order-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/forms/searchfield-heights-expected.txt:
        * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
        * 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-10-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-5-and-click-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-6-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-marker-style-expected.png:
        * platform/chromium-linux/fast/html/details-nested-1-expected.png:
        * platform/chromium-linux/fast/html/details-nested-2-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary4-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-open2-expected.png:
        * platform/chromium-linux/fast/html/details-open3-expected.png:
        * platform/chromium-linux/fast/html/details-open4-expected.png:
        * platform/chromium-linux/fast/html/details-open5-expected.png:
        * platform/chromium-linux/fast/html/details-open6-expected.png:
        * platform/chromium-linux/fast/html/details-position-expected.png:
        * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-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-4-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
        * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
        * platform/chromium-linux/fast/html/details-replace-text-expected.png:
        * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
        * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
        * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
        * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
        * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * 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-replaced-intrinsic-ratio-001-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-auto-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
        * 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/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
        * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
        * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
        * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
        * platform/chromium-win/fast/forms/007-expected.txt:
        * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
        * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
        * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-marker-style-expected.txt:
        * platform/chromium-win/fast/html/details-nested-1-expected.txt:
        * platform/chromium-win/fast/html/details-nested-2-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
        * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
        * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
        * platform/chromium-win/fast/html/details-open1-expected.txt:
        * platform/chromium-win/fast/html/details-open2-expected.txt:
        * platform/chromium-win/fast/html/details-open3-expected.txt:
        * platform/chromium-win/fast/html/details-open4-expected.txt:
        * platform/chromium-win/fast/html/details-open5-expected.txt:
        * platform/chromium-win/fast/html/details-open6-expected.txt:
        * platform/chromium-win/fast/html/details-position-expected.txt:
        * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
        * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
        * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
        * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
        * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
        * platform/chromium-win/media/media-document-audio-repaint-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/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
        * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
        * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
        * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-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/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-huge-size-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
        * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:

2012-10-05  Jer Noble  <jer.noble@apple.com>

        Enable ENCRYPTED_MEDIA support on Mac.
        https://bugs.webkit.org/show_bug.cgi?id=98044

        Reviewed by Anders Carlsson.

        Add platform specific expected results.

        * platform/mac/fast/events/constructors/media-key-event-constructor-expected.txt: Added.
        * platform/chromium/fast/events/constructors/media-key-event-constructor-expected.txt: Copied from 
            fast/events/constructors/media-key-event-constructor-expected.txt due to chromium expected results 
            search order including platform/mac.

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

        [EFL] Unreviewed gardening.

        Move some WontFix tests to the right place in the file, and add
        some ImageOnlyFailures that showed up after updating Cairo to
        1.12.4.

        * platform/efl/TestExpectations:

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

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Updated.
        * platform/qt/TestExpectations: Skip a flakey test.

2012-10-12  Adam Barth  <abarth@webkit.org>

        More baselines updates after http://trac.webkit.org/changeset/131134.
        It seems http://trac.webkit.org/changeset/131158 wasn't quite complete.

        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium-linux-x86/svg/text/bidi-text-query-expected.txt: Removed.
        * platform/chromium-linux-x86/transforms/2d/hindi-rotated-expected.png: Removed.
        * 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/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Removed.
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Removed.

2012-10-12  Adam Barth  <abarth@webkit.org>

        Note that this test is flaky.

        * platform/chromium/TestExpectations:

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

        [EFL] More pixel expectations and gardening.

        Skip some pixel tests which are failing in WK1 and add correct PNG
        baselines for quite a few tests which render correctly in WK2.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
        * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
        * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png:
        * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
        * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png: Added.
        * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png:
        * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
        * platform/efl/fast/dynamic/anchor-lock-expected.png:
        * platform/efl/fast/events/autoscroll-expected.png:
        * platform/efl/fast/events/reveal-link-when-focused-expected.png:
        * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
        * platform/efl/fast/multicol/scrolling-overflow-expected.png:
        * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png:
        * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
        * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
        * platform/efl/fast/overflow/scrollRevealButton-expected.png:
        * platform/efl/fast/repaint/absolute-position-changed-expected.png:
        * platform/efl/fast/repaint/fixed-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
        * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-expected.png:
        * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-scale-expected.png:
        * platform/efl/fast/repaint/fixed-scroll-simple-expected.png:
        * platform/efl/fast/repaint/fixed-table-cell-expected.png:
        * platform/efl/fast/repaint/fixed-table-overflow-expected.png:
        * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png:
        * platform/efl/fast/repaint/fixed-tranformed-expected.png:
        * platform/efl/fast/repaint/repaint-during-scroll-expected.png:
        * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
        * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
        * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
        * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
        * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png:
        * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png:
        * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
        * platform/efl/fast/text/atsui-negative-spacing-features-expected.png:
        * platform/efl/fast/text/justify-ideograph-complex-expected.png:
        * platform/efl/fast/text/large-text-composed-char-expected.png:
        * platform/efl/http/tests/loading/simple-subframe-expected.png: Added.
        * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added.

2012-10-12  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Gardening of the WK2 Debug Bot failing tests
        https://bugs.webkit.org/show_bug.cgi?id=99184

        Unreviewed EFL gardening.

        Skip failing tests on WK2 debug bot. Also, unskip tests that are
        consistently passing.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt:
        * platform/efl/TestExpectations:

2012-10-12  Alexander Pavlov  <apavlov@chromium.org>

        Unreviewed, rebaseline inspector/styles/region-style-crash.html after r131176.

        * inspector/styles/region-style-crash-expected.txt:

2012-10-12  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] !important priority not honored inside the same declaration
        https://bugs.webkit.org/show_bug.cgi?id=99170

        Reviewed by Yury Semikhatsky.

        * inspector/elements/elements-panel-styles-expected.txt:
        * inspector/elements/resources/elements-panel-styles.css:
        (.foo):

2012-10-12  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Gardening to make the bots green
        https://bugs.webkit.org/show_bug.cgi?id=99176

        Unreviewed EFL gardening.

        Skip failing tests in order to make the bots green.

        * platform/efl/TestExpectations:

2012-10-12  Michał Pakuła vel Rutka  <m.pakula@samsung.com>

        Unreviewed EFL gardening.
        https://bugs.webkit.org/show_bug.cgi?id=99161

        Unskip editing/pasteboard and add test expectations for failing tests.

        * platform/efl/TestExpectations:

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

        Web Inspector: relies on current Function.prototype.bind in the frame
        https://bugs.webkit.org/show_bug.cgi?id=99164

        Reviewed by Yury Semikhatsky.

        * inspector/console/command-line-api-expected.txt:
        * inspector/console/console-bind-fake-expected.txt: Added.
        * inspector/console/console-bind-fake.html: Added.

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

        [Qt] Unreviewed gardening, update expected files, skip new failing tests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
        * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.

2012-10-12  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] Colors should be "As authored" by default
        https://bugs.webkit.org/show_bug.cgi?id=99017

        Reviewed by Vsevolod Vlasov.

        Test rebaselines.

        * inspector/elements/elements-panel-styles-expected.txt:
        * inspector/styles/inject-stylesheet-expected.txt:
        * inspector/styles/lazy-computed-style-expected.txt:
        * inspector/styles/styles-computed-trace-expected.txt:
        * inspector/styles/styles-overriden-properties-expected.txt:
        * inspector/styles/styles-update-from-js-expected.txt:
        * inspector/styles/variables/css-variables-expected.txt:
        * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:

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

        Web Inspector: Extract domain specific editing handling logic from UISourceCode descendants (step 1).
        https://bugs.webkit.org/show_bug.cgi?id=98912

        Reviewed by Pavel Feldman.

        * inspector/debugger/live-edit.html:
        * inspector/extensions/extensions-resources.html:

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

        Unreviewed test expectations update after r131134

        * platform/chromium-linux/css3/font-feature-settings-rendering-expected.txt:
        * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png:
        * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png:
        * platform/chromium-linux/fast/text/cg-vs-atsui-expected.png:
        * platform/chromium-linux/fast/text/complex-text-opacity-expected.png:
        * platform/chromium-linux/fast/text/drawBidiText-expected.png:
        * platform/chromium-linux/fast/text/international/arabic-justify-expected.png:
        * platform/chromium-linux/fast/text/international/arabic-vertical-offset-expected.png:
        * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png:
        * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.png:
        * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
        * platform/chromium-linux/fast/text/international/khmer-selection-expected.png:
        * platform/chromium-linux/fast/text/international/khmer-selection-expected.txt:
        * platform/chromium-linux/fast/text/international/text-spliced-font-expected.png:
        * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-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-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * 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-default-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
        * 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-default-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-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-direction-rtl-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
        * platform/chromium-linux/svg/text/bidi-text-query-expected.png:
        * platform/chromium-linux/svg/text/bidi-text-query-expected.txt:
        * platform/chromium-linux/svg/text/bidi-tspans-expected.png:
        * platform/chromium-linux/svg/text/text-intro-05-t-expected.png:
        * platform/chromium-linux/svg/text/text-with-geometric-precision-expected.png:
        * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png:
        * platform/chromium/TestExpectations:

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

        Unreviewed GTK gardening.

        Rebaselining fast/dom/Window/window-properties-performance.html after r131106.
        Adding a failure expectation for a transitions blend mode test added in r131146.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:

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

        [WebSocket] Add "Cache-Control: no-cache" to handshake request
        https://bugs.webkit.org/show_bug.cgi?id=98000

        Reviewed by Yuta Kitamura.

        Add a test for no-cache headers check.

        * http/tests/websocket/tests/hybi/nocache-expected.txt: Added.
        * http/tests/websocket/tests/hybi/nocache-test_wsh.py: Added.
        (web_socket_do_extra_handshake):
        (web_socket_transfer_data):
        * http/tests/websocket/tests/hybi/nocache.html: Added.

2012-10-12  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip test using disabled SHADOW_DOM.

        * platform/qt/TestExpectations: Skip fast/dom/shadow/insertion-point-resetStyleInheritance.html.

2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, TestExpectation updated.

        * platform/chromium/TestExpectations:

2012-10-11  Rik Cabanier  <cabanier@adobe.com>

        Bad copy constructor in StyleRareNonInheritedData
        https://bugs.webkit.org/show_bug.cgi?id=98950

        Reviewed by Eric Seidel.

        Typo in copy constructor caused blendmode to always be the default.

        * platform/chromium/TestExpectations:
        * transitions/blendmode-transitions-expected.txt: Added.
        * transitions/blendmode-transitions.html: Added.
        * transitions/resources/transition-test-helpers.js:
        * transitions/svg-transitions-expected.txt:

2012-10-11  Shinya Kawanaka  <shinyak@chromium.org> 

        [Chromium] Unreviewed gardening, TestExpectation updated.

        * platform/chromium/TestExpectations:

2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, TestExpectations updated.

        * platform/chromium/TestExpectations:

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

        [Shadow DOM] Insertion points need resetStyleInheritance
        https://bugs.webkit.org/show_bug.cgi?id=93922

        Reviewed by Dimitri Glazkov.

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

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

        [Chromium] Use harfbuzz-ng by default on Linux
        https://bugs.webkit.org/show_bug.cgi?id=97281

        Reviewed by Tony Chang.

        * platform/chromium/TestExpectations: Added temporary expectations.

2012-10-11  Shinya Kawanaka  <shinyak@chromium.org> 

        [Chromium] Unreviewed gardening, rebaselined.

        * platform/chromium-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png:
        * platform/chromium-win/platform/chromium/compositing/tiny-layer-rotated-expected.png:

2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, rebaselined.

        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:

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

        Unreviewed, rolling out r131100.
        http://trac.webkit.org/changeset/131100
        https://bugs.webkit.org/show_bug.cgi?id=99127

        Caused an ASSERT (Requested by abarth|gardening on #webkit).

        * css3/filters/custom/custom-filter-composite-operators-expected.png: Removed.
        * css3/filters/custom/custom-filter-composite-operators-expected.txt: Removed.
        * css3/filters/custom/custom-filter-composite-operators.html: Removed.

2012-10-11  Adam Barth  <abarth@webkit.org>

        Add baselines for the rest of the platforms after
        http://trac.webkit.org/changeset/131111

        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
        * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.

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

        Unreviewed, rolling out r131107.
        http://trac.webkit.org/changeset/131107
        https://bugs.webkit.org/show_bug.cgi?id=99126

        Causes an ASSERT (Requested by abarth|gardening on #webkit).

        * accessibility/secure-textfield-title-ui.html:
        * accessibility/title-ui-element-correctness-expected.txt: Removed.
        * accessibility/title-ui-element-correctness.html: Removed.
        * perf/accessibility-title-ui-element-expected.txt: Removed.
        * perf/accessibility-title-ui-element.html: Removed.
        * platform/chromium/TestExpectations:

2012-10-11  Jeffrey Pfau  <jpfau@apple.com>

        [Mac] Temporarily mark fast/canvas/webgl/arraybuffer-transfer-of-control.html as failing
        https://bugs.webkit.org/show_bug.cgi?id=99096

        * platform/mac/TestExpectations:

2012-10-11  Levi Weintraub  <leviw@chromium.org>

        [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel
        https://bugs.webkit.org/show_bug.cgi?id=98571

        Reviewed by Emil A Eklund.

        Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium).

        * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added.
        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
        * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        The repaint rect shrinks safely by one pixel.
        * platform/chromium/TestExpectations:
        * platform/mac-lion/TestExpectations:
        * platform/mac-snowleopard/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win-wk2/TestExpectations:
        * platform/win-xp/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

2012-10-11  Dominic Mazzoni  <dmazzoni@google.com>

        AX: labelForElement is slow when there are a lot of DOM elements
        https://bugs.webkit.org/show_bug.cgi?id=97825

        Reviewed by Ryosuke Niwa.

        Adds two new tests for titleUIElement that run on both Mac and
        Chromium. One tests correctness, the other tests speed.

        Fixes one test so that it passes on Chromium.
        Enables other tests that now pass on Chromium.

        * accessibility/secure-textfield-title-ui.html:
        * accessibility/title-ui-element-correctness-expected.txt: Added.
        * accessibility/title-ui-element-correctness.html: Added.
        * perf/accessibility-title-ui-element-expected.txt: Added.
        * perf/accessibility-title-ui-element.html: Added.
        * platform/chromium/TestExpectations:

2012-10-11  James Simonsen  <simonjam@chromium.org>

        unprefix window.performance.webkitNow()
        https://bugs.webkit.org/show_bug.cgi?id=88278

        Reviewed by Tony Gentilcore.

        * fast/dom/Window/window-properties-performance-expected.txt:
        * fast/performance/performance-now-timestamps-expected.txt:
        * fast/performance/script-tests/performance-now-timestamps.js:
        * platform/chromium/TestExpectations: Remove skipped expectation.
        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/Window/window-properties-performance-expected.txt:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/qt/fast/dom/Window/window-properties-performance-expected.txt:
        * resources/magnitude-perf.js:
        (Magnitude._runIteration):

2012-10-11  Huang Dongsung  <luxtella@company100.net>

        [CSS Shaders] Make custom filters use a premultiplied buffer.
        https://bugs.webkit.org/show_bug.cgi?id=98396

        Reviewed by Dean Jackson.

        Add test to check that the DOM element texture composites correctly
        when source alpha is a fractional value.

        * css3/filters/custom/custom-filter-composite-fractional-source-alpha-expected.html: Added.
        * css3/filters/custom/custom-filter-composite-fractional-source-alpha.html: Added.

2012-10-11  Huang Dongsung  <luxtella@company100.net>

        [CSS Shaders] Implement all composite operators except destination and lighter.
        https://bugs.webkit.org/show_bug.cgi?id=97859

        Reviewed by Dean Jackson.

        Add test to check that the DOM element texture composites correctly with the css_MixColor
        variable from the author's shader for each composite operator.

        * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
        * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
        * css3/filters/custom/custom-filter-composite-operators.html: Added.

2012-10-11  Adam Barth  <abarth@webkit.org>

        One more baseline tweak after v8-i18n roll.

        * platform/chromium/fast/js/date-proto-generic-invocation-expected.txt: Replaced.

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

        UInt32ToNumber and OSR exit should be aware of copy propagation and correctly recover both versions of a variable that was subject to a UInt32ToNumber cast
        https://bugs.webkit.org/show_bug.cgi?id=99100
        <rdar://problem/12480955>

        Reviewed by Michael Saboff and Mark Hahnenberg.

        * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation-expected.txt: Added.
        * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-uint32-to-number-in-middle-of-copy-propagation.js: Added.
        (foo):

2012-10-11  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: IDL types defined in spec should be visible to scripts
        https://bugs.webkit.org/show_bug.cgi?id=99093

        Reviewed by Adam Barth.

        Verify that interfaces defined in the IDB spec's WebIDL are present on the
        global object.

        * storage/indexeddb/interfaces-expected.txt: Added.
        * storage/indexeddb/interfaces.html: Added.
        * storage/indexeddb/resources/interfaces.js: Added.
        * storage/indexeddb/resources/shared.js: Remove assertion redundant with this test.
        (test):

2012-10-11  Adam Barth  <abarth@webkit.org>

        Rebaseline these tests after v8-i18n roll.

        * platform/chromium/fast/js/kde/StringObject-expected.txt:
        * platform/chromium/fast/js/kde/function_length-expected.txt: Added.
        * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt: Added.
        * platform/chromium/fast/js/string-prototype-properties-expected.txt:
        * platform/chromium/inspector-protocol/runtime-getProperties-expected.txt:

2012-10-11  Jeffrey Pfau  <jpfau@apple.com>

        [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled
        https://bugs.webkit.org/show_bug.cgi?id=81042

        Unreviewed, skipped a test that requires setAsynchronousSpellCheckingEnabled

        * platform/wk2/TestExpectations:

2012-10-11  Adam Barth  <abarth@webkit.org>

        I'm not 100% sure what caused this test to change behavior, but fewer
        unexpected exceptions seems like a good thing.

        * platform/chromium/http/tests/media: Added.
        * platform/chromium/http/tests/media/media-source: Added.
        * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Added.

2012-10-11  Adam Barth  <abarth@webkit.org>

        Note that this test is flaky.

        * platform/chromium/TestExpectations:

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

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt/TestExpectations:

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

        [Qt] Unreviewed gardening, unskip and rebase now passing tests.

        * platform/qt/TestExpectations:
        * platform/qt/css2.1/20110323/inline-table-001-expected.png: Added.
        * platform/qt/css2.1/20110323/inline-table-001-expected.txt: Added.
        * platform/qt/css2.1/20110323/inline-table-002a-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
        * platform/qt/css2.1/20110323/inline-table-002a-expected.txt: Added.
        * platform/qt/css2.1/20110323/inline-table-003-expected.png: Added.
        * platform/qt/css2.1/20110323/inline-table-003-expected.txt: Added.
        * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
        * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.txt: Added.
        * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
        * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.txt: Added.
        * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png: Added.
        * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.txt:
        * platform/qt/css3/filters/blur-filter-page-scroll-expected.png:
        * platform/qt/css3/filters/blur-filter-page-scroll-parents-expected.png:
        * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
        * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.txt: Added.
        * platform/qt/css3/filters/composited-during-animation-expected.txt: Added.
        * platform/qt/css3/filters/composited-during-animation-layertree-expected.txt: Added.
        * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt: Added.
        * platform/qt/css3/filters/effect-reference-ordering-expected.png:
        * platform/qt/css3/images/cross-fade-background-size-expected.png: Added.
        * platform/qt/css3/images/cross-fade-background-size-expected.txt: Added.
        * platform/qt/css3/unicode-bidi-isolate-basic-expected.png: Added.
        * platform/qt/css3/unicode-bidi-isolate-basic-expected.txt: Added.
        * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Added.
        * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Added.
        * platform/qt/fast/borders/rtl-border-04-expected.png: Added.
        * platform/qt/fast/borders/rtl-border-04-expected.txt: Added.
        * platform/qt/fast/borders/rtl-border-05-expected.png: Added.
        * platform/qt/fast/borders/rtl-border-05-expected.txt: Added.
        * platform/qt/fast/box-shadow/single-pixel-shadow-expected.png: Added.
        * platform/qt/fast/box-shadow/single-pixel-shadow-expected.txt: Added.
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/qt/fast/dom/34176-expected.png: Added.
        * platform/qt/fast/dom/34176-expected.txt: Added.
        * platform/qt/fast/forms/input-placeholder-paint-order-expected.png: Added.
        * platform/qt/fast/forms/input-placeholder-paint-order-expected.txt: Added.
        * platform/qt/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/qt/fast/forms/select/optgroup-rendering-expected.txt: Added.
        * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
        * platform/qt/fast/inline/inline-box-background-expected.png: Added.
        * platform/qt/fast/inline/inline-box-background-expected.txt: Added.
        * platform/qt/fast/inline/inline-box-background-long-image-expected.png: Added.
        * platform/qt/fast/inline/inline-box-background-long-image-expected.txt: Added.
        * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png: Added.
        * platform/qt/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
        * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png: Added.
        * platform/qt/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
        * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
        * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
        * platform/qt/fast/reflections/reflection-with-zoom-expected.png: Added.
        * platform/qt/fast/reflections/reflection-with-zoom-expected.txt: Added.
        * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
        * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
        * platform/qt/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/qt/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/qt/fast/speech/input-appearance-speechbutton-expected.png:
        * platform/qt/fast/speech/input-appearance-speechbutton-expected.txt:
        * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
        * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
        * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
        * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
        * platform/qt/fast/table/table-row-outline-paint-expected.png: Added.
        * platform/qt/fast/table/table-row-outline-paint-expected.txt: Added.
        * platform/qt/http/tests/misc/willCacheResponse-delegate-callback-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
        * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
        * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
        * 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.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
        * 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.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-15-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
        * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
        * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
        * platform/qt/svg/batik/filters/feTile-expected.png: Added.
        * platform/qt/svg/batik/filters/feTile-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/textEffect-expected.png:
        * platform/qt/svg/batik/text/textEffect-expected.txt:
        * platform/qt/svg/batik/text/textEffect3-expected.png:
        * platform/qt/svg/batik/text/textEffect3-expected.txt:
        * platform/qt/svg/batik/text/textLayout-expected.png: Added.
        * platform/qt/svg/batik/text/textLayout-expected.txt: Added.
        * platform/qt/svg/batik/text/textOnPathSpaces-expected.png: Added.
        * platform/qt/svg/batik/text/textOnPathSpaces-expected.txt: Added.
        * platform/qt/svg/batik/text/textStyles-expected.png: Added.
        * platform/qt/svg/batik/text/textStyles-expected.txt: Added.
        * platform/qt/svg/batik/text/verticalText-expected.png: Added.
        * platform/qt/svg/batik/text/verticalText-expected.txt: Added.
        * platform/qt/svg/batik/text/xmlSpace-expected.png: Added.
        * platform/qt/svg/batik/text/xmlSpace-expected.txt: Added.
        * platform/qt/svg/clip-path/clip-in-clip-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
        * platform/qt/svg/clip-path/clip-in-clip-expected.txt: Added.
        * platform/qt/svg/clip-path/clipper-placement-issue-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
        * platform/qt/svg/clip-path/clipper-placement-issue-expected.txt: Added.
        * platform/qt/svg/css/group-with-shadow-expected.png: Added.
        * platform/qt/svg/css/group-with-shadow-expected.txt: Added.
        * platform/qt/svg/custom/clip-path-with-css-transform-1-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
        * platform/qt/svg/custom/clip-path-with-css-transform-1-expected.txt: Added.
        * platform/qt/svg/custom/clip-path-with-css-transform-2-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
        * platform/qt/svg/custom/clip-path-with-css-transform-2-expected.txt: Added.
        * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
        * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
        * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
        * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
        * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png: Added.
        * platform/qt/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
        * platform/qt/svg/custom/feComponentTransfer-Table-expected.png: Added.
        * platform/qt/svg/custom/feComponentTransfer-Table-expected.txt: Added.
        * platform/qt/svg/custom/gradient-deep-referencing-expected.txt:
        * platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt:
        * platform/qt/svg/custom/hit-test-with-br-expected.png: Added.
        * platform/qt/svg/custom/hit-test-with-br-expected.txt: Added.
        * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
        * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
        * platform/qt/svg/custom/js-late-pattern-creation-expected.png: Added.
        * platform/qt/svg/custom/js-late-pattern-creation-expected.txt: Added.
        * platform/qt/svg/custom/junk-data-expected.png: Added.
        * platform/qt/svg/custom/junk-data-expected.txt: Added.
        * platform/qt/svg/custom/missing-xlink-expected.png:
        * platform/qt/svg/custom/missing-xlink-expected.txt:
        * platform/qt/svg/custom/non-scaling-stroke-expected.png:
        * platform/qt/svg/custom/non-scaling-stroke-expected.txt:
        * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
        * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.txt: Added.
        * platform/qt/svg/custom/path-bad-data-expected.png:
        * platform/qt/svg/custom/path-bad-data-expected.txt:
        * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
        * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
        * platform/qt/svg/custom/recursive-gradient-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/small-rect-scale-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
        * platform/qt/svg/custom/small-rect-scale-expected.txt: Added.
        * platform/qt/svg/custom/stroked-pattern-expected.txt:
        * platform/qt/svg/custom/use-font-face-crash-expected.png:
        * platform/qt/svg/custom/use-font-face-crash-expected.txt:
        * platform/qt/svg/custom/use-invalid-pattern-expected.txt: Added.
        * platform/qt/svg/custom/visibility-override-filter-expected.png:
        * platform/qt/svg/dom/length-list-parser-expected.txt:
        * platform/qt/svg/filters/big-sized-filter-2-expected.png: Added.
        * platform/qt/svg/filters/big-sized-filter-2-expected.txt: Added.
        * platform/qt/svg/filters/big-sized-filter-expected.png: Added.
        * platform/qt/svg/filters/big-sized-filter-expected.txt: Added.
        * platform/qt/svg/foreignObject/fO-display-none-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
        * platform/qt/svg/foreignObject/fO-display-none-expected.txt: Added.
        * platform/qt/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
        * platform/qt/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Added.
        * platform/qt/svg/hixie/data-types/002-expected.png: Added.
        * platform/qt/svg/hixie/data-types/002-expected.txt: Added.
        * platform/qt/svg/hixie/error/012-expected.png: Added.
        * platform/qt/svg/hixie/error/012-expected.txt: Added.
        * platform/qt/svg/hixie/perf/006-expected.png:
        * platform/qt/svg/hixie/perf/006-expected.txt:
        * platform/qt/svg/text/bidi-embedded-direction-expected.png: Added.
        * platform/qt/svg/text/bidi-embedded-direction-expected.txt: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
        * platform/qt/svg/text/text-rescale-expected.png: Added.
        * platform/qt/svg/text/text-rescale-expected.txt: Added.
        * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
        * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
        * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added.
        * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:

2012-10-11  Dan Bernstein  <mitz@apple.com>

        <rdar://problem/12477191> Combined text reverts to full-width font after a style change
        https://bugs.webkit.org/show_bug.cgi?id=99009

        Reviewed by John Sullivan.

        * fast/text/text-combine-width-after-style-change-expected.html: Added.
        * fast/text/text-combine-width-after-style-change.html: Added.

2012-10-11  Hayato Ito  <hayato@chromium.org>

        Update ComposedShadowTreeWalker for Shadow DOM re-projection.
        https://bugs.webkit.org/show_bug.cgi?id=97151

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
        * fast/dom/shadow/composed-shadow-tree-walker.html:
        * fast/dom/shadow/resources/shadow-dom.js:
        (createShadowRootWithAttributes):
        (createDOM):
        * fast/dom/shadow/shadow-dom-event-dispatching.html:
        * fast/dom/shadow/shadowdom-reprojection-1-expected.html: Added.
        * fast/dom/shadow/shadowdom-reprojection-1.html: Added.
        * fast/dom/shadow/shadowdom-reprojection-2-expected.html: Added.
        * fast/dom/shadow/shadowdom-reprojection-2.html: Added.

2012-10-11  Joshua Bell  <jsbell@chromium.org>

        WebIDL: overloaded methods prevent number -> string conversion
        https://bugs.webkit.org/show_bug.cgi?id=85326

        Reviewed by Kentaro Hara.

        Updated expectations - new (more generic) console warnings.

        * storage/indexeddb/cursor-overloads-expected.txt:
        * storage/indexeddb/legacy-constants-expected.txt:

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

        Unreviewed GTK gardening.

        Cleaning up the expected failures section. Any test that is marked as a WontFix
        should now have a small comment about the reasoning for such expectation, but no
        bug modifier. Any other expectation should now have a dedicated bug entry in the
        bugzilla that has the Gtk and LayoutTestFailure keywords. Also removed some
        outdated expectations or moved them into the failing tests section.

        * platform/gtk/TestExpectations:

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

        [Qt] Unreviewed gardening after 131050, 131051.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

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

        REGRESSION(130231): Causes 3 complex font test failures on EFL / Harfbuzz+Freetype
        https://bugs.webkit.org/show_bug.cgi?id=98247

        Reviewed by Kenneth Rohde Christiansen.

        Removing temporary failures of complex font cases.

        * platform/efl/TestExpectations:

2012-10-11  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=98527

        Reviewed by Kenneth Rohde Christiansen.

        Rebased http/tests/loading/text-content-type-with-binary-extension.html for WK2 EFL, as dumping order is affected.
        Other WK2 ports will have to do the same.

        * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
        * platform/gtk-wk2/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:

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

        Unreviewed GTK gardening.

        Adding platform-specific baseline for svg/custom/clip-mask-negative-scale.html
        that's required after r130090.

        * platform/gtk/TestExpectations:
        * platform/gtk/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Added.

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

        F4 key should open the picker popup on Windows and Linux
        https://bugs.webkit.org/show_bug.cgi?id=98754

        Reviewed by Kent Tamura.

        * fast/forms/date/calendar-picker-key-operations.html:
        * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Added.
        * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html:
        * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html:

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

        [Qt] Reviewing Qt TestExpectations. Unskip now passing tests.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

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

        Not reviewed: revert 131004, 131012, 131016, 131042, 131043 for breaking inspector console
        https://bugs.webkit.org/show_bug.cgi?id=99042

        * fast/css-generated-content/before-content-continuation-chain-expected.txt:
        * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png:
        * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
        * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
        * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:

2012-10-11  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r131044.

        Skip the failing tests.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Unreviewed Qt gardening.

        Unskip more tests that now passes in DRT after the implementation of beginDragWithFiles.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

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

        REGRESSION (r96393): In some cases, generated content is never shown
        https://bugs.webkit.org/show_bug.cgi?id=88196

        Reviewed by Antti Koivisto.

        * fast/selectors/style-sharing-attribute-selector-with-pseudo-element-expected.html: Added.
        * fast/selectors/style-sharing-attribute-selector-with-pseudo-element.html: Added.
        Ref test added for verifying that the attribute selector style, when specified
        in conjucntion with pseudo-elements, is applied to the corresponding element.

2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>

        Some shadow roots are not showing up in Inspector.
        https://bugs.webkit.org/show_bug.cgi?id=88251

        Reviewed by Pavel Feldman.

        * inspector/elements/shadow-root-expected.txt: Added.
        * inspector/elements/shadow-root.html: Added.

2012-10-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [WK2] Enable tests that use setAlwaysAcceptCookies()
        https://bugs.webkit.org/show_bug.cgi?id=98891

        Unreviewed gardening. Enable WebKit2 tests that use
        setAlwaysAcceptCookies(): this feature was added several months ago.

        * platform/wk2/TestExpectations:

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

        [EFL] Rebaseline fast/css-generated-content/table-row-group-to-inline.html after r131004.

        * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:

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

        Unreviewed GTK gardening.

        Rebaselining fast/css-generated-content/table-row-group-to-inline.html after r131004.
        Adding a flaky crashing expectation for fast/css/style-scoped/style-scoped-apply-authot-styles.html.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:

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

        [EFL] Unskip fast/dom/shadow/shadowdom-dynamic-styling.html

        Seems to be passing consistently now.

        * platform/efl/TestExpectations:

2012-10-11  Michał Pakuła vel Rutka  <m.pakula@samsung.com>

        [EFL] Add baselines for editing/pasteboard.
        https://bugs.webkit.org/show_bug.cgi?id=99018

        Unreviewed EFL gardening.

        * platform/efl/editing/pasteboard/: 26 new baselines.

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

        [EFL] More unreviewed gardening.

        Revert my r130959, it turns out the tests being reported as
        failing were ones which were not listed in TestExpectations at
        all, so no cookie for me.

        Also add `Missing' as a valid expectation for
        fast/css/text-rendering.html. While at it remove the text
        expectations for it, since the test is failing for us anyway.

        * platform/efl/TestExpectations:
        * platform/efl/fast/css/text-rendering-expected.txt: Removed.

2012-10-11  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Elements] Breadcrumbs are not updated upon involved elements' className changes
        https://bugs.webkit.org/show_bug.cgi?id=98887

        Reviewed by Vsevolod Vlasov.

        * inspector/elements/breadcrumb-updates-expected.txt: Added.
        * inspector/elements/breadcrumb-updates.html: Added.

2012-10-11  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        Final newline (LF or CRLF) in paste buffer is converted to space
        https://bugs.webkit.org/show_bug.cgi?id=80838

        Reviewed by Ryosuke Niwa.

        Verify that trailing newlines are stripped when pasted into text inputs.

        * editing/input/paste-text-ending-with-interchange-newline-expected.txt:
        Updated the expectation.
        * fast/forms/paste-multiline-text-input.html:
        Changed to use document.execCommand to mimic pasting, because setting
        input.value attribute does not trigger beforeTextInserted event.
        Added a test case to test trailing newlines.

2012-10-11  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed. Skip inspector/profiler/memory-instrumentation-canvas.html on JSC platforms until proper fix in platform specific canvas code.
        https://bugs.webkit.org/show_bug.cgi?id=99001

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/win/TestExpectations:

2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, test expectation update.

        * platform/chromium/TestExpectations:

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

        [Qt] Unreviewed morning gardening, skip new failing tests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

2012-10-10  Ilya Tikhonovsky  <loislo@chromium.org>

        Web Inspector: NMI instrument HTMLCanvas element.
        https://bugs.webkit.org/show_bug.cgi?id=98917

        Reviewed by Yury Semikhatsky.

        It also includes non intrusive instrumentation for skia classes.

        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
        * inspector/profiler/memory-instrumentation-cached-images.html:
        * inspector/profiler/memory-instrumentation-canvas.html: Added.
        * inspector/profiler/memory-instrumentation-test.js: Added.
        (initialize_MemoryInstrumentationTest.InspectorTest._memoryBlockSize):
        (initialize_MemoryInstrumentationTest.InspectorTest.validateMemoryBlockSize):
        (initialize_MemoryInstrumentationTest):

2012-10-10  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, rebaselined.

        * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png:
        * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Removed.

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

        compositing/images/truncated-direct-png-image.html has been failing on Mac since it was
        added. Mark it as an expected image failure.

        * platform/mac/TestExpectations:

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

        compositing/tiling/crash-reparent-tiled-layer.html is flakey
        https://bugs.webkit.org/show_bug.cgi?id=82546

        Reviewed by Beth Dakin.

        Unskip a previously-flakey tiled layer test that should not be flakey after this change.

        * platform/mac/TestExpectations:

2012-10-10  James Simonsen  <simonjam@chromium.org>

        Import W3C test suite for performance.now()
        https://bugs.webkit.org/show_bug.cgi?id=98953

        Reviewed by Tony Gentilcore.

        * http/tests/w3c/webperf/approved/HighResolutionTime/basic-expected.txt: Added.
        * http/tests/w3c/webperf/approved/HighResolutionTime/basic.html: Added.
        * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock-expected.txt: Added.
        * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock.html: Added.
        * http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html: Added.
        * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start-expected.txt: Added.
        * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start.html: Added.
        * platform/chromium/TestExpectations: Skipped everywhere until we remove the prefix.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-10-10  Dan Bernstein  <mitz@apple.com>

        <rdar://problem/12472460> text-combine doesn’t use third- and quarter-width variants when used with @font-face
        https://bugs.webkit.org/show_bug.cgi?id=98961

        Reviewed by Tim Horton.

        * fast/text/text-combine-with-font-face-expected.html: Added.
        * fast/text/text-combine-with-font-face.html: Added.

2012-10-10  Elliott Sprehn  <esprehn@chromium.org>

        Move :before and :after into the DOM        
        https://bugs.webkit.org/show_bug.cgi?id=95117

        Reviewed by Eric Seidel.

        Regenerated some baselines for tests given the new generated content architecture and disabled
        tests that are testing generated content on inputs which were wrong.

        * fast/css-generated-content/before-content-continuation-chain-expected.txt:
        * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
        * platform/chromium/TestExpectations: Disable the tests for generated content on inputs. A follow up CL with remove these tests.
        * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
        * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
           This test always produced wrong output because we leave an anonymous RenderTable in the tree,
           and now that generated content is handled like DOM nodes this test renders differently since the
           content ends up after the left over RenderTable. Both outputs are wrong until Bug 86261 is fixed.

2012-10-10  Levi Weintraub  <leviw@chromium.org>

        Tests failure on Chromium Mac after r130821
        https://bugs.webkit.org/show_bug.cgi?id=98865

        Reviewed by Adam Barth.

        Removing failing test entries.

        * platform/chromium/TestExpectations:

2012-10-10  Stephen Chenney  <schenney@chromium.org>

        SVGTextRunRenderingContext changes font data in the glyph page, but it shouldn't
        https://bugs.webkit.org/show_bug.cgi?id=98755

        Reviewed by Eric Seidel.

        New test case that includes an alt-glyph that comes from the system
        fallback font (because the alt-glyph doesn't reference anything). This
        test crashes on Chromium linux without the patch, and may crash on
        other platforms too.

        * svg/text/alt-glpyh-on-fallback-font-crash.html: Added.

2012-10-10  Tab Atkins  <jackalmage@gmail.com>

        column-count: 0 should not prevent margin-collapse through
        https://bugs.webkit.org/show_bug.cgi?id=65159

        Reviewed by Tony Chang.

        Fixed the zeroColumnCount.html test to properly test that "0" is an invalid CSS value,
        rather than just ensuring that it doesn't crash.

        * fast/multicol/zeroColumnCount-expected.txt:
        * fast/multicol/zeroColumnCount.html:

2012-10-10  Alexander Shalamov  <alexander.shalamov@intel.com>

        Invalid values for media query features are not handled
        https://bugs.webkit.org/show_bug.cgi?id=97006

        Reviewed by Kenneth Rohde Christiansen.

        Imported CSS3 Media Queries test suite from http://www.w3.org/Style/CSS/Test/MediaQueries/20120229/

        * fast/media/media-query-invalid-value.html: Fixed invalid media query.
        * fast/media/media-query-serialization.html: Fixed invalid media query.
        * fast/media/w3c/README: Added.
        * fast/media/w3c/resources/media_queries_iframe.html: Added. (Imported from w3c test suite)
        * fast/media/w3c/test_media_queries-expected.txt: Added.
        * fast/media/w3c/test_media_queries.html: Added. (Imported from w3c test suite)

2012-10-10  MORITA Hajime  <morrita@google.com>

        https://bugs.webkit.org/show_bug.cgi?id=95664
        [Shadow DOM] should be able to be available without <style scoped>

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/style-scoped-not-enabled-expected.txt: Added.
        * fast/dom/shadow/style-scoped-not-enabled.html: Added.

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

        check-layout.js should always dumpAsText
        https://bugs.webkit.org/show_bug.cgi?id=98959

        Reviewed by Tony Chang.

        Every checkLayout test was already dumpAsText except for 
        css3/flexbox/flex-item-child-overflow.html, which is a reftest
        and really doesn't need to be a checkLayout test.

        * css3/flexbox/auto-height-dynamic.html:
        * css3/flexbox/box-sizing-min-max-sizes.html:
        * css3/flexbox/box-sizing.html:
        * css3/flexbox/columns-auto-size.html:
        * css3/flexbox/columns-height-set-via-top-bottom.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-expected.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/flex-rounding.html:
        * css3/flexbox/flexitem-stretch-image.html:
        * css3/flexbox/flexitem.html:
        * css3/flexbox/floated-flexbox.html:
        * css3/flexbox/inline-flex.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/percent-margins.html:
        * css3/flexbox/percentage-heights.html:
        * css3/flexbox/percentage-sizes-quirks.html:
        * css3/flexbox/percentage-sizes.html:
        * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html:
        * css3/flexbox/position-absolute-child.html:
        * css3/flexbox/position-absolute-children.html:
        * css3/flexbox/preferred-widths-orthogonal.html:
        * css3/flexbox/preferred-widths.html:
        * css3/flexbox/relayout-image-load.html:
        * css3/flexbox/style-change.html:
        * css3/flexbox/true-centering.html:
        * css3/flexbox/writing-modes.html:
        * fast/block/margins-perpendicular-containing-block.html:
        * fast/css-grid-layout/place-cell-by-index.html:
        * fast/css/deprecated-flexbox-auto-min-size.html:
        * fast/css/nested-percent-height-on-replaced.html:
        * fast/css/percentage-height-auto-sized-body-quirks.html:
        * fast/flexbox/flexing-overflow-scroll-item.html:
        * fast/replaced/vertical-writing-mode-max-logical-width-replaced.html:
        * fast/table/bad-replaced-sizing-preferred-logical-widths.html:
        * fast/table/margins-flipped-text-direction.html:
        * fast/table/margins-perpendicular-containing-block.html:
        * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html:
        * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
        * resources/check-layout.js:

2012-10-10  Jeffrey Pfau  <jpfau@apple.com>

        [Mac][WK2] Unreviewed, skipping fast/parser/document-open-in-unload.html

        * platform/mac-wk2/TestExpectations:

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

        Remove perf tests that haven't failed in the past 500 runs.
        * platform/chromium/TestExpectations:

2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>

        More unreviewed Chromium gardening.

        * platform/chromium/TestExpectations:
        Removed 11 more entries that have not failed in last 100 runs according to the flakiness dashboard.

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

        [WK2][WTR] WebKitTestRunner UI process should be aware of Custom Policy Delegate
        https://bugs.webkit.org/show_bug.cgi?id=95974

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped fast/loader/onload-policy-ignore-for-frame.html for WK2.

        * platform/wk2/TestExpectations:

2012-10-10  Adam Barth  <abarth@webkit.org>

        This test can also fail with TEXT.

        * platform/chromium/TestExpectations:

2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Chromium gardening.

        * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
        * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
        * platform/chromium-mac/fast/repaint/reflection-repaint-test-expected.png: Added.
        * platform/chromium-mac/fast/repaint/transform-layout-repaint-expected.png: Added.
        * platform/chromium-win/fast/repaint/reflection-repaint-test-expected.png:
        * platform/chromium-win/fast/repaint/transform-layout-repaint-expected.png:
        The flakiness dashboard was lying on this entry. After talking with Emil, the baselines are correct so
        rebaselined these tests.

        * platform/chromium/TestExpectations:
        Marked fast/dom/gc-dom-tree-lifetime.html as timeout as marking it slow didn't remove the flakiness.

2012-10-10  Adam Barth  <abarth@webkit.org>

        When we check in image baselines, we use the -expected.png suffix
        rather than the -actual.png suffix. (This is likely a typo in
        http://trac.webkit.org/changeset/130940.)

        * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png: Removed.
        * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-expected.png: Copied from LayoutTests/platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png.

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

        [EFL] Skip the color-correction tests.

        Just specifying `Missing' makes the build bots sometimes report
        these tests as failing.

        * platform/efl/TestExpectations:

2012-10-10  Adam Barth  <abarth@webkit.org>

        Add a note that this test is flaky and can trigger an ASSERT.

        * platform/chromium/TestExpectations:

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

        Turn on ENABLE_MATHML for Chromium
        https://bugs.webkit.org/show_bug.cgi?id=96960

        Reviewed by Adam Barth.

        We're enabling MathML now partly to let the automated fuzzers go to work. Some layout tuning will also be done in the
        next few days, so we expect MathML pixel tests to be changing during that time.

        * platform/chromium/TestExpectations:

2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Chromium gardening.

        * platform/chromium/TestExpectations:
        Removed 10 entries that have not failed in last 100 runs according to the flakiness dashboard.

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

        Web Inspector: add support for %c (style) in console API
        https://bugs.webkit.org/show_bug.cgi?id=69401

        Reviewed by Pavel Feldman.

        * http/tests/inspector/console-test.js:
        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
            Helper to dump the style associated with a console message.
        * inspector/console/console-format-style-expected.txt: Added.
        * inspector/console/console-format-style.html: Added.

2012-10-10  Varun Jain  <varunjain@chromium.org>

        [chromium] Spelling and grammar markers are pixelated in hidpi.
        https://bugs.webkit.org/show_bug.cgi?id=98339

        Reviewed by Stephen White.

        We create separate bitmaps for markers in normal and hidpi mode as per
        specification from UX and choose the right bitmap based on the current
        device scale factor.

        * editing/spelling/grammar-markers-hidpi-expected.txt: Added.
        * editing/spelling/grammar-markers-hidpi.html: Added.
        * editing/spelling/inline-spelling-markers-hidpi-expected.txt: Added.
        * editing/spelling/inline-spelling-markers-hidpi.html: Added.
        * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png: Added.
        * platform/chromium-linux/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added.
        * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png: Added.
        * platform/chromium-mac/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added.
        * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png: Added.
        * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png: Added.

2012-10-10  Adam Barth  <abarth@webkit.org>

        These tests appear to pass now.

        * platform/chromium/TestExpectations:

2012-10-10  Adam Barth  <abarth@webkit.org>

        These tests appear to pass.

        * platform/chromium/TestExpectations:

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

        Inspector: display IndexedDB integer versions
        https://bugs.webkit.org/show_bug.cgi?id=95816

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/indexeddb/database-structure-expected.txt:
        * http/tests/inspector/indexeddb/database-structure.html:

2012-10-10  Shinya Kawanaka  <shinyak@chromium.org>

        Needs internal API to return distributed nodes for InsertionPoint
        https://bugs.webkit.org/show_bug.cgi?id=98868

        Reviewed by Hajime Morita.

        * fast/dom/shadow/distributed-nodes-expected.txt: Added.
        * fast/dom/shadow/distributed-nodes.html: Added.

2012-10-10  Peter Beverloo  <peter@chromium.org>

        Update more baselines and some entries in TestExpectations for Android.

        Unreviewed rebaselining.

        * platform/chromium-android/compositing/: 5 new baselines.
        * platform/chromium-android/css2.1/: 5 new baselines.
        * platform/chromium-android/css3/: 2 new baselines.
        * platform/chromium-android/editing/: 5 new baselines.
        * platform/chromium-android/fast/: 67 new baselines.
        * platform/chromium-android/http/: 3 new baselines.
        * platform/chromium-android/ietestcenter/: 4 new baselines.
        * platform/chromium-android/platform/: 51 new baselines.
        * platform/chromium-android/svg/: 111 new baselines.
        * platform/chromium-android/tables/: 57 new baselines.
        * platform/chromium-android/transitions/: 1 new baseline.
        * platform/chromium/TestExpectations:

2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Chromium gardening.

        * platform/chromium/TestExpectations:
        Amend bad change from r130904, the test *IS* timing out on all Debug platforms,
        not just on Android Debug.

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

        [CSS Regions] Create a separate list for the invalid regions
        https://bugs.webkit.org/show_bug.cgi?id=98752

        Reviewed by Andreas Kling.

        The result for fast/regions/flows-dependency-same-flow.html was adapted to the new dump format.
        Also, the platform expected results files were removed and a generic baseline was added.

        * fast/regions/flows-dependency-same-flow-expected.png: Added.
        * fast/regions/flows-dependency-same-flow-expected.txt: Renamed from LayoutTests/platform/qt/fast/regions/flows-dependency-same-flow-expected.txt.
        * platform/efl/fast/regions/flows-dependency-same-flow-expected.png: Removed.
        * platform/efl/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
        * platform/gtk/fast/regions/flows-dependency-same-flow-expected.png: Removed.
        * platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
        * platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Removed.
        * platform/mac/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
        * platform/qt/fast/regions/flows-dependency-same-flow-expected.png: Removed.

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

        [EFL] Remove a few wrong expectations from the tree and properly skip the tests.

        * platform/efl/TestExpectations:
        * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
        * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-expected.png: Removed.
        * platform/efl/fast/css/color-correction-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
        * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.

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

        [EFL] More gardening.

        * platform/efl/TestExpectations: Unskip a few tests which have had
        their pixel expectations committed.
        * platform/efl/svg/css/text-gradient-shadow-expected.png: Added.

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

        Unreviewed GTK gardening.

        Rebaselining tests after r130851.

        * platform/gtk/fast/text/justify-ideograph-complex-expected.txt:
        * platform/gtk/platform: Added.
        * platform/gtk/platform/gtk: Added.
        * platform/gtk/platform/gtk/fonts: Added.
        * platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt: Added.
        * platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt: Added.

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

        [EFL] Add more missing pixel expectations to lots of different directories.

        * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
        * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png: Added.
        * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
        * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Added.
        * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
        * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
        * platform/efl/compositing/geometry/foreground-layer-expected.png: Added.
        * platform/efl/compositing/layer-creation/spanOverlapsCanvas-expected.png: Added.
        * platform/efl/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added.
        * platform/efl/compositing/video/video-controls-layer-creation-expected.png: Added.
        * platform/efl/editing/pasteboard/drag-drop-dead-frame-expected.png: Added.
        * platform/efl/editing/selection/5354455-2-expected.png: Added.
        * platform/efl/editing/undo/4063751-expected.png: Added.
        * platform/efl/editing/undo/5378473-expected.png: Added.
        * platform/efl/editing/undo/redo-typing-001-expected.png: Added.
        * platform/efl/editing/undo/undo-combined-delete-boundary-expected.png: Added.
        * platform/efl/editing/undo/undo-combined-delete-expected.png: Added.
        * platform/efl/editing/undo/undo-delete-boundary-expected.png: Added.
        * platform/efl/editing/undo/undo-delete-expected.png: Added.
        * platform/efl/editing/undo/undo-forward-delete-boundary-expected.png: Added.
        * platform/efl/editing/undo/undo-forward-delete-expected.png: Added.
        * platform/efl/editing/undo/undo-misspellings-expected.png: Added.
        * platform/efl/editing/undo/undo-typing-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
        * platform/efl/ietestcenter/css3/text/textshadow-001-expected.png: Added.
        * platform/efl/ietestcenter/css3/text/textshadow-002-expected.png: Added.
        * platform/efl/ietestcenter/css3/text/textshadow-003-expected.png: Added.
        * platform/efl/ietestcenter/css3/text/textshadow-004-expected.png: Added.
        * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Added.
        * platform/efl/ietestcenter/css3/text/textshadow-006-expected.png: Added.
        * platform/efl/ietestcenter/css3/text/textshadow-007-expected.png: Added.
        * platform/efl/ietestcenter/css3/text/textshadow-009-expected.png: Added.
        * platform/efl/ietestcenter/css3/text/textshadow-010-expected.png: Added.
        * platform/efl/printing/iframe-print-expected.png: Added.

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

        [GTK] svg/W3C-SVG-1.1/animate-elem-08-t.svg needs rebaselining after r130840
        https://bugs.webkit.org/show_bug.cgi?id=98910

        Unreviewed, rebaseline GTK+ test results.

        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:

2012-10-10  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] REGRESSION: 5 tests started to fail with newer Qt5
        https://bugs.webkit.org/show_bug.cgi?id=90687

        Unreviewed gardening after r129234.

        Moves the Qt 5 specific results to qt-5.0 directory, while moving the old results to qt-4.8.

        * platform/qt-4.8/http/tests/xmlhttprequest/methods-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/methods-expected.txt.
        * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-async-expected.txt.
        * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt.
        * platform/qt-4.8/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt.
        * platform/qt-5.0/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt.
        * platform/qt-5.0/http/tests/xmlhttprequest/methods-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/methods-expected.txt.
        * platform/qt-5.0/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-async-expected.txt.
        * platform/qt-5.0/http/tests/xmlhttprequest/workers/methods-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt.
        * platform/qt-5.0/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt.

2012-10-10  Adam Barth  <abarth@webkit.org>

        Record that these tests have additional failure modes.

        * platform/chromium/TestExpectations:

2012-10-10  Peter Beverloo  <peter@chromium.org>

        [Chromium-Android] Another batch of TestExpectation updates for Android
        https://bugs.webkit.org/show_bug.cgi?id=98909

        Unreviewed test expectation update.

        Many of the failures were actually ImageOnlyFailure, which isn't part
        of the Failure state. This also includes a number of new expected
        results, mostly focusing on crashing and timing out tests.

        * platform/chromium-android/TestExpectations:
        * platform/chromium/TestExpectations:

2012-10-10  Kent Tamura  <tkent@chromium.org>

        [Chromium] Layout Test platform/chromium/fast/forms/*/*-suggestion-picker-*-operations.html are flaky
        https://bugs.webkit.org/show_bug.cgi?id=98906

        * platform/chromium/TestExpectations:

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

        [EFL] Add some css3 expectations, rebaseline a css2.1 PNG.

        * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
        * platform/efl/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Added.
        * platform/efl/css3/images/cross-fade-background-size-expected.png: Added.

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

        [EFL] Hopefully finish adding SVG pixel expectations.

        * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
        * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png: Added.
        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added.
        * platform/efl/svg/as-background-image/animated-svg-as-background-expected.png: Added.
        * platform/efl/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
        * platform/efl/svg/as-background-image/background-image-tiled-expected.png: Added.
        * platform/efl/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added.
        * platform/efl/svg/as-background-image/svg-as-background-2-expected.png: Added.
        * platform/efl/svg/as-background-image/svg-as-background-5-expected.png: Added.
        * platform/efl/svg/as-background-image/svg-as-background-6-expected.png: Added.
        * platform/efl/svg/as-background-image/svg-as-background-expected.png: Added.
        * platform/efl/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
        * platform/efl/svg/as-background-image/svg-as-background-with-viewBox-expected.png: Added.
        * platform/efl/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
        * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.png: Added.
        * platform/efl/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
        * platform/efl/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Added.
        * platform/efl/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
        * platform/efl/svg/as-image/svg-as-image-expected.png: Added.
        * platform/efl/svg/as-image/svg-as-relative-image-expected.png: Added.
        * platform/efl/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added.
        * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
        * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
        * platform/efl/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
        * platform/efl/svg/as-object/embedded-svg-size-changes-expected.png: Added.
        * platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
        * platform/efl/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
        * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
        * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
        * platform/efl/svg/carto.net/combobox-expected.png: Added.
        * platform/efl/svg/carto.net/scrollbar-expected.png: Added.
        * platform/efl/svg/carto.net/selectionlist-expected.png: Added.
        * platform/efl/svg/carto.net/textbox-expected.png: Added.
        * platform/efl/svg/clip-path/clip-in-clip-expected.png: Added.
        * platform/efl/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
        * platform/efl/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-childs-clipped-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-clipped-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-on-g-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-on-svg-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-recursive-call-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-text-and-stroke-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-text-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-transform-2-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-use-as-child-expected.png: Added.
        * platform/efl/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Added.
        * platform/efl/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/efl/svg/css/background-image-svg-expected.png: Added.
        * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Added.
        * platform/efl/svg/css/composite-shadow-text-expected.png: Added.
        * platform/efl/svg/css/css-box-min-width-expected.png: Added.
        * platform/efl/svg/css/path-with-shadow-expected.png: Added.
        * platform/efl/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
        * platform/efl/svg/css/shadow-and-opacity-expected.png: Added.
        * platform/efl/svg/css/shadow-with-large-radius-expected.png: Added.
        * platform/efl/svg/css/shadow-with-negative-offset-expected.png: Added.
        * platform/efl/svg/css/text-shadow-multiple-expected.png: Added.
        * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Added.
        * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Added.
        * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Added.
        * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Added.
        * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
        * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Added.
        * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
        * platform/efl/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
        * platform/efl/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
        * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Added.
        * platform/efl/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
        * platform/efl/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
        * platform/efl/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
        * platform/efl/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
        * platform/efl/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
        * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
        * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
        * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
        * platform/efl/svg/dom/SVGPointList-basics-expected.png: Added.
        * platform/efl/svg/dom/SVGRectElement: Added.
        * platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
        * platform/efl/svg/dom/SVGStringList-basics-expected.png: Added.
        * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Added.
        * platform/efl/svg/filters/color-interpolation-filters-expected.png: Added.
        * platform/efl/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Added.
        * platform/efl/svg/foreignObject/fO-display-none-expected.png: Added.
        * platform/efl/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Added.
        * platform/efl/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
        * platform/efl/svg/foreignObject/fO-parent-display-none-expected.png: Added.
        * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png: Added.
        * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.png: Added.
        * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png: Added.
        * platform/efl/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added.
        * platform/efl/svg/foreignObject/svg-document-as-direct-child-expected.png: Added.
        * platform/efl/svg/foreignObject/svg-document-in-html-document-expected.png: Added.
        * platform/efl/svg/foreignObject/text-tref-02-b-expected.png: Added.

2012-10-10  Max Vujovic  <mvujovic@adobe.com>

        SVG root element's inspector highlight has different dimensions than the element when zooming the page
        https://bugs.webkit.org/show_bug.cgi?id=78031

        Reviewed by Pavel Feldman.

        Add test that verifies the position and size of the highlight rectangles overlayed on an SVG
        root element when the page is zoomed.

        * inspector/elements/highlight-svg-root-zoomed-expected.txt: Added.
        * inspector/elements/highlight-svg-root-zoomed.html: Added.

2012-10-10  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Test drivers should handle repaint rects
        https://bugs.webkit.org/show_bug.cgi?id=68870

        Reviewed by Zoltan Herczeg.

        Rebasline results. Added new expectations where the results were good.
        I evaulated the results based on the mac and chromium-mac ports. In some
        cases I accepted our diverging result if it seemed to be ok by looking
        into the test. Marked bad results as image failure.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/iframes/fixed-position-iframe-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/iframes/scroll-fixed-transformed-element-expected.png: Copied from LayoutTests/platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png.
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-scroll-expected.png:
        * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png:
        * platform/qt-5.0-wk2/compositing/repaint/shrink-layer-expected.png: Copied from LayoutTests/platform/qt/svg/custom/clip-path-href-changes-expected.png.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/clip-with-layout-delta-expected.png.
        * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png:
        * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/filter-change-repaint-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-incremental-repaint-2-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/subtree-root-clip-3-expected.png.
        * platform/qt-5.0-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/listbox-clip-expected.png: Copied from LayoutTests/platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png.
        * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/body-background-image-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/delete-into-nested-block-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-after-scroll-expected.png: Copied from LayoutTests/platform/qt/svg/custom/use-disappears-after-style-update-expected.png.
        * platform/qt-5.0-wk2/fast/repaint/fixed-scale-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/iframe-scroll-repaint-expected.png.
        * platform/qt-5.0-wk2/fast/repaint/fixed-scroll-simple-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.png.
        * platform/qt-5.0-wk2/fast/repaint/fixed-table-cell-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/button-spurious-layout-hint-expected.png.
        * platform/qt-5.0-wk2/fast/repaint/fixed-table-overflow-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/subtree-root-clip-2-expected.png.
        * platform/qt-5.0-wk2/fast/repaint/fixed-table-overflow-zindex-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/subtree-root-clip-2-expected.png.
        * platform/qt-5.0-wk2/fast/repaint/iframe-scroll-repaint-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/clip-with-layout-delta-expected.png.
        * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.png: Copied from LayoutTests/platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png.
        * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.png: Copied from LayoutTests/platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png.
        * platform/qt-5.0-wk2/fast/repaint/scale-page-shrink-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/selection-clear-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/table-hover-on-link-expected.png.
        * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-69296-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.png.
        * platform/qt-5.0-wk2/fast/text/font-initial-expected.png: Added.
        * platform/qt-5.0-wk2/svg/text/remove-text-node-from-tspan-expected.png: Added.
        * platform/qt-5.0-wk2/svg/text/remove-tspan-from-text-expected.png: Added.
        * platform/qt/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
        * platform/qt/fast/canvas/canvas-incremental-repaint-expected.png: Added.
        * platform/qt/fast/dynamic/containing-block-change-expected.png:
        * platform/qt/fast/frames/transparent-scrollbar-expected.png: Copied from LayoutTests/platform/qt/svg/custom/repaint-on-constant-size-change-expected.png.
        * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png:
        * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png:
        * platform/qt/fast/layers/layer-content-visibility-change-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/layout-state-only-positioned-expected.png.
        * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png:
        * platform/qt/fast/repaint/4774354-expected.png:
        * platform/qt/fast/repaint/4776765-expected.png:
        * platform/qt/fast/repaint/backgroundSizeRepaint-expected.png:
        * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
        * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/qt/fast/repaint/block-no-inflow-children-expected.png:
        * platform/qt/fast/repaint/border-fit-lines-expected.png:
        * platform/qt/fast/repaint/border-radius-repaint-expected.png:
        * platform/qt/fast/repaint/border-repaint-glitch-expected.png:
        * platform/qt/fast/repaint/box-shadow-dynamic-expected.png:
        * platform/qt/fast/repaint/bugzilla-3509-expected.png:
        * platform/qt/fast/repaint/bugzilla-5699-expected.png:
        * platform/qt/fast/repaint/bugzilla-6278-expected.png:
        * platform/qt/fast/repaint/bugzilla-6388-expected.png:
        * platform/qt/fast/repaint/bugzilla-6473-expected.png:
        * platform/qt/fast/repaint/bugzilla-7235-expected.png:
        * platform/qt/fast/repaint/button-spurious-layout-hint-expected.png:
        * platform/qt/fast/repaint/caret-outside-block-expected.png:
        * platform/qt/fast/repaint/change-transform-expected.png:
        * platform/qt/fast/repaint/clip-with-layout-delta-expected.png:
        * platform/qt/fast/repaint/clipped-relative-expected.png:
        * platform/qt/fast/repaint/containing-block-position-change-expected.png:
        * platform/qt/fast/repaint/content-into-overflow-expected.png:
        * platform/qt/fast/repaint/continuation-after-outline-expected.png:
        * platform/qt/fast/repaint/control-clip-expected.png:
        * platform/qt/fast/repaint/create-layer-repaint-expected.png:
        * platform/qt/fast/repaint/delete-into-nested-block-expected.png:
        * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
        * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-tranformed-expected.png:
        * platform/qt/fast/repaint/float-move-during-layout-expected.png:
        * platform/qt/fast/repaint/float-overflow-expected.png:
        * platform/qt/fast/repaint/float-overflow-right-expected.png:
        * platform/qt/fast/repaint/gradients-em-stops-repaint-expected.png:
        * platform/qt/fast/repaint/iframe-scroll-repaint-expected.png:
        * platform/qt/fast/repaint/inline-color-change-expected.png:
        * platform/qt/fast/repaint/inline-outline-repaint-expected.png:
        * platform/qt/fast/repaint/invisible-objects-expected.png:
        * platform/qt/fast/repaint/layer-visibility-expected.png: Copied from LayoutTests/platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png.
        * platform/qt/fast/repaint/layout-state-only-positioned-expected.png:
        * platform/qt/fast/repaint/layout-state-relative-expected.png:
        * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png:
        * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png:
        * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-1-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-10-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-2-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-3-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-4-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-5-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-6-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-7-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-8-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-9-expected.png:
        * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.png:
        * platform/qt/fast/repaint/line-overflow-expected.png:
        * platform/qt/fast/repaint/lines-with-layout-delta-expected.png:
        * platform/qt/fast/repaint/list-marker-2-expected.png:
        * platform/qt/fast/repaint/make-children-non-inline-expected.png:
        * platform/qt/fast/repaint/multicol-repaint-expected.png:
        * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
        * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png:
        * platform/qt/fast/repaint/outline-child-repaint-expected.png:
        * platform/qt/fast/repaint/outline-inset-expected.png:
        * platform/qt/fast/repaint/outline-repaint-glitch-expected.png:
        * platform/qt/fast/repaint/outline-shrinking-expected.png:
        * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.png:
        * platform/qt/fast/repaint/overflow-delete-line-expected.png:
        * platform/qt/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
        * platform/qt/fast/repaint/overflow-into-content-expected.png:
        * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
        * platform/qt/fast/repaint/reflection-redraw-expected.png:
        * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
        * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
        * platform/qt/fast/repaint/region-painting-via-layout-expected.png:
        * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
        * platform/qt/fast/repaint/repaint-during-scroll-expected.png:
        * platform/qt/fast/repaint/repaint-resized-overflow-expected.png:
        * platform/qt/fast/repaint/search-field-cancel-expected.png:
        * platform/qt/fast/repaint/select-option-background-color-expected.png:
        * platform/qt/fast/repaint/selected-replaced-expected.png:
        * platform/qt/fast/repaint/selection-after-delete-expected.png:
        * platform/qt/fast/repaint/selection-after-remove-expected.png:
        * platform/qt/fast/repaint/selection-clear-expected.png:
        * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
        * platform/qt/fast/repaint/selection-rl-expected.png:
        * platform/qt/fast/repaint/stacked-diacritics-expected.png:
        * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png:
        * platform/qt/fast/repaint/subtree-root-clip-2-expected.png:
        * platform/qt/fast/repaint/subtree-root-clip-3-expected.png:
        * platform/qt/fast/repaint/subtree-root-clip-expected.png:
        * platform/qt/fast/repaint/subtree-root-skipped-expected.png:
        * platform/qt/fast/repaint/table-cell-collapsed-border-expected.png:
        * platform/qt/fast/repaint/table-cell-move-expected.png:
        * platform/qt/fast/repaint/table-collapsed-border-expected.png:
        * platform/qt/fast/repaint/table-extra-bottom-grow-expected.png:
        * platform/qt/fast/repaint/table-hover-on-link-expected.png:
        * platform/qt/fast/repaint/table-section-repaint-expected.png:
        * platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.png:
        * platform/qt/fast/repaint/text-append-dirty-lines-expected.png:
        * platform/qt/fast/repaint/transform-absolute-child-expected.png:
        * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/qt/fast/repaint/transform-disable-layoutstate-expected.png:
        * platform/qt/fast/repaint/transform-layout-repaint-expected.png:
        * platform/qt/fast/repaint/transform-relative-position-expected.png:
        * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
        * platform/qt/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/qt/fast/repaint/transform-rotate-and-remove-expected.png:
        * platform/qt/fast/repaint/transform-translate-expected.png:
        * platform/qt/fast/table/border-collapsing/cached-69296-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/layout-state-only-positioned-expected.png.
        * platform/qt/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Copied from LayoutTests/platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.png.
        * platform/qt/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Copied from LayoutTests/platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png.
        * platform/qt/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.png.
        * platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.png:
        * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.png:
        * platform/qt/svg/as-image/animated-svg-as-image-expected.png:
        * platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
        * platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.png:
        * platform/qt/svg/as-image/svg-image-change-content-size-expected.png:
        * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
        * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
        * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png:
        * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
        * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
        * platform/qt/svg/carto.net/window-expected.png:
        * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
        * platform/qt/svg/custom/animate-path-discrete-expected.png:
        * platform/qt/svg/custom/animate-path-morphing-expected.png:
        * platform/qt/svg/custom/animate-target-id-changed-expected.png:
        * platform/qt/svg/custom/animate-target-removed-from-document-expected.png:
        * platform/qt/svg/custom/circle-move-invalidation-expected.png:
        * platform/qt/svg/custom/clip-path-child-changes-expected.png:
        * platform/qt/svg/custom/clip-path-href-changes-expected.png:
        * platform/qt/svg/custom/clip-path-units-changes-expected.png:
        * platform/qt/svg/custom/deep-dynamic-updates-expected.png:
        * platform/qt/svg/custom/fill-opacity-update-expected.png:
        * platform/qt/svg/custom/foreignObject-crash-on-hover-expected.png:
        * platform/qt/svg/custom/gradient-add-stops-expected.png:
        * platform/qt/svg/custom/gradient-stop-style-change-expected.png:
        * platform/qt/svg/custom/hit-test-unclosed-subpaths-expected.png:
        * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.png:
        * platform/qt/svg/custom/js-late-clipPath-creation-expected.png:
        * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/qt/svg/custom/js-late-gradient-creation-expected.png:
        * platform/qt/svg/custom/js-late-marker-and-object-creation-expected.png:
        * platform/qt/svg/custom/js-late-marker-creation-expected.png:
        * platform/qt/svg/custom/js-late-mask-and-object-creation-expected.png:
        * platform/qt/svg/custom/js-late-mask-creation-expected.png:
        * platform/qt/svg/custom/js-update-bounce-expected.png:
        * platform/qt/svg/custom/js-update-container-expected.png:
        * platform/qt/svg/custom/js-update-container2-expected.png:
        * platform/qt/svg/custom/js-update-gradient-expected.png:
        * platform/qt/svg/custom/js-update-image-expected.png:
        * platform/qt/svg/custom/js-update-path-changes-expected.png:
        * platform/qt/svg/custom/js-update-path-removal-expected.png:
        * platform/qt/svg/custom/js-update-pattern-child-expected.png:
        * platform/qt/svg/custom/js-update-pattern-expected.png:
        * platform/qt/svg/custom/js-update-polygon-changes-expected.png:
        * platform/qt/svg/custom/js-update-polygon-removal-expected.png:
        * platform/qt/svg/custom/js-update-stop-expected.png:
        * platform/qt/svg/custom/js-update-stop-linked-gradient-expected.png:
        * platform/qt/svg/custom/js-update-style-expected.png:
        * platform/qt/svg/custom/js-update-transform-addition-expected.png:
        * platform/qt/svg/custom/js-update-transform-changes-expected.png:
        * platform/qt/svg/custom/marker-child-changes-css-expected.png:
        * platform/qt/svg/custom/marker-child-changes-expected.png:
        * platform/qt/svg/custom/marker-viewBox-changes-expected.png:
        * platform/qt/svg/custom/mask-child-changes-expected.png:
        * platform/qt/svg/custom/mask-invalidation-expected.png:
        * platform/qt/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
        * platform/qt/svg/custom/prevent-default-expected.png:
        * platform/qt/svg/custom/relative-sized-content-expected.png:
        * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
        * platform/qt/svg/custom/relative-sized-image-expected.png:
        * platform/qt/svg/custom/relative-sized-inner-svg-expected.png:
        * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.png:
        * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
        * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.png:
        * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
        * platform/qt/svg/custom/repaint-moving-svg-and-div-expected.png:
        * platform/qt/svg/custom/repaint-on-constant-size-change-expected.png:
        * platform/qt/svg/custom/repaint-on-image-bounds-change-expected.png:
        * platform/qt/svg/custom/repaint-stroke-width-changes-expected.png:
        * platform/qt/svg/custom/resource-client-removal-expected.png:
        * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.png:
        * platform/qt/svg/custom/scroll-hit-test-expected.png:
        * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/qt/svg/custom/stroke-opacity-update-expected.png:
        * platform/qt/svg/custom/svg-absolute-children-expected.png:
        * platform/qt/svg/custom/text-dom-removal-expected.png:
        * platform/qt/svg/custom/text-repaint-including-stroke-expected.png:
        * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
        * platform/qt/svg/custom/use-clipped-hit-expected.png:
        * platform/qt/svg/custom/use-detach-expected.png:
        * platform/qt/svg/custom/use-disappears-after-style-update-expected.png:
        * platform/qt/svg/custom/use-elementInstance-event-target-expected.png:
        * platform/qt/svg/custom/use-elementInstance-methods-expected.png:
        * platform/qt/svg/custom/use-event-handler-on-referenced-element-expected.png:
        * platform/qt/svg/custom/use-event-handler-on-use-element-expected.png:
        * platform/qt/svg/custom/use-setAttribute-crash-expected.png:
        * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png:
        * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
        * platform/qt/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
        * platform/qt/svg/filters/feImage-change-target-id-expected.png:
        * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png:
        * platform/qt/svg/filters/feImage-reference-invalidation-expected.png: Copied from LayoutTests/platform/qt/svg/custom/animate-target-removed-from-document-expected.png.
        * platform/qt/svg/filters/feImage-remove-target-expected.png:
        * platform/qt/svg/filters/feImage-target-add-to-document-expected.png:
        * platform/qt/svg/filters/feImage-target-attribute-change-expected.png:
        * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
        * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
        * platform/qt/svg/filters/feImage-target-changes-id-expected.png:
        * platform/qt/svg/filters/feImage-target-id-change-expected.png:
        * platform/qt/svg/filters/feImage-target-inline-style-change-expected.png:
        * platform/qt/svg/filters/feImage-target-property-change-expected.png:
        * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.png:
        * platform/qt/svg/filters/feImage-target-remove-from-document-expected.png:
        * platform/qt/svg/filters/feImage-target-style-change-expected.png:
        * platform/qt/svg/filters/filter-refresh-expected.png:
        * platform/qt/svg/filters/filter-width-update-expected.png:
        * platform/qt/svg/filters/invalidate-on-child-layout-expected.png:
        * platform/qt/svg/hixie/perf/001-expected.png:
        * platform/qt/svg/hixie/perf/002-expected.png:
        * platform/qt/svg/hixie/perf/003-expected.png:
        * platform/qt/svg/hixie/perf/004-expected.png:
        * platform/qt/svg/hixie/perf/005-expected.png:
        * platform/qt/svg/hixie/perf/007-expected.png:
        * platform/qt/svg/repaint/filter-child-repaint-expected.png:
        * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png:
        * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png:
        * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.png:
        * platform/qt/svg/repaint/mask-clip-target-transform-expected.png:
        * platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png:
        * platform/qt/svg/repaint/text-mask-update-expected.png:
        * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
        * platform/qt/svg/text/ems-display-none-expected.png:
        * platform/qt/svg/text/exs-display-none-expected.png:
        * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/qt/svg/text/text-text-05-t-expected.png:
        * platform/qt/svg/text/text-viewbox-rescale-expected.png:
        * platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
        * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
        * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
        * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
        * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
        * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
        * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:

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

        [EFL] Skip fast/css/color-correction-on-text.html.

        * platform/efl/TestExpectations:

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

        [EFL] Gardening for the some SVG pixel expectations.

        * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
        * platform/efl/svg/filters/animate-fill-expected.png: Added.
        * platform/efl/svg/filters/feImage-reference-invalidation-expected.png: Added.
        * platform/efl/svg/hixie/data-types/001-expected.png: Added.
        * platform/efl/svg/hixie/dynamic/002-expected.png: Added.
        * platform/efl/svg/hixie/dynamic/003-expected.png: Added.
        * platform/efl/svg/hixie/dynamic/004-expected.png: Added.
        * platform/efl/svg/hixie/dynamic/005-expected.png: Added.
        * platform/efl/svg/hixie/dynamic/006-expected.png: Added.
        * platform/efl/svg/hixie/error/002-expected.png: Added.
        * platform/efl/svg/hixie/error/006-expected.png: Added.
        * platform/efl/svg/hixie/error/007-expected.png: Added.
        * platform/efl/svg/hixie/error/008-expected.png: Added.
        * platform/efl/svg/hixie/error/009-expected.png: Added.
        * platform/efl/svg/hixie/error/010-expected.png: Added.
        * platform/efl/svg/hixie/error/011-expected.png: Added.
        * platform/efl/svg/hixie/error/014-test-expected.png: Added.
        * platform/efl/svg/hixie/error/015-expected.png: Added.
        * platform/efl/svg/hixie/error/016-expected.png: Added.
        * platform/efl/svg/hixie/intrinsic/001-expected.png: Added.
        * platform/efl/svg/hixie/intrinsic/002-expected.png: Added.
        * platform/efl/svg/hixie/intrinsic/003-expected.png: Added.
        * platform/efl/svg/hixie/links/001-expected.png: Added.
        * platform/efl/svg/hixie/links/002-expected.png: Added.
        * platform/efl/svg/hixie/painting/001-expected.png: Added.
        * platform/efl/svg/hixie/processing-model/005-expected.png: Added.
        * platform/efl/svg/hixie/rendering-model/003a-expected.png: Added.
        * platform/efl/svg/hixie/text/001-expected.png: Added.
        * platform/efl/svg/hixie/text/002-expected.png: Added.
        * platform/efl/svg/hixie/text/003a-expected.png: Added.
        * platform/efl/svg/hixie/text/003b-expected.png: Added.
        * platform/efl/svg/hixie/use/002-test-expected.png: Added.
        * platform/efl/svg/hixie/viewbox/001-expected.png: Added.
        * platform/efl/svg/hixie/viewbox/002-expected.png: Added.
        * platform/efl/svg/hixie/viewbox/003-expected.png: Added.
        * platform/efl/svg/hixie/viewbox/004-expected.png: Added.
        * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
        * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
        * platform/efl/svg/overflow/overflow-on-foreignObject-expected.png: Added.
        * platform/efl/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Added.
        * platform/efl/svg/repaint/image-href-change-expected.png: Added.
        * platform/efl/svg/repaint/image-with-clip-path-expected.png: Added.
        * platform/efl/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
        * platform/efl/svg/repaint/mask-clip-target-transform-expected.png: Added.
        * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.png: Added.
        * platform/efl/svg/stroke/zero-length-arc-linecaps-rendering-expected.png: Added.
        * platform/efl/svg/wicd/sizing-flakiness-expected.png: Added.
        * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
        * platform/efl/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
        * platform/efl/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-background-images-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-as-image-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-as-object-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
        * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
        * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
        * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.

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

        Unreviewed inspector test fix.

        * http/tests/inspector/search/resources-search-match-index.html:

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

        [EFL] Update some pixel expectations for the new Cairo, and add more baselines for other tests.

        * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
        * platform/efl/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
        * platform/efl/fast/borders/border-shadow-large-radius-expected.png: Added.
        * platform/efl/fast/borders/fieldsetBorderRadius-expected.png:
        * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
        * platform/efl/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
        * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
        * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
        * platform/efl/fast/css/square-button-appearance-expected.png: Added.
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/efl/fast/events/context-no-deselect-expected.png: Added.
        * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/efl/fast/forms/input-placeholder-paint-order-expected.png: Added.
        * platform/efl/fast/forms/textarea: Added.
        * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/efl/fast/html/details-marker-style-expected.png: Added.
        * platform/efl/fast/images/image-css3-content-data-expected.png: Added.
        * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
        * platform/efl/fast/images/paint-subrect-expected.png: Added.
        * platform/efl/fast/images/paint-subrect-grid-expected.png: Added.
        * platform/efl/fast/images/repaint-subrect-grid-expected.png: Added.
        * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
        * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
        * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
        * platform/efl/fast/js: Added.
        * platform/efl/fast/js/exception-linenums-in-html-3-expected.png: Added.
        * platform/efl/fast/js/missing-style-end-tag-js-expected.png: Added.
        * platform/efl/fast/js/missing-title-end-tag-js-expected.png: Added.
        * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
        * platform/efl/fast/layers/scroll-with-transform-layer-expected.png: Added.
        * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
        * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added.
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added.
        * platform/efl/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/efl/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/efl/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/efl/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
        * platform/efl/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/efl/fast/scrolling: Added.
        * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
        * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: Added.
        * platform/efl/fast/table/table-row-focus-ring-paint-expected.png: Added.
        * platform/efl/fast/text/text-shadow-no-default-color-expected.png: Added.

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

        SQLResultSet.rowsAffected not cleared
        https://bugs.webkit.org/show_bug.cgi?id=46070

        Reviewed by Kenneth Rohde Christiansen.

        Add layout test to check that SQLResultSet.rowsAffected is
        correct in executeSql() success callback.

        * storage/websql/execute-sql-rowsAffected-expected.txt: Added.
        * storage/websql/execute-sql-rowsAffected.html: Added.

2012-10-10  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Rebaseline after r129972 which enabled plugin feature
        https://bugs.webkit.org/show_bug.cgi?id=98750

        Unreviewed. Plugin feature is enabled on EFL port after r129972.

        * platform/efl-wk1/TestExpectations: EFL WK1 does not support plugins yet.
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/plugins/iframe-plugin-bgcolor-expected.txt: Added.
        * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.txt: Added.
        * platform/efl/plugins/netscape-dom-access-expected.txt: Added.
        * platform/efl/plugins/plugin-javascript-access-expected.txt: Added.
        * platform/efl/plugins/resize-from-plugin-expected.txt: Added.

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

        Add behavior tests for input[type=date] with multiple fields
        https://bugs.webkit.org/show_bug.cgi?id=98480

        Reviewed by Kentaro Hara.

        * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
        * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html.
        * fast/forms/date-multiple-fields/date-multiple-fields-wheel-event-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-wheel-event.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html.
        * fast/forms/date/date-reset-value-expected.html: Added.
        * fast/forms/date/date-reset-value.html: Added.

        * fast/forms/resources/common-spinbutton-change-and-input-events.js:
        (testSpinButtonChangeAndInputEvents):
        Uses getElementByPseudoId() to obtain spin button position. The date
        type and the time type have their spin button at different positions
        because of a picker indicator triangle.
        * fast/forms/number/number-spinbutton-change-and-input-events.html:
        Need to import comon.js because common-spinbutton-change-and-input-events.js depends on it.
        * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html:
        Ditto.

        * fast/forms/resources/common-wheel-event.js:
        (testWheelEvent): Fix a wrong message.
        * fast/forms/time-multiple-fields/time-multiple-fields-wheel-event-expected.txt: Ditto.

        * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
        Added. Move the code from time-multiple-fields-blur-and-focus-events.html.
        * fast/forms/time-multiple-fields/time-multiple-fields-blur-and-focus-events.html:
        Moved the code to multiple-fields-blur-and-focus-events.js.

        * platform/chromium/TestExpectations:

2012-10-10  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Semantically incorrect CSS rules result in broken source code data
        https://bugs.webkit.org/show_bug.cgi?id=98520

        Reviewed by Vsevolod Vlasov.

        * inspector/styles/parse-stylesheet-errors-expected.txt:
        * inspector/styles/parse-stylesheet-errors.html:

2012-10-09  Jocelyn Turcotte  <jocelyn.turcotte@digia.com>

        [Qt][WK2] REGRESSION(r130629): It made touchadjustment/focusout-on-touch.html fai1
        https://bugs.webkit.org/show_bug.cgi?id=98642

        Reviewed by Kenneth Rohde Christiansen.

        * platform/qt-5.0-wk2/TestExpectations: Unskip focusout-on-touch.html

2012-10-10  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] DumpRenderTree needs a beginDragWithFiles implementation
        https://bugs.webkit.org/show_bug.cgi?id=50902

        Reviewed by Simon Hausmann.

        Move some skipped tests that now passing in DRT to only being skipped in WTR.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

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

        [Qt] Unreviewed gardening. Skip failing test.
        https://bugs.webkit.org/show_bug.cgi?id=98876

        * platform/qt/TestExpectations: skip fast/text/word-space-with-kerning.html.

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

        Add a test to check a step attribute works for a calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=98866

        Reviewed by Yuta Kitamura.

        * platform/chromium-android/TestExpectations:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html: Added.

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

        [Qt] Unreviewed gardening, skip tests to paint the bot green.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-09  Noel Gordon  <noel.gordon@gmail.com>

        Flush load-and-stall.php output after sleeping
        https://bugs.webkit.org/show_bug.cgi?id=98862

        Reviewed by Kent Tamura.

        Should not be a behavioral change: testing the bots with this change to see if
        it helps with chromium linux/win test flakyness.

        * http/tests/resources/load-and-stall.php:

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

        Note test failures after http://trac.webkit.org/changeset/130851. We
        plan to follow up in the morning in
        https://bugs.webkit.org/show_bug.cgi?id=98867.

        * platform/chromium/TestExpectations:

2012-10-09  Enrica Casucci  <enrica@apple.com>

        Tests failure on Chromium Mac after r130821.
        https://bugs.webkit.org/show_bug.cgi?id=98865

        Unreviewed.

        Marking tests as failing.

        * platform/chromium/TestExpectations:

2012-10-09  Noel Gordon  <noel.gordon@gmail.com>

        Initialize $written variable in load-and-stall.php script
        https://bugs.webkit.org/show_bug.cgi?id=98854

        Reviewed by Kent Tamura.

        * http/tests/resources/load-and-stall.php:

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

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk1/fast/history/history-back-initial-vs-final-url-expected.txt: Renamed from LayoutTests/platform/qt/fast/history/history-back-initial-vs-final-url-expected.txt.

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

        Sub-fields in input[type=time] should not be focusable if the input is disabled or read-only
        https://bugs.webkit.org/show_bug.cgi?id=98850

        Reviewed by Kentaro Hara.

        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
        * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html:

2012-10-09  Pablo Flouret  <pablof@motorola.com>

        [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matching.html fails
        https://bugs.webkit.org/show_bug.cgi?id=88913

        Reviewed by Csaba Osztrogonác.

        Blind fix to try to fix the test.

        * http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html:
        * http/tests/xmlhttprequest/resources/access-control-allow-lists.php:

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

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

        Unreviewed EFL gardening.

        Update baselines after the cairo update in r130840.

        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
        * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
        * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:

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

        [Qt] new test http/tests/cookies/single-quoted-value.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=86066

        Reviewed by Csaba Osztrogonác.

        Unskipping test.

        * platform/qt/TestExpectations:

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

        [Cairo] Bump Cairo to fix more canvas/philip tests
        https://bugs.webkit.org/show_bug.cgi?id=97658

        Reviewed by Martin Robinson.

        Update platform-specific baselines after the cairo update. Also,
        unksip canvas/philip tests which are passing now.

        * platform/efl/TestExpectations:
        * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png:
        * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/efl/fast/dynamic/window-scrollbars-test-expected.png:
        * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
        * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/efl/svg/batik/text/smallFonts-expected.png:
        * platform/efl/svg/batik/text/smallFonts-expected.txt:
        * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
        * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
        * platform/efl/svg/batik/text/textOnPath-expected.png:
        * platform/efl/svg/batik/text/textOnPath-expected.txt:
        * platform/efl/svg/batik/text/textOnPath2-expected.png:
        * platform/efl/svg/batik/text/textOnPath2-expected.txt:
        * platform/efl/svg/batik/text/textOnPath3-expected.png:
        * platform/efl/svg/batik/text/textOnPath3-expected.txt:
        * platform/efl/svg/batik/text/textOnPathSpaces-expected.png:
        * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt:
        * platform/efl/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
        * platform/efl/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
        * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
        * platform/efl/transforms/2d/transform-fixed-container-expected.png:
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
        * platform/gtk/svg/batik/text/smallFonts-expected.png:
        * platform/gtk/svg/batik/text/smallFonts-expected.txt:
        * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
        * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
        * platform/gtk/svg/batik/text/textOnPath-expected.png:
        * platform/gtk/svg/batik/text/textOnPath-expected.txt:
        * platform/gtk/svg/batik/text/textOnPath2-expected.png:
        * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
        * platform/gtk/svg/batik/text/textOnPath3-expected.png:
        * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
        * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png:
        * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
        * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
        * platform/gtk/svg/custom/js-update-path-changes-expected.png:
        * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
        * platform/gtk/svg/custom/js-update-path-removal-expected.png:
        * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
        * platform/gtk/svg/custom/path-textPath-simulation-expected.png:
        * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:

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

        fast/canvas/canvas-fillRect-gradient-shadow.html failing
        https://bugs.webkit.org/show_bug.cgi?id=98760

        Reviewed by Martin Robinson.

        Adjust the test case to verify the pixel in the middle of the shadow,
        instead of the outer edge, to make sure that the test will not fail
        in case if there is any effect around the borders.

        * fast/canvas/script-tests/canvas-fillRect-gradient-shadow.js:

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

        Should reject invalid dates constructed with multiple fields UI
        https://bugs.webkit.org/show_bug.cgi?id=98727

        Reviewed by Hajime Morita.

        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
          Updated the test. 275760-12 is not a valid month value.

2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>

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

        Unskipping tests.

        * platform/qt/TestExpectations:

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

        [Mac] Unreviewed, skipping http/tests/security/svg-image-leak.html

        * platform/mac/TestExpectations:

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

        filesystem-url-in-iframe test is flaky
        https://bugs.webkit.org/show_bug.cgi?id=95246

        Reviewed by Eric Seidel.

        This test was assuming that the navigation would complete before the
        async JavaScript executed, which is true usually (but not always).

        * http/tests/security/mixedContent/filesystem-url-in-iframe.html:
        * platform/chromium/TestExpectations:

2012-10-09  Jian Li  <jianli@chromium.org>

        Update the CSS property used to support draggable regions.
        https://bugs.webkit.org/show_bug.cgi?id=97156

        Reviewed by Adam Barth.

        Update the test and rename the files due to CSS property name and
        syntax changes.

        * fast/css/draggable-region-parser-expected.txt: Added.
        * fast/css/draggable-region-parser.html: Added.
        * fast/css/widget-region-parser-expected.txt: Removed.
        * fast/css/widget-region-parser.html: Removed.
        * platform/efl/TestExpectations: Rename the skipped test.
        * platform/gtk/TestExpectations: Rename the skipped test.
        * platform/mac/TestExpectations: Skip the renamed test since WIDGET_REGION is off.
        * platform/qt/TestExpectations: Rename the skipped test.
        * platform/win/TestExpectations: Rename the skipped test.
        * platform/wincairo/TestExpectations: Rename the skipped test.

2012-10-09  Kiran Muppala  <cmuppala@apple.com>

        Fix coding style of layout test fast/dom/timer-throttling-hidden-page.html
        https://bugs.webkit.org/show_bug.cgi?id=98828

        Reviewed by Ojan Vafai.

        Replaced tab characters with spaces, fixed position of braces and renamed
        variables to be more explanatory.

        * fast/dom/timer-throttling-hidden-page.html:

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

        [chromium] Add drop event for plugins.
        https://bugs.webkit.org/show_bug.cgi?id=98827

        Reviewed by Adam Barth.

        Updated the test to verify that a plugin can receive drop events. Note
        that the plugin needs contentEditable set to true.

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

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

        Unreviewed, rolling out r130811 and r130821.
        http://trac.webkit.org/changeset/130811
        http://trac.webkit.org/changeset/130821
        https://bugs.webkit.org/show_bug.cgi?id=98831

        Broke date-suggestion-picker-appearance-with-scroll-bar.html
        (Requested by abarth|gardening on #webkit).

        * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Removed.
        * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
        * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
        * platform/mac-lion/TestExpectations:
        * platform/mac-snowleopard/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win-wk2/TestExpectations:
        * platform/win-xp/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

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

        AX: 5 accessibility tests just need minor tweaks to pass on chromium
        https://bugs.webkit.org/show_bug.cgi?id=98311

        Reviewed by Chris Fleizach.

        Modifies tests so that they log data that tends to vary between
        platforms using debug(), rather than asserting a platform-specific
        value. Gets rid of "forks" of tests in the gtk directory. Adds
        expectations and unskips 5 tests on Chromium.

        * accessibility/aria-list-and-listitem.html:
        * accessibility/aria-option-role.html:
        * accessibility/aria-tab-roles.html:
        * platform/chromium/TestExpectations:
        * platform/chromium/accessibility/aria-fallback-roles-expected.txt: Renamed from LayoutTests/platform/chromium-win/accessibility/aria-fallback-roles-expected.txt.
        * platform/chromium/accessibility/aria-list-and-listitem-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-list-and-listitem-expected.txt.
        * platform/chromium/accessibility/aria-option-role-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-option-role-expected.txt.
        * platform/chromium/accessibility/aria-tab-roles-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-tab-roles-expected.txt.
        * platform/gtk/accessibility/aria-list-and-listitem-expected.txt:
        * platform/gtk/accessibility/aria-list-and-listitem.html: Removed.
        * platform/gtk/accessibility/aria-option-role-expected.txt:
        * platform/gtk/accessibility/aria-option-role.html: Removed.
        * platform/mac/accessibility/aria-list-and-listitem-expected.txt:
        * platform/mac/accessibility/aria-option-role-expected.txt:
        * platform/mac/accessibility/aria-tab-roles-expected.txt:

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

        Rolling back unintended change to iframe-copy-on-scroll.html from previous commit.

        * compositing/iframes/iframe-copy-on-scroll.html:

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

        Unreviewed gardening. Updating test expectations after r130811.

        * compositing/iframes/iframe-copy-on-scroll.html:
        * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-10-09  Alexander Shalamov  <alexander.shalamov@intel.com>

        CSS Style is not recalculated when media attribute of style element is changed
        https://bugs.webkit.org/show_bug.cgi?id=96752

        Reviewed by Kenneth Rohde Christiansen.

        Added test to verify that when "media" attribute for style element is updated,
        style is recalculated.

        * fast/media/mq-js-update-media.html: Added.

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

        [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel
        https://bugs.webkit.org/show_bug.cgi?id=98571

        Reviewed by Emil A Eklund.

        Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium).

        * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added.
        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
        * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
        * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        The repaint rect shrinks safely by one pixel.
        * platform/chromium/TestExpectations:
        * platform/mac-lion/TestExpectations:
        * platform/mac-snowleopard/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win-wk2/TestExpectations:
        * platform/win-xp/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

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

        These tests also fail with ImageOnlyFailures.

        * platform/chromium/TestExpectations:

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

        This test now appears to fail on the bots because
        http://trac.webkit.org/changeset/130799 removed the ImageOnlyFailure
        attribute.

        * platform/chromium/TestExpectations:

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

        [Chromium] More TestExpectation updates for Android
        https://bugs.webkit.org/show_bug.cgi?id=98818

        Unreviewed test expectation updates.

        List more failures (all with bugs assigned) in the TestExpectation file for
        Android. Move an older block around, considering we may want to re-triage it.

        * platform/chromium/TestExpectations:

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

        Unreviewed Chromium gardening.

        * platform/chromium/TestExpectations:
        Removed this entry: there was no need for new baselines.

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

        dfg-cross-global tests are flaky because they misuse js-test-pre.js
        https://bugs.webkit.org/show_bug.cgi?id=98813

        Reviewed by Daniel Bates.

        These tests have a race between js-test-pre's "done" message and the
        timeout. This patch change then to use jsTestIsAsync and finishJSTest()
        appropriately.

        * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal-with-variables.js:
        * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal.js:
        * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-elements.js:
        * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-size.js:
        * fast/js/script-tests/dfg-cross-global-object-inline-new-array.js:

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

        IndexedDB: Overflowing key generator should throw ConstraintError
        https://bugs.webkit.org/show_bug.cgi?id=98807

        Reviewed by Tony Chang.

        Verify that overflowing key generator throws ConstraintError.

        * storage/indexeddb/key-generator-expected.txt:
        * storage/indexeddb/resources/key-generator.js:

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

        [chromium] Don't run perf/mouse-event on debug builds

        Unreviewed, expectations change.

        We don't normally run any perf tests on a debug build, but this
        one was getting run due to an improperly scoped expectation
        overriding the wontfix rule.

        * platform/chromium/TestExpectations:

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

        IndexedDB: open-in-upgradeneeded layout test
        https://bugs.webkit.org/show_bug.cgi?id=95912

        Reviewed by Tony Chang.

        * storage/indexeddb/intversion-open-in-upgradeneeded-expected.txt: Added.
        * storage/indexeddb/intversion-open-in-upgradeneeded.html: Added.
        * storage/indexeddb/resources/intversion-open-in-upgradeneeded.js: Added.
        (test):
        (deleteSuccess):
        (upgradeNeeded1.transaction.oncomplete):
        (upgradeNeeded1):
        (openSuccess1):
        (onVersionChange):
        (onBlocked):
        (upgradeNeeded2):
        (openSuccess2):

2012-10-09  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 Caio Marcelo de Oliveira Filho.

        Uskipping tests that are passing after the merge https://gitorious.org/qtwebkit/testfonts/merge_requests/1

        * platform/qt/TestExpectations:

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

        RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
        https://bugs.webkit.org/show_bug.cgi?id=51517

        Reviewed by Caio Marcelo de Oliveira Filho.

        Unskipping a test that is passing, with testfonts change in https://gitorious.org/qtwebkit/testfonts/merge_requests/1

        * platform/qt/TestExpectations:

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

        Note that this test is flaky.

        * platform/chromium/TestExpectations:

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

        Revert change to TestExpectations in http://trac.webkit.org/changeset/130779.
        These tests still give the wrong results.

        * platform/chromium/TestExpectations:

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

        Unreviewed Chromium gardening.

        * platform/chromium/TestExpectations:
        Fix new-run-webkit-tests --lint-test-files after r130778.

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

        [Qt] modify-up-on-rtl-wrapping-text.html fails on DRT
        https://bugs.webkit.org/show_bug.cgi?id=50291

        Reviewed by Csaba Osztrogonác.

        Unskipping editing/selection/modify-up-on-rtl-wrapping-text.html

        * platform/qt/TestExpectations:

2012-10-09  Enrica Casucci  <enrica@apple.com>

        [chromium] fast/text/international/text-spliced-font.html and fast/writing-mode/Kusa-Makura-background-canvas.html
        failing on the Mac after r130443
        https://bugs.webkit.org/show_bug.cgi?id=98545

        Reviewed by Tony Chang.

        Updated TextExpectations for Chromium and Mac.
        Moved existing expected results from mac to mac-lion and added new results for Mountain Lion.

        * platform/chromium/TestExpectations:
        * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
        * platform/mac/TestExpectations:
        * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:

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

        Update expectations in preparation for enabling float-src-rect behavior in SkCanvas::drawBitmapRect
        https://bugs.webkit.org/show_bug.cgi?id=98795

        Reviewed by NOBODY.

        Expectations change only.

        * platform/chromium/TestExpectations:

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

        Prevent animation when CSS attributeType is invalid.
        https://bugs.webkit.org/show_bug.cgi?id=94569

        Reviewed by Dirk Schulze.

        Adding a test to prove this patch works (invalid-css-attribute-crash.svg)
        and an additional test to show that switching between XML and CSS
        attributeTypes works as expected (animate-css-xml-attributeType.html).

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * svg/animations/animate-css-xml-attributeType-expected.txt: Added.
        * svg/animations/animate-css-xml-attributeType.html: Added.
        * svg/animations/invalid-css-attribute-crash-expected.svg: Added.
        * svg/animations/invalid-css-attribute-crash.svg: Added.
        * svg/animations/script-tests/animate-css-xml-attributeType.js: Added.
        (sample1):
        (sample6):
        (executeTest):

2012-10-08  Simon Fraser  <simon.fraser@apple.com>

        Remove DRT/WTR implementations of layerTreeAsText
        https://bugs.webkit.org/show_bug.cgi?id=98697

        Reviewed by Tim Horton, James Robinson, Alexey Proskuryakov.

        Fix a couple of tests missed in the previous chnage.

        * compositing/geometry/preserve-3d-switching.html:
        * compositing/visibility/visibility-image-layers-dynamic.html:

2012-10-09  Pravin D  <pravind.2k4@gmail.com>

        max-width property is does not overriding the width properties for css tables(display:table)
        https://bugs.webkit.org/show_bug.cgi?id=98455

        Reviewed by Tony Chang.

        * fast/table/css-table-max-width-expected.txt: Added.
        * fast/table/css-table-max-width.html: Added.

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

        Unreviewed GTK gardening.

        Expanding failure expectation for editing/pasteboard/drag-drop-list.html to
        again include debug configurations as well.

        * platform/gtk/TestExpectations:

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

        [Chromium] Test expectation updates for Android
        https://bugs.webkit.org/show_bug.cgi?id=98786

        Unreviewed test expectation update.

        Update the test expectations for Android. Nineteen bugs were filed,
        which are all blocking bug 96398.

        * platform/chromium-android/TestExpectations:
        * platform/chromium/TestExpectations:

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

        [EFL] Unreviewed gardening.

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

2012-10-09  Harald Alvestrand  <hta@google.com>

        Change PeerConnection getStats function to single value local / remote
        elements in RTCStatsReport.
        https://bugs.webkit.org/show_bug.cgi?id=98753

        Reviewed by Adam Barth.

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

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

        Unreviewed. Add chromium-mac specific results for these tests. They
        differ from the expected results only in text rendering.

        * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png:
        * platform/chromium-mac/fast/text/hyphenate-character-expected.png: Added.
        * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.png: Added.
        * platform/chromium-mac/fast/text/hyphens-expected.png: Added.

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

        [EFL] Mark svg/text/selection-tripleclick.svg as flaky on WK2.

        * platform/efl-wk2/TestExpectations:

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

        [chromium] Make sure events are transformed correctly for plugins.
        https://bugs.webkit.org/show_bug.cgi?id=89250

        Reviewed by Tony Chang.

        Added tests to make sure that events are transformed properly. Note that
        for touch-events, each point in the three touch-point lists in the
        touch-event is printed, so the same touch-point is printed out three
        times.

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

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

        [EFL] Rebaseline some svg/text tests.

        Some pixel tests now have the red rectangle drawn around some
        areas like other ports.

        While here, also add an expectation for selection-tripleclick.svg,
        which seems to be passing now.

        * platform/efl/TestExpectations:
        * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.png:
        * platform/efl/svg/text/selection-tripleclick-expected.png: Added.
        * platform/efl/svg/text/selection-tripleclick-expected.txt: Added.
        * platform/efl/svg/text/text-align-01-b-expected.png:
        * platform/efl/svg/text/text-align-02-b-expected.png:
        * platform/efl/svg/text/text-align-03-b-expected.png:
        * platform/efl/svg/text/text-align-04-b-expected.png:
        * platform/efl/svg/text/text-align-05-b-expected.png:
        * platform/efl/svg/text/text-align-06-b-expected.png:
        * platform/efl/svg/text/text-altglyph-01-b-expected.png:
        * platform/efl/svg/text/text-deco-01-b-expected.png:
        * platform/efl/svg/text/text-fonts-01-t-expected.png:
        * platform/efl/svg/text/text-fonts-02-t-expected.png:
        * platform/efl/svg/text/text-intro-05-t-expected.png:
        * platform/efl/svg/text/text-path-01-b-expected.png:
        * platform/efl/svg/text/text-spacing-01-b-expected.png:
        * platform/efl/svg/text/text-text-01-b-expected.png:
        * platform/efl/svg/text/text-text-03-b-expected.png:
        * platform/efl/svg/text/text-text-04-t-expected.png:
        * platform/efl/svg/text/text-text-05-t-expected.png:
        * platform/efl/svg/text/text-text-06-t-expected.png:
        * platform/efl/svg/text/text-text-07-t-expected.png:
        * platform/efl/svg/text/text-text-08-b-expected.png:
        * platform/efl/svg/text/text-tref-01-b-expected.png:
        * platform/efl/svg/text/text-tselect-01-b-expected.png:
        * platform/efl/svg/text/text-tselect-02-f-expected.png:
        * platform/efl/svg/text/text-tspan-01-b-expected.png:
        * platform/efl/svg/text/text-ws-01-t-expected.png:
        * platform/efl/svg/text/text-ws-02-t-expected.png:

2012-10-09  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Uploading images to Google+ using QtWebKit does not work.
        https://bugs.webkit.org/show_bug.cgi?id=72329

        Reviewed by Jocelyn Turcotte.

        Unskip the two BLOB tests that now passes. The rest of the BLOB tests unfortunately depend
        on features we do not have.

        * platform/qt/TestExpectations:

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

        [Qt] Unskip and rebase now passing tests.

        * platform/qt/TestExpectations:
        * platform/qt/compositing/overflow/clip-descendents-expected.txt: Added.
        * platform/qt/css1/formatting_model/floating_elements-expected.png:
        * platform/qt/css1/formatting_model/floating_elements-expected.txt:
        * platform/qt/editing/selection/caret-ltr-2-expected.png:
        * platform/qt/editing/selection/caret-ltr-2-expected.txt:
        * platform/qt/editing/selection/caret-ltr-2-left-expected.png:
        * platform/qt/editing/selection/caret-ltr-2-left-expected.txt:
        * platform/qt/editing/selection/caret-ltr-expected.png:
        * platform/qt/editing/selection/caret-ltr-expected.txt:
        * platform/qt/editing/selection/caret-ltr-right-expected.png:
        * platform/qt/editing/selection/caret-ltr-right-expected.txt:
        * platform/qt/editing/selection/caret-rtl-2-left-expected.png:
        * platform/qt/editing/selection/caret-rtl-2-left-expected.txt:
        * platform/qt/editing/selection/caret-rtl-right-expected.png:
        * platform/qt/editing/selection/caret-rtl-right-expected.txt:
        * platform/qt/fast/backgrounds/size/zero-expected.png: Added.
        * platform/qt/fast/backgrounds/size/zero-expected.txt:
        * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.png:
        * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
        * platform/qt/fast/forms/basic-buttons-expected.png:
        * platform/qt/fast/forms/basic-buttons-expected.txt:
        * platform/qt/fast/multicol/overflow-across-columns-expected.png: Added.
        * platform/qt/fast/multicol/overflow-across-columns-expected.txt: Added.
        * platform/qt/fast/multicol/overflow-unsplittable-expected.png: Added.
        * platform/qt/fast/multicol/overflow-unsplittable-expected.txt: Added.
        * platform/qt/fast/multicol/positive-leading-expected.png: Added.
        * platform/qt/fast/multicol/positive-leading-expected.txt: Added.
        * platform/qt/fast/multicol/shadow-breaking-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
        * platform/qt/fast/overflow/003-expected.png:
        * platform/qt/fast/overflow/003-expected.txt:
        * platform/qt/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
        * platform/qt/fast/replaced/table-percent-height-expected.txt:
        * platform/qt/fast/text/line-initial-and-final-swashes-expected.txt: Added.
        * platform/qt/fonts/cursive-expected.png: Added.
        * platform/qt/fonts/cursive-expected.txt: Added.
        * platform/qt/fonts/default-expected.png: Added.
        * platform/qt/fonts/default-expected.txt: Added.
        * platform/qt/fonts/fantasy-expected.png: Added.
        * platform/qt/fonts/fantasy-expected.txt: Added.
        * platform/qt/fonts/monospace-expected.png: Added.
        * platform/qt/fonts/monospace-expected.txt: Added.
        * platform/qt/fonts/sans-serif-expected.png: Added.
        * platform/qt/fonts/sans-serif-expected.txt: Added.
        * platform/qt/fonts/serif-expected.png: Added.
        * platform/qt/fonts/serif-expected.txt: Added.
        * platform/qt/printing/page-count-relayout-shrink-expected.txt: Added.
        * platform/qt/printing/return-from-printing-mode-expected.png: Added.
        * platform/qt/printing/return-from-printing-mode-expected.txt: Added.
        * platform/qt/printing/setPrinting-expected.png: Added.
        * platform/qt/printing/setPrinting-expected.txt: Added.
        * platform/qt/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
        * platform/qt/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug10296-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10296-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug12384-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12384-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug99948-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug99948-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.png: Added.
        * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_overflow_hidden_td-expected.png: Added.
        * platform/qt/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:

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

        [EFL] remove duplicate failure expectations
        https://bugs.webkit.org/show_bug.cgi?id=98736

        Unreviewed gardening.

        Many tests are listed in both efl and wk2 expectations. Remove the efl expectations
        in cases where the bug seems to be a wk2 issue.

        Most expectations are also added into the efl-wk1 expectations (which is where
        they should have been all along).

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

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

        Text decorations specified on the containing block are not properly applied when ::first-line is present.
        https://bugs.webkit.org/show_bug.cgi?id=93829

        Reviewed by Abhishek Arya.

        * fast/css/text-decorations-on-first-line-and-containing-block-expected.html: Added.
        * fast/css/text-decorations-on-first-line-and-containing-block.html: Added.
        Tests added for verifying the behavior of text-decorations when specified
        both for the ::first-line as well as its containing block.

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

        Unreviewed, rolling out r130746.
        http://trac.webkit.org/changeset/130746
        https://bugs.webkit.org/show_bug.cgi?id=98749

        It made 45 tests crash on Qt (Requested by Ossy on #webkit).

        * platform/qt/TestExpectations:

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

        [EFL] Mark a few tests skipped in r130745 as failures instead of timeouts.

        * platform/efl/TestExpectations:

2012-10-09  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Uploading images to Google+ using QtWebKit does not work.
        https://bugs.webkit.org/show_bug.cgi?id=72329

        Reviewed by Jocelyn Turcotte.

        Unskip the two BLOB tests that now passes. The rest of the BLOB tests unfortunately depend
        on features we do not have.

        * platform/qt/TestExpectations:

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

        [EFL] Skip a few tests after r130699.

        * platform/efl/TestExpectations:

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

        [EFL] Remove comment added in r130650 now that I've run the GTK+ tests.

        * platform/efl-wk1/TestExpectations:

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

        Unreviewed GTK gardening.

        Adding more failure expectations for regressions after r130699.

        * platform/gtk/TestExpectations:

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

        [Qt] Unskip now passing tests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

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

        [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails
        https://bugs.webkit.org/show_bug.cgi?id=51884

        Reviewed by Ryosuke Niwa.

        This test pass with this change in testfonts https://gitorious.org/qtwebkit/testfonts/merge_requests/1

        * platform/qt/TestExpectations:

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

        [Qt] editing/selection/caret-at-bidi-boundary.html fails
        https://bugs.webkit.org/show_bug.cgi?id=66514

        Reviewed by Yuta Kitamura.

        Unskipping test. The update in testfonts solved this bug.

        * platform/qt/TestExpectations:

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

        [Qt] Unskip and rebase a now passing test.

        * platform/qt/TestExpectations:
        * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.txt:

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

        [Qt] Unskip fast/transforms/scrollIntoView-transformed.html.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

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

        [Qt] Unskip and rebase now passing tests.

        * platform/qt-5.0/TestExpectations:
        * platform/qt/TestExpectations:
        * 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:

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

        Unreviewed GTK gardening.

        Adding failure expectations for regressions after r130699 and
        a failing multipart test introduced in r130651.

        * platform/gtk/TestExpectations:

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

        [Qt] Unskip and rebasing now passing tests.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt/fast/css/word-space-extra-expected.png:
        * platform/qt/fast/css/word-space-extra-expected.txt:
        * platform/qt/fast/history/history-back-initial-vs-final-url-expected.txt: Added.
        * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
        * platform/qt/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
        * platform/qt/http/tests/navigation/postredirect-frames-expected.txt:
        * platform/qt/http/tests/navigation/postredirect-goback2-expected.txt:

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

        Page popup should be smarter about its layout
        https://bugs.webkit.org/show_bug.cgi?id=98499

        Reviewed by Kent Tamura.

        * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Added.
        * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Added.
        * platform/chromium-android/TestExpectations: Added platform/chromium/fast/forms/page-popup.

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

        [Qt] Unskip now passing tests.

        * platform/qt/TestExpectations:

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

        [Qt] Unskip now passing tests.

        * platform/qt/TestExpectations:

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

        [Qt] Unskip now passing tests.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0/TestExpectations:

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

        Unreviewed gadening after r130709.

        * fast/harness/results-expected.txt:

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

        [Qt][WK2] Unskip now passing tests.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>

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

        Unskipping tests.

        * platform/qt/TestExpectations:

2012-10-08  Kiran Muppala  <cmuppala@apple.com>

        Throttle DOM timers on hidden pages.
        https://bugs.webkit.org/show_bug.cgi?id=98474

        Reviewed by Maciej Stachowiak.

        Add a test for DOM timer throttling on hidden pages.

        * fast/dom/timer-throttling-hidden-page-expected.txt: Added.
        * fast/dom/timer-throttling-hidden-page.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        Skip the test since HIDDEN_PAGE_DOM_TIMER_THROTTLING is not enabled by default.

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

        HTMLSelectElement::typeAheadFind depends on implementation dependent behavior
        https://bugs.webkit.org/show_bug.cgi?id=98710

        Reviewed by Kent Tamura.

        This patch adds a test for checking HTMLSelectElement::typeAheadFind
        doesn't crash.

        * fast/forms/select/select-typeahead-crash-expected.txt: Added.
        * fast/forms/select/select-typeahead-crash.html: Added.

2012-10-08  Kent Tamura  <tkent@chromium.org>

        Take account of overflowing values for width calculation of a year sub-field
        https://bugs.webkit.org/show_bug.cgi?id=98506

        Reviewed by Eric Seidel.

        * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value.html: Added.

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

        image not displayed in flexbox
        https://bugs.webkit.org/show_bug.cgi?id=98611

        Reviewed by Ojan Vafai.

        Load an image after flexbox layout has happened.

        * css3/flexbox/relayout-image-load-expected.txt: Added.
        * css3/flexbox/relayout-image-load.html: Added.
        * platform/chromium/TestExpectations: Remove css3/flexbox/flexitem-stretch-image.html
        since it should no longer be flaky.

2012-10-08  Dirk Pranke  <dpranke@chromium.org>

        results.html and garden-o-matic are ignoring IMAGE failures when expected to FAIL
        https://bugs.webkit.org/show_bug.cgi?id=98706

        Reviewed by Ojan Vafai.

        FAIL is supposed to map onto Failure which is supposed to map
        onto the old [ TEXT, IMAGE_PLUS_TEXT, AUDIO ] mapping.
        results.html was including IMAGE in this and garden-o-matic was
        including CRASH and TIMEOUT as well :(.

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

2012-10-08  Alpha Lam  <hclam@chromium.org>

        Not reviewed. Rebaselines for Chromium.

        Rebaseline after r130412 which affected image scaling pixel tests.

        * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize15-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
        * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
        * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Added.
        * platform/chromium-linux-x86/fast/repaint/background-misaligned-expected.png:
        * platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
        * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/pointer-events-image-css-transform-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/pointer-events-image-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Added.
        * 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/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/border-image-slice-constrained-expected.png: Added.
        * 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/repaint/background-misaligned-expected.png:
        * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-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-SE/filters-image-05-f-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/custom/clip-mask-negative-scale-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/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-background-images-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/contain-and-cover-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/background-misaligned-expected.png:
        * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-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-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-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/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/zoom/page/zoom-background-images-expected.png: Added.
        * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac/fast/borders/border-image-scaled-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/repaint/background-misaligned-expected.png:
        * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-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-SE/filters-image-05-f-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-mac/svg/custom/image-small-width-height-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/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-win-xp/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
        * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize15-expected.png: Added.
        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
        * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-scale-transform-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-scaled-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
        * platform/chromium-win-xp/fast/borders/scaled-border-image-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/background-misaligned-expected.png:
        * platform/chromium-win-xp/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
        * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Added.
        * platform/chromium-win-xp/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Added.
        * platform/chromium-win-xp/svg/custom/pointer-events-image-css-transform-expected.png: Added.
        * platform/chromium-win-xp/svg/custom/pointer-events-image-expected.png: Added.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Added.
        * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-win/fast/borders/border-image-scaled-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/repaint/background-misaligned-expected.png:
        * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
        * platform/chromium-win/svg/custom/image-small-width-height-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/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium/TestExpectations:

2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Chromium gardening.

        * platform/chromium/TestExpectations:
        Marked a test as crashing on Lion.

        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * 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/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        Rebaselined these tests after a change in Chromium compositor (Chromium r160671).

2012-10-08  Simon Fraser  <simon.fraser@apple.com>

        Move layerTreeAsText to window.internals
        https://bugs.webkit.org/show_bug.cgi?id=98690

        Reviewed by James Robinson.

        Add window.internals.layerTreeAsText(document), and change the tests to use it.
        I'll remove testRunner.layerTreeAsText() in a later patch.

        * compositing/animation/animation-compositing.html:
        * compositing/backing/no-backing-for-clip-overlap.html:
        * compositing/backing/no-backing-for-clip.html:
        * compositing/backing/no-backing-for-perspective.html:
        * compositing/bounds-in-flipped-writing-mode.html:
        * compositing/clip-child-by-non-stacking-ancestor.html:
        * compositing/columns/composited-in-paginated.html:
        * compositing/geometry/ancestor-overflow-change.html:
        * compositing/geometry/bounds-clipped-composited-child.html:
        * compositing/geometry/bounds-ignores-hidden-composited-descendant.html:
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex.html:
        * compositing/geometry/bounds-ignores-hidden-dynamic.html:
        * compositing/geometry/bounds-ignores-hidden.html:
        * compositing/geometry/clip.html:
        * compositing/geometry/composited-in-columns.html:
        * compositing/geometry/fixed-position-composited-switch.html:
        * compositing/geometry/flipped-writing-mode.html:
        * compositing/geometry/foreground-layer.html:
        * compositing/geometry/layer-due-to-layer-children-deep-switch.html:
        * compositing/geometry/layer-due-to-layer-children-switch.html:
        * compositing/geometry/limit-layer-bounds-clipping-ancestor.html:
        * compositing/geometry/limit-layer-bounds-fixed-positioned.html:
        * compositing/geometry/limit-layer-bounds-opacity-transition.html:
        * compositing/geometry/limit-layer-bounds-overflow-root.html:
        * compositing/geometry/limit-layer-bounds-positioned-transition.html:
        * compositing/geometry/limit-layer-bounds-positioned.html:
        * compositing/geometry/limit-layer-bounds-transformed-overflow.html:
        * compositing/geometry/limit-layer-bounds-transformed.html:
        * compositing/geometry/preserve-3d-switching.html:
        * compositing/iframes/become-composited-nested-iframes.html:
        * compositing/iframes/become-overlapped-iframe.html:
        * compositing/iframes/composited-parent-iframe.html:
        * compositing/iframes/connect-compositing-iframe-delayed.html:
        * compositing/iframes/connect-compositing-iframe.html:
        * compositing/iframes/connect-compositing-iframe2.html:
        * compositing/iframes/connect-compositing-iframe3.html:
        * compositing/iframes/enter-compositing-iframe.html:
        * compositing/iframes/iframe-resize.html:
        * compositing/iframes/iframe-size-from-zero.html:
        * compositing/iframes/iframe-size-to-zero.html:
        * compositing/iframes/iframe-src-change.html:
        * compositing/iframes/invisible-nested-iframe-hide.html:
        * compositing/iframes/invisible-nested-iframe-show.html:
        * compositing/iframes/leave-compositing-iframe.html:
        * compositing/iframes/overlapped-iframe-iframe.html:
        * compositing/iframes/overlapped-iframe.html:
        * compositing/iframes/overlapped-nested-iframes.html:
        * compositing/iframes/page-cache-layer-tree.html:
        * compositing/iframes/resizer.html:
        * compositing/iframes/scrolling-iframe.html:
        * compositing/images/clip-on-directly-composited-image.html:
        * compositing/layer-creation/animation-overlap-with-children.html:
        * compositing/layer-creation/fixed-position-and-transform.html:
        * compositing/layer-creation/fixed-position-out-of-view.html:
        * compositing/layer-creation/fixed-position-under-transform.html:
        * compositing/layer-creation/no-compositing-for-preserve-3d.html:
        * compositing/layer-creation/overflow-scroll-overlap.html:
        * compositing/layer-creation/overlap-animation.html:
        * compositing/layer-creation/overlap-child-layer.html:
        * compositing/layer-creation/overlap-clipping.html:
        * compositing/layer-creation/overlap-transformed-and-clipped.html:
        * compositing/layer-creation/overlap-transformed-layer.html:
        * compositing/layer-creation/overlap-transforms.html:
        * compositing/layer-creation/rotate3d-overlap.html:
        * compositing/layer-creation/scroll-partial-update.html:
        * compositing/layer-creation/spanOverlapsCanvas.html:
        * compositing/layer-creation/stacking-context-overlap-nested.html:
        * compositing/layer-creation/stacking-context-overlap.html:
        * compositing/layer-creation/translatez-overlap.html:
        * compositing/overflow-trumps-transform-style.html:
        * compositing/overflow/clip-descendents.html:
        * compositing/overflow/content-gains-scrollbars.html:
        * compositing/overflow/content-loses-scrollbars.html:
        * compositing/overflow/overflow-auto-with-touch-no-overflow.html:
        * compositing/overflow/overflow-auto-with-touch-toggle.html:
        * compositing/overflow/overflow-auto-with-touch.html:
        * compositing/overflow/overflow-hidden-with-touch.html:
        * compositing/overflow/overflow-overlay-with-touch-no-overflow.html:
        * compositing/overflow/overflow-overlay-with-touch.html:
        * compositing/overflow/overflow-scroll-with-touch-no-overflow.html:
        * compositing/overflow/overflow-scrollbar-layers.html:
        * compositing/overflow/overflow-visible-with-touch.html:
        * compositing/overflow/resize-painting.html:
        * compositing/overflow/scrolling-content-clip-to-viewport.html:
        * compositing/overflow/textarea-scroll-touch.html:
        * compositing/plugins/1x1-composited-plugin.html:
        * compositing/plugins/large-to-small-composited-plugin.html:
        * compositing/plugins/no-backing-store.html:
        * compositing/plugins/small-to-large-composited-plugin.html:
        * compositing/rtl/rtl-absolute-overflow-scrolled.html:
        * compositing/rtl/rtl-absolute-overflow.html:
        * compositing/rtl/rtl-absolute.html:
        * compositing/rtl/rtl-fixed-overflow-scrolled.html:
        * compositing/rtl/rtl-fixed-overflow.html:
        * compositing/rtl/rtl-fixed.html:
        * compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html:
        * compositing/rtl/rtl-iframe-absolute-overflow.html:
        * compositing/rtl/rtl-iframe-absolute.html:
        * compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html:
        * compositing/rtl/rtl-iframe-fixed-overflow.html:
        * compositing/rtl/rtl-iframe-fixed.html:
        * compositing/rtl/rtl-iframe-relative.html:
        * compositing/rtl/rtl-relative.html:
        * compositing/tiled-layers-hidpi.html:
        * compositing/tiling/crash-reparent-tiled-layer.html:
        * compositing/tiling/huge-layer-add-remove-child.html-disabled:
        * compositing/tiling/huge-layer-img.html-disabled:
        * compositing/tiling/huge-layer-resize.html-disabled:
        * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled:
        * compositing/tiling/huge-layer-with-layer-children.html-disabled:
        * compositing/tiling/huge-layer.html-disabled:
        * compositing/video/video-poster.html:
        * compositing/visibility/layer-visible-content.html:
        * compositing/visibility/visibility-image-layers-dynamic.html:
        * css3/compositing/should-have-compositing-layer.html:
        * css3/filters/composited-during-animation-layertree.html:
        * css3/filters/composited-during-transition-layertree.html:
        * css3/filters/filtered-compositing-descendant.html:
        * css3/filters/should-not-have-compositing-layer.html:
        * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html:
        * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html:
        * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html:
        * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html:
        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html:
        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html:
        * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html:
        * platform/mac/compositing/canvas/accelerated-canvas-compositing.html:

2012-10-08  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] Add support for polygonal shapes
        https://bugs.webkit.org/show_bug.cgi?id=96811

        Reviewed by Dirk Schulze.

        Verify that a rectangular shape-inside specified as a polygon works as expected for all
        writing-modes.

        Added exclusions tests for non-complex concave shape-inside polygons as well.
        The shapes in this set of tests are "rectangular" in the sense that
        horizontal lines that overlap the polygon only cross the polygon twice.
        The expected part of each test uses float "sandbags" to simulate the
        shape-inside area in the test expectations. The  tests use SVG to
        display the polygon itself, to simplify visual inspection.
        (See http://www.alistapart.com/articles/sandbags/).

        * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html: Added.
        * fast/exclusions/resources/simple-polygon.js: Added.
        (createPolygon):
        (polygonXIntercepts):
        (generatePolygonContentString):
        (simulatePolygonShape):
        (generateSimulatedPolygonShapeInsideElement):
        (positionInformativeText):
        (createPolygonShapeInsideTestCase):
        (createPolygonShapeInsideTestCaseExpected):
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html: Added.

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

        [Qt] Unreviewed gardening. Add PNGs after r130653,
        and skip tests on Qt-WK2, because they fail on it.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
        * platform/qt/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
        * platform/qt/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
        * platform/qt/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
        * platform/qt/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
        * platform/qt/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
        * platform/qt/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
        * platform/qt/fast/ruby/rubyDOM-remove-text2-expected.png: Added.

2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Chromium gardening.

        Rebaselined those 2 tables/ tests that were forgotten in the rebaselining after r103875.
        https://bugs.webkit.org/show_bug.cgi?id=74888 was opened to track those rebaselining but
        it looks like some platform fell through the cracks.

        * platform/chromium/TestExpectations:
        Removed the 2 entries.

        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
        * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
        * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.txt: Added.
        * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
        * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.txt: Added.
        Progression: the table captions are larger, which matches other browsers and other platforms' baselines.

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

        GTK port should warn if bug modifier is missing in TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=98678

        Reviewed by Dirk Pranke.

        Add generic Bug(GTK) modifiers for two test expectations.

        * platform/gtk/TestExpectations:

2012-10-08  Dirk Pranke  <dpranke@chromium.org>

        Suppress editing/pasteboard/data-transfer-items.html failure.
        https://bugs.webkit.org/show_bug.cgi?id=98686

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed rebaselining after r130598 and r130600.

        * platform/chromium-linux-x86/svg/filters/filterRes-expected.txt:
        This baseline was forgotten.

2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>

        [Qt] new test introduced in r120354 fails on Qt
        https://bugs.webkit.org/show_bug.cgi?id=91968

        Reviewed by Kenneth Rohde Christiansen.

        Unskipping test.

        * platform/qt/TestExpectations:

2012-10-08  Huang Dongsung  <luxtella@company100.net>

        [Qt] Make ImageBufferQt use premultiplied converting functions in Color.h instead of its own mechanism.
        https://bugs.webkit.org/show_bug.cgi?id=98582

        Reviewed by Eric Seidel.

        Unskipping canvas/philip/tests/2d.imageData.put.unchanged.html that is passing.

        * platform/qt/TestExpectations:

2012-10-08  Shadi Khalek  <shadi@chromium.org>

        Fix video-test.js relativeURL() bug
        https://bugs.webkit.org/show_bug.cgi?id=98546

        Reviewed by Eric Seidel.

        Some layout tests failed due to this bug (crbug.com/154157)

        * media/video-test.js:
        (testArraysEqual):
        (relativeURL):

2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>

        Additional fast/repaint Chromium rebaseline.

        Rebaselined more tests on Chromium Mac. Same as r130654 but there
        is some anti-aliasing differences on transformed lines.

        * platform/chromium/TestExpectations:
        Removed the rebaselined tests.

        * fast/repaint/table-section-repaint-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/overflow-outline-repaint-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/table-collapsed-border-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/text-append-dirty-lines-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/transform-relative-position-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/transform-repaint-descendants-expected.png: Added.
        * platform/chromium-mac/fast/repaint/overflow-outline-repaint-expected.png: Added.
        * platform/chromium-mac/fast/repaint/table-col-background-expected.png: Added.
        * platform/chromium-mac/fast/repaint/table-collapsed-border-expected.png: Added.
        * platform/chromium-mac/fast/repaint/table-outer-border-expected.png: Added.
        * platform/chromium-mac/fast/repaint/table-row-expected.png: Added.
        * platform/chromium-mac/fast/repaint/table-section-overflow-expected.png: Added.
        * platform/chromium-mac/fast/repaint/table-section-repaint-expected.png: Added.
        * platform/chromium-mac/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
        * platform/chromium-mac/fast/repaint/text-append-dirty-lines-expected.png: Added.
        * platform/chromium-mac/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
        * platform/chromium-mac/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
        * platform/chromium-mac/fast/repaint/transform-absolute-child-expected.png: Added.
        * platform/chromium-mac/fast/repaint/transform-disable-layoutstate-expected.png: Added.
        * platform/chromium-mac/fast/repaint/transform-relative-position-expected.png: Added.
        * platform/chromium-mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
        * platform/chromium-win/fast/repaint/table-section-repaint-expected.txt: Removed.
        * platform/chromium/fast/repaint/table-section-repaint-expected.txt: Added.
        * platform/efl/fast/repaint/table-section-repaint-expected.txt: Removed.
        * platform/gtk/fast/repaint/table-section-repaint-expected.txt: Removed.
        * platform/qt/fast/repaint/table-section-repaint-expected.txt: Removed.

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

        Unreviewed GTK gardening.

        Rebaselining SVG tests after changes in r130599.

        * platform/gtk/TestExpectations:
        * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
        * platform/gtk/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
        * platform/gtk/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
        * platform/gtk/svg/batik/paints/gradientLimit-expected.png:
        * platform/gtk/svg/batik/paints/gradientLimit-expected.txt:
        * platform/gtk/svg/batik/paints/patternRegions-expected.png:
        * platform/gtk/svg/batik/paints/patternRegions-expected.txt:
        * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.png:
        * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
        * platform/gtk/svg/batik/text/textEffect-expected.png:
        * platform/gtk/svg/batik/text/textEffect-expected.txt: Added.
        * platform/gtk/svg/batik/text/textEffect3-expected.png:
        * platform/gtk/svg/batik/text/textEffect3-expected.txt: Added.
        * platform/gtk/svg/custom/gradient-deep-referencing-expected.png:
        * platform/gtk/svg/custom/gradient-deep-referencing-expected.txt:
        * platform/gtk/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
        * platform/gtk/svg/custom/gradient-with-1d-boundingbox-expected.txt:
        * platform/gtk/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
        * platform/gtk/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
        * platform/gtk/svg/custom/radialGradient-focal-radius-expected.png: Added.
        * platform/gtk/svg/custom/radialGradient-focal-radius-expected.txt: Added.
        * platform/gtk/svg/custom/recursive-gradient-expected.png:
        * platform/gtk/svg/custom/recursive-gradient-expected.txt:
        * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.png:
        * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.txt:
        * platform/gtk/svg/custom/stroked-pattern-expected.png:
        * platform/gtk/svg/custom/stroked-pattern-expected.txt:
        * platform/gtk/svg/hixie/perf/006-expected.png:
        * platform/gtk/svg/hixie/perf/006-expected.txt:

2012-10-08  Dongwoo Joshua Im  <dw.im@samsung.com>

        audiobuffer.html need to include audio-testing.js file.
        https://bugs.webkit.org/show_bug.cgi?id=98641

        Reviewed by Eric Seidel.

        As we discussed at the bug https://bugs.webkit.org/show_bug.cgi?id=88624,
        WebAudio tests need to include audio-testing.js file to set WebKitWebAudioEnabled.

        * webaudio/audiobuffer.html: Include audio-testing.js file.

2012-10-08  Robert Hogan  <robert@webkit.org>

        Border, margin and padding of an inline's inline ancestors counted twice
        https://bugs.webkit.org/show_bug.cgi?id=63074

        Reviewed by David Hyatt.

        * fast/inline/bpm-inline-ancestors-expected.html: Added.
        * fast/inline/bpm-inline-ancestors.html: Added.

2012-10-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [WK2][WTR] WebKitTestRunner needs testRunner.dispatchPendingLoadRequests
        https://bugs.webkit.org/show_bug.cgi?id=98638

        Reviewed by Eric Seidel.

        Unskip http/tests/loading/deleted-host-in-resource-load-delegate-callback.html

        * platform/wk2/TestExpectations:

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

        [EFL] Skip http/tests/multipart/multipart-html.php while we wait for kov's patch.

        * platform/efl/TestExpectations:

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

        Null-check for DOMWindow before feeding it to FeatureObserver.
        https://bugs.webkit.org/show_bug.cgi?id=98624

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash.html: Added.
            This test shouldn't crash.

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

        Unreviewed, new baseline for fast/table/colspanMinWidth-vertical.html.

        The baseline changed in http://trac.webkit.org/changeset/130569 because
        controls should all be horizontal.

        * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.png:
        * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.png:
        * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.txt: Removed.
        * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: Removed.
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/table/colspanMinWidth-vertical-expected.png: Removed.
        * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
        * platform/mac/TestExpectations:
        * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Removed.
        * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
        * platform/qt/TestExpectations:
        * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Removed.
        * platform/qt/fast/table/colspanMinWidth-vertical-expected.txt:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed fast/repaint Chromium rebaselining.

        Rebaselined those tests on Chromium Mac. The differences fall in 3 buckets:
        - the background has an alpha off-by-one (crbug.com/23473)
        - the repaint rectangles are united (the Mac baselines don't do the union).
        - On Lion, the font used is different.

        * platform/chromium/TestExpectations:
        Removed the rebaselined tests' entries.

        * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-5699-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/create-layer-repaint-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/layout-state-only-positioned-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/line-overflow-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/list-marker-2-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/make-children-non-inline-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/outline-child-repaint-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/outline-repaint-glitch-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/overflow-scroll-delete-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/reflection-redraw-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/selection-after-delete-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/stacked-diacritics-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/static-to-positioned-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/table-cell-move-expected.png: Added.
        * platform/chromium-mac/fast/repaint/background-generated-expected.png: Added.
        * platform/chromium-mac/fast/repaint/bugzilla-5699-expected.png: Added.
        * platform/chromium-mac/fast/repaint/content-into-overflow-expected.png: Added.
        * platform/chromium-mac/fast/repaint/control-clip-expected.png: Added.
        * platform/chromium-mac/fast/repaint/control-clip-expected.txt:
        * platform/chromium-mac/fast/repaint/create-layer-repaint-expected.png: Added.
        * platform/chromium-mac/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
        * platform/chromium-mac/fast/repaint/intermediate-layout-position-expected.png: Added.
        * platform/chromium-mac/fast/repaint/layout-state-only-positioned-expected.png: Added.
        * platform/chromium-mac/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
        * platform/chromium-mac/fast/repaint/line-overflow-expected.png: Added.
        * platform/chromium-mac/fast/repaint/list-marker-2-expected.png: Added.
        * platform/chromium-mac/fast/repaint/make-children-non-inline-expected.png: Added.
        * platform/chromium-mac/fast/repaint/outline-child-repaint-expected.png: Added.
        * platform/chromium-mac/fast/repaint/outline-inset-expected.png: Added.
        * platform/chromium-mac/fast/repaint/outline-repaint-glitch-expected.png: Added.
        * platform/chromium-mac/fast/repaint/overflow-into-content-expected.png: Added.
        * platform/chromium-mac/fast/repaint/overflow-scroll-delete-expected.png: Added.
        * platform/chromium-mac/fast/repaint/reflection-redraw-expected.png: Added.
        * platform/chromium-mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
        * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png: Added.
        * platform/chromium-mac/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
        * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png: Added.
        * platform/chromium-mac/fast/repaint/static-to-positioned-expected.png: Added.
        * platform/chromium-mac/fast/repaint/table-cell-move-expected.png: Added.
        * platform/chromium-win/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
        * platform/mac-lion/fast/repaint: Removed.
        * platform/mac-lion/fast/repaint/control-clip-expected.txt: Removed.

2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Add baselines to passing ruby DOM tests.

        Unreviewed gardening.

        * platform/qt/TestExpectations:
        * platform/qt/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
        * platform/qt/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
        * platform/qt/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
        * platform/qt/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
        * platform/qt/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
        * platform/qt/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
        * platform/qt/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
        * platform/qt/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.

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

        Add a test for multipart/x-mixed-replace documents with text/html
        parts.
        https://bugs.webkit.org/show_bug.cgi?id=49072

        Reviewed by Eric Seidel.

        * http/tests/multipart/multipart-html-expected.txt: Added.
        * http/tests/multipart/multipart-html.php: Added.

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

        [EFL] Skip svg/text/caret-in-svg-text.xhtml in WK1.

        * platform/efl-wk1/TestExpectations:

2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed gardening after r130587.

        Per discussion with Adam, this change lands the failing baselines to
        get some coverage until V8 matches JSC. Fixing the baselines is
        covered by https://bugs.webkit.org/show_bug.cgi?id=98658

        * platform/chromium/TestExpectations:
        Marked one of test as SLOW as it is timing out in Debug.

        * platform/chromium/fast/dom/gc-12-expected.txt: Added.
        * platform/chromium/fast/dom/gc-3-expected.txt: Added.
        * platform/chromium/fast/dom/gc-5-expected.txt: Added.
        * platform/chromium/fast/dom/gc-dom-tree-lifetime-expected.txt: Added.

2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Unreviewed Qt gardening.

        Rebaseline Qt expectations for these passing tests.

        * platform/qt/TestExpectations:
        * platform/qt/fast/text/basic/013-expected.txt:
        * platform/qt/fast/text/basic/015-expected.txt:
        * platform/qt/fast/text/line-breaks-expected.txt:

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

        [EFL] Mark fast/dynamic/window-scrollbars-test.html as flaky.

        * platform/efl/TestExpectations:

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

        [EFL] Unskip svg/text.

        Most of the text cases are passing, the ones which don't have been
        properly skipped.

        * platform/efl/TestExpectations:
        * platform/efl/svg/text/append-text-node-to-tspan-expected.png: Added.
        * platform/efl/svg/text/append-text-node-to-tspan-expected.txt: Added.
        * platform/efl/svg/text/bidi-embedded-direction-expected.png: Added.
        * platform/efl/svg/text/bidi-embedded-direction-expected.txt: Added.
        * platform/efl/svg/text/bidi-reorder-value-lists-expected.png: Added.
        * platform/efl/svg/text/bidi-reorder-value-lists-expected.txt: Added.
        * platform/efl/svg/text/bidi-text-anchor-direction-expected.png: Added.
        * platform/efl/svg/text/bidi-text-anchor-direction-expected.txt: Added.
        * platform/efl/svg/text/bidi-text-query-expected.png: Added.
        * platform/efl/svg/text/bidi-text-query-expected.txt: Added.
        * platform/efl/svg/text/bidi-tspans-expected.png: Added.
        * platform/efl/svg/text/bidi-tspans-expected.txt: Added.
        * platform/efl/svg/text/ems-display-none-expected.png: Added.
        * platform/efl/svg/text/ems-display-none-expected.txt: Added.
        * platform/efl/svg/text/exs-display-none-expected.png: Added.
        * platform/efl/svg/text/exs-display-none-expected.txt: Added.
        * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Added.
        * platform/efl/svg/text/font-size-below-point-five-2-expected.txt: Added.
        * platform/efl/svg/text/font-size-below-point-five-expected.png: Added.
        * platform/efl/svg/text/font-size-below-point-five-expected.txt: Added.
        * platform/efl/svg/text/foreignObject-repaint-expected.png: Added.
        * platform/efl/svg/text/foreignObject-repaint-expected.txt: Added.
        * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.png: Added.
        * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.txt: Added.
        * platform/efl/svg/text/kerning-expected.png: Added.
        * platform/efl/svg/text/kerning-expected.txt: Added.
        * platform/efl/svg/text/modify-text-node-in-tspan-expected.png: Added.
        * platform/efl/svg/text/modify-text-node-in-tspan-expected.txt: Added.
        * platform/efl/svg/text/multichar-glyph-expected.png: Added.
        * platform/efl/svg/text/multichar-glyph-expected.txt: Added.
        * platform/efl/svg/text/remove-text-node-from-tspan-expected.png: Added.
        * platform/efl/svg/text/remove-text-node-from-tspan-expected.txt: Added.
        * platform/efl/svg/text/remove-tspan-from-text-expected.png: Added.
        * platform/efl/svg/text/remove-tspan-from-text-expected.txt: Added.
        * platform/efl/svg/text/scaled-font-expected.png: Added.
        * platform/efl/svg/text/scaled-font-expected.txt: Added.
        * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
        * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
        * platform/efl/svg/text/selection-background-color-expected.png: Added.
        * platform/efl/svg/text/selection-background-color-expected.txt: Added.
        * platform/efl/svg/text/selection-styles-expected.png: Added.
        * platform/efl/svg/text/selection-styles-expected.txt: Added.
        * platform/efl/svg/text/small-fonts-2-expected.png: Added.
        * platform/efl/svg/text/small-fonts-2-expected.txt: Added.
        * platform/efl/svg/text/small-fonts-3-expected.png: Added.
        * platform/efl/svg/text/small-fonts-3-expected.txt: Added.
        * platform/efl/svg/text/small-fonts-expected.png: Added.
        * platform/efl/svg/text/small-fonts-in-html5-expected.png: Added.
        * platform/efl/svg/text/small-fonts-in-html5-expected.txt: Added.
        * platform/efl/svg/text/text-align-01-b-expected.png: Added.
        * platform/efl/svg/text/text-align-01-b-expected.txt: Added.
        * platform/efl/svg/text/text-align-02-b-expected.png: Added.
        * platform/efl/svg/text/text-align-02-b-expected.txt: Added.
        * platform/efl/svg/text/text-align-03-b-expected.png: Added.
        * platform/efl/svg/text/text-align-03-b-expected.txt: Added.
        * platform/efl/svg/text/text-align-04-b-expected.png: Added.
        * platform/efl/svg/text/text-align-04-b-expected.txt: Added.
        * platform/efl/svg/text/text-align-05-b-expected.png: Added.
        * platform/efl/svg/text/text-align-05-b-expected.txt: Added.
        * platform/efl/svg/text/text-align-06-b-expected.png: Added.
        * platform/efl/svg/text/text-align-06-b-expected.txt: Added.
        * platform/efl/svg/text/text-altglyph-01-b-expected.png: Added.
        * platform/efl/svg/text/text-altglyph-01-b-expected.txt: Added.
        * platform/efl/svg/text/text-deco-01-b-expected.png: Added.
        * platform/efl/svg/text/text-deco-01-b-expected.txt: Added.
        * platform/efl/svg/text/text-fill-opacity-expected.png: Added.
        * platform/efl/svg/text/text-fill-opacity-expected.txt: Added.
        * platform/efl/svg/text/text-fonts-01-t-expected.png: Added.
        * platform/efl/svg/text/text-fonts-01-t-expected.txt: Added.
        * platform/efl/svg/text/text-fonts-02-t-expected.png: Added.
        * platform/efl/svg/text/text-fonts-02-t-expected.txt: Added.
        * platform/efl/svg/text/text-gradient-positioning-expected.png: Added.
        * platform/efl/svg/text/text-gradient-positioning-expected.txt: Added.
        * platform/efl/svg/text/text-hkern-expected.png: Added.
        * platform/efl/svg/text/text-hkern-expected.txt: Added.
        * platform/efl/svg/text/text-hkern-on-vertical-text-expected.png: Added.
        * platform/efl/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
        * platform/efl/svg/text/text-intro-05-t-expected.png: Added.
        * platform/efl/svg/text/text-intro-05-t-expected.txt: Added.
        * platform/efl/svg/text/text-midpoint-split-bug-expected.png: Added.
        * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Added.
        * platform/efl/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
        * platform/efl/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
        * platform/efl/svg/text/text-path-01-b-expected.png: Added.
        * platform/efl/svg/text/text-path-01-b-expected.txt: Added.
        * platform/efl/svg/text/text-path-middle-align-expected.png: Added.
        * platform/efl/svg/text/text-path-middle-align-expected.txt: Added.
        * platform/efl/svg/text/text-repaint-rects-expected.png: Added.
        * platform/efl/svg/text/text-repaint-rects-expected.txt: Added.
        * platform/efl/svg/text/text-rescale-expected.png: Added.
        * platform/efl/svg/text/text-rescale-expected.txt: Added.
        * platform/efl/svg/text/text-spacing-01-b-expected.png: Added.
        * platform/efl/svg/text/text-spacing-01-b-expected.txt: Added.
        * platform/efl/svg/text/text-text-01-b-expected.png: Added.
        * platform/efl/svg/text/text-text-01-b-expected.txt: Added.
        * platform/efl/svg/text/text-text-03-b-expected.png: Added.
        * platform/efl/svg/text/text-text-03-b-expected.txt: Added.
        * platform/efl/svg/text/text-text-04-t-expected.png: Added.
        * platform/efl/svg/text/text-text-04-t-expected.txt: Added.
        * platform/efl/svg/text/text-text-05-t-expected.png: Added.
        * platform/efl/svg/text/text-text-05-t-expected.txt: Added.
        * platform/efl/svg/text/text-text-06-t-expected.png: Added.
        * platform/efl/svg/text/text-text-06-t-expected.txt: Added.
        * platform/efl/svg/text/text-text-07-t-expected.png: Added.
        * platform/efl/svg/text/text-text-07-t-expected.txt: Added.
        * platform/efl/svg/text/text-text-08-b-expected.png: Added.
        * platform/efl/svg/text/text-text-08-b-expected.txt: Added.
        * platform/efl/svg/text/text-tref-01-b-expected.png: Added.
        * platform/efl/svg/text/text-tref-01-b-expected.txt: Added.
        * platform/efl/svg/text/text-tselect-01-b-expected.png: Added.
        * platform/efl/svg/text/text-tselect-01-b-expected.txt: Added.
        * platform/efl/svg/text/text-tselect-02-f-expected.png: Added.
        * platform/efl/svg/text/text-tselect-02-f-expected.txt: Added.
        * platform/efl/svg/text/text-tspan-01-b-expected.png: Added.
        * platform/efl/svg/text/text-tspan-01-b-expected.txt: Added.
        * platform/efl/svg/text/text-viewbox-rescale-expected.png: Added.
        * platform/efl/svg/text/text-vkern-expected.png: Added.
        * platform/efl/svg/text/text-vkern-expected.txt: Added.
        * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.png: Added.
        * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
        * platform/efl/svg/text/text-ws-01-t-expected.png: Added.
        * platform/efl/svg/text/text-ws-01-t-expected.txt: Added.
        * platform/efl/svg/text/text-ws-02-t-expected.png: Added.
        * platform/efl/svg/text/text-ws-02-t-expected.txt: Added.
        * platform/efl/svg/text/textPathBoundsBug-expected.png: Added.
        * platform/efl/svg/text/textPathBoundsBug-expected.txt: Added.
        * platform/efl/svg/text/tspan-dynamic-positioning-expected.png: Added.
        * platform/efl/svg/text/tspan-dynamic-positioning-expected.txt: Added.

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

        [EFL] Unskip svg/dom/altGlyph-dom.xhtml

        Seems to be passing these days.

        * platform/efl/TestExpectations:

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

        Unreviewed GTK gardening.

        Removing crash expectations for tests that were fixed in r130611.

        Removing failure expectations for fast/xsl/xslt-missing-namespace-in-xslt.xml,
        the test is working fine after r130543.

        * platform/gtk-wk2/TestExpectations:
        * platform/gtk/TestExpectations:

2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Unreviewed Qt gardening.

        Adding expectations for tests under css2.1.

        * platform/qt/TestExpectations:

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

        [EFL] Unskip svg/W3C-SVG-1.1.

        All but one test case worked fine (compared to the expectations in
        mac/).

        * platform/efl/TestExpectations:
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.

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

        [Qt][WK2] REGRESSION(r130629): It made touchadjustment/focusout-on-touch.html fail
        https://bugs.webkit.org/show_bug.cgi?id=98642

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

        * platform/qt-5.0-wk2/TestExpectations:

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

        [Qt] plugins/refcount-leaks.html fails
        https://bugs.webkit.org/show_bug.cgi?id=98640

        Unreviewed gardening, skip the failing test.

        * platform/qt/TestExpectations:

2012-10-08  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        Unreviewed gardening, skip and update some failing test.

        * platform/qt/TestExpectations:
        * platform/qt/http/tests/misc/acid3-expected.png:
        * platform/qt/http/tests/misc/acid3-expected.txt:

2012-10-08  Joone Hur  <joone.hur@intel.com>

        [EFL] Add support for -webkit-sticky
        https://bugs.webkit.org/show_bug.cgi?id=95182

        Reviewed by Kenneth Rohde Christiansen.

        Turn on CSS sticky position by default for WebKitEfl,
        but most of the CSS sticky position test cases still do not pass on WK1.

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

2012-10-08  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] Reenable plugin tests
        https://bugs.webkit.org/show_bug.cgi?id=98528

        Reviewed by Csaba Osztrogonác.

        Reenable plugin tests. Skip new failures.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0/TestExpectations:
        * platform/qt/TestExpectations:

2012-10-07  Noel Gordon  <noel.gordon@gmail.com>

        Add partial load test for JPEG image
        https://bugs.webkit.org/show_bug.cgi?id=98487

        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 green <img> background should be visible.

        * fast/images/resources/lenna.jpg: Added.
        * http/tests/images/jpeg-partial-load-expected.png: Added.
        * http/tests/images/jpeg-partial-load-expected.txt: Added.
        * http/tests/images/jpeg-partial-load.html: Added.
        * platform/chromium/http/tests/images/jpeg-partial-load-expected.png: Added.
        * platform/mac/http/tests/images/jpeg-partial-load-expected.png: Added.

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

        :first-line pseudo selector ignoring words created from :before
        https://bugs.webkit.org/show_bug.cgi?id=80794

        Reviewed by Daniel Bates.

        * fast/css/first-line-style-for-before-after-content-expected.html: Added.
        * fast/css/first-line-style-for-before-after-content.html: Added.
        Added ref test for verification of the scenario when :first-line style
        is applied to content generated from :before/:after pseudo-elements.

2012-10-07  Nick Carter  <nick@chromium.org>

        [chromium] Crash in WebCore::GraphicsLayerChromium::setContentsToImage
        https://bugs.webkit.org/show_bug.cgi?id=98456

        Reviewed by James Robinson.

        New tests exercising a broken image on its own layer.

        * compositing/images/truncated-direct-png-image-expected.html: Added.
        * compositing/images/truncated-direct-png-image.html: Added.

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

        [EFL] Mark media/video-controls-rendering.html as flaky.

        * platform/efl/TestExpectations:

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

        [EFL] Unskip svg/W3C-SVG-1.1-SE and add expectations for it.

        All pixel tests look OK (compared to the ones in mac/), and all
        tests seem to pass.

        * platform/efl/TestExpectations:
        * platform/efl/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.

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

        [EFL] Unskip passing test.

        * platform/efl/TestExpectations:

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

        [EFL] Finish rebaselining the SVG tests after r130599.

        * platform/efl/TestExpectations:
        * platform/efl/svg/W3C-SVG-1.1: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
        * platform/efl/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
        * platform/efl/svg/batik/paints/patternRegions-expected.txt:
        * platform/efl/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
        * platform/efl/svg/batik/text/textEffect-expected.txt: Added.
        * platform/efl/svg/batik/text/textEffect3-expected.txt: Added.
        * platform/efl/svg/custom: Added.
        * platform/efl/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Added.
        * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Added.
        * platform/efl/svg/custom/gradient-deep-referencing-expected.txt: Added.
        * platform/efl/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
        * platform/efl/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
        * platform/efl/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
        * platform/efl/svg/custom/radialGradient-focal-radius-expected.png: Added.
        * platform/efl/svg/custom/radialGradient-focal-radius-expected.txt: Added.
        * platform/efl/svg/custom/recursive-gradient-expected.png: Added.
        * platform/efl/svg/custom/recursive-gradient-expected.txt: Added.
        * platform/efl/svg/custom/relative-sized-content-with-resources-expected.png: Added.
        * platform/efl/svg/custom/relative-sized-content-with-resources-expected.txt: Added.
        * platform/efl/svg/custom/stroked-pattern-expected.png: Added.
        * platform/efl/svg/custom/stroked-pattern-expected.txt: Added.
        * platform/efl/svg/hixie/perf/006-expected.txt:

2012-10-07  Daniel Bates  <dbates@webkit.org>

        Update expected results for SVG tests on EFL, GTK, and Qt after <http://trac.webkit.org/changeset/130599>
        https://bugs.webkit.org/show_bug.cgi?id=97986

        * platform/efl/svg/filters/feDisplacementMap-expected.txt:
        * platform/efl/svg/filters/filterRes-expected.txt:
        * platform/gtk/svg/custom/gradient-attr-update-expected.txt:
        * platform/gtk/svg/custom/gradient-rotated-bbox-expected.txt:
        * platform/gtk/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
        * platform/gtk/svg/custom/large-bounding-box-percents-expected.txt:
        * platform/gtk/svg/filters/feDisplacementMap-expected.txt:
        * platform/gtk/svg/filters/filterRes-expected.txt:
        * platform/qt/svg/custom/gradient-attr-update-expected.txt:
        * platform/qt/svg/custom/gradient-rotated-bbox-expected.txt:
        * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
        * platform/qt/svg/custom/large-bounding-box-percents-expected.txt:

2012-10-05  Dirk Schulze  <krit@webkit.org>

        SVG radialGradient should support 'fr' for focal radius (just like Canvas)
        https://bugs.webkit.org/show_bug.cgi?id=97986

        Reviewed by Daniel Bates.

        DRT changed the output to reflect the new added focal radius. A bunch of tests need
        a rebaseline on DRT.
        Added a new test for focal radius and changed behavior of focal point.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
        * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
        * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
        * platform/mac/svg/batik/paints/patternRegions-expected.txt:
        * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
        * platform/mac/svg/batik/text/textEffect-expected.txt:
        * platform/mac/svg/batik/text/textEffect3-expected.txt:
        * platform/mac/svg/custom/gradient-attr-update-expected.txt:
        * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
        * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
        * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
        * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
        * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
        * platform/mac/svg/custom/radialGradient-focal-radius-expected.png: Added.
        * platform/mac/svg/custom/radialGradient-focal-radius-expected.txt: Added.
        * platform/mac/svg/custom/recursive-gradient-expected.txt:
        * platform/mac/svg/custom/relative-sized-content-with-resources-expected.txt:
        * platform/mac/svg/custom/stroked-pattern-expected.txt:
        * platform/mac/svg/filters/feDisplacementMap-expected.txt:
        * platform/mac/svg/filters/filterRes-expected.txt:
        * platform/mac/svg/hixie/perf/006-expected.txt:
        * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
        * svg/custom/gradient-stroke-width-expected.txt:
        * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
        * svg/custom/radialGradient-focal-radius.svg: Added.

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

        Unreviewed, rolling out r130596.
        http://trac.webkit.org/changeset/130596
        https://bugs.webkit.org/show_bug.cgi?id=98616

        Broke build bots without IPV6 support

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

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

        webkitpy: Pass the `Listen' Apache directive from Apache, not the httpd.conf files.
        https://bugs.webkit.org/show_bug.cgi?id=98602

        Reviewed by Eric Seidel.

        * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
        directive and related comments, it is passed to httpd by webkitpy
        now.
        * http/conf/apache2-httpd.conf: Ditto.
        * http/conf/cygwin-httpd.conf: Ditto.
        * http/conf/fedora-httpd.conf: Ditto.

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

        [EFL] Skip css3/masking tests added in r130592
        https://bugs.webkit.org/show_bug.cgi?id=98614

        Unreviewed EFL gardening.

        Skip the two css3/masking ref tests added in r130592 since
        they fail for EFL port and GTK port.

        * platform/efl/TestExpectations:

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

        Unreviewed GTK gardening.

        Adding crash and failure expectations for regressions introduced through r130584.
        Adding image mismatch expectations for two new tests introduced in r130592.

        * platform/gtk/TestExpectations:

2012-10-06  Kent Tamura  <tkent@chromium.org>

        Update test expectation
        https://bugs.webkit.org/show_bug.cgi?id=98479

        Skip tests in fast/forms/date-multiple-fields/ because it needs
        ENABLE_INPUT_MULTIPLE_FIELDS_UI.

        * platform/chromium-android/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-10-06  Raul Hudea  <rhudea@adobe.com>

        -webkit-clip-path should parse IRIs
        https://bugs.webkit.org/show_bug.cgi?id=96381

        Reviewed by Andreas Kling.

        Tests for SVG referenced clipPath with both types of clipPathUnits: "userSpaceOnUse" and "objectBoundingBox".

        * css3/masking/clip-path-reference-expected.html: Added.
        * css3/masking/clip-path-reference-userSpaceOnUse-expected.html: Added.
        * css3/masking/clip-path-reference-userSpaceOnUse.html: Added.
        * css3/masking/clip-path-reference.html: Added.
        * fast/masking/parsing-clip-path-iri-expected.txt: Added.
        * fast/masking/parsing-clip-path-iri.html: Added.
        * platform/chromium/TestExpectations:

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

        [EFL] Mark media/audio-garbage-collect.html as flaky on WK2.

        * platform/efl-wk2/TestExpectations:

2012-10-04  Geoffrey Garen  <ggaren@apple.com>

        If Node X is reachable from JavaScript, all Nodes in the same tree should be kept alive
        https://bugs.webkit.org/show_bug.cgi?id=88834

        Reviewed by Gavin Barraclough.

        * fast/dom/gc-12-expected.txt: Added.
        * fast/dom/gc-12.html: Added. Test case matches an example cited by
        Kentaro Hara <haraken@chromium.org> in bugzilla.

        * fast/dom/gc-3-expected.txt:
        * fast/dom/gc-3.html:
        * fast/dom/gc-5-expected.txt:
        * fast/dom/gc-5.html: Updated these tests to reflect new expected behavior.
        We've decided that disconnected trees should persist in memory. This risks
        a programmer accidentally retaining more memory than expected, but it
        also makes the API more obvious.

        * fast/dom/gc-dom-tree-lifetime-expected.txt: Added.
        * fast/dom/gc-dom-tree-lifetime.html: Added. Test case written by
        Kentaro Hara <haraken@chromium.org>.

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

        [EFL] Gardening.

        Skip fast/selectors/unqualified-hover-strict.html because it seems
        to be flaky.

        While here, correct its pixel expectation and fix its
        svn:mime-type property.

        * platform/efl/fast/selectors/unqualified-hover-strict-expected.png: Modified property svn:mime-type.

2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Gardening to make the bots green
        https://bugs.webkit.org/show_bug.cgi?id=98590

        Unreviewed EFL gardening.

        * platform/efl/TestExpectations: Skip
        fast/writing-mode/vertical-subst-font-vert-no-dflt.html after r130570.
        * platform/efl/http/tests/misc/acid3-expected.txt: Update baselines
        after r130555.

2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Add baselines for the tests which are missing expected results
        https://bugs.webkit.org/show_bug.cgi?id=98576

        Unreviewed EFL gardening.

        Add platform-specific baselines after r130443 and r130489.

        * platform/efl/TestExpectations:
        * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
        * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
        * platform/efl/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
        * platform/efl/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.

2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Gardening of the WK2 Debug Bot failing tests
        https://bugs.webkit.org/show_bug.cgi?id=98575

        Unreviewed EFL gardening.

        Skip failing tests in order to make the bots green.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/fast/replaced/object-with-embed-url-param-expected.txt: Removed. Current results
        matches the base expectations on WK2.

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

        Unreviewed GTK gardening.

        Adding reftest failure expectations for a couple of tests that
        were introduced in r130557 and r130570.

        * platform/gtk/TestExpectations:

2012-10-05  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline for recent INPUT_MULTIPLE_FIELDS_UI changes

        * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * 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-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium/TestExpectations:

2012-10-05  Xianzhu Wang  <wangxianzhu@chromium.org>

        OpenTypeVerticalData issue with DroidSansFallback.ttf on chromium-android and chromium-linux
        https://bugs.webkit.org/show_bug.cgi?id=97824

        Reviewed by Tony Chang.

        Ref test for the change. The punctuations in the vertical text are expected to
        be substituted with the corresponding vertical forms.

        * fast/writing-mode/vertical-subst-font-vert-no-dflt-expected.html: Added.
        * fast/writing-mode/vertical-subst-font-vert-no-dflt.html: Added.
        * platform/mac/TestExpectations: Added the new test as it fails on Mac because of https://bugs.webkit.org/show_bug.cgi?id=98560. 

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

        Form controls should always be horizontal
        https://bugs.webkit.org/show_bug.cgi?id=98563

        Reviewed by Ojan Vafai.

        Convert fast/dom/HTMLMeterElement/meter-writing-mode.html and
        fast/dom/HTMLProgressElement/progress-writing-mode.html to be ref tests.
        Also rebaseline fast/table/colspanMinWidth-vertical.html and mark the
        test as needing a rebaseline on platforms other than Chromium Linux.

        * fast/dom/HTMLMeterElement/meter-writing-mode-expected.html: Added.
        * fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
        * fast/dom/HTMLProgressElement/progress-writing-mode-expected.html: Added.
        * fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
        * fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
        * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
        * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
        * platform/chromium-win/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
        * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
        * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
        * platform/mac/TestExpectations:
        * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
        * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
        * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
        * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
        * platform/qt-5.0/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
        * platform/qt/TestExpectations:
        * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
        * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.

2012-10-05  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [WK2][WTR] WebKitTestRunner needs testRunner.setSerializeHTTPLoads
        https://bugs.webkit.org/show_bug.cgi?id=98524

        Reviewed by Alexey Proskuryakov.

        Unskip tests that are now passing.

        * platform/wk2/TestExpectations:

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

        Unreviewed, rolling out r130556 and r130564.
        http://trac.webkit.org/changeset/130556
        http://trac.webkit.org/changeset/130564
        https://bugs.webkit.org/show_bug.cgi?id=98572

        The patch wasn't reviewed by a reviewer and it is breaking
        Chromium Windows (Requested by jchaffraix on #webkit).

        * media/track/track-cue-rendering-expected.txt:
        * media/track/track-cue-rendering.html:
        * platform/chromium/TestExpectations:

2012-10-05  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Chromium gardening.

        * platform/chromium/TestExpectations:
        Updated a wrong bug info and rebaselined 2 tests:
        fast/reflections/inline-crash.html and fast/backgrounds/solid-color-context-restore.html

        * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
        * fast/reflections/inline-crash-expected.txt: Added.
        * platform/chromium-linux/fast/backgrounds/solid-color-context-restore-expected.png: Added.
        * platform/chromium-linux/fast/reflections/inline-crash-expected.png: Added.
        * platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.png: Added.
        * platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.txt: Added.
        * platform/chromium-win/fast/reflections/inline-crash-expected.png: Added.
        * platform/chromium-win/fast/reflections/inline-crash-expected.txt: Added.
        * platform/efl/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
        * platform/efl/fast/reflections/inline-crash-expected.txt: Removed.
        * platform/gtk/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
        * platform/gtk/fast/reflections/inline-crash-expected.txt: Removed.

2012-10-05  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Add shape-inside tests for rounded rectangles
        https://bugs.webkit.org/show_bug.cgi?id=96669

        Reviewed by Levi Weintraub.

        Adding multiple rounded rectangle tests. The more complex tests use float "sandbags"
        to simulate the shape-inside area in the test expectations.
        (See http://www.alistapart.com/articles/sandbags/)
        In general, each line has its own pair of left and right floats (both lineHeight tall),
        to position the text and appropriately limit its width. In the simple, 0 corner radius
        cases, these floats can be merged because they all have the same width on the left and
        right.

        * fast/exclusions/resources/rounded-rectangle.js: Contains functionality for generating
        a shape-inside, simulating one, and generating content that should roughly fill the
        shape-inside.
        (xFromEllipseCenter): The x distance from the center of an ellipse, based on its y
        distance from center.
        (xInset): The inset of a rounded rectangle from its bounding box.
        (generateString): Generate a string that roughly fills a shape-inside's content area.
        (simulateShape): Create floats to simulate a shape-inside area.
        (simulateShapeOutline): Create an outline for the rounded rectangle shape-inside.
        (generateSimulatedShapeElement): Simulate a shape-inside and appropriately fill it
        with content.
        (generateShapeElement): Create a shape-inside and fill it with content.
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001-expected.html: 
        Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-expected.html.
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001.html: 
        Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle.html.
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html: Added.


2012-10-04  Eric Carlson  <eric.carlson@apple.com>

        Allow ports to override text track rendering style
        https://bugs.webkit.org/show_bug.cgi?id=97800
        <rdar://problem/12044964>

        Reviewed by Silvia Pfeiffer.

        * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
        * media/track/track-cue-rendering.html: 
        * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.

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

        Inline continuations create :after generated content on style recalcs
        https://bugs.webkit.org/show_bug.cgi?id=93170

        Reviewed by Abhishek Arya.

        * fast/css-generated-content/after-with-inline-continuation-expected.html: Added.
        * fast/css-generated-content/after-with-inline-continuation.html: Added.
        * fast/css-generated-content/dynamic-apply-after-for-inline-expected.html: Added.
        * fast/css-generated-content/dynamic-apply-after-for-inline.html: Added.
        * http/tests/misc/acid3-expected.txt:
        The acid3-expected.txt has the duplicate RenderBlock (positioned).
        Two 'layer at(638, 18) size 20x20, ... text run at (0,0) width 20: "X"'
        exist. So did reset-results for acid3-expected.txt.

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

        Fix margin box ascent computation in flexbox
        https://bugs.webkit.org/show_bug.cgi?id=98540

        Reviewed by Ojan Vafai.

        Remove a FIXME and update the results.

        * css3/flexbox/flex-align-vertical-writing-mode.html:
        * css3/flexbox/flex-align.html:

2012-10-05  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Enhance support for transforms in LinkHighlight.
        https://bugs.webkit.org/show_bug.cgi?id=94355

        Reviewed by Adrienne Walker.

        Improved handling of transformed highlight targets, where the transform goes beyond simple translation.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY.html: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.txt: Added.

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

        Deprecated flexboxes subtract scrollbar width/height twice
        https://bugs.webkit.org/show_bug.cgi?id=98552

        Reviewed by Tony Chang.

        * fast/flexbox/flexing-overflow-scroll-item-expected.txt: Added.
        * fast/flexbox/flexing-overflow-scroll-item.html: Added.

2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>

        GTK+ and Qt rebaselines after r130532.

        * platform/chromium-linux-x86/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
        * platform/chromium-linux-x86/editing/pasteboard/paste-text-002-expected.txt: Removed.
        * platform/chromium-linux-x86/editing/pasteboard/paste-text-003-expected.txt: Removed.
        * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
        * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.txt: Removed.
        * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt: Removed.
        * platform/chromium-win-xp/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
        * platform/chromium-win-xp/editing/pasteboard/paste-text-002-expected.txt: Removed.
        * platform/chromium-win-xp/editing/pasteboard/paste-text-003-expected.txt: Removed.
        * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
        * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt: Removed.
        * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt: Removed.
        * platform/chromium/svg/custom/delete-text-crash-expected.txt: Removed.
        * platform/chromium/svg/custom/delete-text-innerText-crash-expected.txt: Removed.
        * platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
        * platform/gtk/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/merge-end-blockquote-expected.txt:
        * platform/gtk/editing/pasteboard/paste-text-002-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/paste-text-003-expected.txt: Removed.
        * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
        * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
        * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Removed.
        * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Removed.

2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium and Mac rebaselines after r130532.

        * platform/chromium-linux-x86/editing/pasteboard/interchange-newline-1-expected.txt: Added.
        * platform/chromium-linux-x86/editing/pasteboard/paste-text-002-expected.txt: Added.
        * platform/chromium-linux-x86/editing/pasteboard/paste-text-003-expected.txt: Added.
        * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.txt: Added.
        * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.txt: Added.
        * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.txt: Added.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt:
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt:
        * platform/chromium-win-xp/editing/pasteboard/interchange-newline-1-expected.txt: Added.
        * platform/chromium-win-xp/editing/pasteboard/paste-text-002-expected.txt: Added.
        * platform/chromium-win-xp/editing/pasteboard/paste-text-003-expected.txt: Added.
        * platform/chromium-win/editing/deleting/delete-block-merge-contents-001-expected.txt:
        * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt:
        * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt:
        * platform/chromium/svg/custom/delete-text-crash-expected.txt: Added.
        * platform/chromium/svg/custom/delete-text-innerText-crash-expected.txt: Added.
        * svg/custom/delete-text-crash-expected.txt:
        * svg/custom/delete-text-innerText-crash-expected.txt:

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

        [Gtk] fast/xsl/xslt-missing-namespace-in-xslt.xml is failing on the 64-bit Debug builder
        https://bugs.webkit.org/show_bug.cgi?id=91009

        Reviewed by Martin Robinson.

        Update the test's baselines. The output now properly shows the error.

        * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
        * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:

2012-10-05  Dirk Pranke  <dpranke@chromium.org>

        Fix lint error in TestExpectations from previous change.

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-10-05  Dirk Pranke  <dpranke@chromium.org>

        [chromium] tests failing after r130443.
        https://bugs.webkit.org/show_bug.cgi?id=98545

        Unreviewed, expectations change.

         [chromium] fast/text/international/text-spliced-font.html and
         fast/writing-mode/Kusa-Makura-background-canvas.html are failing on
         the Mac after r130443 and we're not quite sure why ...

        * platform/chromium-linux/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
        * platform/chromium-mac/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
        * platform/chromium-mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
        * platform/chromium-win/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
        * platform/chromium-win/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-10-05  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Modify gesture highlight behaviour. Cancel on GestureLongPress and animate on GestureTapCancel.
        https://bugs.webkit.org/show_bug.cgi?id=97355

        Reviewed by Adrienne Walker.

        This patch revises the behaviour of GestureTapDown highlighting so that the highlight should disappear if
        interrupted by GestureTap, and animate away if interrupted by GestureTapCancel.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel.html: removed extra testRunner.display().
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress.html: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress-expected.txt: Added.

2012-10-05  Jer Noble  <jer.noble@apple.com>

        REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=98527

        Unreviewed gardening after r129479.

        * platform/mac-wk2/TestExpectations:

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

        Unreviewed GTK gardening.

        Removing failure expectation for fast/text/vertical-rl-rtl-linebreak.html
        since the test only needed platform-specific baselines (which were added
        in r130524).

        * platform/gtk/TestExpectations:

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

        Have perf test assert worst order of magnitude
        https://bugs.webkit.org/show_bug.cgi?id=98535

        Reviewed by Tony Chang.

        Really we only care if tests get order of magnitude slower.
        Assert that tests are at least a certain magnitude.
        Hopefully this will reduce flakiness some.
       
        * resources/magnitude-perf.js:
        (Magnitude._run):

2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>

        Deleting across multiple paragraphs can change the style of surrounding text
        https://bugs.webkit.org/show_bug.cgi?id=97266

        Reviewed by Levi Weintraub.

        Added a regression test and rebaselined tests.

        * editing/deleting/delete-before-block-image-2-expected.txt:
        * editing/deleting/merge-paragraph-from-p-with-style-expected.txt:
        * editing/deleting/merge-paragraph-from-p-with-style.html: We changed the behavior. The editing style of p
        is now preserved when merging paragraphs.
        * editing/deleting/merge-paragraph-with-style-from-rule-expected.txt: Added.
        * editing/deleting/merge-paragraph-with-style-from-rule.html: Added.
        * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
        * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:

2012-10-05  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed rebaseline after r130355.

        r130447 forgot to update the Snow Leopard pixel baselines. The only differences are due to a different font used.

        * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.

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

        Add expected result accidentally left out of http://trac.webkit.org/changeset/130337.
        * perf/adding-radio-buttons-expected.txt:

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

        Unreviewed GTK gardening.

        Adding platform-specific baselines after r130443 and r130489.

        * platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
        * platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
        * platform/gtk/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
        * platform/gtk/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.

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

        [WK2][WKTR] Implement UIClient focus callbacks in WebKitTestRunner
        https://bugs.webkit.org/show_bug.cgi?id=98256

        Reviewed by Kenneth Rohde Christiansen.

        Unskip fast/dom/Window/mozilla-focus-blur.html now that
        WebKitTestRunner implements UIClient's focus callbacks.

        * platform/efl-wk2/TestExpectations:

2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>

        Remove wrong expectations added in r130452.

        * platform/chromium-win-xp/editing/pasteboard/5006779-expected.png: Removed.
        * platform/chromium-win-xp/editing/pasteboard/5006779-expected.txt: Removed.

2012-10-05  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] Unable to edit properties in broken stylesheets
        https://bugs.webkit.org/show_bug.cgi?id=98246

        Reviewed by Vsevolod Vlasov.

        A small refactoring to share the CSS style data dumping code among tests.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest):
        * inspector/styles/parse-stylesheet-errors-expected.txt: Added.
        * inspector/styles/parse-stylesheet-errors.html: Added.
        * inspector/styles/styles-new-API.html:

2012-10-05  Jer Noble  <jer.noble@apple.com>

        [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=98523

        Unreviewed gardening after r130414.

        * platform/mac/TestExpectations:

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

        [Qt] Updates expected test results for the expanded coverage in testfonts
        https://bugs.webkit.org/show_bug.cgi?id=98425

        Unreviewed gardening after r130502.

        * 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/t0905-c5525-fltblck-00-d-ag-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
        * platform/qt/fast/images/icon-decoding-expected.png: Added.
        * platform/qt/fast/images/icon-decoding-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:

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

        [chromium] Allow dragging into plugins.
        https://bugs.webkit.org/show_bug.cgi?id=98277

        Reviewed by Tony Chang.

        Add test to make sure that plugins receive the drag events correctly.

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

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

        [Qt] Updates expected test results for the expanded coverage in testfonts
        https://bugs.webkit.org/show_bug.cgi?id=98425

        Reviewed by Csaba Osztrogonác.

        The Qt testfonts repository was expanded with the croscore set of
        fonts, which provides a great number of new glyphs (e.g. hebrew
        characters).

        See the comments in the testfonts commit for detailed information:
        https://gitorious.org/qtwebkit/testfonts/commit/f11a54548121ee9fb0688dc6f32acdbfec5d2d2f/diffs

        * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Removed.
        * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
        * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Removed.
        * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Removed.
        * platform/qt-5.0/fast/forms/search-rtl-expected.png: Removed.
        * platform/qt-5.0/fast/forms/search-rtl-expected.txt: Removed.
        * 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/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/fast/borders/bidi-012-expected.txt:
        * platform/qt/fast/forms/listbox-bidi-align-expected.png:
        * platform/qt/fast/forms/listbox-bidi-align-expected.txt:
        * platform/qt/fast/forms/search-rtl-expected.png:
        * platform/qt/fast/forms/search-rtl-expected.txt:
        * platform/qt/fast/text/atsui-small-caps-punctuation-size-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/large-text-composed-char-expected.png:
        * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.png:
        * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.txt:

2012-10-05  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        Unreviewed Qt gardening.

        The ICO decoder shouldn't be broken since it is the WebKit decoder.

        * platform/qt/TestExpectations:

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

        [Qt] Unreviewed gardening, update an expected file for newer Qt5.

        * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
        * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:

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

        Incomplete repaint of boxes with inset box-shadow and padding when resized
        https://bugs.webkit.org/show_bug.cgi?id=59863

        Reviewed by Simon Fraser.

        The patch adds a new pixel test and expected PNG results for mac and chromium-mac. The test fails on Chromium Linux EWS (and maybe others)
        so I've added a rule in the TestExpectations file.

        * platform/chromium/TestExpectations:
        * fast/repaint/box-shadow-inset-repaint.html: Added.
        * platform/chromium-mac/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
        * platform/mac/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
        * platform/mac/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.

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

        Unreviewed GTK gardening.

        Updating platform-specific baselines after r130411.
        Removing platform-specific baselines for CSS compositing tests
        and skipping these tests entirely as the feature is not yet enabled
        on the GTK port.

        * platform/gtk/TestExpectations:
        * platform/gtk/css3/compositing: Removed.
        * platform/gtk/css3/compositing/blend-mode-property-expected.txt: Removed.
        * platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt: Removed.
        * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
        * platform/gtk/editing/execCommand/paste-1-expected.txt:
        * platform/gtk/editing/pasteboard/8145-3-expected.txt:
        * platform/gtk/editing/pasteboard/paste-line-endings-007-expected.txt:
        * platform/gtk/editing/pasteboard/paste-match-style-001-expected.txt:
        * platform/gtk/editing/pasteboard/paste-text-009-expected.txt:
        * platform/gtk/editing/pasteboard/smart-paste-007-expected.txt:
        * platform/gtk/editing/pasteboard/unrendered-br-expected.txt:

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

        [Qt] Enable CSS compositing by default
        https://bugs.webkit.org/show_bug.cgi?id=98490

        Reviewed by Simon Hausmann.

        * platform/qt/css3/compositing/should-have-compositing-layer-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/css3/compositing/should-have-compositing-layer-expected.txt.

2012-10-05  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=98481

        r130477 affects month-multiple-fields tests too.

        * platform/chromium/TestExpectations:

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

        Unreviewed, rolling out r130466.
        http://trac.webkit.org/changeset/130466
        https://bugs.webkit.org/show_bug.cgi?id=98495

        It made 12 tests crash on Qt-WK2 (Requested by Ossy on
        #webkit).

        * platform/efl-wk2/TestExpectations:

2012-10-05  Kent Tamura  <tkent@chromium.org>

        Add appearance tests for input[type=date] with multiple fields
        https://bugs.webkit.org/show_bug.cgi?id=98479

        Reviewed by Kentaro Hara.

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-10-04  Kent Tamura  <tkent@chromium.org>

        Fix sub-field width to the maximum width of a placeholder and the maximum value
        https://bugs.webkit.org/show_bug.cgi?id=98481

        Reviewed by Hajime Morita.

        Update a test and test expectations.

        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium/TestExpectations:

2012-10-05  Kangil Han  <kangil.han@samsung.com>

        [EFL][WK2][WTR] Unskip parser-tests-110.html test case.
        https://bugs.webkit.org/show_bug.cgi?id=98484

        Unreviewed EFL gardening.

        fast/encoding/parser-tests-110.html test case has been passed consistently.

        * platform/efl-wk2/TestExpectations:

2012-10-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>

        [Qt] Gardening, skip some failing test.

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:

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

        [EFL] Fix window resizing / moving in WK1 and WKTR
        https://bugs.webkit.org/show_bug.cgi?id=98486

        Reviewed by Gyuyoung Kim.

        Unskip 2 window resizing / moving tests now that
        the implementation for those has been fixed in
        WebKit1 EFL.

        * platform/efl-wk1/TestExpectations:

2012-10-04  Kunihiko Sakamoto  <ksakamoto@chromium.org>

        <input> size attribute should throw INDEX_SIZE_ERR when set to 0
        https://bugs.webkit.org/show_bug.cgi?id=61675

        Reviewed by Kent Tamura.

        Added test case to verify that input.size throws INDEX_SIZE_ERR when set to 0.

        Updated fast/forms/number/number-size.html to reflect new behavior.

        * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
        * fast/dom/HTMLInputElement/input-size-attribute.html:
        * fast/forms/number/number-size.html:
        * fast/forms/number/number-size-expected.txt:

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

        [WK2][WKTR] Implement UIClient focus callbacks in WebKitTestRunner
        https://bugs.webkit.org/show_bug.cgi?id=98256

        Reviewed by Kenneth Rohde Christiansen.

        Unskip fast/dom/Window/mozilla-focus-blur.html now that
        WebKitTestRunner implements UIClient's focus callbacks.

        * platform/efl-wk2/TestExpectations:

2012-10-04  Rik Cabanier  <cabanier@adobe.com>

        Turn Compositing on by default in WebKit build
        https://bugs.webkit.org/show_bug.cgi?id=98315

        Reviewed by Simon Fraser.

        enable -webkit-blend-mode on trunk.

        * css3/compositing/blend-mode-property-expected.txt:
        * css3/compositing/blend-mode-property-parsing-expected.txt:
        * css3/compositing/script-tests/blend-mode-property.js:
        (testblendmode):
        * css3/compositing/should-have-compositing-layer-expected.txt:
        * platform/chromium/TestExpectations: 

2012-10-04  Kent Tamura  <tkent@chromium.org>

        Update some picker tests for input[type=date]
        https://bugs.webkit.org/show_bug.cgi?id=98390

        Follow up of r130433. We still need offsetTop access.

        * fast/forms/date/calendar-picker-common.js:
        (openPicker):
        * fast/forms/resources/suggestion-picker-common.js:
        (openPicker):
        * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html:
        Remove unnecessary width style.

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

        Convert some flexbox tests to run in mozilla
        https://bugs.webkit.org/show_bug.cgi?id=98464

        Reviewed by Ojan Vafai.

        Move properties with a small number of values into resources/flexbox.css
        and start using it in some flexbox tests.

        * css3/flexbox/align-absolute-child.html:
        * css3/flexbox/align-baseline-expected.html:
        * css3/flexbox/align-baseline.html:
        * css3/flexbox/anonymous-block-merge-crash.html:
        * css3/flexbox/anonymous-block.html:
        * css3/flexbox/auto-height-dynamic.html:
        * css3/flexbox/auto-margins.html:
        * css3/flexbox/box-sizing-min-max-sizes.html:
        * css3/flexbox/box-sizing.html:
        * css3/flexbox/child-overflow-expected.html:
        * css3/flexbox/child-overflow.html:
        * css3/flexbox/columns-auto-size.html:
        * css3/flexbox/columns-height-set-via-top-bottom.html:
        * css3/flexbox/content-height-with-scrollbars.html:
        * css3/flexbox/cross-axis-scrollbar.html:
        * css3/flexbox/flex-algorithm-min-max.html:
        * css3/flexbox/flex-algorithm-with-margins.html:
        * css3/flexbox/flex-algorithm.html:
        * css3/flexbox/resources/flexbox.css: Added.

2012-10-04  Dirk Pranke  <dpranke@chromium.org>

        Update chromium baselines for 5006779.html and paint-subrect-grid.html.

        Unreviewed, rebaselining.

        Updates after r130425 and r130411.

        * platform/chromium-linux/fast/images/paint-subrect-grid-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/images/paint-subrect-grid-expected.png.
        * platform/chromium-win-xp/editing/pasteboard/5006779-expected.png: Added.
        * platform/chromium-win-xp/editing/pasteboard/5006779-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/5006779-expected.txt.
        * platform/chromium-win/editing/pasteboard/5006779-expected.txt:
        * platform/chromium/fast/images/paint-subrect-grid-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/images/paint-subrect-grid-expected.png.

2012-10-04  Douglas Stockwell  <dstockwell@chromium.org>

        [chromium] Unreviewed. Rebaseline mac/win results after r130355
        https://bugs.webkit.org/show_bug.cgi?id=98472

        * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
        * platform/chromium-mac-snowleopard/media/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-no-audio-expected.png:
        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/fast/clip/overflow-border-radius-combinations-expected.png:
        * platform/chromium-mac/fast/clip/overflow-border-radius-fixed-position-expected.png:
        * platform/chromium-mac/fast/clip/overflow-border-radius-transformed-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-repaint-expected.png:
        * platform/chromium-mac/media/controls-after-reload-expected.png:
        * platform/chromium-mac/media/controls-strict-expected.png:
        * platform/chromium-mac/media/controls-styling-expected.png:
        * platform/chromium-mac/media/controls-styling-strict-expected.png:
        * platform/chromium-mac/media/controls-without-preload-expected.png:
        * platform/chromium-mac/media/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-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-xp/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.png:
        * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.png:
        * platform/chromium-win/fast/clip/overflow-border-radius-transformed-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-repaint-expected.png:
        * platform/chromium-win/media/controls-after-reload-expected.png:
        * platform/chromium-win/media/controls-strict-expected.png:
        * platform/chromium-win/media/controls-styling-expected.png:
        * platform/chromium-win/media/controls-styling-strict-expected.png:
        * platform/chromium-win/media/controls-without-preload-expected.png:
        * platform/chromium-win/media/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-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/TestExpectations:

2012-10-04  Enrica Casucci  <enrica@apple.com>

        Font::glyphDataAndPageForCharacter doesn't account for text orientation when using systemFallback on a cold cache.
        https://bugs.webkit.org/show_bug.cgi?id=98452.

        Reviewed by Dan Bernstein.

        The new test adds platform specific results for Mac, since it uses system fallback fonts.
        I've added the expected failure for all the other platforms.

        * fast/text/vertical-rl-rtl-linebreak.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-10-04  Adam Klein  <adamk@chromium.org>

        MutationRecord attributeName should be null for non attribute changes
        https://bugs.webkit.org/show_bug.cgi?id=98438

        Reviewed by Ojan Vafai.

        * fast/mutation/mutation-record-nullity-expected.txt: Added.
        * fast/mutation/mutation-record-nullity.html: Added.

2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>

        More Qt rebaselines after r130411.

        * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
        * platform/qt/editing/pasteboard/5006779-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt:
        * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Removed.

2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>

        GTK+ rebaselines after r130411.

        * platform/gtk/editing/deleting/delete-block-merge-contents-018-expected.txt:
        * platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
        * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
        * platform/gtk/editing/deleting/delete-block-merge-contents-021-expected.txt:
        * platform/gtk/editing/deleting/delete-block-merge-contents-022-expected.txt:
        * platform/gtk/editing/deleting/merge-no-br-expected.txt:
        * platform/gtk/editing/execCommand/find-after-replace-expected.txt:
        * platform/gtk/editing/execCommand/paste-2-expected.txt:
        * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
        * platform/gtk/editing/pasteboard/5006779-expected.txt:
        * platform/gtk/editing/pasteboard/5028447-expected.txt:
        * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
        * platform/gtk/editing/pasteboard/merge-end-borders-expected.txt:
        * platform/gtk/editing/pasteboard/paste-line-endings-008-expected.txt:
        * platform/gtk/editing/pasteboard/paste-line-endings-009-expected.txt:
        * platform/gtk/editing/pasteboard/paste-line-endings-010-expected.txt:
        * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
        * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
        * platform/gtk/editing/pasteboard/smart-drag-drop-expected.txt:
        * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
        * platform/gtk/fast/lists/drag-into-marker-expected.txt:

2012-10-04  Tab Atkins  <tabatkins@google.com>

        1ex should equal .5em when the font has no x-height metric
        https://bugs.webkit.org/show_bug.cgi?id=80360

        Reviewed by Eric Seidel.

        If a font has no x-height metric, 1ex should equal .5em.

        Test layout tweaked by David Barr <davidbarr@chromium.org>.

        * fast/css/ex-unit-with-no-x-height-expected.txt: Added.
        * fast/css/ex-unit-with-no-x-height.html: Added.

2012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>

        [Qt] New test introduced in r129346 inspector-protocol/css-getSupportedCSSProperties.html fails
        https://bugs.webkit.org/show_bug.cgi?id=97451

        Reviewed by Kenneth Rohde Christiansen.

        Unskipping this test that is passing.

        * platform/qt/TestExpectations:

2012-10-04  Kent Tamura  <tkent@chromium.org>

        Update some picker tests for input[type=date]
        https://bugs.webkit.org/show_bug.cgi?id=98390

        Reviewed by Daniel Bates.

        r130375 changed a behavior. A key bind to open a calendar picker
        or a suggestion picker was changed from "Down" to "Alt + Down". We
        need to update tests which open pickers for input[type=date].

        * fast/forms/date/calendar-picker-appearance-expected.txt:
        * fast/forms/date/calendar-picker-appearance-pre-100.html:
        Use openPicker() in calendar-picker-common.js.
        * fast/forms/date/calendar-picker-appearance.html: Ditto.
        * fast/forms/date/calendar-picker-common.js:
        (openPicker): Specify Alt modifier.
        (sendKey): Add ctrlKey and altKey flags.
        * fast/forms/date/calendar-picker-with-step.html:
        Use openPicker() in calendar-picker-common.js.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html:
        Use openPicker() in suggestion-picker-common.js
        * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html:
        Ditto.
        * platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html:
        Ditto.
        * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html:
        Use openPicker() and sendKey() in suggestion-picker-common.js.
        Increase the internal timeout because it was too short on my machine.

2012-10-04  Alpha Lam  <hclam@chromium.org>

        Unreviewed. Chromium rebaselines.

        Rebaseline pixel results after r130412.

        * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png:
        * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:

2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>

        Another rebaseline needed after r130411.

        * platform/mac/editing/pasteboard/5006779-expected.txt:

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

        [EFL] Add libxml 2.8.0 to jhbuild
        https://bugs.webkit.org/show_bug.cgi?id=98418

        Reviewed by Laszlo Gombos.

        Unskip fast/xsl/xslt-missing-namespace-in-xslt.xml
        since it passes with libxml 2.8.0 and we now depend
        on that version.

        * platform/efl/TestExpectations:

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

        Unreviewed gardening.  Landing render tree results for css3/flexbox/flexbox-baseline.html.
        https://bugs.webkit.org/show_bug.cgi?id=98306

        This pixel test was added in r130405.

        * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt: Added.
        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt: Copied from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt.
        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Added.
        * platform/mac/TestExpectations:
        * platform/mac/css3/flexbox/flexbox-baseline-expected.txt: Added.
        * platform/qt/TestExpectations:
        * platform/qt/css3/flexbox/flexbox-baseline-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt.

2012-10-04  Alpha Lam  <hclam@chromium.org>

        Unreviewed. Chromium rebaselines.

        * platform/chromium-mac/fast/images/paint-subrect-grid-expected.png: Copied from LayoutTests/platform/chromium/fast/images/paint-subrect-grid-expected.png.
        * platform/chromium-win/fast/images/paint-subrect-grid-expected.png: Renamed from LayoutTests/platform/chromium/fast/images/paint-subrect-grid-expected.png.

2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaselines after r130411.

        * platform/chromium-linux-x86/editing/pasteboard/paste-xml-expected.txt:
        * platform/chromium-linux/editing/pasteboard/4944770-2-expected.txt:
        * platform/chromium-linux/editing/pasteboard/paste-xml-expected.txt:
        * platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.txt:
        * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt:
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-008-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-xml-expected.txt: Added.
        * platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt:
        * platform/chromium-win-xp/editing/pasteboard/paste-xml-expected.txt:
        * platform/chromium-win/editing/deleting/delete-block-merge-contents-018-expected.txt:
        * platform/chromium-win/editing/deleting/delete-block-merge-contents-019-expected.txt:
        * platform/chromium-win/editing/deleting/delete-block-merge-contents-020-expected.txt:
        * platform/chromium-win/editing/deleting/delete-block-merge-contents-021-expected.txt:
        * platform/chromium-win/editing/deleting/delete-block-merge-contents-022-expected.txt:
        * platform/chromium-win/editing/deleting/merge-no-br-expected.txt:
        * platform/chromium-win/editing/execCommand/find-after-replace-expected.txt:
        * platform/chromium-win/editing/execCommand/paste-1-expected.txt:
        * platform/chromium-win/editing/execCommand/paste-2-expected.txt:
        * platform/chromium-win/editing/pasteboard/4944770-2-expected.txt:
        * platform/chromium-win/editing/pasteboard/5028447-expected.txt:
        * platform/chromium-win/editing/pasteboard/8145-3-expected.txt:
        * platform/chromium-win/editing/pasteboard/drag-drop-modifies-page-expected.txt:
        * platform/chromium-win/editing/pasteboard/merge-end-borders-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-line-endings-007-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-line-endings-008-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-line-endings-009-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-line-endings-010-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-text-008-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-text-009-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
        * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
        * platform/chromium-win/editing/pasteboard/subframe-dragndrop-1-expected.txt:
        * platform/chromium-win/editing/pasteboard/unrendered-br-expected.txt:
        * platform/chromium-win/fast/lists/drag-into-marker-expected.txt:

2012-10-04  Pravin D  <pravind.2k4@gmail.com>

        Layout broken after cloning and re-inserting a table with a misplaced <form>
        https://bugs.webkit.org/show_bug.cgi?id=86746

        Reviewed by Julien Chaffraix.

        * fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Added.
        * fast/table/form-with-non-table-display-inside-table-elements.html: Added.

2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>

        Qt rebaseline after r130411.

        * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
        * platform/qt/editing/deleting/merge-no-br-expected.txt:
        * platform/qt/editing/execCommand/find-after-replace-expected.txt:
        * platform/qt/editing/execCommand/paste-1-expected.txt:
        * platform/qt/editing/execCommand/paste-2-expected.txt:
        * platform/qt/editing/pasteboard/4944770-2-expected.txt:
        * platform/qt/editing/pasteboard/5006779-expected.txt:
        * platform/qt/editing/pasteboard/5028447-expected.txt:
        * platform/qt/editing/pasteboard/8145-3-expected.txt:
        * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt:
        * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-008-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-009-expected.txt:
        * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
        * platform/qt/editing/pasteboard/unrendered-br-expected.txt:

2012-10-04  Dean Jackson  <dino@apple.com>

        Attribute and Uniform variable names need translation in shader
        https://bugs.webkit.org/show_bug.cgi?id=70989

        Reviewed by Tim Horton (and Darin Adler).

        Added subtests to exercise variables that are well under the limits but
        not long enough to produce an error. This way we now test all three options:
        under the limit, at the limit, over the limit.

        Also, the tests are unskipped on Mac.

        * fast/canvas/webgl/attrib-location-length-limits-expected.txt:
        * fast/canvas/webgl/attrib-location-length-limits.html:
        * fast/canvas/webgl/uniform-location-length-limits-expected.txt:
        * fast/canvas/webgl/uniform-location-length-limits.html:
        * platform/mac/TestExpectations:

2012-10-03  Benjamin Poulain  <bpoulain@apple.com>

        [WK2] Support all attributes of GeolocationPosition
        https://bugs.webkit.org/show_bug.cgi?id=98212

        Reviewed by Sam Weinig.

        Add a new test for the exposed attributes. It is disabled everywhere else than
        Mac because of the missing DRT features.

        * fast/dom/Geolocation/coordinates-interface-attributes-expected.txt: Added.
        * fast/dom/Geolocation/coordinates-interface-attributes.html: Added.
        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-10-04  Alpha Lam  <hclam@chromium.org>

        [skia] Drawing a subrect of bitmap image is misaligned
        https://bugs.webkit.org/show_bug.cgi?id=95121

        Reviewed by Stephen White.

        3 new tests added.

        - fast/images/paint-subrect.html

        This test enlarges a 2x1 image in a canvas for easy verification.
        2/3 of the image is used as source rectangle to exercise the code path
        for partial pixel addressing.

        Pixel test result should have 1/3 blue on the left and 2/3 green on the
        right with gradient according to interpolation settings.

        - fast/images/paint-subrect-grid.html

        Draws a 11x11 image into a canvas in 8 fragments with partial pixels.
        Canvas should look just like a single image enlarged.

        - fast/images/repaint-subrect-grid.html

        Scale a 31x31 image to 55x55. A blue square moves across the scaled
        image such that the image is partially invalidated. After the animation
        the image should look the same.

        * fast/images/paint-subrect-expected.txt: Added.
        * fast/images/paint-subrect-grid-expected.txt: Added.
        * fast/images/paint-subrect-grid.html: Added.
        * fast/images/paint-subrect.html: Added.
        * fast/images/repaint-subrect-grid-expected.html: Added.
        * fast/images/repaint-subrect-grid.html: Added.
        * fast/images/resources/grid-large.png: Added.
        * fast/images/resources/grid-small.png: Added.
        * platform/chromium/TestExpectations: Added image failure expectations.
        * platform/chromium/fast/images/paint-subrect-expected.png: Added.
        * platform/chromium/fast/images/paint-subrect-grid-expected.png: Added.
        * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Added.

2012-10-03  Ryosuke Niwa  <rniwa@webkit.org>

        ReplaceSelectionCommand should merge text nodes
        https://bugs.webkit.org/show_bug.cgi?id=98188

        Reviewed by Levi Weintraub.

        Rebaselined tests.

        * editing/deleting/merge-paragraphs-with-transparent-background-expected.txt:
        * editing/deleting/paste-with-transparent-background-color-expected.txt:
        * editing/execCommand/outdent-selection-expected.txt:
        * editing/execCommand/remove-list-items-expected.txt:
        * editing/inserting/insert-3907422-fix-expected.txt:
        * editing/pasteboard/avoid-copying-body-with-background-expected.txt:
        * editing/pasteboard/block-wrappers-necessary-expected.txt:
        * editing/pasteboard/drag-drop-list-expected.txt:
        * editing/pasteboard/merge-end-5-expected.txt:
        * editing/pasteboard/paste-before-tab-span-expected.txt:
        * editing/pasteboard/paste-into-table-cell-expected.txt:
        * editing/pasteboard/paste-text-001-expected.txt:
        * editing/pasteboard/paste-text-002-expected.txt:
        * editing/pasteboard/paste-text-003-expected.txt:
        * editing/pasteboard/paste-text-010-expected.txt:
        * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
        * editing/pasteboard/paste-unrendered-select-expected.txt:
        * editing/pasteboard/smart-paste-001-expected.txt:
        * editing/pasteboard/smart-paste-002-expected.txt:
        * editing/pasteboard/smart-paste-003-expected.txt:
        * editing/pasteboard/smart-paste-004-expected.txt:
        * editing/pasteboard/smart-paste-005-expected.txt:
        * editing/pasteboard/smart-paste-006-expected.txt:
        * fast/events/ondragenter-expected.txt:
        * fast/lists/drag-into-marker.html:
        * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
        * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
        * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
        * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
        * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
        * platform/mac/editing/deleting/merge-no-br-expected.txt:
        * platform/mac/editing/execCommand/find-after-replace-expected.txt:
        * platform/mac/editing/execCommand/paste-1-expected.txt:
        * platform/mac/editing/execCommand/paste-2-expected.txt:
        * platform/mac/editing/pasteboard/4944770-2-expected.txt:
        * platform/mac/editing/pasteboard/5006779-expected.txt:
        * platform/mac/editing/pasteboard/5028447-expected.txt:
        * platform/mac/editing/pasteboard/8145-3-expected.txt:
        * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt:
        * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
        * platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
        * platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
        * platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
        * platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
        * platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
        * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
        * platform/mac/editing/pasteboard/paste-text-004-expected.txt:
        * platform/mac/editing/pasteboard/paste-text-005-expected.txt:
        * platform/mac/editing/pasteboard/paste-text-008-expected.txt:
        * platform/mac/editing/pasteboard/paste-text-009-expected.txt:
        * platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
        * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
        * platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
        * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
        * platform/mac/editing/pasteboard/unrendered-br-expected.txt:

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

        Unreviewed, fix flexbox-baseline.html to test the new behavior after r130409.

        * css3/flexbox/flexbox-baseline.html:
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt:

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

        Unreviewed, fixing expected results for a test that needs a new baseline.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

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

        Unreviewed, rolling out r130396.
        http://trac.webkit.org/changeset/130396
        https://bugs.webkit.org/show_bug.cgi?id=98421

        This patch is causing crashes on 4 tests on Lion Debug and
        Mountain Lion Debug (Requested by jernoble on #webkit).

        * compositing/layer-creation/fixed-position-absolute-descendant-expected.txt: Removed.
        * compositing/layer-creation/fixed-position-absolute-descendant.html: Removed.

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

        [EFL] Fix r140403 by skipping the right test.

        * platform/efl/TestExpectations:

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

        inline-flex baseline is sometimes wrong
        https://bugs.webkit.org/show_bug.cgi?id=96188

        Reviewed by Ojan Vafai.

        Add a new pixel test and mark the test as failing so we can get pixel results from the bots.

        * css3/flexbox/flexbox-baseline.html: Added.
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

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

        [EFL] Temporarily skip fast/xsl/xslt-missing-namespace-in-xslt.html.

        As bug 91009 shows, libxml 2.8.0 makes us produce a different test
        result. Unskip the test for now until we add that version to
        jhbuild.

        * platform/efl/TestExpectations:

2012-10-04  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium] Should set unitsPerEm in SimpleFontDataSkia.cpp
        https://bugs.webkit.org/show_bug.cgi?id=98100

        Reviewed by Stephen White.

        * fast/writing-mode/resources/DroidSansFallback-reduced.ttf: Added.
        * fast/writing-mode/vertical-font-vmtx-units-per-em-expected.txt: Added.
        * fast/writing-mode/vertical-font-vmtx-units-per-em.html: Added.

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

        [EFL] Revert some wrong baselines added in r130387.

        Thanks to Christophe Dumez and Mikhail Pozdnyakov for the help.

        * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.txt: Removed.
        * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt:

2012-10-04  Peter Rybin  <peter.rybin@gmail.com>

        Web Inspector: expose object internal properties such as PrimitiveValue or BoundThis
        https://bugs.webkit.org/show_bug.cgi?id=94397

        Reviewed by Yury Semikhatsky.

        A test is added to support new feature. Old test is updated because line number changed.

        * inspector-protocol/runtime-getProperties-expected.txt: Added.
        * inspector-protocol/runtime-getProperties.html: Added.
        * inspector/console/command-line-api-expected.txt:

2012-10-04  Sami Kyostila  <skyostil@chromium.org>

        Fixed position visibility check does not consider descendants
        https://bugs.webkit.org/show_bug.cgi?id=98144

        Reviewed by Simon Fraser.

        Added a test for the fixed position layer visibility check.

        * compositing/layer-creation/fixed-position-absolute-descendant-expected.txt: Added.
        * compositing/layer-creation/fixed-position-absolute-descendant.html: Added.

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

        [Qt] Unreviewed gardening after r130385. Skip some failing test.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:

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

        Web Inspector: When uiSourceCode content has diverged from VM script, call frames should be shown in temporary script based uiSourceCodes.
        https://bugs.webkit.org/show_bug.cgi?id=98385

        Reviewed by Pavel Feldman.

        * inspector/debugger/dynamic-script-tag-expected.txt:
        * inspector/debugger/resource-script-mapping-expected.txt:

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

        [Qt] Unreviewed gardening after r130385. Skip a failing test.
        https://bugs.webkit.org/show_bug.cgi?id=62741

        * platform/qt/TestExpectations:

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

        [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 6.

        * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/efl/compositing/visibility/visibility-image-layers-expected.png: Added.
        * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
        * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.txt: Added.
        * platform/efl/fast/forms/datalist/update-range-with-datalist-expected.png: Added.
        * platform/efl/fast/selectors/unqualified-hover-strict-expected.png:
        * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt:
        * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
        * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
        * platform/efl/fullscreen/full-screen-stacking-context-expected.png:
        * platform/efl/fullscreen/full-screen-zIndex-after-expected.png:
        * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.png:
        * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt:
        * platform/efl/http/tests/local/file-url-sent-as-referer-expected.png:
        * platform/efl/http/tests/misc/frame-access-during-load-expected.png:
        * platform/efl/http/tests/misc/iframe404-expected.png:
        * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:
        * platform/efl/http/tests/uri/css-href-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
        * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
        * platform/efl/svg/filters/big-sized-filter-expected.png:
        * platform/efl/svg/filters/feColorMatrix-saturate-expected.png: Added.
        * platform/efl/svg/filters/feDropShadow-expected.png: Added.
        * platform/efl/svg/filters/feGaussianBlur-expected.png:
        * platform/efl/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
        * platform/efl/svg/filters/filterRes1-expected.png:
        * platform/efl/svg/filters/filterRes3-expected.png:
        * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.

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

        [Qt] Reviewing old bugs in Qt TestExpectations. Unskip now passing test.

        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/qt/editing/pasteboard/smart-paste-008-expected.txt:
        * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object-expected.txt: Added.
        * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Added.

2012-10-04  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Mark perf/show-hide-table-rows.html as flaky.

        * platform/chromium/TestExpectations:

2012-10-04  Harald Alvestrand  <hta@google.com>

        Change RTCPeerConnection GetStats to use Date timestamp format
        https://bugs.webkit.org/show_bug.cgi?id=98263

        Reviewed by Yury Semikhatsky.

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

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

        Unreviewed, rolling out r130377.
        http://trac.webkit.org/changeset/130377
        https://bugs.webkit.org/show_bug.cgi?id=98392

        Chromium Win compilation is broken (Requested by yurys on
        #webkit).

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

2012-10-04  Kent Tamura  <tkent@chromium.org>

        Some picker test for input[type=date] are failing
        https://bugs.webkit.org/show_bug.cgi?id=98390

        * platform/chromium/TestExpectations:

2012-10-04  Kent Tamura  <tkent@chromium.org>

        [Chromium] Fix an error in TestExpectations.

        * platform/chromium/TestExpectations:

2012-10-04  Harald Alvestrand  <hta@google.com>

        Change RTCPeerConnection GetStats to use Date timestamp format
        https://bugs.webkit.org/show_bug.cgi?id=98263

        Reviewed by Adam Barth.

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

2012-10-04  Kent Tamura  <tkent@chromium.org>

        Update tests for input[type=date] with the multiple fields UI
        https://bugs.webkit.org/show_bug.cgi?id=98386

        Reviewed by Hajime Morita.

        Remove some tests for input[type=date. They depends on the old UI, which
        we don't use any more.
        Mark some tests fail. We need to update their results later.

        * fast/forms/date/date-appearance.html: Removed.
        * fast/forms/date/date-fixed-placeholder-expected.txt: Removed.
        * fast/forms/date/date-fixed-placeholder.html: Removed.
        * fast/forms/date/date-input-visible-strings-expected.txt: Removed.
        * fast/forms/date/date-input-visible-strings.html: Removed.
        * fast/forms/date/input-date-commit-valid-only-expected.txt: Removed.
        * fast/forms/date/input-date-commit-valid-only.html: Removed.
        * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: Removed.
        * platform/chromium-win/fast/forms/date/date-appearance-expected.png: Removed.
        * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: Removed.
        * platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Removed.

2012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>

        [Qt] css2.1/20110323/text-indent-intrinsic-00* fail
        https://bugs.webkit.org/show_bug.cgi?id=91772

        Reviewed by Yuta Kitamura.

        Unskip some tests that are passing.

        * platform/qt/TestExpectations:

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

        Unreviewed GTK gardening.

        Adding proper bug modifiers for accessibility failures that don't yet have one.

        * platform/gtk/TestExpectations:

2012-10-04  Yury Semikhatsky  <yurys@chromium.org>

        Removed duplicate entries introduced by r130355

        * platform/chromium/TestExpectations:

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

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

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-03  Kent Tamura  <tkent@chromium.org>

        DateTimeYearFieldElement should respect min/max values specified by page authors
        https://bugs.webkit.org/show_bug.cgi?id=98227

        Reviewed by Hajime Morita.

        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added.

2012-10-03  Douglas Stockwell  <dstockwell@chromium.org>

        Chromium needs support for border radius clipping
        https://bugs.webkit.org/show_bug.cgi?id=69866

        Reviewed by Stephen White.

        * platform/chromium-linux/fast/clip/overflow-border-radius-combinations-expected.png:
        * platform/chromium-linux/fast/clip/overflow-border-radius-fixed-position-expected.png:
        * platform/chromium-linux/fast/clip/overflow-border-radius-transformed-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-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/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-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/TestExpectations:

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

        Unreviewed, remove 2 tests that were moved in http://trac.webkit.org/changeset/130150.

        http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html and
        http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html were
        refactored away.

        * platform/qt/TestExpectations:

2012-10-03  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium/win rebaseline for r130329.

        * 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:

2012-10-03  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium/mac rebaseline for r130329.

        * 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:

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

        Simplify the magnitude-perf test harness
        https://bugs.webkit.org/show_bug.cgi?id=98305

        Reviewed by Ryosuke Niwa.

        -Remove the chromium.Interval stuff. This API no longer exists.
        -Reduce the number of iterations to 8.
        -Start magnitude at 1 instead of 0.
        -Remove all the iterationsPerRun junk. This complexity was not achieving the goal of
        reducing flakiness.

        With these changes, the perf tests are not flaky for me locally.
        I ran all the perf tests with --iterations=100 and had no failures,
        All the complexity was increasing flakiness.

        This also reduces the runtime of the tests by >2x.

        * perf/adding-radio-buttons.html:
        This test is clearly linear. It should never have been marked constant.
        The patch that landed it was fixing an n^2 behavior.

        * perf/array-binary-search.html:
        Search for the first item in the array so that the search is always actually log n.

        * perf/nested-combined-selectors.html:
        Now that we run fewer iterations, we don't need to artificially limit this test.

        * resources/magnitude-perf.js:
        (Magnitude.run):
        (Magnitude._run):
        (Magnitude._rSquared):
        (Magnitude._logIterationInfo):
        (Magnitude._bigOGuess):
        (Magnitude._runIteration):
        (Magnitude):

2012-10-03  Joshua Bell  <jsbell@chromium.org>

        [Chromium] storage/indexeddb tests sometimes timeout
        https://bugs.webkit.org/show_bug.cgi?id=65862

        Reviewed by Ojan Vafai.

        storage/indexeddb/index-cursor.html was taking up to 26 seconds on some debug configurations
        due to the large amount of output. Tweak the test to reduce the spam. On my test box this
        drops the runtime of this single test from 7s to 2s.

        * storage/indexeddb/index-cursor-expected.txt:
        * storage/indexeddb/resources/index-cursor.js:
        (cursorIteration):

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

        [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 5.

        Finally finish rebaselining fast/.

        * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
        * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
        * platform/efl/fast/replaced/width100percent-image-expected.png:
        * platform/efl/fast/replaced/width100percent-textfield-expected.png:
        * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png: Added.
        * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png: Added.
        * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png: Added.
        * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png: Added.
        * platform/efl/fast/ruby/ruby-inline-table-expected.png:
        * platform/efl/fast/runin/001-expected.png:
        * platform/efl/fast/runin/generated-expected.png:
        * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
        * platform/efl/fast/table/floatingTablePaintBackground-expected.png:
        * platform/efl/fast/table/form-with-table-style-expected.png:
        * platform/efl/fast/text/backslash-to-yen-sign-euc-expected.png:
        * platform/efl/fast/text/emphasis-avoid-ruby-expected.png:
        * platform/efl/fast/text/emphasis-combined-text-expected.png:
        * platform/efl/fast/text/emphasis-overlap-expected.png:
        * platform/efl/fast/text/large-text-composed-char-expected.png:
        * platform/efl/fast/text/whitespace/002-expected.png:
        * platform/efl/fast/text/whitespace/003-expected.png:
        * platform/efl/fast/text/whitespace/004-expected.png:
        * platform/efl/fast/text/whitespace/005-expected.png:
        * platform/efl/fast/text/whitespace/006-expected.png:
        * platform/efl/fast/text/whitespace/007-expected.png:
        * platform/efl/fast/text/whitespace/008-expected.png:
        * platform/efl/fast/text/whitespace/009-expected.png:
        * platform/efl/fast/text/whitespace/010-expected.png:
        * platform/efl/fast/text/whitespace/011-expected.png:
        * platform/efl/fast/text/whitespace/012-expected.png:
        * platform/efl/fast/text/whitespace/013-expected.png:
        * platform/efl/fast/text/whitespace/014-expected.png:
        * platform/efl/fast/text/whitespace/015-expected.png:
        * platform/efl/fast/text/whitespace/016-expected.png:
        * platform/efl/fast/text/whitespace/018-expected.png:
        * platform/efl/fast/text/whitespace/020-expected.png:
        * platform/efl/fast/text/whitespace/021-expected.png:
        * platform/efl/fast/text/whitespace/025-expected.png:
        * platform/efl/fast/text/whitespace/027-expected.png:
        * platform/efl/fast/text/whitespace/030-expected.png:
        * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/efl/fast/text/whitespace/pre-break-word-expected.png:
        * platform/efl/fast/text/whitespace/pre-wrap-last-char-expected.png:
        * platform/efl/fast/text/whitespace/pre-wrap-line-test-expected.png:
        * platform/efl/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
        * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:

2012-10-03  Emil A Eklund  <eae@chromium.org>

        Round image sizes when zooming
        https://bugs.webkit.org/show_bug.cgi?id=98205

        Reviewed by Eric Seidel.

        Add test for zoomed large image tiles.

        * fast/images/zoomed-img-size.html:
        * fast/sub-pixel/zoomed-image-tiles-expected.html: Added.
        * fast/sub-pixel/zoomed-image-tiles.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/fast/images/zoomed-img-size-expected.txt: Added.
        * platform/gtk/TestExpectations:
        * platform/mac-lion/TestExpectations:
        * platform/mac-snowleopard/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win-wk2/TestExpectations:
        * platform/win-xp/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:
        * platform/wk2/TestExpectations:

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

        [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 5.

        * platform/efl/fast/repaint/list-marker-2-expected.png:
        * platform/efl/fast/repaint/list-marker-expected.png:
        * platform/efl/fast/repaint/make-children-non-inline-expected.png:
        * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
        * platform/efl/fast/repaint/outline-child-repaint-expected.png:
        * platform/efl/fast/repaint/outline-inset-expected.png:
        * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
        * platform/efl/fast/repaint/outline-shrinking-expected.png:
        * platform/efl/fast/repaint/overflow-delete-line-expected.png:
        * platform/efl/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
        * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
        * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
        * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
        * platform/efl/fast/repaint/reflection-redraw-expected.png:
        * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
        * platform/efl/fast/repaint/scale-page-shrink-expected.png:
        * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
        * platform/efl/fast/repaint/selected-replaced-expected.png:
        * platform/efl/fast/repaint/selection-after-remove-expected.png:
        * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
        * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
        * platform/efl/fast/repaint/selection-rl-expected.png:
        * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/efl/fast/repaint/stacked-diacritics-expected.png:
        * platform/efl/fast/repaint/static-to-positioned-expected.png:
        * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
        * platform/efl/fast/repaint/table-cell-move-expected.png:
        * platform/efl/fast/repaint/table-collapsed-border-expected.png:
        * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
        * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
        * platform/efl/fast/repaint/text-emphasis-v-expected.png: Added.
        * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
        * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
        * platform/efl/fast/repaint/text-shadow-expected.png:
        * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
        * platform/efl/fast/repaint/textarea-set-disabled-expected.png: Added.
        * platform/efl/fast/repaint/transform-relative-position-expected.png:

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

        [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 4.

        * platform/efl/fast/repaint/bugzilla-7235-expected.png:
        * platform/efl/fast/repaint/change-transform-expected.png:
        * platform/efl/fast/repaint/clipped-relative-expected.png:
        * platform/efl/fast/repaint/containing-block-position-change-expected.png:
        * platform/efl/fast/repaint/control-clip-expected.png:
        * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
        * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
        * platform/efl/fast/repaint/fixed-table-cell-expected.png:
        * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
        * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
        * platform/efl/fast/repaint/float-move-during-layout-expected.png:
        * platform/efl/fast/repaint/focus-layers-expected.png:
        * platform/efl/fast/repaint/inline-block-overflow-expected.png:
        * platform/efl/fast/repaint/layer-child-outline-expected.png:
        * platform/efl/fast/repaint/layer-outline-expected.png:
        * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
        * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
        * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
        * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png:
        * platform/efl/fast/repaint/line-overflow-expected.png:

2012-10-03  Benjamin Poulain  <bpoulain@apple.com>

        Fix Geolocation/window-close-crash.html and harden WebKitTestRunner for Geolocation
        https://bugs.webkit.org/show_bug.cgi?id=97608

        Reviewed by Sam Weinig.

        * platform/wk2/TestExpectations:
        Unskip fast/dom/Geolocation/window-close-crash.html.
        * platform/mac-wk2/TestExpectations:
        Unskip fast/dom/Geolocation/maximum-age.html.

2012-10-03  Stephen Chenney  <schenney@chromium.org>

        REGRESSION(r130160): It made 3 tests crash
        https://bugs.webkit.org/show_bug.cgi?id=98158

        Unreviewed testExpectations update.

        * platform/qt/TestExpectations: Removed expectations from tests that were crashing due to this bug.

2012-10-03  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-10-03  Ojan Vafai  <ojan@chromium.org>

        Fix some style violations in perparation for changing this code.
        * resources/magnitude-perf.js:
        (Magnitude.run):
        (Magnitude._logIterationInfo):
        (Magnitude._runIteration):

2012-10-03  Dirk Pranke  <dpranke@chromium.org>

        Mark platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html as slow on Mac Lion Release
        https://bugs.webkit.org/show_bug.cgi?id=79679

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-10-03  Adam Barth  <abarth@webkit.org>

        Crash when calling document.open during unload
        https://bugs.webkit.org/show_bug.cgi?id=98287

        Reviewed by Nate Chapin.

        Test that we don't crash when calling document.open during the unload event.

        * fast/parser/document-open-in-unload-expected.txt: Added.
        * fast/parser/document-open-in-unload.html: Added.

2012-10-03  Hans Wennborg  <hans@chromium.org>

        Speech JavaScript API: Add SpeechRecognition.interimResults attribute
        https://bugs.webkit.org/show_bug.cgi?id=98279

        Reviewed by Adam Barth.

        Update test to check for the interimResults attribute.

        * fast/speech/scripted/basics-expected.txt:
        * fast/speech/scripted/basics.html:

2012-10-03  Hans Wennborg  <hans@chromium.org>

        Speech JavaScript API: Remove resultdeleted event
        https://bugs.webkit.org/show_bug.cgi?id=98272

        Reviewed by Adam Barth.

        Update layout test not to check for onresultdeleted event handler.

        * fast/speech/scripted/basics-expected.txt:
        * fast/speech/scripted/basics.html:

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

        Unreviwed gardening -- adjusted expectations for tiny-layer-rotated.html

        * platform/chromium/TestExpectations:

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

        Unreviewed gardening -- added expectations for 3 time-suggestion-picker-appearance tests.

        * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.

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

        [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 3.

        * platform/efl/fast/media/mq-js-media-except-03-expected.png:
        * platform/efl/fast/media/mq-js-stylesheet-media-01-expected.png:
        * platform/efl/fast/media/mq-js-stylesheet-media-02-expected.png:
        * platform/efl/fast/media/mq-js-stylesheet-media-03-expected.png:
        * platform/efl/fast/media/mq-js-stylesheet-media-04-expected.png:
        * platform/efl/fast/media/mq-orientation-expected.png:
        * platform/efl/fast/media/mq-relative-constraints-02-expected.png:
        * platform/efl/fast/media/mq-relative-constraints-03-expected.png:
        * platform/efl/fast/media/mq-relative-constraints-04-expected.png:
        * platform/efl/fast/media/mq-relative-constraints-05-expected.png:
        * platform/efl/fast/media/mq-relative-constraints-06-expected.png:
        * platform/efl/fast/media/mq-relative-constraints-07-expected.png:
        * platform/efl/fast/media/mq-relative-constraints-08-expected.png:
        * platform/efl/fast/media/mq-relative-constraints-09-expected.png:
        * platform/efl/fast/media/mq-transition-expected.png:
        * platform/efl/fast/media/mq-width-absolute-01-expected.png:
        * platform/efl/fast/media/mq-width-absolute-02-expected.png:
        * platform/efl/fast/media/mq-width-absolute-03-expected.png:
        * platform/efl/fast/media/mq-width-absolute-04-expected.png:
        * platform/efl/fast/media/viewport-media-query-expected.png:
        * platform/efl/fast/overflow/001-expected.png:
        * platform/efl/fast/overflow/002-expected.png:
        * platform/efl/fast/overflow/003-expected.png:
        * platform/efl/fast/overflow/004-expected.png:
        * platform/efl/fast/overflow/006-expected.png:
        * platform/efl/fast/overflow/007-expected.png:
        * platform/efl/fast/overflow/border-radius-clipping-expected.png:
        * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
        * platform/efl/fast/overflow/dynamic-hidden-expected.png:
        * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
        * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
        * platform/efl/fast/overflow/image-selection-highlight-expected.png:
        * platform/efl/fast/overflow/line-clamp-expected.png:
        * platform/efl/fast/overflow/overflow-auto-table-expected.png:
        * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
        * platform/efl/fast/overflow/overflow-rtl-expected.png:
        * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
        * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
        * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
        * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
        * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
        * platform/efl/fast/overflow/table-overflow-float-expected.png:
        * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
        * platform/efl/fast/reflections/inline-crash-expected.png:
        * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
        * platform/efl/fast/reflections/reflection-nesting-expected.png:
        * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
        * platform/efl/fast/repaint/add-table-overpaint-expected.png: Added.
        * platform/efl/fast/repaint/background-scaling-expected.png: Added.
        * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
        * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
        * platform/efl/fast/repaint/border-radius-repaint-expected.png:
        * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
        * platform/efl/fast/repaint/box-shadow-h-expected.png:
        * platform/efl/fast/repaint/box-shadow-v-expected.png:
        * platform/efl/fast/repaint/bugzilla-3509-expected.png:
        * platform/efl/fast/repaint/bugzilla-5699-expected.png:
        * platform/efl/fast/repaint/bugzilla-6278-expected.png:
        * platform/efl/fast/repaint/bugzilla-6388-expected.png:
        * platform/efl/fast/repaint/bugzilla-6473-expected.png:

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

        [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 2.

        * platform/efl/fast/css3-text-decoration: Added.
        * platform/efl/fast/css3-text-decoration/repaint: Added.
        * platform/efl/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png: Added.
        * platform/efl/fast/doctypes/001-expected.png:
        * platform/efl/fast/doctypes/002-expected.png:
        * platform/efl/fast/doctypes/003-expected.png:
        * platform/efl/fast/doctypes/004-expected.png:
        * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
        * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
        * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
        * platform/efl/fast/flexbox/002-expected.png:
        * platform/efl/fast/flexbox/003-expected.png:
        * platform/efl/fast/flexbox/004-expected.png:
        * platform/efl/fast/flexbox/005-expected.png:
        * platform/efl/fast/flexbox/006-expected.png:
        * platform/efl/fast/flexbox/007-expected.png:
        * platform/efl/fast/flexbox/008-expected.png:
        * platform/efl/fast/flexbox/009-expected.png:
        * platform/efl/fast/flexbox/010-expected.png:
        * platform/efl/fast/flexbox/011-expected.png:
        * platform/efl/fast/flexbox/012-expected.png:
        * platform/efl/fast/flexbox/016-expected.png:
        * platform/efl/fast/flexbox/017-expected.png:
        * platform/efl/fast/flexbox/018-expected.png:
        * platform/efl/fast/flexbox/019-expected.png:
        * platform/efl/fast/flexbox/020-expected.png:
        * platform/efl/fast/flexbox/021-expected.png:
        * platform/efl/fast/flexbox/022-expected.png:
        * platform/efl/fast/flexbox/023-expected.png:
        * platform/efl/fast/flexbox/024-expected.png:
        * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
        * platform/efl/fast/forms/input-align-expected.png:
        * platform/efl/fast/forms/input-text-double-click-expected.png:
        * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
        * platform/efl/fast/gradients/css3-color-stops-expected.png:
        * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
        * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
        * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
        * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
        * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
        * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
        * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
        * platform/efl/fast/images/image-map-anchor-children-expected.png:
        * platform/efl/fast/images/imagemap-case-expected.png:
        * platform/efl/fast/images/imagemap-circle-focus-ring-expected.png:
        * platform/efl/fast/images/imagemap-focus-ring-expected.png:
        * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.png:
        * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png:
        * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png:
        * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.png:
        * platform/efl/fast/inline-block/002-expected.png:
        * platform/efl/fast/inline-block/003-expected.png:
        * platform/efl/fast/inline-block/006-expected.png:
        * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
        * platform/efl/fast/inline-block/overflow-clip-expected.png:
        * platform/efl/fast/inline-block/tricky-baseline-expected.png:
        * platform/efl/fast/inline/001-expected.png:
        * platform/efl/fast/inline/25277-2-expected.png:
        * platform/efl/fast/inline/25277-expected.png:
        * platform/efl/fast/inline/br-text-decoration-expected.png:
        * platform/efl/fast/inline/continuation-outlines-expected.png:
        * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
        * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
        * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
        * platform/efl/fast/inline/inline-continuation-borders-expected.png:
        * platform/efl/fast/inline/inline-focus-ring-expected.png:
        * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
        * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
        * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
        * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/efl/fast/innerHTML/002-expected.png:
        * platform/efl/fast/innerHTML/003-expected.png:
        * platform/efl/fast/innerHTML/006-expected.png:
        * platform/efl/fast/invalid/002-expected.png:
        * platform/efl/fast/invalid/014-expected.png:
        * platform/efl/fast/invalid/016-expected.png:
        * platform/efl/fast/invalid/021-expected.png:
        * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
        * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
        * platform/efl/fast/layers/layer-visibility-expected.png:
        * platform/efl/fast/layers/layer-visibility-sublayer-expected.png:
        * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
        * platform/efl/fast/layers/opacity-outline-expected.png:
        * platform/efl/fast/layers/opacity-transforms-expected.png:
        * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
        * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
        * platform/efl/fast/media/mq-animation-expected.png:
        * platform/efl/fast/media/mq-aspect-ratio-expected.png:
        * platform/efl/fast/media/mq-js-media-except-01-expected.png:
        * platform/efl/fast/media/mq-js-media-except-02-expected.png:

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

        [EFL] Update more pixel expectations in preparation for running pixel tests on the bots.

        * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
        * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
        * platform/efl/fast/body-propagation/background-color/003-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-color/003-expected.png:
        * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/004-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-color/004-expected.png:
        * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/006-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-color/006-expected.png:
        * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-color/007-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-color/007-expected.png:
        * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/003-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-image/003-expected.png:
        * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/004-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-image/004-expected.png:
        * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/006-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-image/006-expected.png:
        * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/007-declarative-expected.png:
        * platform/efl/fast/body-propagation/background-image/007-expected.png:
        * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/009-expected.png:
        * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.png:
        * platform/efl/fast/body-propagation/background-image/010-expected.png:
        * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/001-expected.png:
        * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/002-expected.png:
        * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/003-declarative-expected.png:
        * platform/efl/fast/body-propagation/overflow/003-expected.png:
        * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/004-declarative-expected.png:
        * platform/efl/fast/body-propagation/overflow/004-expected.png:
        * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/005-declarative-expected.png:
        * platform/efl/fast/body-propagation/overflow/005-expected.png:
        * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/006-declarative-expected.png:
        * platform/efl/fast/body-propagation/overflow/006-expected.png:
        * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.png:
        * platform/efl/fast/body-propagation/overflow/007-declarative-expected.png:
        * platform/efl/fast/body-propagation/overflow/007-expected.png:
        * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.png:
        * platform/efl/fast/borders/bidi-002-expected.png:
        * platform/efl/fast/borders/bidi-009a-expected.png: Added.
        * platform/efl/fast/borders/bidi-012-expected.png:
        * platform/efl/fast/borders/border-color-inherit-expected.png:
        * platform/efl/fast/borders/border-image-01-expected.png:
        * platform/efl/fast/borders/border-image-border-radius-expected.png:
        * platform/efl/fast/borders/border-image-longhand-expected.png:
        * platform/efl/fast/borders/border-image-massive-scale-expected.png:
        * platform/efl/fast/borders/border-image-outset-expected.png: Added.
        * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
        * platform/efl/fast/borders/border-image-repeat-expected.png:
        * platform/efl/fast/borders/border-image-rotate-transform-expected.png:
        * platform/efl/fast/borders/border-image-scale-transform-expected.png:
        * platform/efl/fast/borders/border-image-scaled-expected.png:
        * platform/efl/fast/borders/border-image-scrambled-expected.png:
        * platform/efl/fast/borders/border-image-side-reduction-expected.png: Added.
        * platform/efl/fast/borders/border-image-slices-expected.png:
        * platform/efl/fast/borders/border-image-source-expected.png:
        * platform/efl/fast/borders/border-radius-complex-inner-expected.png:
        * platform/efl/fast/borders/border-radius-constraints-expected.png:
        * platform/efl/fast/borders/border-radius-huge-assert-expected.png:
        * platform/efl/fast/borders/border-radius-inset-outset-expected.png:
        * platform/efl/fast/borders/border-radius-split-inline-expected.png:
        * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
        * platform/efl/fast/borders/different-color-borders-expected.png:
        * platform/efl/fast/borders/mixed-border-styles-expected.png:
        * platform/efl/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/efl/fast/borders/mixed-border-styles-radius2-expected.png:
        * platform/efl/fast/borders/outline-alpha-block-expected.png:
        * platform/efl/fast/borders/outline-alpha-inline-expected.png:
        * platform/efl/fast/borders/rtl-border-01-expected.png:
        * platform/efl/fast/borders/rtl-border-02-expected.png:
        * platform/efl/fast/borders/rtl-border-03-expected.png:
        * platform/efl/fast/borders/rtl-border-04-expected.png:
        * platform/efl/fast/borders/rtl-border-05-expected.png:
        * platform/efl/fast/canvas/arc360-expected.png:
        * platform/efl/fast/canvas/canvas-before-css-expected.png:
        * platform/efl/fast/canvas/canvas-composite-expected.png:
        * platform/efl/fast/canvas/canvas-composite-transformclip-expected.png:
        * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/efl/fast/canvas/canvas-transforms-during-path-expected.png:
        * platform/efl/fast/canvas/canvas-zoom-expected.png:
        * platform/efl/fast/canvas/check-stale-putImageData-expected.png: Added.
        * platform/efl/fast/canvas/drawImage-with-globalAlpha-expected.png:
        * platform/efl/fast/canvas/fillrect-gradient-zero-stops-expected.png:
        * platform/efl/fast/canvas/fillrect_gradient-expected.png:
        * platform/efl/fast/canvas/image-object-in-canvas-expected.png:
        * platform/efl/fast/canvas/patternfill-repeat-expected.png:
        * platform/efl/fast/canvas/quadraticCurveTo-expected.png:
        * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
        * platform/efl/fast/canvas/shadow-offset-1-expected.png:
        * platform/efl/fast/canvas/shadow-offset-2-expected.png:
        * platform/efl/fast/canvas/shadow-offset-3-expected.png:
        * platform/efl/fast/canvas/shadow-offset-4-expected.png:
        * platform/efl/fast/canvas/shadow-offset-5-expected.png:
        * platform/efl/fast/canvas/shadow-offset-6-expected.png:
        * platform/efl/fast/canvas/shadow-offset-7-expected.png:
        * platform/efl/fast/canvas/zero-size-fill-rect-expected.png:
        * platform/efl/fast/clip/004-expected.png:
        * platform/efl/fast/clip/005-expected.png:
        * platform/efl/fast/clip/006-expected.png:
        * platform/efl/fast/clip/007-expected.png:
        * platform/efl/fast/clip/009-expected.png:
        * platform/efl/fast/clip/010-expected.png:
        * platform/efl/fast/clip/013-expected.png:
        * platform/efl/fast/clip/014-expected.png:
        * platform/efl/fast/clip/nestedTransparencyClip-expected.png:
        * platform/efl/fast/clip/outline-overflowClip-expected.png:
        * platform/efl/fast/clip/overflow-border-radius-combinations-expected.png:
        * platform/efl/fast/clip/overflow-border-radius-composited-expected.png:
        * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.png:
        * platform/efl/fast/clip/overflow-border-radius-transformed-expected.png:
        * platform/efl/fast/compact/001-expected.png:
        * platform/efl/fast/compact/002-expected.png:
        * platform/efl/fast/css-generated-content/007-expected.png:
        * platform/efl/fast/css-generated-content/012-expected.png:
        * platform/efl/fast/css-generated-content/016-expected.png:
        * platform/efl/fast/css-generated-content/after-order-expected.png:
        * platform/efl/fast/css-generated-content/before-with-first-letter-expected.png:
        * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.png:
        * platform/efl/fast/css-generated-content/hover-style-change-expected.png:
        * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.png:
        * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
        * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.png:
        * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.png:
        * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.png:
        * platform/efl/fast/css/percent-top-value-with-relative-position-expected.png:
        * platform/efl/media/controls-layout-direction-expected.png:
        * platform/efl/printing/page-rule-in-media-query-expected.png:
        * platform/efl/transitions/suspend-transform-transition-expected.png: Added.

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

        Unreviewed. Skip media/event-queue-crash.html so that its console message does not cause next test to flake.

        * platform/chromium/TestExpectations:

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

        [Qt] Unreviewed gardening, add expected files for new passing tests.

        * platform/qt/css3/masking/clip-path-circle-expected.png: Added.
        * platform/qt/css3/masking/clip-path-circle-filter-expected.png: Added.
        * platform/qt/css3/masking/clip-path-circle-overflow-expected.png: Added.
        * platform/qt/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
        * platform/qt/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/qt/css3/masking/clip-path-ellipse-expected.png: Added.
        * platform/qt/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
        * platform/qt/css3/masking/clip-path-polygon-expected.png: Added.
        * platform/qt/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
        * platform/qt/css3/masking/clip-path-rectangle-expected.png: Added.
        * platform/qt/fast/canvas/canvas-render-layer-expected.png: Added.
        * platform/qt/fast/overflow/paged-x-div-expected.png: Added.
        * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
        * platform/qt/fast/overflow/paged-x-on-root-expected.png: Added.
        * platform/qt/fast/overflow/paged-x-with-column-gap-expected.png: Added.
        * platform/qt/fast/overflow/paged-y-div-expected.png: Added.
        * platform/qt/fast/overflow/paged-y-on-root-expected.png: Added.

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

        Implement DataList UI for input type time on chromium
        https://bugs.webkit.org/show_bug.cgi?id=98240

        Reviewed by Kent Tamura.

        * fast/forms/number/number-spinbutton-click-in-iframe.html:
        * fast/forms/resources/common-spinbutton-click-in-iframe.js:
        (getSpinButton): This broke because of the change to shadow DOM structure.
        * fast/forms/resources/common.js:
        (traverseNextNode):
        (getElementByPseudoId): This finds a descendant node with a matching pseudo id.
        * fast/forms/resources/suggestion-picker-common.js: Added.
        (highlightedEntry):
        (openPicker):
        (sendKey):
        * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html:
        * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe.html:
        * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/datalist/input-list-expected.txt:
        * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations-expected.txt:
        * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
        * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
        * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.txt: Added.
        * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl.html: Added.
        * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
        * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar.html: Added.
        * platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html: Added.
        * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt: Added.
        * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html: Added.
        * platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations-expected.txt: Added.
        * platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations.html: Added.

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

        [Qt] Enable mock scrollbars
        https://bugs.webkit.org/show_bug.cgi?id=98011

        Unreviewed gardening, update expected files after enabling mock scrollbars. (r130283)

        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
        * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
        * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png:
        * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.png:
        * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
        * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png:
        * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png:
        * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
        * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png:
        * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
        * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
        * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png:
        * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:

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

        [EFL] Rebaseline pixel expectations for scrollbars/ and tables/mozilla_expected_failures/.

        * platform/efl/scrollbars/scrollbars-on-positioned-content-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.png: Added.
        * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.png:
        * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/core/columns-expected.png:
        * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.png:
        * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
        * platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.png:

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

        Web Inspector: UISourceCode commitWorkingCopy should not fail when original script had syntax error.
        https://bugs.webkit.org/show_bug.cgi?id=97272

        Reviewed by Pavel Feldman.

        This patch is based on patch by John J. Barton.

        * http/tests/inspector/live-edit-test.js:
        (initialize_LiveEditTest.InspectorTest.replaceInSource):
        (initialize_LiveEditTest):
        * inspector/debugger/live-edit-expected.txt:
        * inspector/debugger/live-edit.html:
        * inspector/debugger/resources/edit-me-syntax-error.js: Added.
        (syntaxError):
        * platform/chromium/TestExpectations: re-enabled the test.

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

        [Qt] Enable mock scrollbars
        https://bugs.webkit.org/show_bug.cgi?id=98011

        Unreviewed gardening, update expected files after enabling mock scrollbars.

        * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt: Removed.
        * platform/qt-5.0/fast/forms/form-element-geometry-expected.png: Removed.
        * platform/qt-5.0/fast/forms/form-element-geometry-expected.txt: Removed.
        * platform/qt-5.0/fast/forms/listbox-bidi-align-expected.txt: Removed.
        * platform/qt-5.0/fast/forms/textarea-align-expected.png: Removed.
        * platform/qt-5.0/fast/forms/textarea-align-expected.txt: Removed.
        * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png: Removed.
        * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt: Removed.
        * platform/qt-5.0/fast/table/003-expected.png: Removed.
        * platform/qt-5.0/fast/table/003-expected.txt: Removed.
        * platform/qt-5.0/fast/table/border-collapsing/004-expected.txt: Removed.
        * platform/qt-5.0/fast/text/backslash-to-yen-sign-euc-expected.txt: Removed.
        * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Removed.
        * platform/qt-5.0/fast/text/large-text-composed-char-expected.png: Removed.
        * platform/qt-5.0/fast/text/large-text-composed-char-expected.txt: Removed.
        * platform/qt-5.0/fast/text/softHyphen-expected.txt: Removed.
        * platform/qt-5.0/fast/text/text-letter-spacing-expected.txt: Removed.
        * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Removed.
        * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Removed.
        * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Added.
        * platform/qt/compositing/overflow/nested-scrolling-expected.txt: Added.
        * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Added.
        * platform/qt/compositing/overflow/remove-overflow-crash2-expected.txt: Added.
        * 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/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/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_width-expected.png:
        * platform/qt/css1/box_properties/border_bottom_width-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_width-expected.png:
        * platform/qt/css1/box_properties/border_left_width-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_style-expected.png:
        * platform/qt/css1/box_properties/border_style-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_width-expected.png:
        * platform/qt/css1/box_properties/border_top_width-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/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_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_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_right-expected.png:
        * platform/qt/css1/box_properties/margin_right-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/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_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_right-expected.png:
        * platform/qt/css1/box_properties/padding_right-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/width-expected.png:
        * platform/qt/css1/box_properties/width-expected.txt:
        * platform/qt/css1/cascade/cascade_order-expected.png:
        * platform/qt/css1/cascade/cascade_order-expected.txt:
        * platform/qt/css1/classification/display-expected.png:
        * platform/qt/css1/classification/display-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:
        * 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_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/conformance/forward_compatible_parsing-expected.png:
        * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
        * 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_weight-expected.png:
        * platform/qt/css1/font_properties/font_weight-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:
        * 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/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_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/text_transform-expected.txt:
        * 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:
        * 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/css2.1/20110323/absolute-replaced-height-007-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.txt:
        * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
        * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt:
        * platform/qt/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
        * platform/qt/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
        * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
        * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
        * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
        * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-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-004-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-004-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-008-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-008-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-012-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-012-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-016-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-016-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/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-c5505-mrgn-02-c-expected.png:
        * platform/qt/css2.1/t0803-c5505-mrgn-02-c-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/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-fltmrgn-00-c-ag-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-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-c5526-fltclr-00-c-ag-expected.png:
        * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-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/t1202-counters-08-b-expected.png:
        * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
        * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
        * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-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/t1508-c527-font-07-b-expected.png:
        * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
        * platform/qt/css3/masking/clip-path-circle-expected.txt: Added.
        * platform/qt/css3/masking/clip-path-circle-filter-expected.txt: Added.
        * platform/qt/css3/masking/clip-path-circle-overflow-expected.txt: Added.
        * platform/qt/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Added.
        * platform/qt/css3/masking/clip-path-circle-relative-overflow-expected.txt: Added.
        * platform/qt/css3/masking/clip-path-ellipse-expected.txt: Added.
        * platform/qt/css3/masking/clip-path-polygon-evenodd-expected.txt: Added.
        * platform/qt/css3/masking/clip-path-polygon-expected.txt: Added.
        * platform/qt/css3/masking/clip-path-polygon-nonzero-expected.txt: Added.
        * platform/qt/css3/masking/clip-path-rectangle-expected.txt: Added.
        * 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-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/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
        * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/qt/editing/inserting/4960120-1-expected.png:
        * platform/qt/editing/inserting/4960120-1-expected.txt:
        * platform/qt/editing/inserting/insert-div-023-expected.png:
        * platform/qt/editing/inserting/insert-div-023-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/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/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:
        * 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-transforms-expected.png:
        * platform/qt/fast/backgrounds/background-leakage-transforms-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/block/basic/016-expected.png:
        * platform/qt/fast/block/basic/016-expected.txt:
        * platform/qt/fast/block/basic/truncation-rtl-expected.png:
        * platform/qt/fast/block/basic/truncation-rtl-expected.txt:
        * platform/qt/fast/block/float/008-expected.png:
        * platform/qt/fast/block/float/008-expected.txt: Added.
        * platform/qt/fast/block/float/013-expected.png:
        * platform/qt/fast/block/float/013-expected.txt:
        * platform/qt/fast/block/float/019-expected.png:
        * platform/qt/fast/block/float/019-expected.txt: Added.
        * platform/qt/fast/block/float/021-expected.png:
        * platform/qt/fast/block/float/021-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/032-expected.png:
        * platform/qt/fast/block/float/032-expected.txt:
        * platform/qt/fast/block/float/033-expected.png:
        * platform/qt/fast/block/float/033-expected.txt:
        * platform/qt/fast/block/float/035-expected.png:
        * platform/qt/fast/block/float/035-expected.txt: Added.
        * 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/br-with-clear-2-expected.png:
        * platform/qt/fast/block/float/br-with-clear-2-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/float-avoidance-expected.png:
        * platform/qt/fast/block/float/float-avoidance-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/overhanging-tall-block-expected.png:
        * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:
        * platform/qt/fast/block/float/relative-painted-twice-expected.png:
        * platform/qt/fast/block/float/relative-painted-twice-expected.txt: Added.
        * 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/lineboxcontain/parsing-invalid-expected.png:
        * platform/qt/fast/block/lineboxcontain/parsing-invalid-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/empty-clear-blocks-expected.png:
        * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
        * platform/qt/fast/block/positioning/047-expected.png:
        * platform/qt/fast/block/positioning/047-expected.txt:
        * platform/qt/fast/block/positioning/051-expected.png:
        * platform/qt/fast/block/positioning/051-expected.txt:
        * platform/qt/fast/block/positioning/055-expected.png:
        * platform/qt/fast/block/positioning/055-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/005-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-lr/005-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/005-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-rl/005-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/fixed-positioning-scrollbar-bug-expected.png:
        * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
        * platform/qt/fast/block/positioning/negative-rel-position-expected.png:
        * platform/qt/fast/block/positioning/negative-rel-position-expected.txt: Added.
        * 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/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/border-image-massive-scale-expected.png:
        * platform/qt/fast/borders/border-image-massive-scale-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/inline-mask-overlay-image-expected.png:
        * platform/qt/fast/borders/inline-mask-overlay-image-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/basic-shadows-expected.txt:
        * platform/qt/fast/box-sizing/box-sizing-expected.png:
        * platform/qt/fast/box-sizing/box-sizing-expected.txt:
        * platform/qt/fast/canvas/canvas-bg-expected.png:
        * platform/qt/fast/canvas/canvas-bg-expected.txt: Added.
        * platform/qt/fast/canvas/canvas-render-layer-expected.txt: Added.
        * platform/qt/fast/clip/014-expected.png:
        * platform/qt/fast/clip/014-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/table-parts-before-and-after-expected.png:
        * platform/qt/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
        * platform/qt/fast/css/005-expected.png:
        * platform/qt/fast/css/005-expected.txt:
        * platform/qt/fast/css/MarqueeLayoutTest-expected.png:
        * platform/qt/fast/css/MarqueeLayoutTest-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/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/clip-text-in-scaled-div-expected.png:
        * platform/qt/fast/css/clip-text-in-scaled-div-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/empty-pseudo-class-expected.png:
        * platform/qt/fast/css/empty-pseudo-class-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-of-type-pseudo-class-expected.png:
        * platform/qt/fast/css/first-of-type-pseudo-class-expected.txt:
        * platform/qt/fast/css/font_property_normal-expected.png:
        * platform/qt/fast/css/font_property_normal-expected.txt:
        * platform/qt/fast/css/hsl-color-expected.png:
        * platform/qt/fast/css/hsl-color-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/line-height-overflow-expected.png:
        * platform/qt/fast/css/line-height-overflow-expected.txt:
        * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.png:
        * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
        * platform/qt/fast/css/nested-rounded-corners-expected.png: Added.
        * platform/qt/fast/css/nested-rounded-corners-expected.txt: Added.
        * 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/positioned-overflow-scroll-expected.png:
        * platform/qt/fast/css/positioned-overflow-scroll-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/resize-corner-tracking-expected.png:
        * platform/qt/fast/css/resize-corner-tracking-expected.txt:
        * platform/qt/fast/css/shadow-multiple-expected.png:
        * platform/qt/fast/css/shadow-multiple-expected.txt:
        * platform/qt/fast/css/text-transform-select-expected.png:
        * platform/qt/fast/css/text-transform-select-expected.txt:
        * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-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/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:
        * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
        * platform/qt/fast/dynamic/008-expected.png:
        * platform/qt/fast/dynamic/008-expected.txt:
        * platform/qt/fast/dynamic/anchor-lock-expected.png:
        * platform/qt/fast/dynamic/anchor-lock-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/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/pointer-events-2-expected.png:
        * 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/flexbox/009-expected.png:
        * platform/qt/fast/flexbox/009-expected.txt:
        * platform/qt/fast/flexbox/016-expected.png:
        * platform/qt/fast/flexbox/016-expected.txt:
        * platform/qt/fast/flexbox/flex-hang-expected.png:
        * platform/qt/fast/flexbox/flex-hang-expected.txt:
        * platform/qt/fast/forms/HTMLOptionElement_label05-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label05-expected.txt:
        * platform/qt/fast/forms/basic-textareas-quirks-expected.png:
        * platform/qt/fast/forms/basic-textareas-quirks-expected.txt:
        * platform/qt/fast/forms/button-default-title-expected.png: Added.
        * platform/qt/fast/forms/button-default-title-expected.txt:
        * platform/qt/fast/forms/button-table-styles-expected.png:
        * platform/qt/fast/forms/button-table-styles-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/fieldset-align-expected.png:
        * platform/qt/fast/forms/fieldset-align-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/form-element-geometry-expected.png:
        * platform/qt/fast/forms/form-element-geometry-expected.txt:
        * platform/qt/fast/forms/form-hides-table-expected.png:
        * platform/qt/fast/forms/form-hides-table-expected.txt:
        * platform/qt/fast/forms/hidden-listbox-expected.png: Added.
        * platform/qt/fast/forms/hidden-listbox-expected.txt:
        * platform/qt/fast/forms/input-appearance-selection-expected.png:
        * platform/qt/fast/forms/input-appearance-selection-expected.txt:
        * platform/qt/fast/forms/listbox-bidi-align-expected.png:
        * platform/qt/fast/forms/listbox-bidi-align-expected.txt:
        * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.png: Added.
        * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
        * platform/qt/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
        * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
        * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
        * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
        * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
        * platform/qt/fast/forms/option-strip-whitespace-expected.png: Added.
        * platform/qt/fast/forms/option-strip-whitespace-expected.txt:
        * platform/qt/fast/forms/placeholder-position-expected.png:
        * platform/qt/fast/forms/placeholder-position-expected.txt:
        * platform/qt/fast/forms/select-block-background-expected.png: Added.
        * platform/qt/fast/forms/select-block-background-expected.txt:
        * platform/qt/fast/forms/select-change-listbox-size-expected.png: Added.
        * platform/qt/fast/forms/select-change-listbox-size-expected.txt:
        * platform/qt/fast/forms/select-change-popup-to-listbox-expected.png: Added.
        * platform/qt/fast/forms/select-change-popup-to-listbox-expected.txt:
        * platform/qt/fast/forms/select-initial-position-expected.png: Added.
        * platform/qt/fast/forms/select-initial-position-expected.txt:
        * platform/qt/fast/forms/select-item-background-clip-expected.png: Added.
        * platform/qt/fast/forms/select-item-background-clip-expected.txt:
        * platform/qt/fast/forms/select-list-box-with-height-expected.png: Added.
        * 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/textarea-align-expected.png:
        * platform/qt/fast/forms/textarea-align-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-setinnerhtml-expected.png:
        * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt:
        * platform/qt/fast/frames/calculate-fixed-expected.png: Added.
        * platform/qt/fast/frames/calculate-fixed-expected.txt:
        * platform/qt/fast/frames/calculate-order-expected.png: Added.
        * platform/qt/fast/frames/calculate-order-expected.txt:
        * platform/qt/fast/frames/calculate-percentage-expected.png: Added.
        * platform/qt/fast/frames/calculate-percentage-expected.txt:
        * platform/qt/fast/frames/calculate-relative-expected.png: Added.
        * platform/qt/fast/frames/calculate-relative-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-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/frame-scrolling-attribute-expected.png:
        * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
        * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
        * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.txt: Added.
        * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png:
        * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
        * platform/qt/fast/frames/inline-object-inside-frameset-expected.png:
        * platform/qt/fast/frames/inline-object-inside-frameset-expected.txt:
        * platform/qt/fast/frames/invalid-expected.png: Added.
        * platform/qt/fast/frames/invalid-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/valid-expected.png: Added.
        * platform/qt/fast/frames/valid-expected.txt:
        * platform/qt/fast/gradients/background-clipped-expected.png:
        * platform/qt/fast/gradients/background-clipped-expected.txt: Added.
        * platform/qt/fast/html/details-position-expected.png:
        * platform/qt/fast/html/details-position-expected.txt:
        * platform/qt/fast/html/details-writing-mode-expected.png:
        * platform/qt/fast/html/details-writing-mode-expected.txt:
        * platform/qt/fast/images/gif-large-checkerboard-expected.png:
        * platform/qt/fast/images/gif-large-checkerboard-expected.txt: Added.
        * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
        * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.txt:
        * platform/qt/fast/inline-block/tricky-baseline-expected.png:
        * platform/qt/fast/inline-block/tricky-baseline-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:
        * platform/qt/fast/inline/inline-continuation-borders-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/fast/inline/long-wrapped-line-expected.png:
        * platform/qt/fast/inline/long-wrapped-line-expected.txt:
        * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.png:
        * platform/qt/fast/layers/overflow-scroll-auto-switch-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/line-grid/line-grid-inside-columns-expected.png:
        * platform/qt/fast/line-grid/line-grid-inside-columns-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/008-expected.png:
        * 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/li-br-expected.png:
        * platform/qt/fast/lists/li-br-expected.txt:
        * platform/qt/fast/lists/ol-start-parsing-expected.png:
        * platform/qt/fast/lists/ol-start-parsing-expected.txt:
        * platform/qt/fast/lists/olstart-expected.png:
        * platform/qt/fast/lists/olstart-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-02-expected.png:
        * platform/qt/fast/media/mq-relative-constraints-02-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-03-expected.png:
        * platform/qt/fast/media/mq-relative-constraints-03-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-04-expected.png:
        * platform/qt/fast/media/mq-relative-constraints-04-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-05-expected.png:
        * platform/qt/fast/media/mq-relative-constraints-05-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-06-expected.png:
        * platform/qt/fast/media/mq-relative-constraints-06-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-07-expected.png:
        * 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:
        * platform/qt/fast/media/mq-relative-constraints-09-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-01-expected.png:
        * platform/qt/fast/media/mq-width-absolute-01-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-02-expected.png:
        * platform/qt/fast/media/mq-width-absolute-02-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-03-expected.png:
        * platform/qt/fast/media/mq-width-absolute-03-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-04-expected.png:
        * platform/qt/fast/media/mq-width-absolute-04-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/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-rules-stacking-expected.png:
        * platform/qt/fast/multicol/column-rules-stacking-expected.txt:
        * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
        * platform/qt/fast/multicol/columns-shorthand-parsing-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-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/paginate-block-replaced-expected.png:
        * platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
        * platform/qt/fast/multicol/pagination-h-horizontal-bt-expected.png:
        * platform/qt/fast/multicol/pagination-h-horizontal-bt-expected.txt:
        * platform/qt/fast/multicol/pagination-h-horizontal-tb-expected.png:
        * platform/qt/fast/multicol/pagination-h-horizontal-tb-expected.txt:
        * platform/qt/fast/multicol/pagination-h-vertical-lr-expected.png:
        * platform/qt/fast/multicol/pagination-h-vertical-lr-expected.txt:
        * platform/qt/fast/multicol/pagination-h-vertical-rl-expected.png:
        * platform/qt/fast/multicol/pagination-h-vertical-rl-expected.txt:
        * platform/qt/fast/multicol/pagination-v-horizontal-bt-expected.png:
        * platform/qt/fast/multicol/pagination-v-horizontal-bt-expected.txt:
        * platform/qt/fast/multicol/pagination-v-horizontal-tb-expected.png:
        * platform/qt/fast/multicol/pagination-v-horizontal-tb-expected.txt:
        * platform/qt/fast/multicol/pagination-v-vertical-lr-expected.png:
        * platform/qt/fast/multicol/pagination-v-vertical-lr-expected.txt:
        * platform/qt/fast/multicol/pagination-v-vertical-rl-expected.png:
        * platform/qt/fast/multicol/pagination-v-vertical-rl-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/progression-reverse-expected.png:
        * platform/qt/fast/multicol/progression-reverse-expected.txt:
        * platform/qt/fast/multicol/scrolling-overflow-expected.png:
        * platform/qt/fast/multicol/scrolling-overflow-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/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-margin-collapsing-expected.png:
        * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
        * platform/qt/fast/multicol/table-vertical-align-expected.png:
        * platform/qt/fast/multicol/table-vertical-align-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/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/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-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:
        * platform/qt/fast/overflow/002-expected.png:
        * platform/qt/fast/overflow/002-expected.txt:
        * platform/qt/fast/overflow/006-expected.png:
        * 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:
        * platform/qt/fast/overflow/008-expected.txt:
        * platform/qt/fast/overflow/childFocusRingClip-expected.png:
        * platform/qt/fast/overflow/childFocusRingClip-expected.txt:
        * platform/qt/fast/overflow/float-in-relpositioned-expected.png:
        * platform/qt/fast/overflow/float-in-relpositioned-expected.txt:
        * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.txt:
        * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png:
        * 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/overflow-auto-position-absolute-expected.png:
        * 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.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:
        * platform/qt/fast/overflow/overflow-stacking-expected.txt:
        * platform/qt/fast/overflow/overflow-update-transform-expected.png:
        * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Added.
        * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
        * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
        * platform/qt/fast/overflow/paged-x-div-expected.txt: Added.
        * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
        * platform/qt/fast/overflow/paged-x-on-root-expected.txt: Added.
        * platform/qt/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
        * platform/qt/fast/overflow/paged-y-div-expected.txt: Added.
        * platform/qt/fast/overflow/paged-y-on-root-expected.txt: Added.
        * 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:
        * 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/entity-comment-in-textarea-expected.png:
        * platform/qt/fast/parser/entity-comment-in-textarea-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/reflections/reflection-direction-expected.png:
        * platform/qt/fast/reflections/reflection-direction-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/fixed-tranformed-expected.png:
        * platform/qt/fast/repaint/fixed-tranformed-expected.txt:
        * platform/qt/fast/repaint/layout-state-only-positioned-expected.png:
        * platform/qt/fast/repaint/layout-state-only-positioned-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/repaint-during-scroll-expected.png:
        * platform/qt/fast/repaint/repaint-during-scroll-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/selection-gap-overflow-scroll-2-expected.png:
        * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-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/replaced/005-expected.png:
        * platform/qt/fast/replaced/005-expected.txt:
        * platform/qt/fast/replaced/border-radius-clip-expected.png:
        * platform/qt/fast/replaced/border-radius-clip-expected.txt:
        * platform/qt/fast/replaced/replaced-breaking-expected.png:
        * platform/qt/fast/replaced/replaced-breaking-expected.txt:
        * platform/qt/fast/replaced/width100percent-image-expected.png:
        * platform/qt/fast/replaced/width100percent-image-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/selectors/166-expected.png:
        * platform/qt/fast/selectors/166-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/table/003-expected.png:
        * platform/qt/fast/table/003-expected.txt:
        * platform/qt/fast/table/023-expected.png:
        * platform/qt/fast/table/023-expected.txt:
        * platform/qt/fast/table/027-vertical-expected.png:
        * platform/qt/fast/table/027-vertical-expected.txt:
        * platform/qt/fast/table/034-expected.png:
        * platform/qt/fast/table/034-expected.txt:
        * platform/qt/fast/table/038-vertical-expected.png:
        * platform/qt/fast/table/038-vertical-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/border-collapsing/002-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/002-vertical-expected.txt:
        * platform/qt/fast/table/border-collapsing/004-expected.png:
        * platform/qt/fast/table/border-collapsing/004-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/equal-precedence-resolution-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-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/frame-and-rules-expected.png:
        * platform/qt/fast/table/frame-and-rules-expected.txt:
        * platform/qt/fast/table/height-percent-test-expected.png: Added.
        * platform/qt/fast/table/height-percent-test-expected.txt:
        * platform/qt/fast/table/height-percent-test-vertical-expected.png:
        * platform/qt/fast/table/height-percent-test-vertical-expected.txt:
        * platform/qt/fast/table/overflowHidden-expected.png:
        * platform/qt/fast/table/overflowHidden-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/table-display-types-vertical-expected.png:
        * platform/qt/fast/table/table-display-types-vertical-expected.txt:
        * platform/qt/fast/table/wide-colspan-expected.png:
        * platform/qt/fast/table/wide-colspan-expected.txt: Added.
        * platform/qt/fast/table/wide-column-expected.png:
        * platform/qt/fast/table/wide-column-expected.txt: Added.
        * 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/hyphenate-limit-lines-expected.png:
        * platform/qt/fast/text/hyphenate-limit-lines-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/large-text-composed-char-expected.png:
        * platform/qt/fast/text/large-text-composed-char-expected.txt:
        * platform/qt/fast/text/softHyphen-expected.png:
        * platform/qt/fast/text/softHyphen-expected.txt:
        * platform/qt/fast/text/text-letter-spacing-expected.png:
        * platform/qt/fast/text/text-letter-spacing-expected.txt:
        * platform/qt/fast/text/updateNewFont-expected.png: Added.
        * platform/qt/fast/text/updateNewFont-expected.txt:
        * platform/qt/fast/text/wbr-expected.png:
        * platform/qt/fast/text/wbr-expected.txt:
        * platform/qt/fast/text/word-break-expected.png:
        * platform/qt/fast/text/word-break-expected.txt:
        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt:
        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-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-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/fieldsets-expected.png:
        * platform/qt/fast/writing-mode/fieldsets-expected.txt:
        * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.png:
        * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt:
        * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png:
        * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt:
        * platform/qt/http/tests/navigation/error404-subframeload-expected.png:
        * 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/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
        * platform/qt/printing/width-overflow-expected.txt:
        * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
        * platform/qt/scrollbars/scrollbars-on-positioned-content-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/custom/altglyph-expected.png:
        * platform/qt/svg/custom/altglyph-expected.txt:
        * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Added.
        * platform/qt/svg/custom/external-paintserver-reference-expected.png:
        * platform/qt/svg/custom/external-paintserver-reference-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/invisible-text-after-scrolling-expected.png:
        * platform/qt/svg/custom/invisible-text-after-scrolling-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/object-sizing-no-width-height-expected.png:
        * platform/qt/svg/custom/object-sizing-no-width-height-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/svg-fonts-in-text-controls-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/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
        * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt:
        * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
        * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.txt:
        * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.txt:
        * platform/qt/svg/in-html/circle-expected.png:
        * platform/qt/svg/in-html/circle-expected.txt:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Added.
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Added.
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Added.
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Added.
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
        * platform/qt/svg/text/kerning-expected.png:
        * platform/qt/svg/text/kerning-expected.txt:
        * platform/qt/svg/text/multichar-glyph-expected.png:
        * platform/qt/svg/text/multichar-glyph-expected.txt:
        * platform/qt/svg/wicd/rightsizing-grid-expected.png:
        * platform/qt/svg/wicd/rightsizing-grid-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/zoom/page/absolute-sized-document-scrollbars-expected.png:
        * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-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-mask-with-percentages-expected.png:
        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-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:
        * 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/bug113235-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug113235-1-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/bug11944-expected.png:
        * platform/qt/tables/mozilla/bugs/bug11944-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug120364-expected.png:
        * platform/qt/tables/mozilla/bugs/bug120364-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/bug137388-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
        * platform/qt/tables/mozilla/bugs/bug149275-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug149275-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug16252-expected.png:
        * platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug194024-expected.png:
        * platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
        * platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug23151-expected.png:
        * platform/qt/tables/mozilla/bugs/bug23151-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-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/bug27038-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug29314-expected.png:
        * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2947-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug30559-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30559-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/bug38916-expected.png:
        * platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3977-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3977-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug43039-expected.png:
        * platform/qt/tables/mozilla/bugs/bug43039-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/bug44505-expected.png:
        * platform/qt/tables/mozilla/bugs/bug44505-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/bug50695-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug50695-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug56405-expected.png:
        * platform/qt/tables/mozilla/bugs/bug56405-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug5797-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5797-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug5835-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5835-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug625-expected.png:
        * platform/qt/tables/mozilla/bugs/bug625-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug650-expected.png:
        * platform/qt/tables/mozilla/bugs/bug650-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/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/bug73321-expected.png:
        * platform/qt/tables/mozilla/bugs/bug73321-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug92143-expected.png:
        * platform/qt/tables/mozilla/bugs/bug92143-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/collapsing_borders/bug41262-3-expected.png:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
        * platform/qt/tables/mozilla/core/bloomberg-expected.png:
        * platform/qt/tables/mozilla/core/bloomberg-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_fix-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_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/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/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/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_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_height-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_height-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_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_height-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_height-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_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/other/cell_widths-expected.png:
        * platform/qt/tables/mozilla/other/cell_widths-expected.txt:
        * platform/qt/tables/mozilla/other/nestedTables-expected.png:
        * platform/qt/tables/mozilla/other/nestedTables-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/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/bug1055-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-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/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/bug19526-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-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/bug32205-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-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/bug7243-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-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/bug85016-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-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/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/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/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_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_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_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_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/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:
        * platform/qt/transforms/2d/transform-fixed-container-expected.png:
        * platform/qt/transforms/2d/transform-fixed-container-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:

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

        [EFL] Update pixel expectations for some css2.1 tests.

        * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
        * platform/efl/css2.1/20110323/replaced-elements-001-expected.png:

2012-10-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        getComputedStyle perspective-origin is based on the wrong bounding box
        https://bugs.webkit.org/show_bug.cgi?id=98027

        Reviewed by Simon Fraser.

        Add test for perspective-origin calculation into existing transform-origin test.

        * transforms/2d/computed-style-origin-expected.txt:
        * transforms/2d/computed-style-origin.html:

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

        Unreviewed test rebaseline.

        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:

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

        [EFL] Gardening after r130186 and r130231

        Unreviewed, EFL gardening.

        r130186 introduces usage of Xvfb which allows us to unskip a few X11 dependent cases.
        r130231 introduces caching for the Harfbuzz font path, which caused regressions on Harfbuzz NG + Freetype,
        see bug 98247. Temporarily going to skip those failures until I check Kenichi's patch.

        * platform/efl-wk1/TestExpectations: DRT disables X11 usage, skip a few tests here only for Wk1.
        * platform/efl-wk2/TestExpectations: Unskip a couple of X11 dependent cases. (r130186)
        * platform/efl/TestExpectations: Temporarily mark a few complex font text as failed (r130231)
        * platform/efl/fast/text/atsui-multiple-renderers-expected.png: Rebaseline incorrect result.
        * platform/efl/fast/text/atsui-spacing-features-expected.png: Rebaseline incorrect result.
        * platform/efl/fast/text/wide-zero-width-space-expected.png: Rebaseline incorrect result.

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

        [Qt][DRT] Add support for overriding the "WebKitDisplayImagesKey" preference.
        https://bugs.webkit.org/show_bug.cgi?id=98200

        Reviewed by Csaba Osztrogonác.

        * platform/qt/TestExpectations: Unskip a few tests that depended
        on this feature.

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

        Make sure that user gestures can't be consumed twice
        https://bugs.webkit.org/show_bug.cgi?id=97483

        Reviewed by Adam Barth.

        * platform/chromium/fast/events/popup-forwarded-gesture-blocked-expected.txt: Added.
        * platform/chromium/fast/events/popup-forwarded-gesture-blocked.html: Added.
        * platform/chromium/fast/events/popup-forwarded-gesture-expected.txt: Added.
        * platform/chromium/fast/events/popup-forwarded-gesture.html: Added.

2012-10-03  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Heap-use-after-free when deleting a ContainerNode with an AX object
        https://bugs.webkit.org/show_bug.cgi?id=98073

        Reviewed by Hajime Morita.

        Adds test for heap-use-after-free when container node with AX object is deleted.

        * accessibility/container-node-delete-causes-crash-expected.txt: Added.
        * accessibility/container-node-delete-causes-crash.html: Added.

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

        Web Inspector: SourceURL should be taken from debugger agent when possible.
        https://bugs.webkit.org/show_bug.cgi?id=98239

        Reviewed by Yury Semikhatsky.

        Unskipped test.

        * platform/chromium/TestExpectations:

2012-10-03  Harald Alvestrand  <hta@google.com>

        Add data passing to the GetStats interface of RTCPeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=98003

        Reviewed by Adam Barth.

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

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

        Microdata: itemprop names must not override builtin properties.
        https://bugs.webkit.org/show_bug.cgi?id=98025

        Reviewed by Kentaro Hara.

        Added test case to verify that itemprop names must not override builtin properties.

        * fast/dom/MicroData/itemprop-names-override-builtin-properties-expected.txt: Added.
        * fast/dom/MicroData/itemprop-names-override-builtin-properties.html: Added.

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

        REGRESSION (r129738): Suggestion picker label is placed in the wrong location
        https://bugs.webkit.org/show_bug.cgi?id=98094

        Reviewed by Kent Tamura.

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

== Rolled over to ChangeLog-2012-10-02 ==
