2013-04-23 Filip Pizlo 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 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 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 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 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 '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 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 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 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 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 [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 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 [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 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 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 Clear StyleResolver state before returning from styleForElement(). Reviewed by Antti Koivisto. From Blink r148687 by . * 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 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 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 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 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 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 [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 [Qt] Unreviewed gardening. Changing failure mark to skip after r148948. * platform/qt/TestExpectations: 2013-04-23 Allan Sandfeld Jensen 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 [Qt] Unreviewed gardening. * platform/qt/TestExpectations: 2013-04-23 Commit Queue 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 Unreviewed EFL gardening. Unskip several test cases that are no longer crashing after r148945. * platform/efl/TestExpectations: 2013-04-22 Suchit Agrawal 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 [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 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 REGRESSION (r141136): Wiki "Random article" function very broken. 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 [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 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 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 Fix r148773. * platform/mac-lion/TestExpectations: 2013-04-22 Bear Travis [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 [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 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 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 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 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 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 [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 [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 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 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 Unreviewed, EFL WK1 gardening. Skip pasteboard tests because EFL WK1 doesn't support it yet. * platform/efl-wk1/TestExpectations: 2013-04-22 Christophe Dumez 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 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 Unreviewed EFL gardening. Fix expected result for several test cases. * platform/efl/TestExpectations: 2013-04-22 Zan Dobersek 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 [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 [Qt] Unreviewed gardening. Unskip fast/exclusions tests after r148594. * platform/qt/TestExpectations: 2013-04-22 Krzysztof Czech [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 [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 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
    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 [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 [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 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 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 [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 Unreviewed, EFL gardening. Remove test cases which are expected failed, but passed now. * platform/efl/TestExpectations: 2013-04-21 Oliver Hunt 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 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 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 Unreviewed EFL gardening. Mark css1/cascade/cascade_order.html as flaky. * platform/efl/TestExpectations: 2013-04-21 Christophe Dumez 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 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 [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 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 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 Unreviewed EFL gardening. Mark websocket tests as flaky on EFL WK2. * platform/efl-wk2/TestExpectations: 2013-04-21 Christophe Dumez 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 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 Unreviewed EFL gardening. Mark more compositing test cases as crashing due to r148433 for EFL port. * platform/efl/TestExpectations: 2013-04-21 Christophe Dumez 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 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 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 Unreviewed EFL gardening. Mark more compisiting / webgl tests as crashing due to r148433 for EFL port. * platform/efl/TestExpectations: 2013-04-21 Christophe Dumez 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 Unreviewed, gardening. Remove duplicated tests. * platform/efl/TestExpectations: 2013-04-20 Dirk Schulze [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 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 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 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 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 [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 [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 [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 [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 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 [EFL] Unreviewed Gardening. * platform/efl/TestExpectations: Adding failure expectations for two tests which are failing on EFL bots. 2013-04-19 Sudarsana Nagineni [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 Fix expectations added in r148720. * fast/js/stack-trace-expected.txt: 2013-04-19 Ádám Kallai [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 [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 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 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 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 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 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 More cleaning up of skipped WK2 tests. * platform/mac-wk2/TestExpectations: * platform/wk2/TestExpectations: 2013-04-18 Eric Carlson 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 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 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 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 [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 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 [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 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 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 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 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 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 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 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 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 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 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 [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 [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 [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 [EFL] Unreviewed Gardening. Marking compositing reftests added in r148172 as failing. * platform/efl/TestExpectations: 2013-04-17 Allan Sandfeld Jensen [Qt] Unskip tests requiring SUBPIXEL_LAYOUT Unreviewed Qt gardening. * platform/qt/TestExpectations: 2013-04-17 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: Mark various tests as flaky or failing. 2013-04-17 Zoltan Arvai [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 [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 [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 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 [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 [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 [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 [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 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 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 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 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 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 [Qt] Unreviewed gardening. * platform/qt/TestExpectations: Skipped a failing test after r148203. Unskip now passing test after r147619. 2013-04-15 Timothy Hatcher 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 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 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 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 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 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 Unreviewed GTK gardening. * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r147829 and r148136. 2013-04-15 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r148236. 2013-04-15 Zoltan Arvai [Qt] Unreviewed gardening. * platform/qt-5.0-wk1/TestExpectations: * platform/qt/TestExpectations: 2013-04-15 Rune Lillesveen 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 [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 Unreviewed EFL gardening. spelling-with-whitespace-selection.html passes after r148282. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: 2013-04-15 Seokju Kwon [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 [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 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 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 [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 Re-skip editing/spelling/spelling-changed-text.html on Mac/WK1. * platform/mac/TestExpectations: 2013-04-13 Sukolsak Sakshuwong 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 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 Update Mac WebKit2 test expectations for flaky and failing tests. * platform/mac-wk2/TestExpectations: 2013-04-13 Antoine Quint 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 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 Unreviewed. Don't forget to skip the test in WebKit2 for now. * platform/mac-wk2/TestExpectations: 2013-04-12 Ryosuke Niwa [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 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 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 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 [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 [Qt] Unreviewed gardening. * platform/qt/TestExpectations: * platform/qt/fast/js/global-constructors-expected.txt: Rebaselining after r148236. 2013-04-11 Shezan Baig 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 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 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 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 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 [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 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 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 [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 Unreviewed GTK gardening. * platform/gtk/TestExpectations: Removing expectations for a bunch of tests that are passing. 2013-04-10 Brady Eidson Web/Plugin process deadlock initializing async plugins. 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 [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 [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 [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 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 [Qt] Unreviewed gardening. Remove platform specific expected after r148195. * platform/qt/fast/events/backspace-navigates-back-expected.txt: Removed. 2013-04-11 Zoltan Arvai [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 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 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 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 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 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 [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 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 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 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 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 [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 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 [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 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 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 [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 [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 [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 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 [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 [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 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 [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 [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 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 [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 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 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 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 [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 [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 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 Mark mouse-events-scaled-iframe.html as flaky * platform/mac-wk2/TestExpectations: 2013-04-09 Chris Fleizach 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 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 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
      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 [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 [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 [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 [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 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 [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 [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 [EFL] Gardening. Unskip some tests that have been passing for a while. * platform/efl/TestExpectations: 2013-04-09 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: Adding failure expectations for two a11y tests that regressed with r147719. 2013-04-09 Commit Queue 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 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 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 Unreviewed, gardening. fast/dom/shadow/selections-in-shadow.html is passed on EFL layout test now. * platform/efl/TestExpectations: 2013-04-09 Ryosuke Niwa 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 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 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 [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 [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 [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 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 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 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 [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 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 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 REGRESSION (r138858): Crash in WebCore::FrameLoader::~FrameLoader() when opening page in a background tab https://bugs.webkit.org/show_bug.cgi?id=109935 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 Unreviewed gardening. Remove expected results added by r147824. * platform/mac-future/accessibility/press-action-is-first-expected.txt: Removed. 2013-04-08 Andrei Bucur 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 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 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 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 and 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 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 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 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 [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 Unreviewed EFL gardening. Marked a few tests as failing. * platform/efl/TestExpectations: 2013-04-08 Zoltan Arvai [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 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 [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 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 Unreviewed EFL gardening. Mark new accessibility test introduced in r147801 as failing for EFL. * platform/efl/TestExpectations: 2013-04-08 Christophe Dumez Unreviewed EFL gardening. Mark several ref tests as failure for EFL port. * platform/efl/TestExpectations: 2013-04-08 Benjamin Poulain 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 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 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 Unreviewed EFL gardening. Marked another webaudio test as flaky. * platform/efl/TestExpectations: 2013-04-07 Christophe Dumez 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 Unreviewed EFL gardening. Skip a few test failing due to missing Quota API support. * platform/efl/TestExpectations: 2013-04-07 Christophe Dumez Unreviewed EFL gardening. Mark a few tests as crashing on EFL port. * platform/efl/TestExpectations: 2013-04-07 Christophe Dumez 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 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 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 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 Remove InjectedScriptHost.evaluateReturnsEvalFunction. https://webkit.org/b/114099 Reviewed by Joseph Pecoraro. * inspector/console/command-line-api-expected.txt: 2013-04-06 Robert Hogan 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 [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 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 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 . 2013-04-05 Chris Fleizach 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 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 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 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 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 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 [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 [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 [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 [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 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 Unreviewed GTK gardening. * platform/gtk/TestExpectations: Removing a couple of expectations for tests that are now passing. 2013-04-05 Krzysztof Czech [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 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 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 Page content missing when flipping from an empty layer to a tiled layer https://bugs.webkit.org/show_bug.cgi?id=113977 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 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 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, is focusible on platforms that support Java by default and not focusible elsewhere. 2013-04-04 Eric Carlson [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 [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 [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 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 [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 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 Unreviewed. AppleWin port gardening. * platform/win/TestExpectations: 2013-04-04 Roger Fong Unreviewed. AppleWin port gardening. * platform/win/TestExpectations: * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: 2013-04-04 Robert Hogan 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 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 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 [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 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 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 [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 [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 [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 [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 [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 [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 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 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 [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 [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 Unreviewed. AppleWin port gardening. * platform/win/TestExpectations: * platform/win/fast/lists/inlineBoxWrapperNullCheck-expected.txt: Added. 2013-04-03 Dave Michael 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 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 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 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 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 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 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 [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 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 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 [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 [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 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 [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 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 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 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 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 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 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 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 [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 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 [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 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 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 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 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 [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 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 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 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 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 [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 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 Unreviewed, chromium expectations update. * platform/chromium/TestExpectations: 2013-04-02 Beth Dakin 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 [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 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 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 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 [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 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 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 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 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 Unreviewed, chromium expectations update. * platform/chromium/TestExpectations: Mark svg/as-image/image-respects-pageScaleFactor.html as flaky. 2013-04-02 Adam Klein 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 [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 [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 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 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 [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 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 [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 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 [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 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 [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 Unreviewed GTK gardening. * platform/gtk/TestExpectations: Adding failure expectations for two Resource Timing layout tests that regressed with r147387. 2013-04-02 Zoltan Arvai [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 [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 [Chromium] Unreviewed gardening. rebaselined after r147390. TestExpectation was deleted wrongly. Let me revert it. * platform/chromium/TestExpectations: 2013-04-02 Shinya Kawanaka [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 [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 [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 [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 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 [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 [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 [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 [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 Unreviewed GTK gardening. * platform/gtk/TestExpectations: Removing duplicated expectations to get rid of linting errors. 2013-04-01 Zan Dobersek 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 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 [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 [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 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 [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 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 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 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 [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2013-04-01 Ojan Vafai 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 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 [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 Unreviewed, chromium expectations update after r147357. * platform/chromium/TestExpectations: 2013-04-01 Roger Fong 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 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 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 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 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 [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 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 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 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 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 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 [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2013-04-01 Zan Dobersek 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 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 [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 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 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 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 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 [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 [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 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 [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 [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 [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 [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2013-03-31 Hayato Ito 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 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 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 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 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 [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 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 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 [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 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 [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 [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 [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 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 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 [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 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 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 Mark inspector/debugger/debugger-scripts-reload.html as flaky. http://webkit.org/b/113589 Unreviewed. * platform/mac/TestExpectations: 2013-03-29 Nate Chapin 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 [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 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 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 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 Unreviewed Windows gardening. * platform/win/fast/events/event-attribute-expected.txt: Added. New baseline after r147205. 2013-03-29 Timothy Hatcher Unreviewed Mac gardening. * platform/mac/fast/events/event-attribute-expected.txt: Added. New baseline after r147205. 2013-03-29 Ádám Kallai [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 [Qt] Unreviewed gardening. Skip failing test after r147205. * platform/qt-5.0-wk1/TestExpectations: 2013-03-29 Keishi Hattori 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 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 [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 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 [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 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 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 [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 [Chromium] Unreviewed gardening. Test Expectations update. * platform/chromium/TestExpectations: 2013-03-28 Mike West 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 [HTMLTemplateElement]