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]